摘要: 1 private static Complex[] FFT1(Complex[] f) 2 { 3 int N=f.length; 4 int power= (int) (Math.log10(N)/Math.log10(2)); 5 ... 阅读全文
posted @ 2015-04-25 15:43 Asoka_the_Great 阅读(160) 评论(0) 推荐(0) 编辑