Re: Transmitting on both channels on USRP X300

2020-01-22 Thread Marcus D. Leech
On 01/22/2020 07:26 PM, Sunny Sam wrote: Hi everyone, I am trying to transmit data from two UDP sockets using the two USRP X300 TX lines. I modified the tunnel.py example to do this. The modulated signals from the two UDP sockets are connected to the UHD USRP Sink block input 0 and 1. What I

Transmitting on both channels on USRP X300

2020-01-22 Thread Sunny Sam
Hi everyone, I am trying to transmit data from two UDP sockets using the two USRP X300 TX lines. I modified the tunnel.py example to do this. The modulated signals from the two UDP sockets are connected to the UHD USRP Sink block input 0 and 1. What I have noticed is, the work function for the

GNURadio with Python 3 for Windows

2020-01-22 Thread Roman A Sandler
Hi, Currently, the windows precompiled GNUradio installers found here feature GNURadio 3.8, but only with Python 2.7. My questions are: 1. Is there a currently precompiled Windows version of GNURadio 3.8 w/ Python 3? 2. If there is

Two filters in the same block

2020-01-22 Thread Salwan Damman
Hello everyone, Let's say I have to implement a general block that contains two different filters each having a different number of taps. What should I set the history to? What other things do I need to watch out for to make sure that the filters in that block work as intended. The output of the