Has anyone written a fast Fourier transform extension for R that modifies the native fft () R function so that when you call the inverse fast Fourier transform, you donβt need to divide by the length of the fast Fourier transform? I do a lot of FFT and reverse FFT, and I have to do it every time I get annoyed.
source share