Re: [Discuss-gnuradio] transmitting two independent Signals

2009-11-17 Thread Robert Miller
Hi - Just wanted to say that I found out what was wrong. In the code below, self.dst.db[0][0] was the issue when using the new GNU Radio version. I had to change the code to: self.dst.db(0)[0] in order for it to run properly perhaps this was a python issue? Thanks! Rob Robert Miller

Re: [Discuss-gnuradio] transmitting two independent Signals

2009-11-16 Thread Robert Miller
Hi - I have been using the code snippet below as a reference to transmit two signals with my USRP. However, when trying to run the code under a peer's newer Ubuntu installation (w/ the latest GNU Radio code), I get an error stating that an object is unsubscriptable. It is referring to the

[Discuss-gnuradio] transmitting two independent Signals

2007-02-20 Thread anmar
hi all, we have been searching for a way to transmit two independent signals one on TxA and the other on TxB. we have read the Tx_MUX documentation and tried some settings but we only could send two different frequencies two only 80khz!!! and we always have had two signals! what we like to do is

Re: [Discuss-gnuradio] transmitting two independent Signals

2007-02-20 Thread Eric Blossom
On Tue, Feb 20, 2007 at 03:41:31PM +0100, anmar wrote: hi all, we have been searching for a way to transmit two independent signals one on TxA and the other on TxB. Using two daughterboards, you can send different complex baseband signals out the A side d'board and the B side d'board. You