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 个评论

You have DSP System Toolbox?
iirnotch function from DSP System Toolbox.

请先登录,再进行评论。

回答(1 个)

Craig Cowled
Craig Cowled 2013-5-15

0 个投票

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

类别

帮助中心File Exchange 中查找有关 Signal Processing Toolbox 的更多信息

提问:

2013-5-15

Community Treasure Hunt

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

Start Hunting!

Translated by