13 votes
Extend the FFT algorithms for arbitrary lengths
Currently the FFT implementation only supports sizes which are a power of two (2,4,8,16,...). Add direct support for arbitrary sizes.
Currently the FFT implementation only supports sizes which are a power of two (2,4,8,16,...). Add direct support for arbitrary sizes.