JuliaMath / AbstractFFTs.jl

A Julia framework for implementing FFTs
MIT License
126 stars 32 forks source link

Add dct and r2r #56

Open dlfivefifty opened 3 years ago

dlfivefifty commented 3 years ago

It's not clear why fft is here but not dct or r2r.

stevengj commented 2 years ago

There are lots of types of r2r transformations, and different nomenclatures and normalizations. Do we want to specify FFTW's choices here?