Looking for multiple-input, single-output RLS filter implementation (or any other type of multiple-input adaptive filter really)

답변 (1개)

Benjamin Campbell
Benjamin Campbell 2023년 11월 28일
편집: Benjamin Campbell 2023년 11월 28일

0 개 추천

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)!

카테고리

질문:

2012년 10월 22일

편집:

2023년 11월 28일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by