high grade butterworth bandpass filter
Show older comments
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.
Answers (1)
Star Strider
on 3 Dec 2020
Assign outputs:
[z,p,k] = butter(10,[10 35]/1000); %10th-order butterworth bandpass filter
Categories
Find more on Butterworth in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!