calebzulawski/fourier

Real-valued FFTs

calebzulawski opened this issue · 0 comments

Real-valued FFTs have lots of optimizations and are relevant in some domains (audio?) so this would be a good thing to add. I imagine this should be a new trait that's slightly different than Fft, since it should produce both half- and full-spectrum outputs (maybe an implementation-specific ordered output as well).