FFT on Array Whose Size is not a Power of Two

Revision en1, by Nooor, 2019-01-18 17:25:16

Hello Codrforces,

I don't have a quite strong grisp of FFT, although I have a question, what if I wanted to apply FFT on an array whose size is not a power of two, pretty much every implementation I've seen on the interent assumes the length of the input array is a power of two, would it be possible to pad the array with zeros?

I'm wondering what the right approach would be? Thank you all

Tags fft

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English Nooor 2019-01-18 17:25:16 453 Initial revision (published)