ClMtxExpr::DownSample Function

Overload List

#SignatureDescription
1clVector DownSample(TOpenCLVector *Src, int Factor, int Phase = 0);Reduces the sampling frequency without filtering.
2clVector DownSample(TOpenCLMatrix *Src, int Factor, int Phase = 0);Reduces the sampling frequency without filtering.

Overload 1: clVector DownSample(TOpenCLVector *Src, int Factor, int Phase = 0);

Reduces the sampling frequency without filtering.

#NameTypeDescription
1SrcTOpenCLVector *
2Factorint
3Phase = 0int
Remarks:

Internally calls clVector::DownSample

Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler

Overload 2: clVector DownSample(TOpenCLMatrix *Src, int Factor, int Phase = 0);

Reduces the sampling frequency without filtering.

#NameTypeDescription
1SrcTOpenCLMatrix *
2Factorint
3Phase = 0int
Remarks:

Internally calls clVector::DownSample

Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler