TSpectrogram.CopyAmpltTransposed Method

Overload List

#SignatureDescription
1procedure CopyAmpltTransposed(Dst: TMtx);Copies all amplitude spectrums as columns to the destination matrix.
2procedure CopyAmpltTransposed(Dst: TMtx; TimeStart: Double; TimeStop: Double; FreqStart: Double; FreqStop: Double);Copies all amplitude spectrums as columns to the destination matrix.

Overload 1: procedure CopyAmpltTransposed(Dst: TMtx);

Copies all amplitude spectrums as columns to the destination matrix.

#NameTypeDescription
1DstTMtxsource TMtx

Result: stored in self (calling object)

Overload 2: procedure CopyAmpltTransposed(Dst: TMtx; TimeStart: Double; TimeStop: Double; FreqStart: Double; FreqStop: Double);

Copies all amplitude spectrums as columns to the destination matrix.

#NameTypeDescription
1DstTMtxsource TMtx
2TimeStartDoublescalar
3TimeStopDoublescalar
4FreqStartDoublescalar
5FreqStopDoublescalar

Result: stored in self (calling object)