JErnestoMtz / rapl

Rank Polymorphic array library for Rust.
103 stars 3 forks source link

Add fftfreq #34

Open JErnestoMtz opened 1 year ago

JErnestoMtz commented 1 year ago

We already have fft, ifft fftshift but no fftfreq, I think it is use with enough enough regularity that we should implement it.

It should be fairly simple to have the same API as scipy https://docs.scipy.org/doc/scipy/reference/generated/scipy.fft.fftfreq.html#scipy.fft.fftfreq.