- https://ch.mathworks.com/help/dsp/ref/lmsupdate.html
- https://ch.mathworks.com/help/dsp/ug/adapt-multiple-filters-using-lms-update-block.html
- https://ch.mathworks.com/help/dsp/ug/model-adaptive-linear-combiner-using-lms-update-block.html
Multi-channel RLS filter
9 ビュー (過去 30 日間)
古いコメントを表示
Looking for multiple-input, single-output RLS filter implementation (or any other type of multiple-input adaptive filter really)
0 件のコメント
回答 (1 件)
Benjamin Campbell
2023 年 11 月 28 日
編集済み: Benjamin Campbell
2023 年 11 月 28 日
There is no current MATLAB implementation, someone may have shared code to do it, but I haven't found any (I also need this).
The only way I can think of is in Simulink there is a block called "LMS Update" which instead of taking in the desired signal just takes an error. So, you can have multiple inputs, multiple filters, then a single output and single error, and pass all filters that error.
See these for some tips:
If anyone has a better solution please share because I would also like it specifically for RLS and in code (not simulink)!
0 件のコメント
参考
カテゴリ
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!