ClMtxExpr.UpSample Method

Overload List

#SignatureDescription
1clVector UpSample(TOpenCLMatrix Src, Int32 Factor, Int32 Phase)Increase sampling frequency without filtering.
2clVector UpSample(TOpenCLVector Src, Int32 Factor, Int32 Phase)Increase sampling frequency without filtering.

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

Increase sampling frequency without filtering.

#NameTypeDescription
1SrcTOpenCLMatrixsource TOpenCLMatrix
2FactorInt32
3PhaseInt32

Returns: clVector

Remarks:

Internally calls Dew.Math.clVector.UpSample

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

Increase sampling frequency without filtering.

#NameTypeDescription
1SrcTOpenCLVectorsource TOpenCLVector
2FactorInt32
3PhaseInt32

Returns: clVector

Remarks:

Internally calls Dew.Math.clVector.UpSample