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!
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio