类 FFT


  • public class FFT
    extends Object
    • 字段详细资料

      • w1

        protected float[] w1
      • w2

        protected float[] w2
      • w3

        protected float[] w3
    • 构造器详细资料

      • FFT

        public FFT​(int logN)
    • 方法详细资料

      • transform1D

        public void transform1D​(float[] real,
                                float[] imag,
                                int logN,
                                int n,
                                boolean forward)
      • transform2D

        public void transform2D​(float[] real,
                                float[] imag,
                                int cols,
                                int rows,
                                boolean forward)