Overload List

  NameDescription
FFT(array<DoubleComplex>[]()[])
Using given configuration, computes the complex foward FFT of vin.
FFT(array<Double>[]()[])
Using the given configuration, computes the real forward FFT of vin
FFT(array<DoubleComplex>[]()[], array<DoubleComplex>[]()[]%)
Using given configuration, computes the complex foward FFT of vin and places the result in vout
FFT(array<Double>[]()[], array<Double>[]()[]%)
Using the given configuration, computes the real forward FFT of vin

See Also