On Mon, Apr 12, 2010 at 09:05, schuler101 <[email protected]> wrote:
> Thanks for reply. I had one more question, if I was just monitoring the usage > of channel (it is being used or not at any moment), do I still need to write > complex gnuradio scripts? My guess would be that it should be easy to write > corresponding scripts since I am not trying to decipher received signal as > such. You have two choices: 1) Use an existing utility like usrp_fft.py to visualize the sample stream coming from the USRP in the time or frequency domains. 2) Write your own GNU Radio application to process the sample stream to extract the information you desire. It all depends upon what you mean by "just monitoring the usage of channel". Johnathan _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
