[Discuss-gnuradio] Channel filter in new OFDM PHY

2013-07-07 Thread YAXIONG XIE
Hi all, I have a question about the channel filter usage in OFDM PHY. In the benchmark, there is a channel filter used before ofdm syn. In the new OFDM PHY, especially in the GRC example, there is not such a block. So, should I use a channel filter when i want to using the New OFDM P

Re: [Discuss-gnuradio] GNU Radio Companion v3.7.0-1-g2c05acc1 python name-spaces not working

2013-07-07 Thread Andrew Davis
OK, it appears a previous install hid an extra libvolk in /usr/lib/x86_64-linux-gnu, removing that everything is working well so far, thank you for the help everyone. -Andrew On Sun, Jul 7, 2013 at 4:12 AM, Tom Rondeau wrote: > On Fri, Jul 5, 2013 at 6:31 PM, Andrew Davis > wrote: > > Thanks

Re: [Discuss-gnuradio] Simple QAM project

2013-07-07 Thread tom sutherland
I am new to linux and GNURadio.  I don'g follow where the 1 bit/byte is coming from. Does the audio source not deliver 8bit/sample or how do you figure that out? I don't see anything such as "gnuradio>digital>generic_mod_demod.py " in my directories. Thanks for the help. Tom --

[Discuss-gnuradio] How to to add a "non-block" code using mod_tool.

2013-07-07 Thread Manu T S
Hi Everyone, >From the tutorial on out of tree module I followed how to install a block, and access it in GRC. Now I have a block, "encoder.py" but the actual encoding operation defined in another class in file "gf2mat.py" . Inside the work function I just call that operation. Using modtool how d

Re: [Discuss-gnuradio] gr::buffer::allocate_buffer: warning:

2013-07-07 Thread Jens Elsner
Hi Manu, Tracie, I wouldn't worry about this for now. I'm assuming this is for your GSoC project? If so, just keep going and make sure you get the math right. You'll want to move this into a C++ block eventually, anyways, and do further optimizations there. We can worry about this problem at tha

Re: [Discuss-gnuradio] gr::buffer::allocate_buffer: warning:

2013-07-07 Thread Manu T S
Tom, Yes, it is for my GSoC project. Till now I have prototyped in python encoder, decoder and construction of LDPC codes from Reed Solomon codes. The encoder and decoder input sizes vary based on the code block length and dimension. I hope to switch gears to C++ soon. Thanks. On Sun, Jul 7, 2

Re: [Discuss-gnuradio] qa_qtgui test fails

2013-07-07 Thread Richard Farina
On 07/07/2013 04:15 AM, Tom Rondeau wrote: > On Sun, Jul 7, 2013 at 12:59 AM, Richard Farina wrote: >> On 07/06/2013 03:39 AM, Volker Schroer wrote: >>> I compiled gnuradio-3.7 from scratch on my gentoo (64 bit ) system. >>> The qa_qtgui test works as non privileged user as well as privileged user

Re: [Discuss-gnuradio] Upgrading from 3.6 to 3.7....how?

2013-07-07 Thread Marcus D. Leech
On 07/07/2013 12:04 PM, Favati wrote: Hi! 2 weeks ago i installed gnu radio using the famous script on the wiki... Now I would like to upgrade to 3.7 How can i upgrade? Is there a procedure to follow? (remove 3.6 then how to install 3.7) Many thanks! You can build-gnuradio -m which w

[Discuss-gnuradio] Upgrading from 3.6 to 3.7....how?

2013-07-07 Thread Favati
Hi! 2 weeks ago i installed gnu radio using the famous script on the wiki... Now I would like to upgrade to 3.7 How can i upgrade? Is there a procedure to follow? (remove 3.6 then how to install 3.7) Many thanks! ___ Discuss-gnuradio mailing

