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 个评论
回答(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!