[Discuss-gnuradio] Regarding MIMO examples in TOM's Repo

2012-06-04 Thread bharadwaj desikan
Hi all, I am implementing a 2X2 mimo system using usrp2s. While looking through the mail archives, i came across a reference to a mimo system based on 'benchmark_ofdm_mimo' from Tom Rondeau's repository. How do i access this repository? Thanks in advance Regards Bharadwaj D

Re: [Discuss-gnuradio] pulse signal generation

2012-06-04 Thread S'dir
Hi Roberts, Greetings. Thank you for your input. I am able to bring up my system with Ubuntu 10.10 and with latest gnuradio as well able to run the grc file successfully and see the output on screen. However, would like to know how the same to integrate and generate and take the signal from USRP

Re: [Discuss-gnuradio] Gnuradio compile errors

2012-06-04 Thread Phil
On 05/06/12 07:57, Josh Blum wrote: Id recommend deleting the build directory (to start with a clean slate) Hello Josh, Starting again seems to have solved the problem except for: 99% tests passed, 1 tests failed out of 102 Total Test time (real) = 62.09 sec The following tests FAILED:

Re: [Discuss-gnuradio] Dynamic parameter modification in a custom block

2012-06-04 Thread Josh Blum
> > 2) I don't know if stream tags are in place well enough yet, nor if > they would work in the manner you require. The idea is that there's > a tag plane (sort of like a control plane) that "overlays" (or is in > parallel with) the graph (data-flow) plane, where tags can be > inserted -- a tim

Re: [Discuss-gnuradio] Dynamic parameter modification in a custom block

2012-06-04 Thread Tom Rondeau
On Mon, Jun 4, 2012 at 5:30 PM, Michael Dickens wrote: > Hi George - I believe there are 2 possible solutions, though I've never used > or tested either myself.  If you just want to verify that what you want to do > works, I think (1) should be quite straight forward. > > 1) This method will cer

Re: [Discuss-gnuradio] Shared Sources

2012-06-04 Thread Tom Rondeau
On Mon, Jun 4, 2012 at 3:08 PM, Martin Braun wrote: > On Mon, Jun 04, 2012 at 12:37:31PM -0400, Andrew Davis wrote: >> I would recommend file sources, you can filter, graph and demod them >> w/o hardware. > > Check out http://gnuradio.org/redmine/projects/gnuradio/wiki/SampleData > for prerecorded

Re: [Discuss-gnuradio] Gnuradio compile errors

2012-06-04 Thread Josh Blum
On 06/04/2012 02:24 AM, Phil wrote: > On 04/06/12 16:48, Josh Blum wrote: >> >> >> On 06/03/2012 05:14 PM, Phil wrote: >>> /usr/local/src/gnuradio-3.6.0/gnuradio-core/src/lib/io/gr_udp_sink.cc: >>> In constructor ‘gr_udp_sink::gr_udp_sink(size_t, const char*, short >>> unsigned int, int, bool)’:

Re: [Discuss-gnuradio] Gnuradio compile errors

2012-06-04 Thread Barry Jackson
On 04/06/12 05:27, Phil wrote: Ok Marcus, it's Mageia 2, a fork off Mandriva. I'm just about to push 3.6.0 to Cauldron. :) Barry ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Dynamic parameter modification in a custom block

2012-06-04 Thread George Sklivanitis
Thank you so much for the response Michael. I will try to figure out what's going on with both ways and I will post updates to the list too. Thanks, George On Mon, Jun 4, 2012 at 2:30 PM, Michael Dickens wrote: > Hi George - I believe there are 2 possible solutions, though I've never > used or

Re: [Discuss-gnuradio] Dynamic parameter modification in a custom block

2012-06-04 Thread Michael Dickens
Hi George - I believe there are 2 possible solutions, though I've never used or tested either myself. If you just want to verify that what you want to do works, I think (1) should be quite straight forward. 1) This method will certainly work, but it's not very robust : Make your "custom_block2

Re: [Discuss-gnuradio] sdrsharp auto I/Q balance correction

2012-06-04 Thread Alexandru Csete
On Thu, Apr 5, 2012 at 5:26 AM, Marcus D. Leech wrote: > Has anyone look at the way sdrsharp does automatic I/Q balance correction? > > It seems to iterate over an FFT, looking to maximize the difference between > bins and their images.  But that badly fails when the *incoming signal* >  has symme

Re: [Discuss-gnuradio] ABI compatibility error for installing Gnuradio and UHD respectively

2012-06-04 Thread Josh Blum
On 06/04/2012 01:55 PM, Alex Zhang wrote: > Hi List, > > I install the gnuradio and UHD in different time, and when I run a python > script, it tells me: > > RuntimeError: > GR-UHD detected ABI compatibility mismatch with UHD library. > GR-UHD was build against ABI: 3.4.0-1, > but UHD library r

[Discuss-gnuradio] ABI compatibility error for installing Gnuradio and UHD respectively

