04-18-2007 02:54 AM
04-19-2007 02:34 PM
04-20-2007 08:25 AM
08-19-2013 10:38 PM
Sir, i am trying to do the same thing. Could you please elaborate on how to build the signal from the text data.
Regards
Sachin
08-20-2013 08:12 AM
@Sachindian wrote:
Sir, i am trying to do the same thing. Could you please elaborate on how to build the signal from the text data.
Regards
Sachin
It kind of depends on your text file. But what I've done in the past is read my csv file and parse it to get a 1D array. I can then build a waveform using the array and choosing a sample rate.
08-20-2013 08:32 AM
If you have SignalExpress, you can use the Load from ASCII VI. Alternatively, you can do what crossrulz said by using Read from Spreadsheet File VI, which can read delimited data in .txt files as well.