discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] implementing features directly in python


From: Achilleas Anastasopoulos
Subject: [Discuss-gnuradio] implementing features directly in python
Date: Wed, 09 Aug 2006 09:11:08 -0400
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

Hi,

I would like to add some features ( say a function foo() )
in gr-trellis that is not implemented in c++ but directly
in python. So in my programs when I do

from gnuradio import trellis

I would like to have access to

trellis.foo()

how do I do that?
in particular, where should the python file reside
and how should I change the Makefile.am file?
is there an example of this in gnuradio?

Thanks
Achilleas




reply via email to

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