"Software controllable channel filter" on DBSRX

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?

Thank you,

Ryan

Ryan R. 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