jlokimlin / modern_fftpack

An OOP library of fast Fourier transforms
19 stars 4 forks source link

Implement generic type-bound procedures %fft and %ifft to handle both complex and real transforms #3

Closed jlokimlin closed 8 years ago

jlokimlin commented 8 years ago

We now have scipy.fftpack functionality for fft and ifft :)