How to Fix this Error!
9 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaire
Réponses (1)
Craig Cowled
le 15 Mai 2013
Send this to Matlab Support. Obviously their help file has the wrong code.
0 commentaires
Voir également
Catégories
En savoir plus sur Get Started with DSP System Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!