Adaptive Filter
Adaptive Filter
OUTLINE
Adaptive filter. Filter implementations. Least-Mean Square (LMS) Algorithm. Kalman Filter. Matlab Simulation Result For LMS. Applications of adaptive filters. Publications.
ADAPTIVE FILTER
An adaptive filter is a filter that self-adjusts its transfer function according to an optimization algorithm driven by an error signal. Most adaptive filters are digital filters. Adaptive Filter able to adjust the changing environment. Which cannot done by normal digital filter.
The adaptive filter uses feedback in the form of an error signal to refine its transfer function to match the changing parameters.
FILTER IMPLEMENTATIONS
Least mean squares filter (LMS). Recursive least squares filter (RLS). Kalman Filter.
Etc.
LMS algorithm have to find out a filter weight(Wopt) which satisfy the E{|d(n)-y(n)|^2} is minimum .
Equation
w(n 1) w(n) x(n)[d * (n) x T (n) w(n)] w(n) x(n)e * (n) (1)
(2)
Y ( n) w T ( n) x ( n)
(3)
KALMAN FILTER
Figure 2: Block diagram of system ,measurement model and discrete time Kalman filter. System Dynamic Model:
X K K 1 X k 1 Wk 1
Measurement Model:
(4)
Z K H K X K Vk
(5)
(6)
(7)
Echo cancellation
PUBLICATIONS
Tirthankar Paul et al. Comparative Study of Channel Estimation Algorithms Under Different Channel Scenario,". DOI:10.5120/4113-5927; Vol:34(7), Page No: 31-38, November 2011. S.Dhar,P. Chhetri, T.Paul, R.Dahal, A.Sharma and R.Bera, Comparison of Different Channel Estimation Algorithms from ITS Perspective, 2011 Annual IEEE India Conference (INDICON), Dec 2011, DOI: 10.1109/INDCON.2011.6139475. S.Dhar, A. Poddar, P.Karmakar, T.Paul, D.Kandar and R.Bera, Radar Target Modeling and 2D ISAR Imaging at 76GHz for ITS Application,. 2011 Annual IEEE India Conference (INDICON), Dec 2011,DOI: 10.1109/INDCON.2011.6139459
REFERENCE
[1] Safaya .R A Multipath Channel Estimation Algorithm using a Kalman filter [2] S. Haykin, (1996), Adaptive Filter Theory, 3/e, Prentice Hall. NPTEL video lecture.
Thank you