Adaptive filters, MATLAB Programming

Assignment Help:

Adaptive filters can also be used in other applications. Speech recognition, for example, is performed in a non-stationary environment, and therefore may require adaptive filtering. Consider first the structure shown in Figure which consists of two separate parts. The first synthesizes a signal from white noise, using an autoregressive model, and the second adapts its coefficients so as to recreate the initial signal.

Figure: Synthesis and Analysis Structure for an AR Model

2009_Adaptive ?lters.png

- Write a program to implement the above network and use an AR model with a=[1 0.9 0.2]; if the adaptation algorithm works well 1 and 2 should converge to -0.9 and -0.2 respectively; explain this result.

- Test your program and observe the evolution of 1 and 2. Be careful to choose the right adaptation gain (an adaptation gain of 0.01 would be appropriate).

In speech recognition only the right part of the structure is used. A characteristic sound is used as an input and the filter finds the coeffcients 1 2 n, so that the average output error squared is minimised; hence, the structure is trained in such a way, so that when its input is a delayed version of the sound, it will output the sound itself (and hence the term predictor); the predictor presented on the figure above would be a second order predictor. An th order predictor would be one that uses samples delayed by 1,2,...,n samples, to create its output.

In speech recognition only the right part of the structure is used. A characteristic sound is used as an input and the filter finds the coeffcients 1 2 n so that the average output error squared is minimised; hence, the structure is trained in such a way, so that when its input is a delayed version of the sound, it will output the sound itself (and hence the term predictor); the predictor presented on the figure above would be a second order predictor. An nth order predictor would be one that uses samples delayed by 1,2,...n samples, to create its output.

- Use the sound files that you have recorded to test the performance of such a predictor. You should have five files, each containing 1000 samples, corresponding to the sounds "e", "a", "s", "t" and "x". Use each file as an input vector to the predictor. Investigate the selection of the adaptation gain and the order of the predictor. You might also consider gear shifting.

The quality of the predictor is indicated by the prediction gain which is defined as 1134_Adaptive ?lters2.png

- Access the performance of the predictor for each file by finding its prediction gain (typical values of prediction gains are on the order of 1-25).

- Optional: A much simplified version of the LMS algorithm is called the sign LMS algorithm and is based upon

2026_Adaptive ?lters1.png

Write a MATLAB routine to simulate this algorithm and compare its performance with that of the basic LMS algorithm. Alter the adapta-
tion gain as above and compare performances.

- Comment upon its convergence properties.


Related Discussions:- Adaptive filters

2 dimensional finite element analysis, i need matlab code on 2 dimensional...

i need matlab code on 2 dimensional analysis of temperature distribution in steel using finite element method

Customizing a plot: line types, Customizing a Plot: Line Types, Color, Mark...

Customizing a Plot: Line Types, Color, Marker Types: Plots can be completed in the Command Window, if they are really simple. Though, at many times it is desirable to customiz

Command window, Command Window: To the left of the Command Window, the...

Command Window: To the left of the Command Window, there are 2 tabs for the Current Directory Window and Workspace Window. If the Current Directory tab is selected, the files

Write a program to calculates the standard deviation, Write a program that ...

Write a program that reads in numbers (of type double) from a file, stores them in an array, and then calculates the mean, variance, and standard deviation.   Your program shoul

Wavelet transform, Explain how the wavelet transform based on the real bior...

Explain how the wavelet transform based on the real biorthogonal "decomposition" wavelet bior 1.5 (the wavelet shape by typing waveinfo ('bior') at the MATLAB command prompt) can

User-defined functions, User-Defined Functions which return a Single Value:...

User-Defined Functions which return a Single Value: We have seen the use of many functions in the MATLAB. We have used many built-in functions like fix, sin, abs, double, and

Image processing, Hello sir, I am Bharat Prajapati.I am working on Copy-mov...

Hello sir, I am Bharat Prajapati.I am working on Copy-move forgery detection using 2D-DWT transform.How to code in matlab to detect copy-move forgery in the given image.Please help

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd