Class rFFT

    • Field Detail

      • pointer

        public long pointer
    • Constructor Detail

      • rFFT

        public rFFT()
      • rFFT

        public rFFT​(int window)
    • Method Detail

      • allocate

        public static rFFT allocate()
      • allocate

        public static rFFT allocate​(int window)
      • free

        public static void free​(rFFT rfft)
      • perform

        public double[] perform​(double input)