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

2007-03-26 Thread Eric Blossom
On Mon, Mar 26, 2007 at 11:09:53AM +0200, Trond Danielsen wrote: > 2007/3/25, Eric Blossom <[EMAIL PROTECTED]>: > >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

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

2007-03-26 Thread Trond Danielsen
2007/3/25, Eric Blossom <[EMAIL PROTECTED]>: 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

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

2007-03-25 Thread Eric Blossom
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 writ

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

2007-03-24 Thread Robert Miller
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 ow