Meenal wrote: > Hi all, > Most of the examples for usrp in /gnuradio-examples use data_rate = > 100e3 , ( ex fsk_tx.py) what is the maximum value of data rate that can > be used ? Also what does data rate stand for here ? Is it throughput ? > Thanks, > Meenal
The data rate is the raw bits per second over the air. You would need to subtract off overhead to get the actual data rate. The example is set up with an 8:1 oversampling ratio, so rates as high as 1 megabit per second should be possible if your computer can keep up. Matt _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio