LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I get the time for a simulate signal express vi waveform?

I tried converting to an array and then indexing, but every index I try only gives me the y value. See attached VI for clarification on what I mean.

0 Kudos
Message 1 of 2
(1,972 Views)

You will have to keep track of that yourself.  You are sampling at 360kHz.  This means that each sample is ~2.8us.  You can easily get the time by taking that dt (2.8us) multiplied by the sample index and adding the time at which the first sample was taken.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 2
(1,949 Views)