Open y22ma opened 9 years ago
You can do that, but then the output length will also be padded the length. An alternative is to use the Chrip-Z method, which lets you do an FFT of any length.
@JayKickliter Thanks, this looks very involved. Will try to implement it, but I will likely go forward with the zero padding approach.
FWIW, FFTW can perform fast transforms of vector lengths that are products of small primes.
Just wondering if anyone has tips on how to use ffts on vector with sizes that are not n power of 2. Off the top of my head, I suppose I could pad the signal with zeros?