help with FFT patch
hey board;
i'm trying to understand the FFT objects, an managed to put this patch together.
i guess the rumbling sound is because i dont have proper windowing on each FFT cycle.. thing is i don't know where to put the window function!
here's the patch. any thoughts would be awesome!
Max Patch
Copy patch and select New From Clipboard in Max.
oh yeah, i included a hann function for fun.
Strange, you are using fft~, then fft~ again. Don't you want an ifft~ instead?
Why don't you start with a tutorial, then try to build from that?
J-F.
You should definitely look into pfft~, way more convenient. Whenever I do fft based processing I never even think of touching fft~ and ifft~...
Stefan