Overload List
| # | Signature | Description |
|---|---|---|
| 1 | clVector UpSample(TOpenCLMatrix Src, Int32 Factor, Int32 Phase) | Increase sampling frequency without filtering. |
| 2 | clVector UpSample(TOpenCLVector Src, Int32 Factor, Int32 Phase) | Increase sampling frequency without filtering. |
Overload 1: clVector UpSample(TOpenCLMatrix Src, Int32 Factor, Int32 Phase)
Increase sampling frequency without filtering.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TOpenCLMatrix | source TOpenCLMatrix |
| 2 | Factor | Int32 | |
| 3 | Phase | Int32 |
Returns: clVector
Remarks:
Internally calls Dew.Math.clVector.UpSample
Overload 2: clVector UpSample(TOpenCLVector Src, Int32 Factor, Int32 Phase)
Increase sampling frequency without filtering.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TOpenCLVector | source TOpenCLVector |
| 2 | Factor | Int32 | |
| 3 | Phase | Int32 |
Returns: clVector
Remarks:
Internally calls Dew.Math.clVector.UpSample