Azzera filtri
Azzera filtri

How to Fix this Error!

11 visualizzazioni (ultimi 30 giorni)
Danial
Danial il 15 Mag 2013
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 Commento
Andrei Bobrov
Andrei Bobrov il 15 Mag 2013
You have DSP System Toolbox?
iirnotch function from DSP System Toolbox.

Accedi per commentare.

Risposte (1)

Craig Cowled
Craig Cowled il 15 Mag 2013
Send this to Matlab Support. Obviously their help file has the wrong code.

Categorie

Scopri di più su Get Started with DSP System Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by