Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Vector UpSample(TMtx *Src, int Factor, int Phase = 0); | Increase sampling frequency without filtering. |
| 2 | Vector UpSample(TVec *Src, int Factor, int Phase = 0); | Increase sampling frequency without filtering. |
Overload 1: Vector UpSample(TMtx *Src, int Factor, int Phase = 0);
Increase sampling frequency without filtering.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TMtx * | |
| 2 | Factor | int | |
| 3 | Phase = 0 | int |
Remarks:
Internally calls Vector::UpSample
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler
Overload 2: Vector UpSample(TVec *Src, int Factor, int Phase = 0);
Increase sampling frequency without filtering.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TVec * | |
| 2 | Factor | int | |
| 3 | Phase = 0 | int |
Remarks:
Internally calls Vector::UpSample
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler