MtxExpr.DownSample Method

Overload List

#SignatureDescription
1Vector DownSample(TMtx Src, Int32 Factor, Int32 Phase)Reduces the sampling frequency without filtering.
2Vector DownSample(TVec Src, Int32 Factor, Int32 Phase)Reduces the sampling frequency without filtering.

Overload 1: Vector DownSample(TMtx Src, Int32 Factor, Int32 Phase)

Reduces the sampling frequency without filtering.

#NameTypeDescription
1SrcTMtxsource TMtx
2FactorInt32
3PhaseInt32

Returns: Vector

Remarks:

Internally calls Dew.Math.Matrix.DownSample

Overload 2: Vector DownSample(TVec Src, Int32 Factor, Int32 Phase)

Reduces the sampling frequency without filtering.

#NameTypeDescription
1SrcTVecsource TVec
2FactorInt32
3PhaseInt32

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.DownSample