discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] MATLAB/Windows and the USRP


From: David Scaperoth
Subject: Re: [Discuss-gnuradio] MATLAB/Windows and the USRP
Date: Fri, 20 Apr 2007 07:08:33 -0400

I've just recently been using TCP socket connections to send data to/ from MATLAB. you could use file_descriptor_sink[source] block in GNU Radio to push data to/from the USRP. The sockets I have been using are at

http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do? objectId=345

I have done work with file_descriptor_sink[source] and work with sockets in MATLAB, but not together =).

David


On Apr 19, 2007, at 10:28 AM, Trond Danielsen wrote:

2007/4/19, Kevin Rudd (Contractor) <address@hidden>:
Hello all,
I just received my USRP and I have successfully installed GNURadio on my Linux box. I am just starting to dabble with the code a bit. I am very much a Windows/MATLAB developer, so I think I could be far more productive if I could just stream the baseband waveforms to and from the USRP from MATLAB. I see on Ettus's site that some are working on a MATLAB interface. I would like to contribute to this effort. Does anyone have a good starting
point?  Are there any windows drivers (dll's or source)?

Hi,

If you want to do off-line analysis in matlab, python or octave, a
solution that works for me is to just record a suitable amount of data
with usrp_rx_cfile.py, and thereafter do whatever I like in my
high-level language of choice. It might not be the best solution if
you want to tweak USRP parameters from Matlab, but it works.

--
Trond Danielsen


_______________________________________________
Discuss-gnuradio mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio





reply via email to

[Prev in Thread] Current Thread [Next in Thread]