MtxExpr.PowerSpectrum Method

Overload List

#SignatureDescription
1Matrix PowerSpectrum(TMtx X)Result = the power spectrum from the complex source data
2Vector PowerSpectrum(TVec X)Result = the power spectrum from the complex source data

Overload 1: Matrix PowerSpectrum(TMtx X)

Compute the power spectrum from the complex source data.

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.PowerSpectrum

Overload 2: Vector PowerSpectrum(TVec X)

Compute the power spectrum from the complex source data.

#NameTypeDescription
1XTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.PowerSpectrum