Sorry I had been looking online for a list of all the arguments, then smacked my forehead after hitting rtl_fm --help.... not sure if the same -args apply via gnuradio but I'll see what I can do. I think something I did has helped as the AGC pumping effect isn't happening to me any more.
Thanks,
-Ron
Hi,
gqrx uses gr-osmosdr as source block, so it's identical.
On 15.11.2012 21:11, Ron Senykoff wrote:
> I have gnuradio running with the R820D DVB. Latest GQRX has the nice rf
> gain inside which REALLY helps. Has this been merged over to gr-osmosdr
> ? I recompiled probably just a few days, both from source.
Yes, the 'Gain' argument.
> I'm trying to figure out how to set gain from within gnuradio (is there
> a argument I can pass the device in the source block?).
gqrx uses an internal DC offset correction algorithm, which you'd need
> Also using the OSMOSDR block I still see an LO like spike right in the
> middle.
to implement in your flowgraph as well if you want to remove the
spike.
Regards,
Steve