ClMtxExpr.DownSample Method

Overload List

#SignatureDescription
1clVector DownSample(TOpenCLMatrix Src, Int32 Factor, Int32 Phase)Reduces the sampling frequency without filtering.
2clVector DownSample(TOpenCLVector Src, Int32 Factor, Int32 Phase)Reduces the sampling frequency without filtering.

Overload 1: clVector DownSample(TOpenCLMatrix Src, Int32 Factor, Int32 Phase)

Reduces the sampling frequency without filtering.

#NameTypeDescription
1SrcTOpenCLMatrixsource TOpenCLMatrix
2FactorInt32
3PhaseInt32

Returns: clVector

Remarks:

Internally calls Dew.Math.clVector.DownSample

Overload 2: clVector DownSample(TOpenCLVector Src, Int32 Factor, Int32 Phase)

Reduces the sampling frequency without filtering.

#NameTypeDescription
1SrcTOpenCLVectorsource TOpenCLVector
2FactorInt32
3PhaseInt32

Returns: clVector

Remarks:

Internally calls Dew.Math.clVector.DownSample