DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Extracting indivicual cycles from a channel

Hello,

I have a waveform from which I wish to extract each cycle and superimpose them and create a resultant graph.

It is a long process manually, using the band selection cursor for each cycle > copying the data points >plotting the copied channels, as shown below:

Original channel:original.pngIntended Result (showing 4 cycles only):

intended.pngI would like to know how to automate this process, if possible.

Thank you,

Jesu

0 Kudos
Message 1 of 3
(2,611 Views)

Hey,

You can use Find Pattern in ANALYSIS which was added in DIAdem 2017.

Load Pattern_Example.tdm file for a demonstration:

C:\Program Files\National Instruments\DIAdem 2017\Examples

Then open ANALYSIS --> Channel functions --> Find pattern

 

Or start this example which ships with DIAdem 2017.

Regards

Christian
CLA, CTA, CLED
0 Kudos
Message 2 of 3
(2,567 Views)

Hey Christian,

I am using Diadem 2015. I have been able to create a very rough workaround through scripting. Each cycle has a length of 23 data points. So I used a loop to extract each 23 point segment and store them in a new channel.

Thanks,

Jesu

0 Kudos
Message 3 of 3
(2,549 Views)