Hi all, Since I have tested the tx code (bbn_80211b_tx_port2.py), I wanted to run the bbn_80211b_rx.py inorder to capture the packets sent but I encountred this error:
# ./bbn_80211b_rx.py Traceback (most recent call last):
File "./bbn_80211b_rx.py", line 179, in <module> main () File "./bbn_80211b_rx.py", line 174, in main app = app_flow_graph() File "./bbn_80211b_rx.py", line 159, in __init__ self.u = usrp_rx(0, options.decim, options.rx_subdev_spec, options.width_16, options.verbose, options.gain, options.freq) File "./bbn_80211b_rx.py", line 97, in __init__ self.u.set_decim(decim_rate=(decim * 1.5)) File "/usr/local/lib/python2.5/site-packages/gnuradio/usrp2.py", line 499, in set_decim return _usrp2.usrp2_source_32fc_sptr_set_decim(self, *args, **kwargs) TypeError: usrp2_source_32fc_sptr_set_decim() takes exactly 2 arguments (1 given) do you have any idea about the origin of this problem? Thank you in advance. On Mon, Apr 06, 2009 at 04:29:20PM -0300, Tiago Rogério Mück wrote:
/ Updated from the trunk and I'm not getting that msg anymore./ / / / Everything seems to be ok now./
Glad to hear it! Thanks for letting us know. Eric _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio