MATLAB: How to filter multichannel data for Adaptive Filters in MATLAB 7.5 (R2007b)

adaptfiltadaptivedesignfilterFilter Design Toolboxmultichannelswftf

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.

Best Answer

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.