high grade butterworth bandpass filter
이전 댓글 표시
hello, I want to design a high grade butterworth bandpass filter. however, the frequency range is low (10-35 hz).the filtered signal is not plotted.
code: butter(10,[10 35]/1000) %10th-order butterworth bandpass filter
why not plotted signal? matlab does not fail.
답변 (1개)
Star Strider
2020년 12월 3일
Assign outputs:
[z,p,k] = butter(10,[10 35]/1000); %10th-order butterworth bandpass filter
카테고리
도움말 센터 및 File Exchange에서 Butterworth에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!