MtxExpr::DownSample Function

Overload List

#SignatureDescription
1Vector DownSample(TVec *Src, int Factor, int Phase = 0);Reduces the sampling frequency without filtering.
2Vector DownSample(TMtx *Src, int Factor, int Phase = 0);Reduces the sampling frequency without filtering.

Overload 1: Vector DownSample(TVec *Src, int Factor, int Phase = 0);

Reduces the sampling frequency without filtering.

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

Internally calls Vector::DownSample

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

Overload 2: Vector DownSample(TMtx *Src, int Factor, int Phase = 0);

Reduces the sampling frequency without filtering.

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

Internally calls Matrix::DownSample

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