|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
MATLAB/Windows and the USRPHello all, (p.s. I apologize if this gets double
posted. I had trouble using a third party forum) _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@... http://lists.gnu.org/mailman/listinfo/discuss-gnuradio |
|
|
Re: MATLAB/Windows and the USRP2007/4/19, Kevin Rudd (Contractor) <Kevin.Rudd@...>:
> 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 Discuss-gnuradio@... http://lists.gnu.org/mailman/listinfo/discuss-gnuradio |
|
|
|
|
|
Re: MATLAB/Windows and the USRPKevin Rudd (Contractor) wrote:
> 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)? > > Btw, I tried installing the binaries from www.olifantasia.com and the code > did not like my USRP revision?? I have also searched the list and tried > emailing people directly, but without any responses. I haven't found the time to make new ones. (It is quite a long process updating and building the windows installers) I will probably make some new ones someday, but don't pin me down on a date. You could build from source yourself on mingw or cygwin on windows. More people are doing this. Greetings, Martin > > I would appreciate any help or suggestions. > > Thanks, > Kevin > > > > (p.s. I apologize if this gets double posted. I had trouble using a third > party forum) > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Discuss-gnuradio mailing list > Discuss-gnuradio@... > http://lists.gnu.org/mailman/listinfo/discuss-gnuradio _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@... http://lists.gnu.org/mailman/listinfo/discuss-gnuradio |
|
|
Re: MATLAB/Windows and the USRPI'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) <Kevin.Rudd@...>: >> 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 > Discuss-gnuradio@... > http://lists.gnu.org/mailman/listinfo/discuss-gnuradio _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@... http://lists.gnu.org/mailman/listinfo/discuss-gnuradio |
|
|
Re: MATLAB/Windows and the USRPKevin Rudd (Contractor) wrote:
> 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)? > > Btw, I tried installing the binaries from www.olifantasia.com and the > code > did not like my USRP revision?? I have also searched the list and tried > emailing people directly, but without any responses. > > I would appreciate any help or suggestions. > > Thanks, > Kevin > > > > (p.s. I apologize if this gets double posted. I had trouble using a > third > party forum) Hello, with some friends we have developped an USRP interface to matlab. See: http://www.tools4sdr.com/DispPubli?Id=1678410 Examples of use are given: http://www.tools4sdr.com/DispPubli.php?Id=2917710 (simple communications) http://www.tools4sdr.com/DispPubli.php?Id=2275110 (channel IR estimation) http://www.tools4sdr.com/DispPubli.php?Id=2963610 (baudrate estimation) Pierre -- Posted via http://www.ruby-forum.com/. _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@... http://lists.gnu.org/mailman/listinfo/discuss-gnuradio |
| Free Forum Powered by Nabble | Forum Help |