Re: [Discuss-gnuradio] Periodic averaging

2011-08-09 Thread Martin Braun
On Mon, Aug 08, 2011 at 04:54:29PM -0400, Prachi Parihar wrote: > Thanks for your response Marcus. I have been working with this block, but > unfortunately, I do not want to iir filter the power spectrum. I want each > spectrum to be weighed equally. I'd like to compute the arithmetic mean for > a

Re: [Discuss-gnuradio] Periodic averaging

2011-08-08 Thread Prachi Parihar
Thanks for your response Marcus. I have been working with this block, but unfortunately, I do not want to iir filter the power spectrum. I want each spectrum to be weighed equally. I'd like to compute the arithmetic mean for all the power spectra within a minute (I believe there are 4000 per second

Re: [Discuss-gnuradio] Periodic averaging

2011-08-08 Thread Marcus D. Leech
On 08/08/2011 12:31 PM, Prachi Parihar wrote: Hi everyone, I'm new to gnuradio and I was wondering if someone could point me in the right direction. I'm using a usrp to read signals in the frequency domain. I've been able to do this successfully using uhd_fft.py which uses fft_sink_c() to dis

[Discuss-gnuradio] Periodic averaging

2011-08-08 Thread Prachi Parihar
Hi everyone, I'm new to gnuradio and I was wondering if someone could point me in the right direction. I'm using a usrp to read signals in the frequency domain. I've been able to do this successfully using uhd_fft.py which uses fft_sink_c() to display the signal. What I want to do instead of disp