Vector.Fourier Transform Method
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Overload List
Fourier | Returns the Fourier transform of a vector. |
Fourier | Returns the Fourier transform of a vector. |
FourierTransform<T>(Vector<T>)
Returns the Fourier transform of a vector.
public static ComplexConjugateSignalVector<T> FourierTransform<T>(
Vector<T> vector
)
Parameters
Type Parameters
- T
Return Value
ComplexConjugateSignalVector<T>A ComplexConjugateSignalVector<T> containing the Fourier transform of vector.
Exceptions
Argument | vector is null. |
FourierTransform<T>(Vector<Complex<T>>)
Returns the Fourier transform of a vector.
public static Vector<Complex<T>> FourierTransform<T>(
Vector<Complex<T>> vector
)
Parameters
Type Parameters
- T
Return Value
Vector<Complex<T>>A complex vector containing the Fourier transform of vector.
Exceptions
Argument | vector is null. |