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
Andrei Bobrov
2013년 5월 15일
You have DSP System Toolbox?
iirnotch function from DSP System Toolbox.
답변 (1개)
Craig Cowled
2013년 5월 15일
0 개 추천
Send this to Matlab Support. Obviously their help file has the wrong code.
카테고리
도움말 센터 및 File Exchange에서 Signal Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!