JuliaDSP / FourierTransforms.jl

Fourier transforms written in Julia
MIT License
20 stars 2 forks source link

Support for DoubleFloats #12

Closed VinTz1 closed 4 years ago

VinTz1 commented 4 years ago

Hello,

I was trying this package and I noticed that Double64 type provided by DoubleFloats is not supported. Is there a plan to add support for this in the future?

Best regards

VinTz1 commented 4 years ago

I figured out that FourierTransforms.fft(Complex{Double64}.(...)) works. I will continue testing this.

mfherbst commented 4 years ago

Yes, it compiles and runs, but notice, that for some sizes of the input array the results are currently not correct (see #10).