Re: [USRP-users] getting GPS time from RFNoC bitfile on E310

2018-10-22 Thread EJ Kreinar via USRP-users
Hi Jason, I don't have that change available now, but you can pretty easily make a mod to add the get_mboard_sensor functionally into an rfnoc block. I'd recommend starting with gr-ettus... take a look through the updates to radio_block_impl.cc and .h to see how to add new functionality (Darek

Re: [USRP-users] E310 AGC activation

2018-10-22 Thread Marcus D. Leech via USRP-users
On 10/22/2018 06:41 PM, Steve Clift via USRP-users wrote: Newbie here with an E310. Is there any way to get to the AD9361 driver AGC enable/control methods (e.g. set_agc() and set_agc_mode()) from Python? -Steve --- CONFIDENTIALITY NOTICE: This

[USRP-users] E310 AGC activation

2018-10-22 Thread Steve Clift via USRP-users
Newbie here with an E310. Is there any way to get to the AD9361 driver AGC enable/control methods (e.g. set_agc() and set_agc_mode()) from Python? -Steve --- CONFIDENTIALITY NOTICE: This email and any attachments are for the sole use of the intended

Re: [USRP-users] USRP 200 Square with Carrier Frequency Behaviour?

2018-10-22 Thread Ian Buckley via USRP-users
GB, What you are seeing I think is the Square wave generated in quadrature as a complex signal….imagine 2 square waves with pi/4 phase offset. Also I think you will find the square wave is [0,1] not [-1,1]. So when your modulated square waves are summed…you get what you see. Build it for your

Re: [USRP-users] RFNoC block fpga control source issues

2018-10-22 Thread Samuel Prager via USRP-users
Hi Jonathan, Yes I add my block and the radio block, connect them and tell my block to send commands to radio block. I have confirmed today that the simulation still works correctly in Vivado 2017.4 — the settings registers are written as expected, an rx command is generated in the radio and

[USRP-users] getting GPS time from RFNoC bitfile on E310

2018-10-22 Thread Jason Matusiak via USRP-users
I was trying to get GPS from a python OOT module block, but it doesn't look like it is possible when running RFNoC mode. I have top_block passed in, and I tried the command: print self.top_block.uhd_rfnoc_streamer_radio_0.get_mboard_sensor('gps_position') But I get the