Bandlimiting Filter U-Law or A-Law Compressor Linear PCM
Bandlimiting Filter U-Law or A-Law Compressor Linear PCM
explain
Delta modulation
PCM:
ip analog Bandlimiting filter u-law or a-law compressor Linear Pcm
signal
op analog signal
the input analog signal contains high frequency components
mainly noise.so,it is passed through a band limiting filter at the
initial stage.
Then it is compressed using u-law or a-law companding.this is
done to achieve non uniform quantization.
Next it is subjected to pcm, which involves sampling and
quantization
At the receiver end the digital signal is first converted to analog
format
The analog signal is then expanded to nullify the effect of
compression
Finally it is passed through a low pass filter to remove the step
components of the digitized signal
DPCM:
It involves the use of a quantiser.
Fn’=function of(gn-1,gn-2………..)
En=fn-Fn’
En’=q[en]
Reconstruct: gn=fn’+en’
Here fn is the original signal ,fn’is the predictor output ,gn is the
reconstructed quantized signal ,en is the error signal and en’ is
the quantized error signal.
Encoder:
+
Fn’ predictor Gn
Binary stream
Decoder:
Symbol decoder
En’ Gn reconstructed
+
Binary stream
predictor Fn’
Delta modulation:
Only a single quantized error value either positive or negative
Fn’=gn-1
En=fn-fn’
En’=+k if en>0
=-k if en<0
Gn=fn’+en’
Draw the adaptive huffmann tree for AADCCDD and obtain the
sequence of symbols and codes sent to the encoder
(1) (2)
0 1`
“a” “aa”
(3)
0 1
(1) A:(2)
New:(o) d:(1)
“aad”
(4)
0 1
(2) 1 A:(2)
0 d:(1)
C:(1)
“aadc”
(4)
0 1
(2) A:(2)
D:(1)
C(1+1)
“aadcc” step1
(4)
0 1
0 (2+1) 1 a:(2)
(1) 1 c:(2)
0 d:(1)
New(0)
0 1
A:(2) (3)
0 1
(1) c:(2)
0 1
:aadcc” step3
(6)
0 1
A: (2) (4)
0 1
(2)
0 1 c: (2)
“aadccd”
(7)
0 1
D:(3) (4)
0 1
(2) c: (2)
0 1
“aadccdd”
CODE IS 1245231