Aliasing Problem

A forum dedicated to WinForms version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
TheGian
Posts: 11
Joined: Thu Sep 19, 2013 7:52 am

Aliasing Problem

Post by TheGian » Thu Dec 05, 2013 3:24 pm

recently analyzing a recording of one of my device (with sampling at 100 ms) appeared this problem: at some point X is drawn correctly point Y and a second point. the data is correct and there is no overlap in time. could be due to some setting of the series?
problem_library.png
problem_library.png (121.25 KiB) Viewed 7519 times
how can i solve this problem?

Best Regards
Gian

User avatar
ArctionPasi
Posts: 1367
Joined: Tue Mar 26, 2013 10:57 pm
Location: Finland
Contact:

Re: Aliasing Problem

Post by ArctionPasi » Thu Dec 05, 2013 5:43 pm

Hi Gian,

Which series type do you use? PointLineSeries? Ensure you are always defining the Points array so that X is at least X of previous point, x[i+1] >= x.

I'm suspecting there may be some 0 X values in the end of array which could cause the extra line rendering from the end to X origin.
LightningChart Support Team, PT

TheGian
Posts: 11
Joined: Thu Sep 19, 2013 7:52 am

Re: Aliasing Problem

Post by TheGian » Fri Dec 06, 2013 10:13 am

yes PointLineSeries, with a MakeStairLinePoints functions.

your suspect is right.
I have analyzed point per point my recording and I saw a change of the date.

Thank you very much for the Help

:D :D :D

Post Reply