You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is to show that I am aware - but will not fix for now.
When applying bot FFTW and this package to the same array the representation of the FFT is different between them.
This is because of how I defined the twiddle factors. Flipping the sign before inv would fix it.
Applying ifft(fft(x)) with PureFFT gives the original array back.
AFAIK: As long as the inv of the twiddles is different for the forward and backwards pass it should work. I might by chance just have selected the opposite of FFTW.
The text was updated successfully, but these errors were encountered:
When applying bot FFTW and this package to the same array the representation of the FFT is different between them.
This is because of how I defined the twiddle factors. Flipping the sign before
inv
would fix it.Applying
ifft(fft(x))
with PureFFT gives the original array back.AFAIK: As long as the
inv
of the twiddles is different for the forward and backwards pass it should work. I might by chance just have selected the opposite of FFTW.The text was updated successfully, but these errors were encountered: