Buliding a waveform with different dt time values tia sal22
Greetings All
I'm importing a csv file with values to build a wave form for playing an
audio signal
example csv file below:
t,y
0,0
1,2
2.1,5
6,3
45,1
51,7
78,3
93.2,8
450.2,1
I can get the x and y values on the xy graph to work correctly but when I use the
Build Waveform vi it only allows the dt option to increment at one set value
but my dt values varies example: 0,1,2.1,6,45,51,78,93.2,450.2 How can I work around this?
What I intend to do is import the csv file and build a waveform then
play that waveform at 30hz to 2000hz.
TIA
Sal22