I have an array of data, it is in time domain. each data stands for the magnitude. and those data is sampled in a frequency of 10,000Hz. I want to do a band pass filter between two frequencies f1, and f2.I think i need to do a low pass filter and a high pass filter. the signal do a FFT then goes through the two filters then do a invserse FFT. My questions is there an easy way to do the low pass and high pass filter? I dont know how to derive the transfer function based on the two cut off frequencies.
anyone knows how?
Thanks
.