How to Fix this Error!
19 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
Andrei Bobrov
2013 年 5 月 15 日
You have DSP System Toolbox?
iirnotch function from DSP System Toolbox.
回答 (1 件)
Craig Cowled
2013 年 5 月 15 日
Send this to Matlab Support. Obviously their help file has the wrong code.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Get Started with DSP System Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!