Fourier Transform (for arbitrary size matrices).
Inheritance HierarchySystemObject
Accord.Math.TransformsFourierTransform2
Accord.Math (in Accord.Math.dll) Version: 3.8.0
SyntaxThe FourierTransform2 type exposes the following members.
Methods Name Description Convolve(Double, Double, Double)Computes the circular convolution of the given real vectors. All vectors must have the same length.
Convolve(Complex, Complex, Complex)Computes the circular convolution of the given complex vectors. All vectors must have the same length.
Convolve(Double, Double, Double, Double, Double, Double)Computes the circular convolution of the given complex vectors. All vectors must have the same length.
DFT1-D Discrete Fourier Transform.
DFT22-D Discrete Fourier Transform.
FFT(Complex, FourierTransformDirection)1-D Fast Fourier Transform.
FFT(Double, Double, FourierTransformDirection)1-D Fast Fourier Transform.
FFT22-D Fast Fourier Transform.
Top RemarksThe transforms in this class accept arbitrary-length matrices and are not restricted to only matrices that have dimensions which are powers of two. It also provides results which are more equivalent with other mathematical packages, such as MATLAB and Octave.
This class had been created as an alternative to AForge.NET's original FourierTransform class that would provide more expected results.
See AlsoRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4