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

2007-04-20 Thread David Scaperoth
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=34

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

2007-04-19 Thread Martin Dvh
Kevin 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

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

2007-04-19 Thread Jonas Hodel
Hi Kevin, I think the capabilities that we are developing at the moment are related. What we soon hope to achieve is a USRP server (Linux box running GNU Radio with a USRP), servicing clients (only one at this stage) that are running Windows/Matlab. Communications occur over TCP/IP. The serve

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

2007-04-19 Thread Trond Danielsen
2007/4/19, Kevin Rudd (Contractor) <[EMAIL PROTECTED]>: 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 c

[Discuss-gnuradio] MATLAB/Windows and the USRP

2007-04-19 Thread Kevin Rudd \(Contractor\)
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 US