I am using a butterworth filter (scripted below) and the script jams with this error response
이전 댓글 표시
[b,a] = butter(4,10/120,'low');
Undefined function or variable 'RTROx'.
Error in angle (line 26) RTROx = filtfilt(b,a,RTROx);
This script ran fine on o 2011 version. I downloaded 2012 with signal processing toolbox - so think I have all that I need, but am left to wonder why the error...
채택된 답변
추가 답변 (1개)
Star Strider
2012년 6월 28일
I suggest:
which angle
as well. The 'angle' function I know and love takes a complex argument and computes a phase angle from it. To the best of my knowledge, it doesn't call 'flitfilt' either.
카테고리
도움말 센터 및 File Exchange에서 Digital Filtering에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!