LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Export DAQmx waveform data to MATLAB

I am acquiring analog-input signals, and also using those signals for FFT analysis. I would like to take the waveform data from the input and the FFT data, then save it to a file to be opened for post processing in MATLAB. How can I do this in my LabView vi?

 

I looked on this solution page, but the sample vi at the end of the page is not functioning. I am using LabView 8.5 and the newest version of MATLAB.


 

Thanks for your help.

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

You can save the data as a text file, a straight binary file, or you can also try this: MAT-File IO Library for LabVIEW.

Message 2 of 2
(2,839 Views)