discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Block processing and printing results in python


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Block processing and printing results in python
Date: Sun, 25 Mar 2007 07:40:25 -0700
User-agent: Mutt/1.5.9i

On Sat, Mar 24, 2007 at 08:42:40AM -0700, Robert Miller wrote:
> 
> Hello,
> 
> I would like to repeatedly compute signal characteristics for consecutive
> blocks of data from the USRP, while echoing the results to the screen (e.g.
> mean,etc.).  I would prefer to do this within python without writing my own
> signal processing block.  Is this possible without writing my own block?
> 
> Thanks,
> Rob

Depending on what you're trying to measure, this is possible.
See for example 

    gnuradio-core/src/lib/general/
        gr_probe_signal_f.h
        gr_probe_signal_c.h
        gr_probe_signal_avg_mag_sqrd_f.h
        gr_probe_signal_avg_mag_sqrd_c.h

Eric




reply via email to

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