the error information when i use fdesign.lowpass to design a filter.

1 view (last 30 days)
the code:
h = fdesign.lowpass('N,F3db,Ap,Ast' ,14, 0.93,0.1,60);
the error message is :
There is no enumerated value named 'N,F3db,Ap,Ast'.
But the 'N,F3db,Ap,Ast' is listed in the help info of the fdesign.lowpass.
do you know why this happened?thank you very much.

Accepted Answer

Walter Roberson
Walter Roberson on 17 Jul 2015
Notice:
Note: Specifications strings marked with an asterisk require the DSP System Toolbox™ software.
That entry is one of the ones marked with an asterisk.

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!