Re: [Discuss-gnuradio] Compatible GNU Radio $500 2x2 full duplex MIMO SDR coming to a Kickstarter Shortly (Martin O'Shield)

2013-07-07 Thread Justin Bracken
Hello Martin, Where did you got this patent done in US or Abroad?. Can you please point to it ?. Is the patent granted or in application/review stage ?. Hi Matt Does the patent impact the Ettus/NI Current/Future SDR products and hence clipping wings of free/open sou

[Discuss-gnuradio] Channel filter in new OFDM PHY

2013-07-07 Thread YAXIONG XIE
Hi all, I have a question about the channel filter usage in OFDM PHY. In the benchmark, there is a channel filter used before ofdm syn. In the new OFDM PHY, especially in the GRC example, there is not such a block. So, should I use a channel filter when i want to using the New OFDM P

Re: [Discuss-gnuradio] Fwd: Problem in uhd_fft

2013-07-07 Thread Karan Talasila
H i Marcus, I got it. It is a case of bandpass sampling. .Thank you. On Fri, Jul 5, 2013 at 6:12 PM, Marcus D. Leech wrote: > ** > On 07/04/2013 11:51 PM, Karan Talasila wrote: > > Hi Josh, > can you explain how and why the frequency translation > occurs? second

Re: [Discuss-gnuradio] Problem with GRC after installation with build-gnuradio

2013-07-07 Thread Tom Rondeau
On Fri, Jun 28, 2013 at 4:24 AM, Tim Esemann wrote: > Hi, > > I have installed GR with the build-gnuradio script from Marcus. In the past > it worked well on several machines, but now I have a problem with the > gnuradio companion after installation. Once I start the grc from the command > line I

Re: [Discuss-gnuradio] Default value of "Taps" in GRC

2013-07-07 Thread Tom Rondeau
On Thu, Jul 4, 2013 at 7:50 PM, Stephen Harrison wrote: > The XML for filter_rational_resampler_xxx sets the default value of Taps to > None. However, this gives the error Expression "[None]" is invalid for type > complex vector. > > Deleting "None" from this box fixes the problem. Is it safe to c

Re: [Discuss-gnuradio] FM Mod / Demod Sensitivity and Quad. Gain Parameters

2013-07-07 Thread Tom Rondeau
On Thu, Jul 4, 2013 at 10:50 PM, Dan CaJacob wrote: > Thanks Tom, > > I think I have it worked out now. The sensitivity and gain parameters for > the FM Mod and Quad. Demod blocks are reciprocals of one another. To > control deviation, in these parameters, you can just calculate Modulation > Ind

Re: [Discuss-gnuradio] gr::buffer::allocate_buffer: warning:

2013-07-07 Thread Tom Rondeau
On Fri, Jul 5, 2013 at 5:01 AM, Manu T S wrote: > A block that i designed takes a vector of length 408 with numpy.int32 > components. Work function just copies input to output. Work function > definition is given below. >

Re: [Discuss-gnuradio] Pilot Subcarrier in new OFDM PHY

2013-07-07 Thread Tom Rondeau
On Sat, Jul 6, 2013 at 9:31 AM, YAXIONG XIE wrote: > Hi all, > I am using the new OFDM PHY to get data from USRP. The new OFDM PHY is > using pilot subcarrier. I think that it using the pilot because it want > using pilot to help decode the data subcarrier. But when I checking the > source co

Re: [Discuss-gnuradio] qa_qtgui test fails

2013-07-07 Thread Tom Rondeau
On Sun, Jul 7, 2013 at 12:59 AM, Richard Farina wrote: > On 07/06/2013 03:39 AM, Volker Schroer wrote: >> I compiled gnuradio-3.7 from scratch on my gentoo (64 bit ) system. >> The qa_qtgui test works as non privileged user as well as privileged user. >> So I think there is another problem on your

Re: [Discuss-gnuradio] GNU Radio Companion v3.7.0-1-g2c05acc1 python name-spaces not working

2013-07-07 Thread Tom Rondeau
On Fri, Jul 5, 2013 at 6:31 PM, Andrew Davis wrote: > Thanks for the suggestion, I removed every trace of GNU Radio off this > machine and re-installed, it did not fix the problem. After further > investigation the problem appears to be related to another problem I have > been having, when I would

Re: [Discuss-gnuradio] Compatible GNU Radio $500 2x2 full duplex MIMO SDR coming to a Kickstarter Shortly

2013-07-07 Thread Tom Rondeau
Unfortunately, I have been traveling while these emails have been going on and just now got connected to respond. Please stop this email thread on the mailing list now. Any more emails about this subject and I will remove you from the list. This is a mailing list dedicated to a free and open sour

Re: [Discuss-gnuradio] Compatible GNU Radio $500 2x2 full duplex MIMO SDR coming to a Kickstarter Shortly

2013-07-07 Thread info
To whom so ever it may concern... This work is been Patented and Copyrights are with Agile Solutions. This PCB Layout work and RF designs are panted work of Agile Solutions. We have the NDA signed by Xxillence Incorporate and we have started the legal action against them. Any sort of communica