Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function DownSample(Src: TOpenCLMatrix; Factor: Integer; Phase: Integer): clVector; | Reduces the sampling frequency without filtering. |
| 2 | function DownSample(Src: TOpenCLVector; Factor: Integer; Phase: Integer): clVector; | Reduces the sampling frequency without filtering. |
Overload 1: function DownSample(Src: TOpenCLMatrix; Factor: Integer; Phase: Integer): clVector;
Reduces the sampling frequency without filtering.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TOpenCLMatrix | source TOpenCLMatrix |
| 2 | Factor | Integer | |
| 3 | Phase | Integer |
Returns: clVector
Remarks:
Internally calls clVector.DownSample
Overload 2: function DownSample(Src: TOpenCLVector; Factor: Integer; Phase: Integer): clVector;
Reduces the sampling frequency without filtering.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TOpenCLVector | source TOpenCLVector |
| 2 | Factor | Integer | |
| 3 | Phase | Integer |
Returns: clVector
Remarks:
Internally calls clVector.DownSample