discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Problem with the bbn code on GNU Radio


From: Chen Chen
Subject: [Discuss-gnuradio] Problem with the bbn code on GNU Radio
Date: Fri, 25 Sep 2009 17:35:06 -0400

Hi,

I test the bbn 802.11 code, run the bbn_80211b_test.py

but error occur:

gr_fir_ccf: using SSE
Traceback (most recent call last):
  File "./bbn_80211b_test.py", line 122, in <module>
    main()
  File "./bbn_80211b_test.py", line 103, in main
    fg = my_graph(rx_callback, options.spb, options.alpha, options.snr)
  File "./bbn_80211b_test.py", line 54, in __init__
    gain=1)
  File "/home/pl506/gnuradio/adroitgrdevel/gr-bbn/src/examples/bbn_80211b_pkt.py", line 70, in __init__
    self.xpsk_mod = bbn_80211b.bbn_80211b_mod(fg, *args, **kwargs)
  File "/home/pl506/gnuradio/adroitgrdevel/gr-bbn/src/examples/bbn_80211b.py", line 107, in __init__
    gr.hier_block2.__init__(self, fg, self.scrambler, self.tx_filter)
  File "/usr/local/lib/python2.6/dist-packages/gnuradio/gr/hier_block2.py", line 42, in __init__
    self._hb = hier_block2_swig(name, input_signature, output_signature)
  File "/usr/local/lib/python2.6/dist-packages/gnuradio/gr/gnuradio_swig_py_runtime.py", line 971, in hier_block2_swig
    return _gnuradio_swig_py_runtime.hier_block2_swig(*args, **kwargs)

TypeError: in method 'hier_block2_swig', argument 1 of type 'std::string const'

Does anyone meet this problem? Thank you very much

Chen



reply via email to

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