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

Write a matlab script to calculate the frequency response, A band pass FIR ...

A band pass FIR filter is required to pass frequencies from 5KHz to 8KHz, using a sample rate of 40K i) Explain how this would map to normalization sampling frequencies in radia

Statistical analysis, please tell me the procedure of Anova two Way analysi...

please tell me the procedure of Anova two Way analysis in matlab?

3-A-Day, Savannah says that the least common multiple of 4 and 6 is 24. Is ...

Savannah says that the least common multiple of 4 and 6 is 24. Is she right or what is her mistake?

Find and plot the magnitude of the dtft, An FIR filter has coefficients b =...

An FIR filter has coefficients b = [ 1.0000   -0.6387    1.0214    0.8210   -0.7470    1.0920 ] (a) Find H(z) for the filter and plot its frequency response (magnitude and phase

Size function - dimensions of matrix, Size function - Dimensions of matrix:...

Size function - Dimensions of matrix: For the matrix mat shown next, it has three rows and two columns, therefore the size is 3 × 2. The length is the larger dimension that is

Find the time domain equivalent sinusoid of phasor, 1. Given these sinusoid...

1. Given these sinusoids: x 1 (t) = 0.5cos(25t+20°),   x 2 (t)=0.85cos(25t+160°) and   x 3 (t)= 0.81cos(25t-145°) (a)  Subplot the phasors X 1 , X 2 and X 3 corresponding t

Digital communication, I need this task to be done with discription of matl...

I need this task to be done with discription of matlab coding.

Define a function, Define a function: The radius of a circle is passed...

Define a function: The radius of a circle is passed to the function to input argument  rad; the function computes the area of this circle and stores it in the output argument

Write a matlab program, Write a MATLAB program (using/making the necessary ...

Write a MATLAB program (using/making the necessary functions that you deem necessary) that does the two following jobs: It generates the following digital modulation schemes. In

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