SlideShare a Scribd company logo
1 of 42
Week 3 ELE 774 - Adaptive Signal Processing 1
WIENER FILTERS
ELE 774 - Adaptive Signal Processing2Week 3
 Complex-valued stationary (at least w.s.s.) stochastic processes.
 Linear discrete-time filter, w0, w1, w2, ... (IIR or FIR (inherently stable))
 y(n) is the estimate of the desired response d(n)
 e(n) is the estimation error, i.e., difference bw. the filter output and the
desired response
Linear Optimum Filtering: Statement
ELE 774 - Adaptive Signal Processing3Week 3
Linear Optimum Filtering: Statement
 Problem statement:
 Given
 Filter input, u(n),
 Desired response, d(n),
 Find the optimum filter coefficients, w(n)
 To make the estimation error “as small as possible”
 How?
 An optimization problem.
ELE 774 - Adaptive Signal Processing4Week 3
Linear Optimum Filtering: Statement
 Optimization (minimization) criterion:
 1. Expectation of the absolute value,
 2. Expectation (mean) square value,
 3. Expectation of higher powers of the absolute value
of the estimation error.
 Minimization of the Mean Square value of the Error (MSE) is
mathematically tractable.
 Problem becomes:
 Design a linear discrete-time filter whose output y(n) provides an
estimate of a desired response d(n), given a set of input samples
u(0), u(1), u(2) ..., such that the mean-square value of the
estimation error e(n), defined as the difference between the
desired response d(n) and the actual response, is minimized.
ELE 774 - Adaptive Signal Processing5Week 3
Principle of Orthogonality
 Filter output is the convolution of the filter IR and the input
ELE 774 - Adaptive Signal Processing6Week 3
Principle of Orthogonality
 Error:
 MSE (Mean-Square Error) criterion:
 Square → Quadratic Func. → Convex Func.
 Minimum is attained when
 (Gradient w.r.t. optimization variable
w is zero.)
ELE 774 - Adaptive Signal Processing7Week 3
Derivative in complex variables
 Let
 then derivation w.r.t. wk is
 Hence
or
!!! J: real, why? !!!
ELE 774 - Adaptive Signal Processing8Week 3
Principle of Orthogonality
 Partial derivative of J is
 Using and
 Hence
ELE 774 - Adaptive Signal Processing9Week 3
Principle of Orthogonality
 Since , or
 The necessary and sufficient condition for the cost function J to
attain its minimum value is, for the corresponding value of the
estimation error eo(n) to be orthogonal to each input sample that
enters into the estimation of the desired response at time n.
 Error at the minimum is uncorrelated with the filter input!
 A good basis for testing whether the linear filter is operating in its
optimum condition.
ELE 774 - Adaptive Signal Processing10Week 3
Principle of Orthogonality
 Corollary:
If the filter is operating in optimum conditions (in the MSE sense)
 When the filter operates in its optimum condition, the estimate of the
desired response defined by the filter output yo(n) and the
corresponding estimation error eo(n) are orthogonal to each other.
ELE 774 - Adaptive Signal Processing11Week 3
Minimum Mean-Square Error
 Let the estimate of the desired response that is optimized in the
MSE sense, depending on the inputs which span the space
i.e. ( ) be
 Then the error in optimal conditions is
or
 Also let the minimum MSE be (≠0)
HW: try to derive this
relation from the corollary.
ELE 774 - Adaptive Signal Processing12Week 3
Minimum Mean-Square Error
 Normalized MSE: Let
Meaning
 If ε is zero, the optimum filter operates perfectly, in the sense that
there is complete agreement bw. d(n) and . (Optimum case)
 If ε is unity, there is no agreement whatsoever bw. d(n) and
(Worst case)
ELE 774 - Adaptive Signal Processing13Week 3
Wiener-Hopf Equations
 We have (principle of orthogonality)
 Rearranging
where
Wiener-Hopf
Equations
(set of
infinite eqn.s)
ELE 774 - Adaptive Signal Processing14Week 3
Wiener-Hopf Equations
 Solution – Linear Transversal (FIR) Filter case
 M simultaneous equations
ELE 774 - Adaptive Signal Processing15Week 3
Wiener-Hopf Equations (Matrix Form)
 Let
 Then
and
ELE 774 - Adaptive Signal Processing16Week 3
Wiener-Hopf Equations (Matrix Form)
 Then the Wiener-Hopf equations can be written as
where
is composed of the optimum (FIR) filter coefficients.
The solution is found to be
 Note that R is almost always positive-definite.
ELE 774 - Adaptive Signal Processing17Week 3
 Substitute →
 Rewriting
Error-Performance Surface
ELE 774 - Adaptive Signal Processing18Week 3
Error-Performance Surface
 Quadratic function of the filter coefficients → convex function, then
or
Wiener-Hopf
Equations
ELE 774 - Adaptive Signal Processing19Week 3
Minimum value of Mean-Square Error
 We calculated that
 The estimate of the desired response is
Hence its variance is
Then
At wo.
(Jmin is independent of w)
ELE 774 - Adaptive Signal Processing20Week 3
Canonical Form of the Error-Performance Surface
 Rewrite the cost function in matrix form
 Next, express J(w) as a perfect square in w
 Then, by substituting
 In other words,
ELE 774 - Adaptive Signal Processing21Week 3
Canonical Form of the Error-Performance Surface
 Observations:
 J(w) is quadratic in w,
 Minimum is attained at w=wo,
 Jmin is bounded below, and is always a positive quantity,
 Jmin>0 →
ELE 774 - Adaptive Signal Processing22Week 3
Canonical Form of the Error-Performance Surface
 Transformations may significantly simplify the analysis,
 Use Eigendecomposition for R
 Then
 Let
 Substituting back into J
 The transformed vector v is called as the principal axes of the
surface.
a vector
Canonical form
ELE 774 - Adaptive Signal Processing23Week 3
Canonical Form of the Error-Performance Surface
w1
w2
wo
J(wo)=Jmin
J(w)=c curve
v1
(λ1)
v2
(λ2)
Jmin
J(v)=c curve
Q
Transformation
ELE 774 - Adaptive Signal Processing24Week 3
Multiple Linear Regressor Model
 Wiener Filter tries to match the filter coefficients to the model of the
desired response, d(n).
 Desired response can be generated by
 1. a linear model, a
 2. with noisy observable data, d(n)
 3. noise is additive and white.
 Model order is m, i.e.
 What should the length of the Wiener filter be to achive min. MSE?
ELE 774 - Adaptive Signal Processing25Week 3
Multiple Linear Regressor Model
 The variance of the desired response is
 But we know that
 where wo is the filter optimized w.r.t. MSE (Wiener filter) of length M.
 1. Underfitted model: M<m
 Performance improves quadratically with increasing M.
 Worst case: M=0,
 2. Critically fitted model: M=m
 wo=a, R=Rm,
ELE 774 - Adaptive Signal Processing26Week 3
Multiple Linear Regressor Model
 3. Overfitted model: M>m

 Filter longer than the model does not improve performance.
ELE 774 - Adaptive Signal Processing27Week 3
Example
 Let
 the model length of the desired response d(n) be 3,
 the autocorrelation matrix of the input u(n) be (for conseq. 3 samples)
 The cross-correlation of the input and the (observable) desired
response be
 The variance of the observable data (desired response) be
 The variance of the additive white noise be
We do not know the values
ELE 774 - Adaptive Signal Processing28Week 3
Example
 Question:
 a) Find Jmin for a (Wiener) filter length of M=1,2,3,4
 b) Draw the error-performance (cost) surface for M=2
 c) Compute the canonical form of the error-performance surface.
 Solution:
 a) we know that and then
ELE 774 - Adaptive Signal Processing29Week 3
Example
 Solution, b)
ELE 774 - Adaptive Signal Processing30Week 3
Example
 Solution, c) we know that
 where for M=2
 Then
v1
(λ1)
v2
(λ2)
Jmin
ELE 774 - Adaptive Signal Processing31Week 3
Application – Channel Equalization
 Transmitted signal passes through the dispersive channel and a
corrupted version (both channel & noise) of x(n) arrives at the receiver.
 Problem: Design a receiver filter so that we can obtain a delayed
version of the transmitted signal at its output.
 Criterion: 1. Zero Forcing (ZF)
2. Minimum Mean Square Error (MMSE)
Filter, wChannel, h + +
Delay, δ
x(n) y(n)
x(n-δ)
ε(n)z(n)
-
ELE 774 - Adaptive Signal Processing32Week 3
Application – Channel Equalization
 MMSE cost function is:
 Filter output
 Filter input
Convolution
Convolution
ELE 774 - Adaptive Signal Processing33Week 3
Application – Channel Equalization
 Combine last two equations
 Compact form of the filter output
 Desired signal is x(n-δ), or
Convolution
Toeplitz matrix performs convolution
ELE 774 - Adaptive Signal Processing34Week 3
Application – Channel Equalization
 Rewrite the MMSE cost function
 Expanding (data and noise are uncorrelated E{x(n)v(k)}=0 for all n,k)
 Re-expressing the expectations
