Re: [Discuss-gnuradio] decimation rate of GSM

2009-02-04 Thread Johnathan Corgan
2009/2/4 Jane Chen : > I have a question about the decimation rate of GSM (channel is 200kHz wide). > > I search the decimation rate of GSM for GNURadio on the Google. I got some > information from > http://www.segfault.net/gsm/The_Beginners_Guide_to_analyzing_GSM_data_in_MatLab.pdf > > However,

[Discuss-gnuradio] decimation rate of GSM

2009-02-04 Thread Jane Chen
Hi all, I have a question about the decimation rate of GSM (channel is 200kHz wide). I search the decimation rate of GSM for GNURadio on the Google.  I got some information from http://www.segfault.net/gsm/The_Beginners_Guide_to_analyzing_GSM_data_in_MatLab.pdf However, I don't understand why 

[Discuss-gnuradio] Using Single USRP

2009-02-04 Thread Muhammad Abrar
Hi can I used benchmark_tx.py and benchmark_rx.py on single USRP. Bari ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] USRP2 missing Quadrature samples

2009-02-04 Thread Johnathan Corgan
On Wed, 2009-02-04 at 17:24 -0800, Leslie Choong wrote: > I'm baffled. I formatted the SD card and made sure the USRP2 didn't > boot up (No LEDs lit). Then reflashed it with the latest firmware and > FPGA image (2 LEDs lit). I still see 0.0 Q samples at 2.4G, 2.45G etc. > I've tried swapping the R

Re: [Discuss-gnuradio] USRP2 missing Quadrature samples

2009-02-04 Thread Leslie Choong
I'm baffled. I formatted the SD card and made sure the USRP2 didn't boot up (No LEDs lit). Then reflashed it with the latest firmware and FPGA image (2 LEDs lit). I still see 0.0 Q samples at 2.4G, 2.45G etc. I've tried swapping the RFX 2400 daughterboard with a spare AND two with different USRP2's

Re: [Discuss-gnuradio] High noise level reading GSM spectrum.

2009-02-04 Thread Matt Ettus
Marcus D. Leech wrote: Matt Ettus wrote: There is no low pass filter. Assuming that you are setting the gain properly, then most likely problem is that you blew out the LNA in the front, U4. Static or strong signals can do that. You could try replacing U4, which is an MGA82563. Matt Matt, I

Re: [Discuss-gnuradio] High noise level reading GSM spectrum.

2009-02-04 Thread Marcus D. Leech
Matt Ettus wrote: > > There is no low pass filter. Assuming that you are setting the gain > properly, then most likely problem is that you blew out the LNA in the > front, U4. Static or strong signals can do that. You could try > replacing U4, which is an MGA82563. > > Matt Matt, I thought that

Re: [Discuss-gnuradio] High noise level reading GSM spectrum.