2012-06-04 Thread Alex Zhang
Hi List, I install the gnuradio and UHD in different time, and when I run a python script, it tells me: RuntimeError: GR-UHD detected ABI compatibility mismatch with UHD library. GR-UHD was build against ABI: 3.4.0-1, but UHD library reports ABI: 3.4.0-2 Suggestion: install an ABI compatible vers

Re: [Discuss-gnuradio] /usr/local/include/gnuradio/swig/gnuradio.i:31: Error: Unable to find 'gruel_common.i'

2012-06-04 Thread Josh Blum
On 06/04/2012 01:20 PM, Baidoo-Williams, Henry E wrote: > Hi, > I am trying to run an old application that was working previously but when I > upgraded to 3.6.1 I get the error in the title. Has anybody encountered and > solved this problem? > The swig file was moved, you need an extra line t

[Discuss-gnuradio] /usr/local/include/gnuradio/swig/gnuradio.i:31: Error: Unable to find 'gruel_common.i'

2012-06-04 Thread Baidoo-Williams, Henry E
Hi, I am trying to run an old application that was working previously but when I upgraded to 3.6.1 I get the error in the title. Has anybody encountered and solved this problem? H.E. Baidoo-Williams GRA, University of Iowa ___ Discuss-gnuradio mailing

[Discuss-gnuradio] Fwd: Dynamic parameter modification in a custom block

2012-06-04 Thread George Sklivanitis
Any ideas guys? -- Forwarded message -- From: George Sklivanitis Date: Mon, Jun 4, 2012 at 12:08 AM Subject: Dynamic parameter modification in a custom block To: discuss-gnuradio@gnu.org Hello all, I am dealing with the problem of finding a way to dynamically give values to a p

Re: [Discuss-gnuradio] Shared Sources

2012-06-04 Thread Martin Braun
On Mon, Jun 04, 2012 at 12:37:31PM -0400, Andrew Davis wrote: > I would recommend file sources, you can filter, graph and demod them > w/o hardware. Check out http://gnuradio.org/redmine/projects/gnuradio/wiki/SampleData for prerecorded stuff. It's not much, though. MB -- Karlsruhe Institute of

Re: [Discuss-gnuradio] Problems building SpecEst-d89f99c

2012-06-04 Thread Martin Braun
On Mon, Jun 04, 2012 at 12:42:47PM -0400, Ryan Connelly wrote: > Yes I had seen the cmake branch and was considering trying it.. I'll > try it soon and let you know. However I now suspect the problem is > with my gcc version/config messing up the -fPIC argument. What > compiler and version do you u

[Discuss-gnuradio] What does B means ?

2012-06-04 Thread sumitstop
Hi Community, I was doing video transmission using tunnel.py. I set the bitrate 1000k and everything was fine. But when I set it to 1500k and above I was getting BB in the terminal where I typed ./tunnel.py -f 2.45G --bitrate 1500k What does this BB means ? - Sumit Kr. R

Re: [Discuss-gnuradio] Problems building SpecEst-d89f99c

2012-06-04 Thread Ryan Connelly
Hi Martin, Yes I had seen the cmake branch and was considering trying it.. I'll try it soon and let you know. However I now suspect the problem is with my gcc version/config messing up the -fPIC argument. What compiler and version do you use to compile? I use GCC 4.6.2 on a x86_64 system. R On M

Re: [Discuss-gnuradio] Shared Sources

2012-06-04 Thread Andrew Davis
I would recommend file sources, you can filter, graph and demod them w/o hardware. On Mon, Jun 4, 2012 at 10:32 AM, David Powell wrote: > Is there a list of tcp sources which are being openly shared? I just > installed gnuradio and I don't have any hardware yet. I would like to be > able to see l

Re: [Discuss-gnuradio] CGRAN downtime - working on it

2012-06-04 Thread George Nychis
Back alive... if anyone has issues please let me know. On Mon, Jun 4, 2012 at 11:42 AM, George Nychis wrote: > Having some issues with CGRAN right now and actively working on it. So if > you experience problems, hang in there. > > The SVN repo should be working just fine, but having some web is

Re: [Discuss-gnuradio] what's the actual freq range of XCVR2450?

2012-06-04 Thread mleech
On 04 Jun 2012 12:01, Weixian Zhou wrote: > According to Ettus official page: https://www.ettus.com/product/details/XCVR2450 [1] > The range is 2.4GHz - 2.5GHz, 4.9GHz - 5.9GHz Tx/Rx. > > I am confused, does it means: > 1) both the Tx/Rx freq range is 2.4 - 2.5 and 4.9 - 5.9. or > 2) Tx fr

[Discuss-gnuradio] what's the actual freq range of XCVR2450?

2012-06-04 Thread Weixian Zhou
According to Ettus official page: https://www.ettus.com/product/details/XCVR2450 The range is 2.4GHz - 2.5GHz, 4.9GHz - 5.9GHz Tx/Rx. I am confused, does it means: 1) both the Tx/Rx freq range is 2.4 - 2.5 and 4.9 - 5.9. or 2) Tx freq range is 2.4 - 2.5, Rx freq range is 4.9 - 5.9. or 3) Tx/Rx freq

