MtxExpr.DownSample Method

Overload List

#SignatureDescription
1function DownSample(const Src: TMtx; Factor: Integer; Phase: Integer): Vector;Reduces the sampling frequency without filtering.
2function DownSample(const Src: TVec; Factor: Integer; Phase: Integer): Vector;Reduces the sampling frequency without filtering.

Overload 1: function DownSample(const Src: TMtx; Factor: Integer; Phase: Integer): Vector;

Reduces the sampling frequency without filtering.

#NameTypeDescription
1SrcTMtx
2FactorInteger
3PhaseInteger

Returns: Vector

Remarks:

Internally calls Matrix.DownSample

Overload 2: function DownSample(const Src: TVec; Factor: Integer; Phase: Integer): Vector;

Reduces the sampling frequency without filtering.

#NameTypeDescription
1SrcTVec
2FactorInteger
3PhaseInteger

Returns: Vector

Remarks:

Internally calls Vector.DownSample