Re: [Discuss-gnuradio] installing gr_modtool

2013-01-25 Thread Serhat BOYNUKALIN
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

Re: [Discuss-gnuradio] Importing newly created C++ block

2013-02-27 Thread Serhat BOYNUKALIN
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

Re: [Discuss-gnuradio] Importing newly created C++ block

2013-03-07 Thread Serhat Boynukalin
; > 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

Re: [Discuss-gnuradio] adding python block to gnuradio

2013-03-14 Thread Serhat BOYNUKALIN
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

Re: [Discuss-gnuradio] adding python block to gnuradio

2013-03-14 Thread Serhat BOYNUKALIN
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,

Re: [Discuss-gnuradio] adding python block to gnuradio

2013-03-14 Thread Serhat BOYNUKALIN
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 >