Forum: GNU Radio benchmark duplex

Posted by Dong Wang (Guest)
on 2013-02-01 21:05
(Received via mailing list)
Hi

When I try to establish the duplex comunication between two USRPs, I 
found
that if I put the code A infront of code B, only the transmitter works, 
but
if I put code B infront of code A, only receiver works.
Could anyone tells me the reason?
Thanks a lot!


code A:
        self.source = uhd_receiver(options.args, symbol_rate,
                                   options.samples_per_symbol,
                                   options.rx_freq, options.rx_gain,
                                   options.spec, options.antenna,
                                   options.verbose)


code B:
        self.sink = uhd_transmitter(options.args, symbol_rate,
                                    options.samples_per_symbol,
                                    options.tx_freq, options.tx_gain,
                                    options.spec, options.antenna,
                                    options.verbose)

Best regards!

Dong Wang
Posted by Nathan West (Guest)
on 2013-02-01 22:22
(Received via mailing list)
This is your third time sending the same email that was already
answered by Alex Zhang
(https://lists.gnu.org/archive/html/discuss-gnuradi...).

If Alex's answer was unsatisfactory you will have to provide some more 
detail.
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.