discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] can't read fir taps


From: Nemanja Savic
Subject: [Discuss-gnuradio] can't read fir taps
Date: Wed, 29 Jan 2014 18:54:19 +0100

Hi all guys,

this two lines of code sort of doesn't work as I expect.
       
self.channel_filter = gr.fir_filter_ccf(1, firdes.low_pass(10, samp_rate, 80000, 5000, firdes.WIN_HAMMING, 6.76))

print self.channel_filter.taps(), self.channel_filter

I use 3.6.5.1 version and the only thing I get is empty tuple.

What might be the problem?

Best and thank you,

--
Nemanja Savić

reply via email to

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