Click or drag to resize

FFT Class

Provides both complex and real Fast Fourier Transforms.
Inheritance Hierarchy
SystemObject
  Austra.Library.TransformsFFT

Namespace: Austra.Library.Transforms
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+77a1ed58155f905ef6d88f42ae024582c7e1b4c3
Syntax
C#
public static class FFT

The FFT type exposes the following members.

Methods
 NameDescription
Public methodStatic memberInverse(Complex)Inverse complex Fast Fourier Transform.
Public methodStatic memberInverse(Complex, Int32)Inverse complex Fast Fourier Transform.
Public methodStatic memberInverseReal(Complex)Inverse real Fast Fourier Transform.
Public methodStatic memberInverseReal(Complex, Int32)Inverse real Fast Fourier Transform.
Public methodStatic memberTransform(Complex)Forward complex Fast Fourier Transform.
Public methodStatic memberTransform(Double)Forward real Fast Fourier Transform.
Public methodStatic memberTransform(Complex, Int32)Forward complex Fast Fourier Transform.
Public methodStatic memberTransform(Double, Int32)Forward real Fast Fourier Transform.
Top
See Also