Applications of Adaptive Filters
Applications of Adaptive Filters
Adaptive filtering
When x(n) and y(n) dynamically change their characteristics, unlike the standard LPF/HPF/BPF/BSF, then h(n) should be adaptively updated! 2 types of adaptive filter: FIR and IIR s+w Example: noise cancellation.
w
Adaptive filter
Problem formulation
Goal: to optimize the adjustable filter parameters Criterion: - Meaningful measure of filter performance - Practically realizable algorithm Methods: - Least Mean Square (LSE): to minimize E[e2(n)], mean squared error, then y(n) will closely approximate d(n).
n = 0,1,2,...., M n = 0,1,2,...., M
M
= e ( n ) = ( d ( n ) y ( n )) = ( d ( n ) h ( k ) x ( n k ) ) 2
n =0 n =0 1 1 2 n =0 1 k =0
d
n =0
( n ) 2 h ( k ) rdx ( k ) + h ( k ) h ( l ) rxx ( k l )
k =0 M k =0 l =0
d ( n ) x ( n k ),
n =0
0k 0k
1 crosscorrelation 1
autocorrelation
x ( n ) x ( n + k ),
n =0
can be minimized
= 0, 0 m h ( m )
h(k )r
k =0
xx
( k m ) = rdx (m ), 0 m
Since the data characteristics keep on changing, we have to also update rxx ( k ) & rdx ( k ) so that {h(k)} can be updated!
e 2 (n ) hn (k ) = hn 1 ( k ) , 0k 2 hn 1 (k ) [d (n ) y (n )] hn (k ) = hn 1 ( k ) e( n ) hn 1 ( k ) hn (k ) = hn 1 ( k ) e( n )
[d (n ) h( m) x (n m )]
m =0
hn 1 (k )
hn (k ) = hn 1 ( k ) + e(n ) x ( n k )
where is adaptation rate (or step size)
e2min(n) hn-1
e 2 ( n ) hn ( k ) = hn 1 ( k ) , 0k 2 hn 1 ( k )
hn-1
1 Move to the reverse direction of derivative sign
Sign-Data LMS:
hn ( k ) = hn 1 ( k ) + e ( n ) sgn[ x ( n k )]
Sign-Sign LMS:
hn ( k ) = hn 1 ( k ) + sgn[ e ( n )] sgn[ x ( n k )]
Variable step size: is large at the beginning and then is progressively reduced to a smaller size.
y(n) e(n)
Signal prediction The signal x(n) is highly correlated among samples The current sample are linearly predicted x(n) d(n) by immediate past samples.
y(n) e(n)
Noise cancellation
Noise: signal carries no correlation among samples not be removed through signal prediction. can
d ( n ) = x ( n ) + v ( n ) received in the primary microphone , the reference noise r(n) received by secondary microphone is correlated to v(n) .
d(n) x(n) e(n)
r(n) v(n)
y(n)
y ( n ) = z ( n ) + T [ x ( n )] where T[x(n)] is the reflected (summation of multiple delayed) speaker output received in the microphone .
Channel equalization
To remove (or to minimize) the adverse effects caused by the communication channels.
d (n) = x(n M ) delay " M" is due to the black box or the filter processing
x(n)
d(n)
y(n) e(n)
Channel equalization
In high speed modem (>2400 bps), all the processing introduces amplitude/phase distortion throughout the channel need to compensate that distortion.
1, n = 1,2,...