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