[Discuss-gnuradio] Power,Bandwi dth and spectrum switch problems

2010-06-30 Thread Johnson_lu
Hi guys, Could anybody can help me for these problems? 1、I varied Tx_amplitude from 0.1 to 1 and measured the output with a spectrum analyzer. But the changes are very little. The output is almost the same when Tx_amplitude is 0.1 and 1. How can I reduce the transmit power to a very little

Re: [Discuss-gnuradio] Error in python (XML file)

2010-06-30 Thread Zohair
Hi Josh, Thanks for replying. I tried what you told me to do. I added %includeusrp2/usrp2.h and maked the directory. However, I receive this error; usrp2.cc: In function ‘PyObject* _wrap_usrp2_start_rx_streaming(PyObject*, PyObject*, PyObject*)’: usrp2.cc:7970: error: ‘time_spec_t’ was not

Re: [Discuss-gnuradio] Make error on Mandriva 2010.0

2010-06-30 Thread Monica Sit
Thank you for the hint. Installation was successful with gnuradio 3.3.1. --- On Tue, 29/6/10, Thomas Tsou tt...@vt.edu wrote: From: Thomas Tsou tt...@vt.edu Subject: Re: [Discuss-gnuradio] Make error on Mandriva 2010.0 To: Monica Sit sit_mon...@yahoo.com Cc: discuss-gnuradio@gnu.org Date:

Re: [Discuss-gnuradio] Power,Bandwidth and spectru m switch problems

2010-06-30 Thread An He
1. Change tx-gain if you are using tunnel.py. The default value is set to the mid value. Use -h to find out more. 2. Spectrum analyzer would help you to observe. I believe you can also calculate based on your settings. Maybe someone can point out where in the code the bandwidth relationship is

[Discuss-gnuradio] Re: Fwd: Re: USB2 lt;-gt; fast ADC amp; DAC

2010-06-30 Thread Teofilo Monteiro
Where i can find this praticular module Microtune 4702 DT5? i need for now=/ ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Power ,Bandwidth and spectrum switch problems

2010-06-30 Thread Eric Blossom
On Tue, Jun 29, 2010 at 11:23:36PM -0700, Johnson_lu wrote: Hi guys, Could anybody can help me for these problems? 1、I varied Tx_amplitude from 0.1 to 1 and measured the output with a spectrum analyzer. But the changes are very little. The output is almost the same when Tx_amplitude is 0.1

Re: [Discuss-gnuradio] Power,Bandwidth and sp ectrum switch problems

2010-06-30 Thread Marcus D. Leech
On 06/30/2010 08:05 PM, Eric Blossom wrote: On Tue, Jun 29, 2010 at 11:23:36PM -0700, Johnson_lu wrote: Hi guys, Could anybody can help me for these problems? 1、I varied Tx_amplitude from 0.1 to 1 and measured the output with a spectrum analyzer. But the changes are very little. The

Re: [Discuss-gnuradio] gri_mmse_fir_interpolator_cc::interpolate returns NaN

2010-06-30 Thread Kyle Zhou
Tom Rondeau wrote: The error suggests that the d_mu value is 0, which is unrelated to the inputs being all 0. There should be no problem with inputs being all 0, and if d_mu is less than 0, something is going wrong. Not sure what to tell you right now, but more debug information would be

[Discuss-gnuradio] Coherent de-dispersion

2010-06-30 Thread Marcus D. Leech
Anyone on this list know anything about coherent de-dispersion filtering, and how it's supposed to work? I've had one implemented for years, and still don't really know whether it works or not, looking for clueage about how to test it. Maybe there's *somebody* who knows something about 'em?

[Discuss-gnuradio] find_usrps not working

2010-06-30 Thread Hariharan Shankar Rahul
Hi, I am trying to get USRP2 with RFX2400 daughterboard working on Ubuntu 9.10 (karmic). I have followed the instructions here (http://gnuradio.org/redmine/wiki/1/UbuntuInstall). I installed the firmware and FPGA code on the SD card from

Re: [Discuss-gnuradio] Long-running app getting into trouble

2010-06-30 Thread Marcus D. Leech
On 05/31/2010 12:58 AM, Eric Blossom wrote: When it wedges, does it continue to consume CPU, or does it appear to be blocked? Looks like it continues to consume cpu, but at a lower rate than normal. When it wedges, you should be able to attach to it with gdb. Run gdb on /usr/bin/python,