2009-02-04 Thread Matt Ettus
José Carlos Reyes wrote: Hi all, We were reading GSM channels with Tvoid software (http://wiki.thc.org/gsm/tvoid) and at the beginning it worked fine. Suddenly, we do not how, it seems that noise level has increased in 30 dB approx. and only a few GSM channels can be now identified (but the

[Discuss-gnuradio] Re: is there a sdcc option for configure

2009-02-04 Thread feldmaus
Eric Blossom comsec.com> writes: > > Why don't you just install it using whatever package manager your > system uses? apt-get or yum or whatever... There are dependency Problems with the sdcc Package under Suse. I hope the developer of this package read this. There are 2 packages, the and the

[Discuss-gnuradio] Using benchmark_ofdm.py & gr_plot_ofdm.py

2009-02-04 Thread Jérémy Skelton
Hi, I was taking a look at the ofdm files by using first the benchmark with log enabled and then the plot. First I copied ofdm_frame_sink_c.dat to ofdm_frame_acq_c.dat because this last file was missing. I would like to have some comments about the resulting plot I had : http://www.skelto

Re: [Discuss-gnuradio] is there a sdcc option for configure

2009-02-04 Thread Eric Blossom
On Wed, Feb 04, 2009 at 11:06:49AM +, feldmaus wrote: > Hi, > > is there a secret sdcc Option, so that i can select another > SDCC Root Directory ? > > I do not want to install the sdcc Source with, > ./configure > make > make install > > This will install sdcc System wide and could do damag

Re: [Discuss-gnuradio] attribute error DTD

2009-02-04 Thread Josh Blum
There is a problem with the installed version of python-lxml package. My machine has lxml version 2.1.1. The latest version of lxml is 2.1.5 (http://codespeak.net/lxml/index.html#download). Perhaps you have a very old version of lxml that is missing some feature (in this case DTD). Install the

Re: [Discuss-gnuradio] Interfacing to USRP2 with C++

2009-02-04 Thread Mattias Kjellsson
Eric Blossom wrote: > On Tue, Feb 03, 2009 at 04:29:12PM -0500, Jonathan Peck wrote: > >> Hi, >> I am currently trying to write a C++ program that interfaces to >> USRP2. I was able to successfully complete the tutorial found at >> http://www.gnuradio.org/trac/wiki/UsrpFAQ/CppInterface

Re: [Discuss-gnuradio] some hardware parameters of the USRP board

2009-02-04 Thread Bill Stevenson
From: Bill Stevenson To: discuss-gnuradio@gnu.org Sent: Tuesday, February 3, 2009 3:52:26 PM Subject: [Discuss-gnuradio] some hardware parameters of the USRP board Hello, all! I have a question about some hardware parameters of the USRP board. What is the

Re: [Discuss-gnuradio] Ubuntu make error -> Unable to open file gnuradio_swig_py_runtime.py

2009-02-04 Thread Fabian Uehlin
Thank you for your help. I installed Ubuntu 8.10 the way described on the GNURadio website and it works. No idea why the last installation didn't work. The only difference was, that I built it your way (but this should't be the problem). Anyway, thank you very much. I see spectrums, oscillat

Re: [Discuss-gnuradio] Interfacing to USRP2 with C++

2009-02-04 Thread Johnathan Corgan
On Wed, 2009-02-04 at 08:59 -0500, Jonathan Peck wrote: > g++ Output: > jp...@lt14:~/usrp2-demo/usrp2-getdata$ g++ usrp2_demo.cc -o usrp2demo -lusrp2 > /usr/local/lib/libusrp2.so: undefined reference to > `gruel::sys_pri::usrp2_backend()' > /usr/local/lib/libusrp2.so: undefined reference to > `gru

[Discuss-gnuradio] Re: attribute error DTD

2009-02-04 Thread Patrick Strasser
feldmaus wrote am 2009-02-04 14:38: feldmaus gmx.de> writes: AttributeError: 'module' object has no attribute 'DTD' There seems to be a Problem with this Fie . The attribute doesn't exist. Which version of source and tools are you using? Do you have an stable release or are you using a versi

Re: [Discuss-gnuradio] How to syncronize 2 XCVR2450 daughterbords

2009-02-04 Thread Jason Uher
> Hey all, > > I have a setup that transmits using one USRP+XCVR2450 set and receives > using another USRP+XCVR2450 set.The two are separated just 1meter away > in my experiment. I am looking at small doppler signals around the > carrier. But there is a lot of phase noise in the data that i receiv

Re: [Discuss-gnuradio] Interfacing to USRP2 with C++

2009-02-04 Thread Jonathan Peck
Eric, Yes, I have looked at that header file. I wrote a small program to try using the usrp2 class and tried to compile it without success. Code usrp_demo.cc: #include int main() { const char *interface = "eth0"; const char *mac_addr_str = "00:05:2c:85:30:a7"; usrp2::usrp2::sptr u2 = u

Re: [Discuss-gnuradio] GRC and OS X 10.5.6

2009-02-04 Thread Michael Dickens
On Feb 4, 2009, at 6:42 AM, emil.molin wrote: I had the same problem and i added the paths for the installed modules to the PythonPath (i used "export PYTHONPATH:/opt/local/var/macports/software/[modulename]/" i however wont pass the check for GRC it still refuses. I also have gsl installed,

[Discuss-gnuradio] Re: attribute error DTD

2009-02-04 Thread feldmaus
feldmaus gmx.de> writes: > AttributeError: 'module' object has no attribute 'DTD' There seems to be a Problem with this Fie . The attribute doesn't exist. However, how can i download the last gnuradio Software, which doesn't contains the File with NOT the MD5SUM: cde9a3b94aae26b87571416a1aa413ca

[Discuss-gnuradio] CPM demodulator

2009-02-04 Thread Grzegorz Suder
Hi, Is anyone currently developing CPM demodulator? ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] attribute error DTD

2009-02-04 Thread feldmaus
Hi, i am trying to compile gnuradio on my Suse 11.1 PC. For compiling and i am using my normal user . For i am using the user . I downloaded and installed SDCC from Source. Then i downloaded and compiled the gnuradio source from the branch. The compilation goes right, but when i try to execut

Re: [Discuss-gnuradio] GRC and OS X 10.5.6

2009-02-04 Thread emil.molin
I had the same problem and i added the paths for the installed modules to the PythonPath (i used "export PYTHONPATH:/opt/local/var/macports/software/[modulename]/" i however wont pass the check for GRC it still refuses. I also have gsl installed, i whould appreciate any help Einar Thorsrud wro

Re: [Discuss-gnuradio] Spectrum Sense - Convert FFT Data into dBm proportional values

2009-02-04 Thread TMob
Thanks for your reply Bruhtesfa, by subtracting the log of the FFT size, I think I am normalizing the sum to the length of the FFT already. At least this is why I am subtracting the FFT size. In the meantime, I ran into another issue while playing around with a signal generator and my spectrum se

[Discuss-gnuradio] is there a sdcc option for configure

2009-02-04 Thread feldmaus
Hi, is there a secret sdcc Option, so that i can select another SDCC Root Directory ? I do not want to install the sdcc Source with, ./configure make make install This will install sdcc System wide and could do damage. I want it only be installed for testing. Otherwise i have to install and remo

[Discuss-gnuradio] How to syncronize 2 XCVR2450 daughterbords

2009-02-04 Thread Bruhtesfa Ebrahim
Hey all, I have a setup that transmits using one USRP+XCVR2450 set and receives using another USRP+XCVR2450 set.The two are separated just 1meter away in my experiment. I am looking at small doppler signals around the carrier. But there is a lot of phase noise in the data that i receive, which ma