i think it is not working... or i couldn't
2013/1/25 Martin Braun (CEL)
> On Thu, Jan 24, 2013 at 08:59:06PM -0800, Ghulam Rasool Begh wrote:
> > Hi all,
> >
> > In my system when i use command
> >
> > gr_modtool
> >
> > it shows command not found.
> >
> > How can I install it.
>
> Installation
tp://gnuradio.org/redmine/projects/gnuradio/wiki/OutOfTreeModules
>
>
>
> Tom
>
>
> On Wed, Feb 27, 2013 at 6:12 PM, Serhat BOYNUKALIN
> wrote:
> >
> > bynkln@ubuntu:~$ gr_modtool.py create myQpsk
> >
> > i was added python code to new created gr-myQpsk
;
> See: http://gnuradio.org/redmine/projects/gnuradio/wiki/OutOfTreeModules
>
>
> Tom
>
>
> On Wed, Feb 27, 2013 at 6:12 PM, Serhat BOYNUKALIN
> wrote:
>>
>> bynkln@ubuntu:~$ gr_modtool.py create myQpsk
>>
>> i was added python code to new cr
1. step:
bynkln@ubuntu:~$ gr_modtool.py create qpsk
Module directory is "./gr-qpsk".
Creating directory...
Copying howto example...
Unpacking...
Replacing occurences of 'howto' to 'qpsk'... Done.
Use 'gr_modtool add' to add a new block to this currently empty module.
bynkln@ubuntu:~$ gr_modtool.py
How should i add or replace c++ code and python code could you explain it
with an example, and i knew there is psk.py code but need to show it at the
GRC as a block.
> Look at those line numbers that give errors. You need to replace the
> "<++ hint ++>" with actual C++ code.
>
> As a side note,
file in text editor and change the lines that cause
>> trouble.
>>
>>
>> On Thu, Mar 14, 2013 at 10:09 AM, Serhat BOYNUKALIN <
>> serhatboynuka...@gmail.com> wrote:
>>
>>> How should i add or replace c++ code and python code could you explain
>