Page 1 of 1

Decimation sampling rate

Posted: Fri Oct 16, 2009 11:31 am
by 15653431
Hello. We use TeeChart for visualizing physical processes and deal with lots of data (discrete phisycal signals). I can't find any frequency decimation functions in TeeChart. Could You help me, tell please how can one decimate series by means of TeeChart?
I've tried

Code: Select all

fLine.DrawAllPoints = false;
but there is no effect. I suppose this feature exlude only points with the same X-value.

Re: Decimation sampling rate

Posted: Fri Oct 16, 2009 2:42 pm
by yeray
Hi starnov,

Yes, that property is useful when you have several Y values for each X.
In you case, you could try using the Downsampling function. Please, see the All Features\Welcome !\Functions\Extended\Reducing number of points example demo from New Features Demo (you should find it at TeeChart program's group).