LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to convert an array of numbers into a time signal?

I have an array of 512 data points. I want to convert this array into a time domain signal (the one with the brown color). How would I do this? Please let me know soon...Thanks!
0 Kudos
Message 1 of 3
(5,268 Views)
If you are referring to waveform data type, use the "build waveform" function as illustrated in the attached vi. Also check LabVIEW help waveform example for more sample vi.
0 Kudos
Message 2 of 3
(5,268 Views)
> I have an array of 512 data points. I want to convert this array into
> a time domain signal (the one with the brown color). How would I do
> this? Please let me know soon...Thanks!

If the brown signal you are talking about is a waveform, then use the
Build Waveform node on the Waveform palette. If you are talking about
the brown wire that is often plotted to a waveform graph, that predated
the waveform, it is just a cluster with two numerics, X0 and dX,
followed by the array of amlitudes.

Greg McKaskle
0 Kudos
Message 3 of 3
(5,268 Views)