Tagged Questions

0
votes
2answers
880 views

How to compute ifft from fft?

I've done a fft to get fundamental frequency in real time and to implement high and low pass filters. Now I want to be able to record to a .wav file after I apply a filter. First I'll have to invert ...