Re: [Discuss-gnuradio] Decision making and Python/C++ Blocks

2010-01-12 Thread abbasi9999
The first question I've already found the solution, please just advice for the second part. abbasi wrote: > > Dear all, > > I searched the forum but there was no answer for these questions: > > 1. for a simple energy detector we have some equations which usually use > the inverse erfc fun

Re: [Discuss-gnuradio] Wideband Spectrum Analyzer

2010-01-12 Thread Josh Blum
See how the logpwrfft in gnuradio adjusts for different windows and fft lengths: http://gnuradio.org/redmine/repositories/entry/gnuradio/gnuradio-core/src/python/gnuradio/blks2impl/logpwrfft.py -Josh kyung...@nec-labs.com wrote: Hello I wonder someone can help me out. While testing this code

Re: Re: [Discuss-gnuradio] Wideband Spectrum Analyzer

2010-01-12 Thread kyungtae
Hello I wonder someone can help me out. While testing this code, the media with the different size of fft shows different value. I would like to know how I can get the same media value regardless of using different fft size. Thanks, Kyungtae-- Santix wrote : media=str(mean(m.data))

[Discuss-gnuradio] gr-sounder running on Basic TX and RX

2010-01-12 Thread Yan Nie
Hello, Can gr-sounder run on Basic daughter board? If not, what's the problem? (gr-sounder said "the boards may be standalone LFTX/LFRXs or RFX daughterboards", but what the reasons will be?) Thanks in advanced Yan ___ Discuss-gnuradio mailing list Di

Re: [Discuss-gnuradio] ITU speech coders for gnuradio

2010-01-12 Thread sandeep mishra
hi all, may be i am going to ask a stupid question but please answer it if somebody knows!!! can any body tell what tools(hardware+software) are required to make a commercial gsma5.1 interceptor waiting for your answer On Fri, Jan 8, 2010 at 12:22 AM, Eric Blossom wrote: > On Thu, Jan 07, 2010

Re: [Discuss-gnuradio] Differences in Signal Spectra between Daughtercards

2010-01-12 Thread Thomas
I've tried different gains on both boards, but it doesn't make a difference. The frequency I am tuning to is 560.31 MHz, which is below the specified frequency range of the DBSRX. My DBSRX tunes to that frequency without any errors, but perhaps tuning it out of range it is causing a problem. I w

Re: [Discuss-gnuradio] Differences in Signal Spectra between Daughtercards

2010-01-12 Thread Thomas
I thought the same thing when I first saw it, but reducing the gain doesn't make a difference. At the link below is a screenshot of the result of lowering the TVRX's gain from 30 to 10. The gain is low enough that what I assume is a DC-offset from the ADC can be seen in the center of the plot.

Re: [Discuss-gnuradio] Error installing wxPython on CYGWIN in Windows XP

2010-01-12 Thread Don Ward
Shabbir Ahmed wrote: i. Down to business I am having errors in installing wxPython on CYGWIN in Windows XP. ii. Have been referring to http://gnuradio.org/redmine/wiki/gnuradio/WxPythonCygwin for installation guide. iii. In the above, Steps 1, 2, 3, 4 and 4a works like a charm, I am still atta

Re: [Discuss-gnuradio] Start_rx_streaming_at patch problems

2010-01-12 Thread Doug Geiger
Eric Blossom wrote: You're probably trying to start "In the past". That is, your start_at time has already passed (the clock starts ticking when the USRP2 powers up). I think we'd need to add a "get_current_time" command to give you a clue as to when to start. You'd need to add a suitable off

Re: [Discuss-gnuradio] M-block integration status

2010-01-12 Thread Patrik Eliardsson
Thank you Eric! We are glad that this is on your 'short list', we look forward to see the results and try it out (assume the changes will happen in your branch?). We are especially interested in synchronized message passing and the ability to tweak parameters at runtime, perhaps even alter bloc

Re: [Discuss-gnuradio] Start_rx_streaming_at patch problems

2010-01-12 Thread Eric Blossom
On Tue, Jan 12, 2010 at 01:07:33PM +, Tim Pearce wrote: > Hi, > > I've been using the latest git version of gnuradio and trying to get Doug's > start_rx_streaming_at patch (now merged with the git version) to work. I > don't think there's any support via gr-usrp2 so I've modified > usrp2_sourc

[Discuss-gnuradio] Start_rx_streaming_at patch problems

2010-01-12 Thread Tim Pearce
Hi, I've been using the latest git version of gnuradio and trying to get Doug's start_rx_streaming_at patch (now merged with the git version) to work. I don't think there's any support via gr-usrp2 so I've modified usrp2_source_base (temporarily) to call start_rx_streaming_at(0,0,0) (i've tried us

[Discuss-gnuradio] Decision making and Python/C++ Blocks

2010-01-12 Thread abbasi9999
Dear all, I searched the forum but there was no answer for these questions: 1. for a simple energy detector we have some equations which usually use the inverse erfc function. when making the the dicision using either spectrum_sense.py/usrp_fft.py (which one do you recommend for accuracy -for la