Adaptive Differential Pulse Code Modulation - definition. What is Adaptive Differential Pulse Code Modulation
Diclib.com
قاموس ChatGPT
أدخل كلمة أو عبارة بأي لغة 👆
اللغة:

ترجمة وتحليل الكلمات عن طريق الذكاء الاصطناعي ChatGPT

في هذه الصفحة يمكنك الحصول على تحليل مفصل لكلمة أو عبارة باستخدام أفضل تقنيات الذكاء الاصطناعي المتوفرة اليوم:

  • كيف يتم استخدام الكلمة في اللغة
  • تردد الكلمة
  • ما إذا كانت الكلمة تستخدم في كثير من الأحيان في اللغة المنطوقة أو المكتوبة
  • خيارات الترجمة إلى الروسية أو الإسبانية، على التوالي
  • أمثلة على استخدام الكلمة (عدة عبارات مع الترجمة)
  • أصل الكلمة

%ما هو (من)٪ 1 - تعريف

SIGNAL ENCODER
Differential Pulse Code Modulation; Differential PCM; Differential pulse code modulation; Dpcm; DPCM

Adaptive differential pulse-code modulation         
TECHNIQUE USED TO ENCODE VOICES IN TELEPHONY
ADPCM; IMA ADPCM; Adaptive Differential Pulse Code Modulation; Adaptive quantization; Adaptive Differential Pulse-Code Modulation; SB-ADPCM; Sub-band ADPCM; Adaptive DPCM; Sub-band adaptive differential pulse-code modulation; Adaptive differential PCM
Adaptive differential pulse-code modulation (ADPCM) is a variant of differential pulse-code modulation (DPCM) that varies the size of the quantization step, to allow further reduction of the required data bandwidth for a given signal-to-noise ratio.
ADPCM         
TECHNIQUE USED TO ENCODE VOICES IN TELEPHONY
ADPCM; IMA ADPCM; Adaptive Differential Pulse Code Modulation; Adaptive quantization; Adaptive Differential Pulse-Code Modulation; SB-ADPCM; Sub-band ADPCM; Adaptive DPCM; Sub-band adaptive differential pulse-code modulation; Adaptive differential PCM
ADPCM         
TECHNIQUE USED TO ENCODE VOICES IN TELEPHONY
ADPCM; IMA ADPCM; Adaptive Differential Pulse Code Modulation; Adaptive quantization; Adaptive Differential Pulse-Code Modulation; SB-ADPCM; Sub-band ADPCM; Adaptive DPCM; Sub-band adaptive differential pulse-code modulation; Adaptive differential PCM
Adaptive Delta Pulse Code Modulation

ويكيبيديا

Differential pulse-code modulation

Differential pulse-code modulation (DPCM) is a signal encoder that uses the baseline of pulse-code modulation (PCM) but adds some functionalities based on the prediction of the samples of the signal. The input can be an analog signal or a digital signal.

If the input is a continuous-time analog signal, it needs to be sampled first so that a discrete-time signal is the input to the DPCM encoder.

  • Option 1: take the values of two consecutive samples; if they are analog samples, quantize them; calculate the difference between the first one and the next; the output is the difference.
  • Option 2: instead of taking a difference relative to a previous input sample, take the difference relative to the output of a local model of the decoder process; in this option, the difference can be quantized, which allows a good way to incorporate a controlled loss in the encoding.

Applying one of these two processes, short-term redundancy (positive correlation of nearby values) of the signal is eliminated; compression ratios on the order of 2 to 4 can be achieved if differences are subsequently entropy coded because the entropy of the difference signal is much smaller than that of the original discrete signal treated as independent samples.

DPCM was invented by C. Chapin Cutler at Bell Labs in 1950; his patent includes both methods.