Re: [Discuss-gnuradio] Command Line Arguments for usrp transmission and reception

2009-03-24 Thread Johnathan Corgan
On Tue, 2009-03-24 at 13:34 -0400, Ahmed Majeed Khan wrote: > >> $ python ./benchmark_rx.py -f 10M -R A --rx-gain=70 -v -r 500K > >> bitrate: 250kb/s > > > >> $ python ./benchmark_tx.py -TA -f 10M -r 500k -v > --tx-amplitude=2 > >> bitrate: 500kb/s > > > > Bitrate while using

Re: [Discuss-gnuradio] Command Line Arguments for usrp transmission and reception

2009-03-24 Thread Ahmed Majeed Khan
Quoting "Johnathan Corgan" : >> $ python ./benchmark_rx.py -f 10M -R A --rx-gain=70 -v -r 500K >> bitrate: 250kb/s > >> $ python ./benchmark_tx.py -TA -f 10M -r 500k -v --tx-amplitude=2 >> bitrate: 500kb/s > Bitrate while using above command line arguments is 500kb/s at both,

Re: [Discuss-gnuradio] Command Line Arguments for usrp transmission and reception

2009-03-24 Thread Johnathan Corgan
2009/3/23 Ahmed Majeed Khan : > $ python ./benchmark_rx.py -f 10M -R A --rx-gain=70 -v -r 500K > bitrate: 250kb/s > $ python ./benchmark_tx.py -TA -f 10M -r 500k -v --tx-amplitude=2 > bitrate: 500kb/s The transmitter and receiver are operating at different rates. Try changin

[Discuss-gnuradio] Command Line Arguments for usrp transmission and reception

2009-03-23 Thread Ahmed Majeed Khan
Hi, I posted my question a couple of days ago but could not get any response, probably because it was an over-datailed mail. Here, I am just posting a part of it, Is there any problem if I do call benchmark_rx.py and benchmark_tx.py with following command line arguments? $ python ./benchmark