Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function UpSample(const Src: TMtx; Factor: Integer; Phase: Integer): Vector; | Increase sampling frequency without filtering. |
| 2 | function UpSample(const Src: TVec; Factor: Integer; Phase: Integer): Vector; | Increase sampling frequency without filtering. |
Overload 1: function UpSample(const Src: TMtx; Factor: Integer; Phase: Integer): Vector;
Increase sampling frequency without filtering.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TMtx | |
| 2 | Factor | Integer | |
| 3 | Phase | Integer |
Returns: Vector
Remarks:
Internally calls Vector.UpSample
Overload 2: function UpSample(const Src: TVec; Factor: Integer; Phase: Integer): Vector;
Increase sampling frequency without filtering.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TVec | |
| 2 | Factor | Integer | |
| 3 | Phase | Integer |
Returns: Vector
Remarks:
Internally calls Vector.UpSample