Change default bandwidth to 25 MHz to match maximum USRP2 bandwidth
[debian/gnuradio] / usrp2 / firmware / lib / db_bitshark_rx.c
index af17457b81e979fb1f425bb35b5581d8468e33da..30d457f029b0d9806210884dd435bf3d4f82feae 100644 (file)
@@ -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;
 }