ELE 774 - Adaptive Signal Processing35Week 3
Application – Channel Equalization
 Quadratic function → gradient is zero at minimum
 The solution is found as
 And Jmin is
 Jmin depends on the design parameter δ
ELE 774 - Adaptive Signal Processing36Week 3
Application – Linearly Constrained
Minimum - Variance Filter
 Problem:
 1. We want to design an FIR filter which suppresses all frequency
components of the filter input except ωo, with a gain of g at ωo.
ELE 774 - Adaptive Signal Processing37Week 3
Application – Linearly Constrained
Minimum - Variance Filter
 Problem:
 2. We want to design a beamformer which can resolve an
incident wave coming from angle θo (with a scaling factor g),
while at the same time suppress all other waves coming from
other directions.
ELE 774 - Adaptive Signal Processing38Week 3
Application – Linearly Constrained
Minimum - Variance Filter
 Although these problems are physically different, they are
mathematically equivalent.
 They can be expressed as follows:
 Suppress all components (freq. ω or dir. θ) of a signal while
setting the gain of a certain component constant (ωo or θo)
 They can be formulated as a constrained optimization problem:
 Cost function: variance of all components (to be minimized)
 Constraint (equality): the gain of a single component has to be g.
 Observe that there is no desired response!.
ELE 774 - Adaptive Signal Processing39Week 3
Application – Linearly Constrained
Minimum - Variance Filter
 Mathematical model:
 Filter output | Beamformer output
 Constraints:
ELE 774 - Adaptive Signal Processing40Week 3
Application – Linearly Constrained
Minimum - Variance Filter
 Cost function: output power → quadratic → convex
 Constraint : linear
 Method of Lagrange multipliers can be utilized to solve the problem.
 Solution: Set the gradient of J to zero
 Optimum beamformer weights are found from the set of equations
similar to Wiener-Hopf equations.
output power constraint
ELE 774 - Adaptive Signal Processing41Week 3
Application – Linearly Constrained
Minimum - Variance Filter
 Rewrite the equations in matrix form:
 Hence
 How to find λ? Use the linear constraint:
 to find
 Therefore the solution becomes
 For θo, wo is
 the linearly Constrained Minimum-Variance (LCMV) beamformer
 For ωo, wo is
 the linearly Constrained Minimum-Variance (LCMV) filter
ELE 774 - Adaptive Signal Processing42Week 3
Minimum-Variance Distortionless Response
Beamformer/Filter
 Distortionless → set g=1, then
 We can show that (HW)
 Jmin represents an estimate of the variance of the signal impinging on
the antenna array along the direction θ0.
 Generalize the result to any direction θ (angular frequency ω):
 minimum-variance distortionless response (MVDR) spectrum
 An estimate of the power of the signal coming from direction θ
 An estimate of the power of the signal coming from frequency ω

More Related Content

What's hot

Linear prediction
Linear predictionLinear prediction
Linear predictionUma Rajaram
 
Adaptive equalization
Adaptive equalizationAdaptive equalization
Adaptive equalizationKamal Bhatt
 
Adaptive Noise Cancellation
Adaptive Noise CancellationAdaptive Noise Cancellation
Adaptive Noise Cancellationtazim68
 
Lecture Notes on Adaptive Signal Processing-1.pdf
Lecture Notes on Adaptive Signal Processing-1.pdfLecture Notes on Adaptive Signal Processing-1.pdf
Lecture Notes on Adaptive Signal Processing-1.pdfVishalPusadkar1
 
DSP_2018_FOEHU - Lec 07 - IIR Filter Design
DSP_2018_FOEHU - Lec 07 - IIR Filter DesignDSP_2018_FOEHU - Lec 07 - IIR Filter Design
DSP_2018_FOEHU - Lec 07 - IIR Filter DesignAmr E. Mohamed
 
Digital Signal Processing[ECEG-3171]-Ch1_L02
Digital Signal Processing[ECEG-3171]-Ch1_L02Digital Signal Processing[ECEG-3171]-Ch1_L02
Digital Signal Processing[ECEG-3171]-Ch1_L02Rediet Moges
 
Windowing techniques of fir filter design
Windowing techniques of fir filter designWindowing techniques of fir filter design
Windowing techniques of fir filter designRohan Nagpal
 
Equalization
EqualizationEqualization
Equalizationbhabendu
 
