From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can i send a waveform graph from labview to matlab

i am acquiring a PPG  signal from NI  DAQ in labveiw 

i want to export  this PPG signal to MATLAB  2012 for further processing 

 

how can i do this?

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

Hi Irfan789,

With the data from the signal, you can write this to a spreadsheet file, using the write to spreadsheet.vi located in file I/O which will convert your data into ASCII format. You can then open this file in the MATLAB environment by typing

 

>>LOAD filename

 

More information can be found in the following KnowledgeBase article.

http://digital.ni.com/public.nsf/allkb/2F8ED0F588E06BE1862565A90066E9BA

 

Jinfone
Applications Engineer
National Instruments
0 Kudos
Message 2 of 2
(2,511 Views)