discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] bandpass filter aborting...


From: Ramakrishnan Muthukrishnan
Subject: [Discuss-gnuradio] bandpass filter aborting...
Date: Sun, 13 Feb 2005 16:16:40 +0530
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Hi,

I am trying to implement a bandpass filter. I have gnuradio 2.4 installed
on my system.

>From python cli, if I execute

>>> from gnuradio import gr
>>> input_rate = 8000
>>> coeffs = gr.firdes.band_pass (
...             1.0,    # gain
...             input_rate,
...             1200,   # center of low transition band
...             4200,   # center of hi transition band
...             200,    # width of transition band
...             gr.firdes.WIN_HAMMING)

python says "aborted" and exits out of the python shell. I checked
lowpass filtering and it works. Is there anything wrong I am doing?

-- 
    Ramakrishnan                   http://www.hackGNU.org/
    Use Free Software -- Help stamp out Software Hoarding!




reply via email to

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