摘要: /************************************************************************* * Compilation: javac FFT.java * Execution: java FFT N * Dependencies: Complex.java * * Compute the FFT and inverse FFT of a length N complex sequence. * Bare bones implementation that runs in O(N log N) time. Our goa... 阅读全文
posted @ 2012-03-22 09:58 图形学小菜鸟 阅读(8302) 评论(2) 推荐(0) 编辑