Returns the Fourier transform of a vector.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static ComplexConjugateSignalVector<T> FourierTransform<T>(
Vector<T> vector
)
Public Shared Function FourierTransform(Of T) (
vector As Vector(Of T)
) As ComplexConjugateSignalVector(Of T)
public:
generic<typename T>
static ComplexConjugateSignalVector<T>^ FourierTransform(
Vector<T>^ vector
)
static member FourierTransform :
vector : Vector<'T> -> ComplexConjugateSignalVector<'T>
Parameters
- vector
- Type: Extreme.MathematicsVectorT
A VectorT.
Type Parameters
- T
Return Value
Type:
ComplexConjugateSignalVectorTA
ComplexConjugateSignalVectorT containing the Fourier
transform of
vector.
Reference