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