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
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
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
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