discuss-gnuradio
[Top][All Lists]
Advanced

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

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


From: Nathan West
Subject: Re: [Discuss-gnuradio] adding python block to gnuradio
Date: Thu, 14 Mar 2013 04:31:00 -0500

On Thu, Mar 14, 2013 at 4:27 AM, Serhat BOYNUKALIN
<address@hidden> wrote:
> it is possible to add qpsk as a block to grc just using python code?
>

It's already there. Search for PSK Modulator. M is the variable to
change the modulation order. 4 will give you PSK.

>
> 2013/3/14 Nemanja Savic <address@hidden>
>>
>> How should i add or replace  c++ code and python code could you explain it 
>> with an >> example

I can't stress this enough.
If you want to learn how to create a new block you should go through
the tutorial. 
http://gnuradio.org/redmine/projects/gnuradio/wiki/OutOfTreeModules

The tutorial shows you what the changed code should look like for a
very simple block. It's a very good tutorial and it won't take you
more than an hour, which is probably more time than you've spent
trying to fix problems that you wouldn't have if you go through the
tutorial.



reply via email to

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