类 FFT


  • public class FFT
    extends java.lang.Object
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      protected float[] w1  
      protected float[] w2  
      protected float[] w3  
    • 构造器概要

      构造器 
      构造器 说明
      FFT​(int logN)  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void transform1D​(float[] real, float[] imag, int logN, int n, boolean forward)  
      void transform2D​(float[] real, float[] imag, int cols, int rows, boolean forward)  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • 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)