discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] gnuplot_freqz.py


From: Burak TUYSUZ
Subject: [Discuss-gnuradio] gnuplot_freqz.py
Date: Tue, 12 Oct 2010 22:00:42 -0400

Hi all,

gnuplot_freqz.py test gives error

Traceback (most recent call last):
  File "./gnuplot_freqz.py", line 81, in <module>
    handle = test_plot ()
  File "./gnuplot_freqz.py", line 78, in test_plot
    return gnuplot_freqz (freqz (taps, 1), sample_rate)
  File "/usr/lib64/python2.6/site-packages/gnuradio/gruimpl/freqz.py", line 326, in freqz
    b, a = map(atleast_1d, (b,a))
  File "/usr/lib64/python2.6/site-packages/gnuradio/gruimpl/freqz.py", line 77, in atleast_1d
    result = numpy.array([ary[0]])
IndexError: 0-d arrays can't be indexed


Any solutions?
Thank you in advance
-Burak

reply via email to

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