LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

ubundling a waveform data type

I have started with a built in VI that buffers and graphs an analog signal. I want to filter the data and display and store the amplitude of the signal as an array, to do other mathmatical functions on it. I realize that LabVIEW has a special datatype for waveforms that includes the signal amplitude, dt, and the start time. I am only interested in the single amplitude, but dont know how to extract it, and store it into an array. Attached is my current (not working) VI) Thank you in advance.

David
0 Kudos
Message 1 of 2
(2,441 Views)
Use "Get Waveform Components" function (located in Waveform function sub-palette) to get signal amplitude.
0 Kudos
Message 2 of 2
(2,441 Views)