From: Johnathan Corgan Date: Wed, 12 May 2010 00:55:55 +0000 (-0700) Subject: Change default bandwidth to 25 MHz to match maximum USRP2 bandwidth X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=c76897abcbfe1c149bffd27fba0224d3ebc83503;p=debian%2Fgnuradio Change default bandwidth to 25 MHz to match maximum USRP2 bandwidth --- diff --git a/usrp2/firmware/lib/db_bitshark_rx.c b/usrp2/firmware/lib/db_bitshark_rx.c index af17457b..30d457f0 100644 --- a/usrp2/firmware/lib/db_bitshark_rx.c +++ b/usrp2/firmware/lib/db_bitshark_rx.c @@ -170,7 +170,7 @@ bitshark_rx_init(struct db_base *dbb) straight-forward set_bw() method). Not sure why this is, but for now, simply set the bandwidth once for the intended application. */ - db->extra.set_bw(dbb, 20000); /* 20 MHz channel bw */ + db->extra.set_bw(dbb, 25000); /* 25 MHz channel bw */ return true; }