LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Adding different XY waveform data

I have several XY Data sampled signals that have different timestamps since they are acquired as an event log.  I need to add all the XY Data waveforms together and create a summation trace/plot.  What is the best way to do this?

0 Kudos
Message 1 of 7
(2,851 Views)

Hi,

what do you mean by :


I need to add all the XY Data waveforms together and create a summation trace/plot.


In a XY graph, you can plot several plots which doesn't have the same timestamps, and not the same number of points by plot :

 

 

 

 

Diagram :

 

 

Regards,

V-F
Download All
0 Kudos
Message 2 of 7
(2,834 Views)

Thx but this creates an array of clusters of 2 separate XY Waveforms.  What I need is a single cluster of interleaved XY data for one XY Waveform that is the summation of the Y Data.

0 Kudos
Message 3 of 7
(2,820 Views)

Can you give an example of the data that you have so that we can see what you are doing?

Tim
GHSP
0 Kudos
Message 4 of 7
(2,816 Views)

Here it is on an XY Graph with the proper interpolation set.

0 Kudos
Message 5 of 7
(2,809 Views)

Are you going to post process this data or are you looking to do this in real time?

 

For the data when you have two points in the same time slot how do you know which one to keep?

Tim
GHSP
0 Kudos
Message 6 of 7
(2,804 Views)

post process the data

 

if 2 points are at the same timestamp, you add the two together.  I.E> if it is a 1 on both waveforms, then the result would be a 2. 

0 Kudos
Message 7 of 7
(2,794 Views)