[Discuss-gnuradio] CGRAN downtime - working on it

2012-06-04 Thread George Nychis
Having some issues with CGRAN right now and actively working on it. So if you experience problems, hang in there. The SVN repo should be working just fine, but having some web issues. - George ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

Re: [Discuss-gnuradio] Problems building SpecEst-d89f99c

2012-06-04 Thread Martin Braun
On Mon, Jun 04, 2012 at 10:10:16AM -0400, Ryan Connelly wrote: > Hello List, > > I am trying to build SpecEst from source (d89f99c) on a system with > GNU Radio 3.6.0 and UHD 003.004.002. However I have a build error that > I can't resolve. > > First, make could not find gruel_common.i. I fixed t

Re: [Discuss-gnuradio] Question about OpenBTS

2012-06-04 Thread Thomas Tsou
On Sun, Jun 3, 2012 at 9:49 AM, Pan, Luyuan wrote: > Hello, >    I want to set up the OpenBTS, and I want to know which board is better, > USRP1 or USRP2? Or any other suggestion? Thank you. Both USRP1 and USRP2 work with OpenBTS and neither can be considered "better" without describing your requ

[Discuss-gnuradio] Shared Sources

2012-06-04 Thread David Powell
Is there a list of tcp sources which are being openly shared? I just installed gnuradio and I don't have any hardware yet. I would like to be able to see live data so I can play around. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://li

[Discuss-gnuradio] Problems building SpecEst-d89f99c

2012-06-04 Thread Ryan Connelly
Hello List, I am trying to build SpecEst from source (d89f99c) on a system with GNU Radio 3.6.0 and UHD 003.004.002. However I have a build error that I can't resolve. First, make could not find gruel_common.i. I fixed that by changing $BUILDDIR$/swig/CMakeLists.txt, I put the line "${GRUEL_INCLU

[Discuss-gnuradio] Video tutorial series & cross-platform BorIP server/source+sink blocks

2012-06-04 Thread Balint Seeber
Dear list, Since I started playing with GR, I've accumulated a number of flowgraphs where each one was a small experiment to better understand some aspect of SDR/DSP. I thought I would share them in the form of a video tutorial series, of which I have completed the first three parts. My motivat

Re: [Discuss-gnuradio] crashes, memory errors and valgrind

2012-06-04 Thread Tom Rondeau
On Sun, Jun 3, 2012 at 2:22 PM, Patrick Strasser wrote: > Hi Tom, > > Tom Rondeau wrote on 2012-06-03 17:12: >> On Sat, Jun 2, 2012 at 5:50 AM, Patrick Strasser >> Patrick, >> >> It looks like you're problem is in the rational_resampler code. I >> wonder if there's something about the resampling r

Re: [Discuss-gnuradio] plotting with python

2012-06-04 Thread Tom Rondeau
On Mon, Jun 4, 2012 at 4:44 AM, ambily joseph wrote: > Sir > > > I wanted to take float datas from a file sink and plot those values . > I am using the below python script for this. > I need to change my x -axis and y-axis limits. > What command should i add to this script for this task? > > #!/us

Re: [Discuss-gnuradio] Gnuradio compile errors

2012-06-04 Thread Phil
On 04/06/12 16:48, Josh Blum wrote: On 06/03/2012 05:14 PM, Phil wrote: /usr/local/src/gnuradio-3.6.0/gnuradio-core/src/lib/io/gr_udp_sink.cc: In constructor ‘gr_udp_sink::gr_udp_sink(size_t, const char*, short unsigned int, int, bool)’: /usr/local/src/gnuradio-3.6.0/gnuradio-core/src/lib/io/g

[Discuss-gnuradio] plotting with python

2012-06-04 Thread ambily joseph
Sir I wanted to take float datas from a file sink and plot those values . I am using the below python script for this. I need to change my x -axis and y-axis limits. What command should i add to this script for this task? #!/usr/bin/env python from array import array import matplotlib.pyplot as

Re: [Discuss-gnuradio] crashes, memory errors and valgrind

2012-06-04 Thread Patrick Strasser
Patrick Strasser wrote on 2012-06-03 20:22: > Hi Tom, > > Tom Rondeau wrote on 2012-06-03 17:12: >> On Sat, Jun 2, 2012 at 5:50 AM, Patrick Strasser >> Patrick, >> >> It looks like you're problem is in the rational_resampler code. I >> wonder if there's something about the resampling rate being us

[Discuss-gnuradio] Dynamic parameter modification in a custom block

2012-06-04 Thread George Sklivanitis
Hello all, I am dealing with the problem of finding a way to dynamically give values to a parameter of a custom block that I 've made in gnuradio by the output of another custom block. The solution of function probe that I have found in previous conversations in the forum does not fit me as the va