discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] dfts ofdm block


From: Viktor Ivan Rodriguez Abdala
Subject: [Discuss-gnuradio] dfts ofdm block
Date: Thu, 30 Aug 2012 09:54:30 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0

Hi,

I'm looking to develop a block called dfts ofdm, based in a similar block called ofdm mod, when I'm trying to create the new block with gr-modtool I get this error.

$ python gr-modtool.py add -t hierpython dftsofdm
Operating in directory .
GNU Radio module name identified: Umbrella
Code is of type: hierpython
Block/code identifier: dftsofdm
Full block/code identifier is: Umbrella_dftsofdm
Enter valid argument list, including default arguments:
Add Python QA code? [Y/n] n
Traversing python...
Adding file 'dftsofdm.py'...
Traceback (most recent call last):
  File "gr-modtool.py", line 2315, in <module>
    main()
  File "gr-modtool.py", line 2312, in main
    modtool.run()
  File "gr-modtool.py", line 760, in run
    self._run_python_hierblock()
  File "gr-modtool.py", line 857, in _run_python_hierblock
    self._write_tpl('hier_python', 'python', fname_py)
  File "gr-modtool.py", line 741, in _write_tpl
open(os.path.join(path, fname), 'w').write(self.tpl.get_template(tpl, **self._info))
  File "gr-modtool.py", line 437, in get_template
    kwargs['grblocktype'] = self.grtypelist[kwargs['blocktype']]
KeyError: 'hierpython'

which is my error?

Regards,

Ivan Rodriguez



reply via email to

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