Designing a simple bandpass/bandstop filter in Matlab
问题 For a homework assignment I have to design a simple bandpass filter in Matlab that filters out everything between 250Hz and 1000 Hz. What I did so far: - using the 'enframe' function to create half overlapping windows with 512 samples each. On the windows I apply the hann window function. - On each window I apply an fft. After this I reconstruct the original signal with the function ifft, that all goes well. But the problem is how I have to interpret the result of the fft function and how to