>> > Does anyone know if use 'usrp_rx_cfile.py' to collect ofdm signal >> > will >> > be any problem? In other words, after collection, is it possible to >> > decode >> > these signals?
'usrp_rx_cfile.py' will collect everything the USRP sees into a file that can be played back later. If you are currently using working code with the USRP, then you should be able to capture the output from your transmitting USRP into a file with rx_cfile. Assuming that you use the same parameters to initialize the USRP, you can then later attach a file source to your flowgraph rather than a USRP receiver and play with your code using the recorded data rather than the live data. Jason _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
