ClMtxExpr.DownSample Method

Overload List

#SignatureDescription
1function DownSample(Src: TOpenCLMatrix; Factor: Integer; Phase: Integer): clVector;Reduces the sampling frequency without filtering.
2function DownSample(Src: TOpenCLVector; Factor: Integer; Phase: Integer): clVector;Reduces the sampling frequency without filtering.

Overload 1: function DownSample(Src: TOpenCLMatrix; Factor: Integer; Phase: Integer): clVector;

Reduces the sampling frequency without filtering.

#NameTypeDescription
1SrcTOpenCLMatrixsource TOpenCLMatrix
2FactorInteger
3PhaseInteger

Returns: clVector

Remarks:

Internally calls clVector.DownSample

Overload 2: function DownSample(Src: TOpenCLVector; Factor: Integer; Phase: Integer): clVector;

Reduces the sampling frequency without filtering.

#NameTypeDescription
1SrcTOpenCLVectorsource TOpenCLVector
2FactorInteger
3PhaseInteger

Returns: clVector

Remarks:

Internally calls clVector.DownSample