ian-ross / arb-fft

Pure Haskell arbitrary length FFT library
https://www.skybluetrades.net/haskell-fft-index.html
BSD 3-Clause "New" or "Revised" License
11 stars 1 forks source link

Specify exactly what is calculated by arb-fft #3

Closed Daniel-Diaz closed 10 years ago

Daniel-Diaz commented 10 years ago

I would like to see something like this in the library docs. This way, I don't have to figure out myself if the output is normalized or not.

ian-ross commented 10 years ago

Good idea. I've neglected the library documentation a little because of all the blog posts I wrote. They're no substitute for having the documentation actually in the package though. I'll do this, and try to make the library documentation more detailed in general.