discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] [Douglas Geiger BBN 802.11b] Porting code on USRP


From: Ben Yahmed
Subject: Re: [Discuss-gnuradio] [Douglas Geiger BBN 802.11b] Porting code on USRP2 problems
Date: Wed, 15 Apr 2009 19:40:21 +0200
User-agent: Thunderbird 2.0.0.19 (X11/20090105)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]