void PixelDownSampleLow(Int32 Width, TVec Y, Int32 Index, Int32 Len, TVec X, TVec NX)
Downsample the vectors Y and (optionaly) X starting at position Index and for Len samples.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Width | Int32 | |
| 2 | Y | TVec | source TVec |
| 3 | Index | Int32 | start index |
| 4 | Len | Int32 | element count |
| 5 | X | TVec | source TVec |
| 6 | NX | TVec | source TVec |
Result: stored in self (calling object)
Remarks:
The method downsamples only the minimum values. This can be usefull, if the input is already a downsampled signal which has to be further downsampled.