discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] error while running example of detect_ff block


From: Ron Economos
Subject: Re: [Discuss-gnuradio] error while running example of detect_ff block
Date: Tue, 07 Apr 2015 21:58:01 -0700
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

In your .xml file, the line:

<make>howto.detect_ff($pfa, $L, $samples)</make>

should be:

<make>howto.howto_detect_ff($pfa, $L, $samples)</make>

Ron

On 04/07/2015 09:38 PM, Abhishek Shukla wrote:
hey,
i have successfully imported "detect_ff" block. but right now I am getting runtime error while running example on grc as follows.
  File "/home/abhishek/top_block.py", line 84, in <module>
    tb = top_block()
  File "/home/abhishek/top_block.py", line 53, in __init__
    self.howto_detect_ff_0 = howto.detect_ff(100, 16, 1500)
AttributeError: 'module' object has no attribute 'detect_ff'

>>> Done
It seems there is some problem with my class name in .cc file, but i am not getting what exactly it is. Please help me out with this.
i have attached .cc, .xml file and also screen shot of given example is provided

Any help will be appreciated,
Thanks in advance,
Abhishek



reply via email to

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