Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Fast Fourier Transform - arbitrary input

807591May 3 2008 — edited May 7 2008
Hi,

I have to program a invers fast fourier transform, therefore i read some papers and asserted, that
the radix-N-Algorithms are the fastest available.

But they only work for input that is a power of 2 :-(

My input isnt a power of two, so i thought i could possibly expand my array from 108 to 128 and could use the radix-2-algorihm.
But unfortunatly on this way i'm affecting the calculation method and the result is always incorrect because i expand on the false way.

Can anyone tell me how i have to expand my array, so that the calculation isnt affected ?

( or can anyone tell me where to finde a java algorithm for the inverse fourier transform for arbitrary n? )

Thanks a lot !
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 4 2008
Added on May 3 2008
2 comments
174 views