开发者

Dataflow Diagram or Pseudo Code for Fast Fourier Transform?

开发者 https://www.devze.com 2023-03-05 12:48 出处:网络
I have an ArrayList that has Double elements. I want to implement FFT(Fast Fourier Trans开发者_Go百科form) on it. However I don\'t want to take a Java code somewhere else and copy it. How can I find t

I have an ArrayList that has Double elements. I want to implement FFT(Fast Fourier Trans开发者_Go百科form) on it. However I don't want to take a Java code somewhere else and copy it. How can I find the understandable dataflow diagram or pseudo code of FFT algorithm?

PS: My ArrayList variable is a one-dimensional List.


Would diagram in this article satisfy you: http://en.wikipedia.org/wiki/Cooley%E2%80%93Tukey_FFT_algorithm ?

I built a Pascal program that was using this method almost 20 years ago.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号