MtxExpr.PowerSpectrum Method

Overload List

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

Overload 1: function PowerSpectrum(const X: TMtx): Matrix;

Compute the power spectrum from the complex source data.

#NameTypeDescription
1XTMtx

Returns: Matrix

Remarks:

Internally calls Matrix.PowerSpectrum

Overload 2: function PowerSpectrum(const X: TVec): Vector;

Compute the power spectrum from the complex source data.

#NameTypeDescription
1XTVec

Returns: Vector

Remarks:

Internally calls Vector.PowerSpectrum