discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] gmsk error


From: address@hidden
Subject: [Discuss-gnuradio] gmsk error
Date: Wed, 30 Nov 2005 16:16:50 -0500

I was trying to use the ggmsk-test.py, from the gnuradio-example directory,
and got the following error message:

$ ./ggmsk-test.py
sps:            8
symbol_rate:    270833.333333
sample_rate:    2166666.66667
p_size:         1024
lo_freq:        750000.0
lp_cutoff:      250000.0
lp_tw:          500000.0
noise_mag:      0.0
filename:       ./payload.dat
>>> gr_fir_fff: using SSE
Traceback (most recent call last):
  File "./ggmsk-test.py", line 152, in ?
    app = stdgui.stdapp(gmsk_mod_demod_gui, "gmsk_mod_demod_gui")
  File "/usr/local/lib/python2.4/site-packages/gnuradio/wxgui/stdgui.py",
line 36, in __init__
    wx.App.__init__ (self)
  File
"/usr/local/lib/python2.4/site-packages/wx-2.6-gtk2-ansi/wx/_core.py", line
7473, in __init__
    self._BootstrapApp()
  File
"/usr/local/lib/python2.4/site-packages/wx-2.6-gtk2-ansi/wx/_core.py", line
7125, in _BootstrapApp
    return _core_.PyApp__BootstrapApp(*args, **kwargs)
  File "/usr/local/lib/python2.4/site-packages/gnuradio/wxgui/stdgui.py",
line 39, in OnInit
    frame = stdframe (self.flow_graph_maker, self.title, self._nstatus)
  File "/usr/local/lib/python2.4/site-packages/gnuradio/wxgui/stdgui.py",
line 60, in __init__
    self.panel = stdpanel (self, self, flow_graph_maker)
  File "/usr/local/lib/python2.4/site-packages/gnuradio/wxgui/stdgui.py",
line 81, in __init__
    self.fg = flow_graph_maker (frame, self, vbox, sys.argv)
  File "./ggmsk-test.py", line 90, in __init__
    self.mod = gmsk_mod(self, sps, symbol_rate, 0.3, p_size)
  File "/usr/local/lib/python2.4/site-packages/gnuradio/blksimpl/gmsk.py",
line 76, in __init__
    ntaps       # number of taps
  File
"/usr/local/lib/python2.4/site-packages/gnuradio/gr/gnuradio_swig_python.py"
, line 4290, in gaussian
    return _gnuradio_swig_python.firdes_gaussian(*args)
TypeError: firdes_gaussian() takes exactly 4 arguments (5 given)

Can this test script still be used?

The example directory does not include a ./payload.dat file, so I generated
a file with just numbers using a text editor.  One numerical value, float
type, per line.

--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .






reply via email to

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