Re: [Discuss-gnuradio] mutiple signals with the usrp

2008-12-15 Thread Francesco B.
I am also trying to implement full duplex. And are you certain usrp_nbfm_ppt.py operates full duplex? It appears to only enable TX or RX at any given time, which is half duplex, not full duplex. ~ Francesco Matt Ettus wrote: > > Josh Blum wrote: >> Hello, >> >> I am interested in sending and

Re: [Discuss-gnuradio] mutiple signals with the usrp

2007-01-30 Thread Matt Ettus
Josh Blum wrote: > Hello, > > I am interested in sending and receiving multiple signals (2 or more?) > with a single USRP. > > It seems that to transmit 2 signals to different daughter boards you > can interleave the signals, set up 2 subdevices, and do a > self.u.set_mux(0xba98) (i pulled this fro

[Discuss-gnuradio] mutiple signals with the usrp

2007-01-26 Thread Josh Blum
Hello, I am interested in sending and receiving multiple signals (2 or more?) with a single USRP. It seems that to transmit 2 signals to different daughter boards you can interleave the signals, set up 2 subdevices, and do a self.u.set_mux(0xba98) (i pulled this from the fm_tx_2_daughterboar