How to Fix this Error!

wo = 60/(300/2); bw = wo/35;
[b,a] = iirnotch(wo,bw);
fvtool(b,a);
Undefined function 'iirnotch' for input arguments of type 'double'.

1 Kommentar

Andrei Bobrov
Andrei Bobrov am 15 Mai 2013
You have DSP System Toolbox?
iirnotch function from DSP System Toolbox.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Craig Cowled
Craig Cowled am 15 Mai 2013

0 Stimmen

Send this to Matlab Support. Obviously their help file has the wrong code.

Kategorien

Mehr zu Signal Processing Toolbox finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 15 Mai 2013

Community Treasure Hunt

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

Start Hunting!

Translated by