Re: [Discuss-gnuradio] Setting USRP's AGC Through GNU Radio's USRP Source

2019-11-28 Thread Wheberth Damascena Dias
Hi Gilad, I have been using a python block to do automatic gain control to the USRP (x310 in my case). Please take a look at https://gist.github.com/wheberth/a358dac24fecbb9dcfb7035e66d2ca85 and see if it is useful to you. Best Regards Em ter., 17 de out. de 2017 às 21:39, Julian Arnold escreveu

Re: [Discuss-gnuradio] Setting USRP's AGC Through GNU Radio's USRP Source

2017-10-17 Thread Julian Arnold
Hey, I created a test branch for the AGC a few years ago. It should still work. You can find it here: https://github.com/jarn0ld/gnuradio/tree/jarnold/b2xx_agc?files=1 Cheers, Julian Julian Arnold, M.Sc Institute for Networked Systems RWTH-Aachen University Kackertstrasse 9 52072 Aachen German

Re: [Discuss-gnuradio] Setting USRP's AGC Through GNU Radio's USRP Source

2017-10-17 Thread Martin Braun
On 10/17/2017 01:16 AM, Gilad Beeri (ApolloShield) wrote: > Hi, > I'm not sure whether this question should be posted in this mailing list > or in usrp-users. > > The USRP Source has a method called get_device() which returns an > internal pointer to the multi_usrp. The internal USRP object has a

[Discuss-gnuradio] Setting USRP's AGC Through GNU Radio's USRP Source

2017-10-17 Thread Gilad Beeri (ApolloShield)
Hi, I'm not sure whether this question should be posted in this mailing list or in usrp-users. The USRP Source has a method called get_device() which returns an internal pointer to the multi_usrp. The internal USRP object has a method of set_rx_agc(). How can I access it through Python? Assuming