discuss-gnuradio
[Top][All Lists]
Advanced

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

RE: [Discuss-gnuradio] GNU Radio TCP and MATLAB


From: Kevin Rudd \(Contractor\)
Subject: RE: [Discuss-gnuradio] GNU Radio TCP and MATLAB
Date: Thu, 26 Apr 2007 14:48:34 -0400

Thanks for the suggestion.  I dove into the TCP code to try and figure out
what it was doing.  I found my problem.  I have to use the following read
command...

data  = pnet(con, 'read', 1000, 'SINGLE', 'NATIVE');

Now I notice that matlab seems to be lag behind the USRP.  So, maybe matlab
is not the best path to process the data in realtime.  I am curious what the
best data rate someone has sustained using a TCP connection.

If I get it up and going, I will post my code and a howto so others can
stream data to and from MATLAB in real time.

Thanks,
Kevin








reply via email to

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