TVec.PixelDownSampleLow Method

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.

#NameTypeDescription
1WidthInt32
2YTVecsource TVec
3IndexInt32start index
4LenInt32element count
5XTVecsource TVec
6NXTVecsource 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.