On 04/16/2012 04:06 AM, Kanbier, J.W. wrote: > Hi, > > I am struggling disabling the DC Highpass filter on the LFRX, I need to > do some audio measurement which require respone down to DC. > The problem is that I am only familiar with GRC so I need a way to > modify the UHD USRP Source so it goes down to DC. >
I dont think there is a hook for this in gnuradio companion, but you can add a call to disable the automatic DC offset correction. Simply add a line to the generated python code http://gnuradio.org/cgit/gnuradio.git/tree/gr-uhd/include/gr_uhd_usrp_source.h#n283 -Josh > Ideally Create a Second Block specifically for this task.. > > Any Ideas? > > Jasper Kanbier > Unix Beheer > BVS > > ICT Shared Service Centre > Universiteit Leiden > +31 71 527 6894 > [email protected] > > <<Picture (Metafile)>> > > ISSC Universiteit Leiden > Niels Bohrweg 1 > 2333 CA Leiden > www.issc.leidenuniv.nl <blocked::http://www.issc.leidenuniv.nl/> > > Helpdesk > +31 71 527 8888 > [email protected] > > > > > > _______________________________________________ > Discuss-gnuradio mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
