Re: [Discuss-gnuradio] Install old version of gnuradio

2012-05-11 Thread Ellen Apolinar
Hey Loic, when you install GNU Radio be sure that you made Prerequirements. I did > apt-get -y install libfontconfig1-dev libxrender-dev libpulse-dev swig g++ > automake autoconf python-dev libfftw3-dev libcppunit-dev libboost-all-dev > libusb-dev fort77 sdcc sdcc-libraries libsdl1.2-dev python-

Re: [Discuss-gnuradio] Samples/Symbol Help

2012-05-11 Thread Patrik Tast
Could this help? http://en.wikipedia.org/wiki/Phase-shift_keying Patrik - Original Message - From: "sibar002" To: Sent: Friday, May 11, 2012 3:50 Subject: [Discuss-gnuradio] Samples/Symbol Help Hello I am working with the different digital modulators in grc, and I am having tro

[Discuss-gnuradio] SWIG, current gr-howto structure and exception specifiers

2012-05-11 Thread Martin Braun
In the current state of gr-howto (which is also used in gr_modtool), the SWIG stuff is done pretty intelligently by using the header files as .i-files, which means there is no need to write a SWIG header for every block. One advantage of this was the possibility to add stuff in the .i-file which w

Re: [Discuss-gnuradio] Package libusrp-dev on Ubuntu Precise 12.04

2012-05-11 Thread Vanessa Quaranta
Hi Tom, Thanks a lot for your response. Do you know approximately when this new package will be available? Cheers, Vanessa 2012/5/4 Tom Rondeau > On Fri, May 4, 2012 at 9:04 AM, Vanessa Quaranta > wrote: > > Hi! > > > > Where can I find libusrp-dev for Ubuntu 12.04? > > > > This packet has b

Re: [Discuss-gnuradio] Working at 20 MS/s

2012-05-11 Thread frankist
Hi, In fact I have underruns in the transmitter which means according to the website you gave me, my transmitter is not producing data fast enough. I guess I need a better computer for that. Just one more question: Are sampling rates of 20 and 25 MS/s too much for devices, more especifically, fo

Re: [Discuss-gnuradio] Samples/Symbol Help

2012-05-11 Thread wayne roberts
maybe better? http://en.wikipedia.org/wiki/Symbol_rate When you change samples_per_symbol, you aren't changing the sample rate, but instead the divider of sample rate which gives clock for symbol rate. On Fri, May 11, 2012 at 1:40 AM, Patrik Tast wrote: > Could this help? > > http://en.wikipedia

[Discuss-gnuradio] aUaUaUaUaUaU and requested rx frequency not supported problem

2012-05-11 Thread sakulkar
Hi Everybody, I am using USRP with daugherboard of range 1MHz to 250MHz. I am running the program with gnu-radio 3.6.0 on Ubuntu 11.10. I am trying to run the basic fm receiver program as shown in the video. http://www.youtube.com/watch?v=KWeY2yqwVA0 Whenever I try to execute the code, I get follo

Re: [Discuss-gnuradio] aUaUaUaUaUaU and requested rx frequency not supported problem

2012-05-11 Thread mleech
On Fri, 11 May 2012 19:08:38 +0200 (CEST), sakul...@ti.rwth-aachen.de wrote: > Hi Everybody, > I am using USRP with daugherboard of range 1MHz to 250MHz. I am running > the program with gnu-radio 3.6.0 on Ubuntu 11.10. I am trying to run the > basic fm receiver program as shown in the video.

Re: [Discuss-gnuradio] pulse signal generation

2012-05-11 Thread wayne roberts
Something to try: byte file source with one byte of 0xff, and the other 9 is 0x00. grc is attatched, but Gaussian filter is very strongly filtering it and i really dont understand it very well, which is needed for bandwidth limiting. But if you dont want any filtering, you could feed file source d

Re: [Discuss-gnuradio] GRC: New xml tags

2012-05-11 Thread Josh Blum
> Please watch a sample recording > http://www.youtube.com/watch?v=aqLIPHXCM1M (kindly switch to high > resolution). In my implementation I tried to update grc block > parametes by handling stdout of an external program and from a file > too. > This is pretty cool stuff. I bet the same modificat

Re: [Discuss-gnuradio] Phase shift correction in Bpsk!!

2012-05-11 Thread sreeraj r
Hi Sreenath, In the case of BPSK the costas loop is properly locked when the quadrature component of the signal is close to zero ( ie lpf[data * cos (2*pi*f_c*t)*sin(2*pi*f_c*t)] = 0). I am not sure how you will implement this in GRC as you have to call 'advance_loop' in the plls (inherited fro

[Discuss-gnuradio] USRP2 Ethernet port does not work

2012-05-11 Thread Yong J. Chang
I've been using many USRP2s for my project. Today one of the USRP2s cannot be recognized through Ethernet. Only the green LED on the Ethernet port lights up. I hooked up the Serial debug port and it says, ethernet flow control: SYMMETRIC LANSR: LINK_GOOD ethernet flow control: SYMMETRIC

Re: [Discuss-gnuradio] Phase shift correction in Bpsk!!

2012-05-11 Thread Tom Rondeau
On Thu, May 10, 2012 at 3:55 AM, sreenath kambala wrote: > > Hello All, > > I have designed BPSK transmitter and receiver in grc. > But Costas loop can able to correct frequency offset, not phase offset. > > Here, I attached both transmitter and receiver files. > > Transmitter : > > 1). File sink

Re: [Discuss-gnuradio] GRC: New xml tags

2012-05-11 Thread Tom Rondeau
On Fri, May 11, 2012 at 1:59 PM, Josh Blum wrote: > >> Please watch a sample recording >> http://www.youtube.com/watch?v=aqLIPHXCM1M (kindly switch to high >> resolution). In my implementation I tried to update grc block >> parametes by handling stdout of an external program and from a file >> too

Re: [Discuss-gnuradio] Reorganization and restructuring on 3.6 (master) and 3.7 (next) branches

2012-05-11 Thread Andrew Davis
> free weekend I had one once! So any plans for the application specific top-level blocks ( noaa, pager, atsc )? I feel these could be moved to the CGRAN, or better yet there could be a separate top-level folder for projects like this and some of the GCRAN projects could be merged back into the ma