FFT Class

Provides both complex and real Fast Fourier Transforms.

Definition

Namespace: Austra.Library.Transforms
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+d1268756e036101f601080f153b3997e72fc912d
C#
public static class FFT
Inheritance
Object    FFT

Methods

Inverse(Complex)Inverse complex Fast Fourier Transform.
Inverse(Complex, Int32)Inverse complex Fast Fourier Transform.
InverseReal(Complex)Inverse real Fast Fourier Transform.
InverseReal(Complex, Int32)Inverse real Fast Fourier Transform.
Transform(Complex)Forward complex Fast Fourier Transform.
Transform(Double)Forward real Fast Fourier Transform.
Transform(Complex, Int32)Forward complex Fast Fourier Transform.
Transform(Double, Int32)Forward real Fast Fourier Transform.

See Also