Lecture Notes: EEEC6440315 Communication Systems - Inter Symbol Interference...
Lecture Notes:  EEEC6440315 Communication Systems - Inter Symbol Interference...Lecture Notes:  EEEC6440315 Communication Systems - Inter Symbol Interference...
Lecture Notes: EEEC6440315 Communication Systems - Inter Symbol Interference...AIMST University
 
Design of FIR Filters
Design of FIR FiltersDesign of FIR Filters
Design of FIR FiltersAranya Sarkar
 
Noice canclellation using adaptive filters with adpative algorithms(LMS,NLMS,...
Noice canclellation using adaptive filters with adpative algorithms(LMS,NLMS,...Noice canclellation using adaptive filters with adpative algorithms(LMS,NLMS,...
Noice canclellation using adaptive filters with adpative algorithms(LMS,NLMS,...Brati Sundar Nanda
 
Linear prediction
Linear predictionLinear prediction
Linear predictionRayeesa
 
Fir filter design (windowing technique)
Fir filter design (windowing technique)Fir filter design (windowing technique)
Fir filter design (windowing technique)Bin Biny Bino
 
DSP_2018_FOEHU - Lec 06 - FIR Filter Design
DSP_2018_FOEHU - Lec 06 - FIR Filter DesignDSP_2018_FOEHU - Lec 06 - FIR Filter Design
DSP_2018_FOEHU - Lec 06 - FIR Filter DesignAmr E. Mohamed
 

What's hot (20)

Adaptive filters
Adaptive filtersAdaptive filters
Adaptive filters
 
Linear prediction
Linear predictionLinear prediction
Linear prediction
 
Adaptive equalization
Adaptive equalizationAdaptive equalization
Adaptive equalization
 
Introduction to Adaptive filters
Introduction to Adaptive filtersIntroduction to Adaptive filters
Introduction to Adaptive filters
 
Wiener Filter
Wiener FilterWiener Filter
Wiener Filter
 
Adaptive Noise Cancellation
Adaptive Noise CancellationAdaptive Noise Cancellation
Adaptive Noise Cancellation
 
Lecture Notes on Adaptive Signal Processing-1.pdf
Lecture Notes on Adaptive Signal Processing-1.pdfLecture Notes on Adaptive Signal Processing-1.pdf
Lecture Notes on Adaptive Signal Processing-1.pdf
 
DSP_2018_FOEHU - Lec 07 - IIR Filter Design
DSP_2018_FOEHU - Lec 07 - IIR Filter DesignDSP_2018_FOEHU - Lec 07 - IIR Filter Design
DSP_2018_FOEHU - Lec 07 - IIR Filter Design
 
Equalization
EqualizationEqualization
Equalization
 
Adaptive filter
Adaptive filterAdaptive filter
Adaptive filter
 
Digital Signal Processing[ECEG-3171]-Ch1_L02
Digital Signal Processing[ECEG-3171]-Ch1_L02Digital Signal Processing[ECEG-3171]-Ch1_L02
Digital Signal Processing[ECEG-3171]-Ch1_L02
 
Gaussian noise
Gaussian noiseGaussian noise
Gaussian noise
 
Windowing techniques of fir filter design
Windowing techniques of fir filter designWindowing techniques of fir filter design
Windowing techniques of fir filter design
 
Equalization
EqualizationEqualization
Equalization
 
Lecture Notes: EEEC6440315 Communication Systems - Inter Symbol Interference...
Lecture Notes:  EEEC6440315 Communication Systems - Inter Symbol Interference...Lecture Notes:  EEEC6440315 Communication Systems - Inter Symbol Interference...
Lecture Notes: EEEC6440315 Communication Systems - Inter Symbol Interference...
 
Design of FIR Filters
Design of FIR FiltersDesign of FIR Filters
Design of FIR Filters
 
Noice canclellation using adaptive filters with adpative algorithms(LMS,NLMS,...
Noice canclellation using adaptive filters with adpative algorithms(LMS,NLMS,...Noice canclellation using adaptive filters with adpative algorithms(LMS,NLMS,...
Noice canclellation using adaptive filters with adpative algorithms(LMS,NLMS,...
 
Linear prediction
Linear predictionLinear prediction
Linear prediction
 
Fir filter design (windowing technique)
Fir filter design (windowing technique)Fir filter design (windowing technique)
Fir filter design (windowing technique)
 
DSP_2018_FOEHU - Lec 06 - FIR Filter Design
DSP_2018_FOEHU - Lec 06 - FIR Filter DesignDSP_2018_FOEHU - Lec 06 - FIR Filter Design
DSP_2018_FOEHU - Lec 06 - FIR Filter Design
 

Similar to Wiener filters

A Novel Methodology for Designing Linear Phase IIR Filters
A Novel Methodology for Designing Linear Phase IIR FiltersA Novel Methodology for Designing Linear Phase IIR Filters
A Novel Methodology for Designing Linear Phase IIR FiltersIDES Editor
 
Paper id 252014114
Paper id 252014114Paper id 252014114
Paper id 252014114IJRAT
 
EC8553 Discrete time signal processing
EC8553 Discrete time signal processing EC8553 Discrete time signal processing
EC8553 Discrete time signal processing ssuser2797e4
 
Analysis the results_of_acoustic_echo_cancellation_for_speech_processing_usin...
Analysis the results_of_acoustic_echo_cancellation_for_speech_processing_usin...Analysis the results_of_acoustic_echo_cancellation_for_speech_processing_usin...
Analysis the results_of_acoustic_echo_cancellation_for_speech_processing_usin...Venkata Sudhir Vedurla
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
PONDICHERRY UNIVERSITY DEPARTMENT OF ELECTRONICS ENGINEERING.pdf
PONDICHERRY UNIVERSITY DEPARTMENT OF ELECTRONICS ENGINEERING.pdfPONDICHERRY UNIVERSITY DEPARTMENT OF ELECTRONICS ENGINEERING.pdf
PONDICHERRY UNIVERSITY DEPARTMENT OF ELECTRONICS ENGINEERING.pdfAWANISHKUMAR84
 
Wavelet Based Image Compression Using FPGA
Wavelet Based Image Compression Using FPGAWavelet Based Image Compression Using FPGA
Wavelet Based Image Compression Using FPGADr. Mohieddin Moradi
 
Amplifiers-and-Feedback.pdf
Amplifiers-and-Feedback.pdfAmplifiers-and-Feedback.pdf
Amplifiers-and-Feedback.pdfssuserc47da1
 
Denoising of image using wavelet
Denoising of image using waveletDenoising of image using wavelet
Denoising of image using waveletAsim Qureshi
 
Echo Cancellation Algorithms using Adaptive Filters: A Comparative Study
Echo Cancellation Algorithms using Adaptive Filters: A Comparative StudyEcho Cancellation Algorithms using Adaptive Filters: A Comparative Study
Echo Cancellation Algorithms using Adaptive Filters: A Comparative Studyidescitation
 
On The Fundamental Aspects of Demodulation
On The Fundamental Aspects of DemodulationOn The Fundamental Aspects of Demodulation
On The Fundamental Aspects of DemodulationCSCJournals
 
Image Denoising Using Wavelet
Image Denoising Using WaveletImage Denoising Using Wavelet
Image Denoising Using WaveletAsim Qureshi
 

Similar to Wiener filters (20)

A Novel Methodology for Designing Linear Phase IIR Filters
A Novel Methodology for Designing Linear Phase IIR FiltersA Novel Methodology for Designing Linear Phase IIR Filters
A Novel Methodology for Designing Linear Phase IIR Filters
 
Paper id 252014114
Paper id 252014114Paper id 252014114
Paper id 252014114
 
EC8553 Discrete time signal processing
EC8553 Discrete time signal processing EC8553 Discrete time signal processing
EC8553 Discrete time signal processing
 
Analysis the results_of_acoustic_echo_cancellation_for_speech_processing_usin...
Analysis the results_of_acoustic_echo_cancellation_for_speech_processing_usin...Analysis the results_of_acoustic_echo_cancellation_for_speech_processing_usin...
Analysis the results_of_acoustic_echo_cancellation_for_speech_processing_usin...
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
PONDICHERRY UNIVERSITY DEPARTMENT OF ELECTRONICS ENGINEERING.pdf
PONDICHERRY UNIVERSITY DEPARTMENT OF ELECTRONICS ENGINEERING.pdfPONDICHERRY UNIVERSITY DEPARTMENT OF ELECTRONICS ENGINEERING.pdf
PONDICHERRY UNIVERSITY DEPARTMENT OF ELECTRONICS ENGINEERING.pdf
 
Wavelet Based Image Compression Using FPGA
Wavelet Based Image Compression Using FPGAWavelet Based Image Compression Using FPGA
Wavelet Based Image Compression Using FPGA
 
digital filter design
digital filter designdigital filter design
digital filter design
 
adaptive equa.ppt
adaptive equa.pptadaptive equa.ppt
adaptive equa.ppt
 
Dsp Lab Record
Dsp Lab RecordDsp Lab Record
Dsp Lab Record
 
Av 738- Adaptive Filtering - Wiener Filters[wk 3]
Av 738- Adaptive Filtering - Wiener Filters[wk 3]Av 738- Adaptive Filtering - Wiener Filters[wk 3]
Av 738- Adaptive Filtering - Wiener Filters[wk 3]
 
Signal Processing Assignment Help
Signal Processing Assignment HelpSignal Processing Assignment Help
Signal Processing Assignment Help
 
Amplifiers-and-Feedback.pdf
Amplifiers-and-Feedback.pdfAmplifiers-and-Feedback.pdf
Amplifiers-and-Feedback.pdf
 
Unit iv wcn main
Unit iv wcn mainUnit iv wcn main
Unit iv wcn main
 
Denoising of image using wavelet
Denoising of image using waveletDenoising of image using wavelet
Denoising of image using wavelet
 
Echo Cancellation Algorithms using Adaptive Filters: A Comparative Study
Echo Cancellation Algorithms using Adaptive Filters: A Comparative StudyEcho Cancellation Algorithms using Adaptive Filters: A Comparative Study
Echo Cancellation Algorithms using Adaptive Filters: A Comparative Study
 
On The Fundamental Aspects of Demodulation
On The Fundamental Aspects of DemodulationOn The Fundamental Aspects of Demodulation
On The Fundamental Aspects of Demodulation
 
Image Denoising Using Wavelet
Image Denoising Using WaveletImage Denoising Using Wavelet
Image Denoising Using Wavelet
 
476 293
476 293476 293
476 293
 

Recently uploaded

Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitterShivangiSharma879191
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncssuser2ae721
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleAlluxio, Inc.
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 

Recently uploaded (20)

Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at Scale
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 

Wiener filters

  • 1. Week 3 ELE 774 - Adaptive Signal Processing 1 WIENER FILTERS
  • 2. ELE 774 - Adaptive Signal Processing2Week 3  Complex-valued stationary (at least w.s.s.) stochastic processes.  Linear discrete-time filter, w0, w1, w2, ... (IIR or FIR (inherently stable))  y(n) is the estimate of the desired response d(n)  e(n) is the estimation error, i.e., difference bw. the filter output and the desired response Linear Optimum Filtering: Statement
  • 3. ELE 774 - Adaptive Signal Processing3Week 3 Linear Optimum Filtering: Statement  Problem statement:  Given  Filter input, u(n),  Desired response, d(n),  Find the optimum filter coefficients, w(n)  To make the estimation error “as small as possible”  How?  An optimization problem.
  • 4. ELE 774 - Adaptive Signal Processing4Week 3 Linear Optimum Filtering: Statement  Optimization (minimization) criterion:  1. Expectation of the absolute value,  2. Expectation (mean) square value,  3. Expectation of higher powers of the absolute value of the estimation error.  Minimization of the Mean Square value of the Error (MSE) is mathematically tractable.  Problem becomes:  Design a linear discrete-time filter whose output y(n) provides an estimate of a desired response d(n), given a set of input samples u(0), u(1), u(2) ..., such that the mean-square value of the estimation error e(n), defined as the difference between the desired response d(n) and the actual response, is minimized.
  • 5. ELE 774 - Adaptive Signal Processing5Week 3 Principle of Orthogonality  Filter output is the convolution of the filter IR and the input
  • 6. ELE 774 - Adaptive Signal Processing6Week 3 Principle of Orthogonality  Error:  MSE (Mean-Square Error) criterion:  Square → Quadratic Func. → Convex Func.  Minimum is attained when  (Gradient w.r.t. optimization variable w is zero.)
  • 7. ELE 774 - Adaptive Signal Processing7Week 3 Derivative in complex variables  Let  then derivation w.r.t. wk is  Hence or !!! J: real, why? !!!
  • 8. ELE 774 - Adaptive Signal Processing8Week 3 Principle of Orthogonality  Partial derivative of J is  Using and  Hence
  • 9. ELE 774 - Adaptive Signal Processing9Week 3 Principle of Orthogonality  Since , or  The necessary and sufficient condition for the cost function J to attain its minimum value is, for the corresponding value of the estimation error eo(n) to be orthogonal to each input sample that enters into the estimation of the desired response at time n.  Error at the minimum is uncorrelated with the filter input!  A good basis for testing whether the linear filter is operating in its optimum condition.
  • 10. ELE 774 - Adaptive Signal Processing10Week 3 Principle of Orthogonality  Corollary: If the filter is operating in optimum conditions (in the MSE sense)  When the filter operates in its optimum condition, the estimate of the desired response defined by the filter output yo(n) and the corresponding estimation error eo(n) are orthogonal to each other.
  • 11. ELE 774 - Adaptive Signal Processing11Week 3 Minimum Mean-Square Error  Let the estimate of the desired response that is optimized in the MSE sense, depending on the inputs which span the space i.e. ( ) be  Then the error in optimal conditions is or  Also let the minimum MSE be (≠0) HW: try to derive this relation from the corollary.
  • 12. ELE 774 - Adaptive Signal Processing12Week 3 Minimum Mean-Square Error  Normalized MSE: Let Meaning  If ε is zero, the optimum filter operates perfectly, in the sense that there is complete agreement bw. d(n) and . (Optimum case)  If ε is unity, there is no agreement whatsoever bw. d(n) and (Worst case)
  • 13. ELE 774 - Adaptive Signal Processing13Week 3 Wiener-Hopf Equations  We have (principle of orthogonality)  Rearranging where Wiener-Hopf Equations (set of infinite eqn.s)
  • 14. ELE 774 - Adaptive Signal Processing14Week 3 Wiener-Hopf Equations  Solution – Linear Transversal (FIR) Filter case  M simultaneous equations
  • 15. ELE 774 - Adaptive Signal Processing15Week 3 Wiener-Hopf Equations (Matrix Form)  Let  Then and
  • 16. ELE 774 - Adaptive Signal Processing16Week 3 Wiener-Hopf Equations (Matrix Form)  Then the Wiener-Hopf equations can be written as where is composed of the optimum (FIR) filter coefficients. The solution is found to be  Note that R is almost always positive-definite.
  • 17. ELE 774 - Adaptive Signal Processing17Week 3  Substitute →  Rewriting Error-Performance Surface
  • 18. ELE 774 - Adaptive Signal Processing18Week 3 Error-Performance Surface  Quadratic function of the filter coefficients → convex function, then or Wiener-Hopf Equations
  • 19. ELE 774 - Adaptive Signal Processing19Week 3 Minimum value of Mean-Square Error  We calculated that  The estimate of the desired response is Hence its variance is Then At wo. (Jmin is independent of w)
  • 20. ELE 774 - Adaptive Signal Processing20Week 3 Canonical Form of the Error-Performance Surface  Rewrite the cost function in matrix form  Next, express J(w) as a perfect square in w  Then, by substituting  In other words,
  • 21. ELE 774 - Adaptive Signal Processing21Week 3 Canonical Form of the Error-Performance Surface  Observations:  J(w) is quadratic in w,  Minimum is attained at w=wo,  Jmin is bounded below, and is always a positive quantity,  Jmin>0 →
  • 22. ELE 774 - Adaptive Signal Processing22Week 3 Canonical Form of the Error-Performance Surface  Transformations may significantly simplify the analysis,  Use Eigendecomposition for R  Then  Let  Substituting back into J  The transformed vector v is called as the principal axes of the surface. a vector Canonical form
  • 23. ELE 774 - Adaptive Signal Processing23Week 3 Canonical Form of the Error-Performance Surface w1 w2 wo J(wo)=Jmin J(w)=c curve v1 (λ1) v2 (λ2) Jmin J(v)=c curve Q Transformation
  • 24. ELE 774 - Adaptive Signal Processing24Week 3 Multiple Linear Regressor Model  Wiener Filter tries to match the filter coefficients to the model of the desired response, d(n).  Desired response can be generated by  1. a linear model, a  2. with noisy observable data, d(n)  3. noise is additive and white.  Model order is m, i.e.  What should the length of the Wiener filter be to achive min. MSE?
  • 25. ELE 774 - Adaptive Signal Processing25Week 3 Multiple Linear Regressor Model  The variance of the desired response is  But we know that  where wo is the filter optimized w.r.t. MSE (Wiener filter) of length M.  1. Underfitted model: M<m  Performance improves quadratically with increasing M.  Worst case: M=0,  2. Critically fitted model: M=m  wo=a, R=Rm,
  • 26. ELE 774 - Adaptive Signal Processing26Week 3 Multiple Linear Regressor Model  3. Overfitted model: M>m   Filter longer than the model does not improve performance.
  • 27. ELE 774 - Adaptive Signal Processing27Week 3 Example  Let  the model length of the desired response d(n) be 3,  the autocorrelation matrix of the input u(n) be (for conseq. 3 samples)  The cross-correlation of the input and the (observable) desired response be  The variance of the observable data (desired response) be  The variance of the additive white noise be We do not know the values
  • 28. ELE 774 - Adaptive Signal Processing28Week 3 Example  Question:  a) Find Jmin for a (Wiener) filter length of M=1,2,3,4  b) Draw the error-performance (cost) surface for M=2  c) Compute the canonical form of the error-performance surface.  Solution:  a) we know that and then
  • 29. ELE 774 - Adaptive Signal Processing29Week 3 Example  Solution, b)
  • 30. ELE 774 - Adaptive Signal Processing30Week 3 Example  Solution, c) we know that  where for M=2  Then v1 (λ1) v2 (λ2) Jmin
  • 31. ELE 774 - Adaptive Signal Processing31Week 3 Application – Channel Equalization  Transmitted signal passes through the dispersive channel and a corrupted version (both channel & noise) of x(n) arrives at the receiver.  Problem: Design a receiver filter so that we can obtain a delayed version of the transmitted signal at its output.  Criterion: 1. Zero Forcing (ZF) 2. Minimum Mean Square Error (MMSE) Filter, wChannel, h + + Delay, δ x(n) y(n) x(n-δ) ε(n)z(n) -
  • 32. ELE 774 - Adaptive Signal Processing32Week 3 Application – Channel Equalization  MMSE cost function is:  Filter output  Filter input Convolution Convolution
  • 33. ELE 774 - Adaptive Signal Processing33Week 3 Application – Channel Equalization  Combine last two equations  Compact form of the filter output  Desired signal is x(n-δ), or Convolution Toeplitz matrix performs convolution
  • 34. ELE 774 - Adaptive Signal Processing34Week 3 Application – Channel Equalization  Rewrite the MMSE cost function  Expanding (data and noise are uncorrelated E{x(n)v(k)}=0 for all n,k)  Re-expressing the expectations
  • 35. ELE 774 - Adaptive Signal Processing35Week 3 Application – Channel Equalization  Quadratic function → gradient is zero at minimum  The solution is found as  And Jmin is  Jmin depends on the design parameter δ
  • 36. ELE 774 - Adaptive Signal Processing36Week 3 Application – Linearly Constrained Minimum - Variance Filter  Problem:  1. We want to design an FIR filter which suppresses all frequency components of the filter input except ωo, with a gain of g at ωo.
  • 37. ELE 774 - Adaptive Signal Processing37Week 3 Application – Linearly Constrained Minimum - Variance Filter  Problem:  2. We want to design a beamformer which can resolve an incident wave coming from angle θo (with a scaling factor g), while at the same time suppress all other waves coming from other directions.
  • 38. ELE 774 - Adaptive Signal Processing38Week 3 Application – Linearly Constrained Minimum - Variance Filter  Although these problems are physically different, they are mathematically equivalent.  They can be expressed as follows:  Suppress all components (freq. ω or dir. θ) of a signal while setting the gain of a certain component constant (ωo or θo)  They can be formulated as a constrained optimization problem:  Cost function: variance of all components (to be minimized)  Constraint (equality): the gain of a single component has to be g.  Observe that there is no desired response!.
  • 39. ELE 774 - Adaptive Signal Processing39Week 3 Application – Linearly Constrained Minimum - Variance Filter  Mathematical model:  Filter output | Beamformer output  Constraints:
  • 40. ELE 774 - Adaptive Signal Processing40Week 3 Application – Linearly Constrained Minimum - Variance Filter  Cost function: output power → quadratic → convex  Constraint : linear  Method of Lagrange multipliers can be utilized to solve the problem.  Solution: Set the gradient of J to zero  Optimum beamformer weights are found from the set of equations similar to Wiener-Hopf equations. output power constraint
  • 41. ELE 774 - Adaptive Signal Processing41Week 3 Application – Linearly Constrained Minimum - Variance Filter  Rewrite the equations in matrix form:  Hence  How to find λ? Use the linear constraint:  to find  Therefore the solution becomes  For θo, wo is  the linearly Constrained Minimum-Variance (LCMV) beamformer  For ωo, wo is  the linearly Constrained Minimum-Variance (LCMV) filter
  • 42. ELE 774 - Adaptive Signal Processing42Week 3 Minimum-Variance Distortionless Response Beamformer/Filter  Distortionless → set g=1, then  We can show that (HW)  Jmin represents an estimate of the variance of the signal impinging on the antenna array along the direction θ0.  Generalize the result to any direction θ (angular frequency ω):  minimum-variance distortionless response (MVDR) spectrum  An estimate of the power of the signal coming from direction θ  An estimate of the power of the signal coming from frequency ω