discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Help, dont understand gr.hier_block proper use


From: Michael Dickens
Subject: Re: [Discuss-gnuradio] Help, dont understand gr.hier_block proper use
Date: Tue, 7 Feb 2006 14:07:49 -0500

(1) You ended up sending ask_pkt.pyc, not ask_pkt.py ... the latter would help in debugging!

Without knowing more:
(2) Your issue is that there is no function "asc_freq()" in the "ask_demod" class.

On Feb 7, 2006, at 11:23 AM, address@hidden wrote:
File "/home/mrobitaille/GRworking/MRTS/src/lib/mrts/blksimpl/ ask_pkt.py",
line 74, in __init__
    self.ask_demod = ask.ask_demod(fg, *args, **kwargs)
File "/home/mrobitaille/GRworking/MRTS/src/lib/mrts/blksimpl/ ask.py",
line 75, in __init__
input_rate = self.adc_freq() / self.decim_rate() # 64 MS/s // 250 =
AttributeError: 'ask_demod' object has no attribute 'adc_freq'





reply via email to

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