LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can you use a log file to simulate a signal one point per iteration?

I like to simulate a signal frome a log file.
How do you do this?
0 Kudos
Message 1 of 2
(2,403 Views)
I would recommend you first read in all of the data and place it in a 2D numeric array. Look at the file input and output examples that ship with LabVIEW. Then, you can just index this array at your specified frequency to pull out a point of data.
0 Kudos
Message 2 of 2
(2,403 Views)