Re: [Discuss-gnuradio] How to implement MIMO transmissions

2013-02-12 Thread Josh Blum
On 02/12/2013 01:38 PM, Lara Deek wrote: > Thank you Josh for your reply! > >> Well in gnuradio, you dont have access to the send function. > > I created a usrp sink using uhd_make_usrp_sink(), and using the pointer to > the multi_usrp that is returned from calling get_device() on the usrp sink

Re: [Discuss-gnuradio] How to implement MIMO transmissions

2013-02-12 Thread Lara Deek
Thank you Josh for your reply! > Well in gnuradio, you dont have access to the send function. I created a usrp sink using uhd_make_usrp_sink(), and using the pointer to the multi_usrp that is returned from calling get_device() on the usrp sink variable, I access send() (ofcourse including the nec

Re: [Discuss-gnuradio] How to implement MIMO transmissions

2013-02-11 Thread Josh Blum
On 02/11/2013 02:51 PM, Lara Deek wrote: > Hello, > > I have a question about the details of transmitting using gnuradio. I > have set up a 2x2 MIMO transmitter using 2 USRP2's (or N200's) that > are connected via a MIMO cable. In C++, I initialize a single USRP > sink, and set the # channels to

[Discuss-gnuradio] How to implement MIMO transmissions

2013-02-11 Thread Lara Deek
Hello, I have a question about the details of transmitting using gnuradio. I have set up a 2x2 MIMO transmitter using 2 USRP2's (or N200's) that are connected via a MIMO cable. In C++, I initialize a single USRP sink, and set the # channels to 2 (excluding the other settings). I am currently usin