Closed afanasy closed 8 years ago
@afanasy, the Cooley-Tukey radix-2 algorithm (which is the one implemented here) requires the input signal to have a length of a power of two. Try using signals with length 2^1, 2^2, 2^3,...,2^k.
Thanks @nevosegal I'll try it