MtxExpr::PowerSpectrum Function

Overload List

#SignatureDescription
1Vector PowerSpectrum(TVec *X);Compute the power spectrum from the complex source data.
2Matrix PowerSpectrum(TMtx *X);Compute the power spectrum from the complex source data.

Overload 1: Vector PowerSpectrum(TVec *X);

Compute the power spectrum from the complex source data.

#NameTypeDescription
1XTVec *
Remarks:

Internally calls Vector::PowerSpectrum

Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler

Overload 2: Matrix PowerSpectrum(TMtx *X);

Compute the power spectrum from the complex source data.

#NameTypeDescription
1XTMtx *
Remarks:

Internally calls Matrix::PowerSpectrum

Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler