Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void PixelDownSampleHigh(int Width, TVec *Y, int Index, int Len, TVec *X = null, TVec *NX = null); | Downsample the vectors Y and (optionaly) X starting at position Index and for Len samples. |
| 2 | void PixelDownSampleHigh(int Width, TVec *Y, TVec *X = null, TVec *NX = null); |
Overload 1: void PixelDownSampleHigh(int Width, TVec *Y, int Index, int Len, TVec *X = null, TVec *NX = null);
Downsample the vectors Y and (optionaly) X starting at position Index and for Len samples.
Remarks:
The method downsamples only the maximum values. This can be usefull, if the input is already a downsampled signal which has to be further downsampled.
See Also: TVec::DownSample
Declared in Dew::Math::TVec · Dew.Math/MtxVec.h · Cross-compiler