Click or drag to resize
Accord.NET (logo)

FourierTransform2 Methods

The FourierTransform2 type exposes the following members.

Methods
  NameDescription
Public methodStatic memberConvolve(Double, Double, Double)
Computes the circular convolution of the given real vectors. All vectors must have the same length.
Public methodStatic memberConvolve(Complex, Complex, Complex)
Computes the circular convolution of the given complex vectors. All vectors must have the same length.
Public methodStatic memberConvolve(Double, Double, Double, Double, Double, Double)
Computes the circular convolution of the given complex vectors. All vectors must have the same length.
Public methodStatic memberDFT
1-D Discrete Fourier Transform.
Public methodStatic memberDFT2
2-D Discrete Fourier Transform.
Public methodStatic memberFFT(Complex, FourierTransformDirection)
1-D Fast Fourier Transform.
Public methodStatic memberFFT(Double, Double, FourierTransformDirection)
1-D Fast Fourier Transform.
Public methodStatic memberFFT2
2-D Fast Fourier Transform.
Top
See Also