- Use XY Graph for convergence: http://www.mathworks.com/help/dsp/examples/adaptive-filter-convergence.html
- Use Waterfall Scope for 3-D representation: http://www.mathworks.com/help/dsp/examples/acoustic-noise-cancellation-lms.html
- Use Time Scope for learning curve of filter: http://www.mathworks.com/help/dsp/examples/system-identification-using-rls-adaptive-filtering.html
Plot adaptive filter coefficients
1 回表示 (過去 30 日間)
古いコメントを表示
Hello,
I would like to plot the time series of the coefficients from an adaptive filter object, in order to watch the convergence of my filter coefficients. How can I do this?
For example, using the example provided at the bottom of http://www.mathworks.com/help/dsp/ref/adaptfilt.html
How do I plot the time series of filter coefficients for each step, rather than just the final values?
Thanks
0 件のコメント
回答 (1 件)
Puneet Rana
2014 年 10 月 30 日
There are a lot of ways to achieve this:
2 件のコメント
Puneet Rana
2014 年 11 月 10 日
Coefficients are vectors at every time step. Do you mean you want to have a 3-D plot that shows progressive change of the values of that vector across time?
参考
カテゴリ
Help Center および File Exchange で Adaptive Filters についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!