Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Vector UpSample(TMtx Src, Int32 Factor, Int32 Phase) | Increase sampling frequency without filtering. |
| 2 | Vector 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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TMtx | source TMtx |
| 2 | Factor | Int32 | |
| 3 | Phase | Int32 |
Returns: Vector
Remarks:
Internally calls Dew.Math.Vector.UpSample
Overload 2: Vector UpSample(TVec Src, Int32 Factor, Int32 Phase)
Increase sampling frequency without filtering.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TVec | source TVec |
| 2 | Factor | Int32 | |
| 3 | Phase | Int32 |
Returns: Vector
Remarks:
Internally calls Dew.Math.Vector.UpSample