Re: [Discuss-gnuradio] [GSoC] It has begun

2013-05-30 Thread Manu T S
Hello Everyone, I'm Manu, a graduate student at Indian Institute of Technology, Bombay. I'm pursuing masters in Electrical Engineering specializing in Communication and Signal Processing. My proposal on LDPC codes has been accepted for GSoC. You can look into the proposal

[Discuss-gnuradio] Here's an interesting bug

2013-05-30 Thread Marcus D. Leech
That I suspect will be hard to fix. If you run grcc in something that doesn't have access to the X display, it barfs: Traceback (most recent call last): File "/usr/local/bin/grcc", line 27, in from gnuradio.grc.python.Platform import Platform File "/usr/local/lib64/python2.7/site-pa

Re: [Discuss-gnuradio] issues with the GL scopesinks on KUBUNTU 13.04

2013-05-30 Thread Johnathan Corgan
On Thu, May 30, 2013 at 5:56 PM, Arturo Rinaldi wrote: > However i have just bumped in another issue, this time the blocks affected > are the GL sinks. Let me show you with this screenshot : > > http://imageshack.us/photo/my-images/543/gnuradioissue.png/ > The was only one change to gr-wxgui be

Re: [Discuss-gnuradio] Sampling rate in USRP 1

2013-05-30 Thread Marcus D. Leech
On 05/30/2013 09:56 PM, Karan Talasila wrote: ok..So N can be any integer. I am using USB 3.0 and it's allowing me sample rates almost close to 60MSPS without an error. I have an 8 core processor. But the surprise is even if i enter values greater than 64 MSPS it doesn't throw an error. Is that

Re: [Discuss-gnuradio] Sampling rate in USRP 1

2013-05-30 Thread Karan Talasila
ok..So N can be any integer. I am using USB 3.0 and it's allowing me sample rates almost close to 60MSPS without an error. I have an 8 core processor. But the surprise is even if i enter values greater than 64 MSPS it doesn't throw an error. Is that a bug as it doesn't show me any warning whatsoeve

[Discuss-gnuradio] gr-osmosdr build fails today

2013-05-30 Thread Marcus D. Leech
GR-OSMOSDR was failing starting sometime today, since "master" of their source code base has now been updated to the 3.7 API, and of course build-gnuradio now uses "maint", which the current "master" GR-OSMOSDR will no longer build against. So, now, the gr-osmosdr code in build-gnuradio check

[Discuss-gnuradio] issues with the GL scopesinks on KUBUNTU 13.04

2013-05-30 Thread Arturo Rinaldi
Hi folks, I have just built the 3.6.4.1, 3.6.4.2 and 3.6.5 tarballs on the latest KUBUNTU (13.04 raring ringtail) with these sequence of shell commands : *$ ./build-gnuradio -v prereqs** ** **$ mkdir build** ** **$ cd build** ** **$ cmake -DENABLE_BAD_BOOST=ON -DPYTHON_EXECUTABLE=/usr/bin/pytho

Re: [Discuss-gnuradio] GNU Radio presentation at Virginia Tech, Monday

2013-05-30 Thread Ankan Roybardhan
Could this be made an online streaming live so that people sitting all around could also watch and learn. Are there any plans to organize such events in southern/eastern parts preferably at UNIVERSITY OF FLORIDA, GAINESVILLE, FL. -Regards, Ankan Roybardhan. On Thu, May 30, 2013 at 5:48 PM, Jon

Re: [Discuss-gnuradio] [GSoC] It has begun

2013-05-30 Thread Shashank Gaur
Hello Everyone, I am a graduate student from ECE Paris, France. I have been selected for GSoC 2013 for the project IEEE 802.11 a/g/n Rx and Wireshark Connector. I am much obliged and thankful to the community for th

[Discuss-gnuradio] How to clone a pmt_blob ?

2013-05-30 Thread M. Ranganathan
Hello all, I am writing a block where I need to save a delivered pmt_blob for later consumption ( i.e. if the channel is busy). How does one do that? Thank you in advance for your reply. Regards, -- M. Ranganathan ___ Discuss-gnuradio mailing list D

Re: [Discuss-gnuradio] GNU Radio presentation at Virginia Tech, Monday

2013-05-30 Thread Jonathan Fox
On Thu, May 30, 2013 at 5:06 PM, Tom Rondeau wrote: > Hi everyone, > > We've been holding GNU Radio Hackfests every now and then in the past. > These are meant for the main, core developers to get together and > develop new material and features, fix bugs, and figure out where we > want to go as a

[Discuss-gnuradio] GNU Radio presentation at Virginia Tech, Monday

2013-05-30 Thread Tom Rondeau
Hi everyone, We've been holding GNU Radio Hackfests every now and then in the past. These are meant for the main, core developers to get together and develop new material and features, fix bugs, and figure out where we want to go as a project. You can see some of the output of our last Hackfest fr

Re: [Discuss-gnuradio] RFID at 2.4GHz simulation-Encoding, Modulation techniques (grc implementation)

2013-05-30 Thread stefosee
Hello again, I've already implemented the modulation schemes i'm writing above, plus the manchester encoder. No i'm trying to design the biphase space (fm0) encoder. For the manchester i used 2 square sources, one for the data and another one for the clock with the double frequency and i use an XOR

[Discuss-gnuradio] how to do channel estimation in narrowband

2013-05-30 Thread yeran
Hi everyone, I'm trying to estimate the channel frequency response in narrowband in benchmark. But the result I get looks like a sine wave. Anyone knows how to do channel estimation in narrowband? And in GNU Radio and USRP transmission, when the carrier frequency is added and taken off? Thanks

Re: [Discuss-gnuradio] Sampling rate in USRP 1

2013-05-30 Thread Johnathan Corgan
On Thu, May 30, 2013 at 7:51 AM, Karan Talasila wrote: > I am using USRP 1 for an application. I am using complex baseband > representation, so i am setting bandwidth almost equal to the sampling > rate. But many times i see that when i set the sample rate I get target > sampling rate is dif

[Discuss-gnuradio] Sampling rate in USRP 1

2013-05-30 Thread Karan Talasila
Hi, I am using USRP 1 for an application. I am using complex baseband representation, so i am setting bandwidth almost equal to the sampling rate. But many times i see that when i set the sample rate I get target sampling rate is different from actual sampling rate. I checked the wiki, it says

Re: [Discuss-gnuradio] channel estimation in gnuradio narrowband

2013-05-30 Thread yeran
Hi Alex, yes, I'm using the original generic_mod_demod.py, and just adding a file_sink after the time_recov block, so there is a freq_recov before. But thanks all the same! :) Ada Date: Thu, 30 May 2013 00:28:45 -0500 Subject: Re: [Discuss-gnuradio] channel estimation in gnuradio narrowband Fr