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!