On Thu, Aug 23, 2007 at 08:30:03AM -0500, Arnie Shore wrote:
> Just a lurker here, but I'm always curious/sceptical when I hear that
> function X must be programmed in language Y.  Can someone confirm and
> explain?
> 
> Arnie Shore

It is technically possible to write signal processing code for GNU
Radio in Python, but this is not implemented.

You'd need a C++ block that could (recursively) invoke Python.  This
could be done with virtual functions and SWIG directors.  I would
expect the performance to suck.

Eric


> On 8/23/07, Max Moser <[EMAIL PROTECTED]> wrote:
> >
> >  ... decoding blocks have to be in C C++ right? Is it
> > possible to write the processing block also in python?
> >
> > Is there some example code around related to decoding in python?
> >
> > Greetings
> >
> > Max


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to