Re: [Discuss-gnuradio] questions in benchmark_tx

2009-03-28 Thread Mir Ali
Look at the while loop in the code. Instead of reading from a file you can substitute data to be whatever you like. use the following option to find out how to send data read from a file. ./benchmark_tx.py -h This will display lots of options that you can use and one of them is the file option. Y

[Discuss-gnuradio] questions in benchmark_tx

2009-03-28 Thread yufeng wang
Dear all, I'd like to transmit some data with random 0s and 1s using benchmark_tx.py, can someone tell me that how can I generate such kind of data in benchmark_tx.py for transmission? and what if I want to specify a file to transmit, how to modify the code 'source_file = open(options.from_file, '