TOpenCLVector *DownSample(TOpenCLMtxVec *Src, int Factor, int Phase = 0) const;
Downsamples vector values.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TOpenCLMtxVec * | |
| 2 | Factor | int | |
| 3 | Phase = 0 | int |
Remarks:
The methods copies only every Factor sample from the Src vector to the calling vector. The TOpenCLBase::Length and TOpenCLBase::Complex properties of the calling vector are set implicitly. The phase parameter determines the initial sample offset. Phase must be less than Factor.
See Also: clVector::UpSample, TOpenCLVector::UpSample
Declared in Dew::Math::clVector · Dew.Math/clMtxExpr.h · Cross-compiler