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+e1037fa8802b3ff162e26559d763b73334940b70
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