I’m hoping one of the BBN people is reading this list… I checked
out the CVS code from acert.ir.bbn.com:/cvs/adroitgrdevel, and try
running bbn_80211b_rx.py like so:
$ /opt/gnuradio/bin/bbn_80211b_rx.py -f 2.437G -v -b
Bits Per Encoded Sample = 8
adc frequency = 64000000
decimation frequency = 16
input_rate = 4000000
gain = 45.0
desired freq = 2437000000.0
baseband frequency 2432000000.0
dxc frequency -5000000.0
Samples per data bit = 8
gr_fir_ccf: using SSE
The first thing I notice is that it seems to be giving me 2.432G
instead of 2.437G? Also the dxc frequency is negative. And of
course, no packets get printed out.
Otherwise my gnuradio setup is fine, tested with lots of other
gnuradio code, etc. Did I make a mistake in my command line
arguments?