discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Signal processing in Python


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Signal processing in Python
Date: Thu, 23 Aug 2007 07:21:18 -0700
User-agent: Mutt/1.5.9i

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 <address@hidden> 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




reply via email to

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