Ryan Rutherford wrote: > Hello, > > I am currently using the DBSRX daughter board and would like to know > how the "software controllable channel filter" is set. Could anyone > post a code snippet that performs this setting?
call set_bw(bw) where bw is in Hz. set_bw is a method on the daughterboard object, like set_gain(). Matt _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
