How can I filter multichannel data for Adaptive Filters in MATLAB 7.5 (R2007b)?

3 views (last 30 days)
I want to implement a multichannel adaptive filter (swftf) receiver. However the filter function in the Filter Design Toolbox does not support multichannel data for Adaptive Filters.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
The FILTER function in the Filter Design Toolbox does not support multichannel data for Adaptive Filters. It is supported only for Fixed-Point Filter and Multirate Filter Syntaxes.
A workaround for this would be to loop through each channel to process the data.

More Answers (0)

Categories

Find more on Filter Banks in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!