Re: [Discuss-gnuradio] FW: GNU Radio Calling Registers

2014-07-29 Thread Aaron Henderson
28.07.2014 22:41, Aaron Henderson wrote: Hello All, I am going through the process of decimating a signal in my FPGA code. In the Verilog code I will make use of the add_routing_header module in vita_rx_chain.v. I found this link regarding the FPGA registers: http://gnuradio.org

[Discuss-gnuradio] FW: GNU Radio Calling Registers

2014-07-28 Thread Aaron Henderson
Hello All, I am going through the process of decimating a signal in my FPGA code. In the Verilog code I will make use of the add_routing_header module in vita_rx_chain.v. I found this link regarding the FPGA registers: http://gnuradio.org/redmine/projects/gnuradio/wiki/UsrpFAQFpgaReg

[Discuss-gnuradio] Capture communication from device

2013-06-26 Thread Aaron Henderson
I am attempting to capture a communication from a location beacon. I have been at it for a week now and have gotten nowhere. The GRC examples seem to use the USRP as a transmitter and receiver. Are there any GRC examples that will allow the capture of the communications or could be altered to d

[Discuss-gnuradio] Setting PythonPath

2013-06-18 Thread Aaron Henderson
recent call last): File "benchmark_rx2.6a.py", line 23, in from gnuradio import gr, gru, modulation_utils ImportError: No module named gnuradio Does anyone have any tips or clues as to what I am doing wrong? Aaron