Overload List
| # | Signature | Description |
|---|---|---|
| 1 | clVector DownSample(TOpenCLMatrix Src, Int32 Factor, Int32 Phase) | Reduces the sampling frequency without filtering. |
| 2 | clVector DownSample(TOpenCLVector Src, Int32 Factor, Int32 Phase) | Reduces the sampling frequency without filtering. |
Overload 1: clVector DownSample(TOpenCLMatrix Src, Int32 Factor, Int32 Phase)
Reduces the 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.DownSample
Overload 2: clVector DownSample(TOpenCLVector Src, Int32 Factor, Int32 Phase)
Reduces the 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.DownSample