Multi-channel RLS filter

조회 수: 4 (최근 30일)
Rich
Rich 2012년 10월 22일
편집: Benjamin Campbell 2023년 11월 28일
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일
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)!

카테고리

Help CenterFile Exchange에서 Array and Matrix Mathematics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by