05-22-2013 07:27 AM
Hello every body
Could any body please help me in connecting labview with simulink my target is to capture data from USRP and then i designed model at simulink and this model will take it's parameters from the data received from USRP.
Thanks
05-23-2013 09:01 AM
Hi,
If you require raw I/Q samples then you can save this complex stream to file in binary format and then read this in using Simulink. You could also use a TCP socket.
Depending whether LabVIEW is doing anything else other than streaming complex samples, you could use Simulink to directly access the USRP without using LabVIEW. See the following URL:
http://www.cel.kit.edu/english/simulink-uhd.php
Regards,
Mike
--
Mike Jameson M0MIK BSc MIET
Email: mike@scanoo.com
Web: http://scanoo.com
05-24-2013 07:11 AM
Thanks for reply,
but if there is any other solution that helps me opening simulink and getting results while I'm running labview
05-24-2013 07:23 AM