Have some questions about how to create 3 bandpass butterworth filters in Matlab.
I need a lower cut-off frequency that should be an integer multiple of 625, next one should be 1875, 2500 Hz.
I want a band-pass filter in the low frequency range like (80 - 100 hz?) and one in the mid frequency (400 hz?) range and one in the high frequency range (4khz?). Of course cannot go beyond the Nyquist limit.
How can i need to create these 3 filters and apply them to a piece of music?
Anyone have an idea to use multiple frequencies with the butter command?
Thanks!