09-03-2018 01:12 AM
Dear All,
I have the samples of a signal generated from Matlab and retrieved in LabVIEW using Read Delimited Spreadsheet Vi, how could I regenerate the waveform(Let's say the samples are 10000,i want to plot this samples with time from 0 to 1se).
I appreciate any help!
Regards,
Samuel
09-03-2018 03:00 AM
Hi Samuel,
Build a waveform and set dt to 0.0001s (reciprocal of 10000Hz)...
09-03-2018 03:34 AM
Dear GerdW,
Thank for your help, yes I did that but my intention was to plot the sample data of the signal over the range of time(0 to 1sec).I was trying to connect the output waveform to the xy graph but it was generating an error,
Thank you in advance!
Regards,
Samuel
09-03-2018 03:49 AM
Hi Samuel,
why do you use a XY graph to plot a waveform? Why don't you use a waveform graph?