MtxExpr.UpSample Method

Overload List

#SignatureDescription
1Vector UpSample(TMtx Src, Int32 Factor, Int32 Phase)Increase sampling frequency without filtering.
2Vector UpSample(TVec Src, Int32 Factor, Int32 Phase)Increase sampling frequency without filtering.

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

Increase sampling frequency without filtering.

#NameTypeDescription
1SrcTMtxsource TMtx
2FactorInt32
3PhaseInt32

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.UpSample

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

Increase sampling frequency without filtering.

#NameTypeDescription
1SrcTVecsource TVec
2FactorInt32
3PhaseInt32

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.UpSample