LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Matlab simulation signalinto labview

I have generated a signal in matlab using simulink. Now I want load this signal in labview for further analysis. How Can I? Plz Help.

0 Kudos
Message 1 of 5
(2,634 Views)

You could simple save your signal to file and then load it into LabVIEW using one the file I/O VIs.For example, you could save it as delimited text file or you could save it using raw binary. Or, depending on your needs, you could go and purchase the LabVIEW Simulation Interface Toolkit.

0 Kudos
Message 2 of 5
(2,611 Views)

Matlab does not have options to save in tdms format or raw binary format. So How to do it ?

0 Kudos
Message 3 of 5
(2,607 Views)

@Sankhadip wrote:

Matlab does not have options to save in tdms format or raw binary format. So How to do it ?


It does not have built-in functions to write to TDMS but it does have functions to write to a simple binary file: http://www.mathworks.com/help/techdoc/ref/fwrite.html

 

For TDMS you could try the DLL provided here: http://digital.ni.com/public.nsf/allkb/A3663DE39D6A2C5A86257204005C11CA

0 Kudos
Message 4 of 5
(2,602 Views)

Thanks for the immediate reply. I am checking it then I will let u know....

0 Kudos
Message 5 of 5
(2,577 Views)