Re: [Discuss-gnuradio] Sample receive time in benchmark

2013-09-19 Thread Tom Rondeau
On Wed, Sep 18, 2013 at 11:32 PM, Harry Zhang wrote: > Hi, > My last question > (http://lists.gnu.org/archive/html/discuss-gnuradio/2013-09/msg00196.html) > seems no answer.But I get another question. > I wanna know the actual receive time of a sample. If I get the rx > tag(sample count 100), I ca

Re: [Discuss-gnuradio] Gnuradio-Companion Documentation.

2013-09-19 Thread Tom Rondeau
On Wed, Sep 18, 2013 at 3:48 PM, M Dammer wrote: > May I then suggest to enable the docs in the pybombs recipe by default > as well ? You may suggest. Sorry for being glib. I also think it's a good idea to enable the documentation by default. If Tim agrees and there wasn't a technical reason why

[Discuss-gnuradio] USRP Clipping?

2013-09-19 Thread Isdren Gineer
I am using N210 USRP's with WBX daughtercards connected with a loopback kit implementing a 8-PSK waveform. When I start transmitting, I get a clean constellation. After a short time however (~5 sec) it appears that the receiver temporarily loses phase lock. The eight point constellation degrades su

Re: [Discuss-gnuradio] Gnuradio-Companion Documentation.

2013-09-19 Thread Tim
Docs can take a long time to build, so when doing multiple builds a day during testing you really don't want to have this turned on. Likewise if you are building on slow machine or an older machine without sufficient doxygen. But obviously they are valuable for users doing their primary build

[Discuss-gnuradio] USRP1 gain

2013-09-19 Thread Nemanja Savic
Hi ll guys, I am using for my application usrp1 and wbx board. From the documentation I got that maximum amplification value of 20 db, but in my flowgraph I am able to specify without problems more gain for usrp source block. If I put >20 db I really see changes in noise level, which means that so

Re: [Discuss-gnuradio] USRP1 gain

2013-09-19 Thread Marcus D. Leech
The WBX has 31.5dB gain control in the RX path. -- Principal Investigator Shirleys Bay Radio Astronomy Consortium http://www.sbrac.org On Sep 19, 2013, at 8:21 AM, Nemanja Savic wrote: > Ok, but as far as I have seen it is fixed and the only adjustable gain should > be at PGA in front of th

Re: [Discuss-gnuradio] Gnuradio-Companion Documentation.

2013-09-19 Thread M Dammer
I just had the experience of how much the documentation build process can slow down the build in general. So I think a flag that can be set/unset during the pybombs configuration / reconfiguration process is a good idea. And it would make it easier for new users who a: most likely want documentatio

Re: [Discuss-gnuradio] USRP1 gain

2013-09-19 Thread Marcus D. Leech
On 09/19/2013 11:03 AM, Nemanja Savic wrote: Hi ll guys, I am using for my application usrp1 and wbx board. From the documentation I got that maximum amplification value of 20 db, but in my flowgraph I am able to specify without problems more gain for usrp source block. If I put >20 db I real

Re: [Discuss-gnuradio] USRP1 gain

2013-09-19 Thread Nemanja Savic
Ok, but as far as I have seen it is fixed and the only adjustable gain should be at PGA in front of the adc. Am i right? On Thu, Sep 19, 2013 at 5:10 PM, Marcus D. Leech wrote: > On 09/19/2013 11:03 AM, Nemanja Savic wrote: > > Hi ll guys, > > I am using for my application usrp1 and wbx board

Re: [Discuss-gnuradio] USRP Clipping?

2013-09-19 Thread Marcus D. Leech
On 09/19/2013 10:45 AM, Isdren Gineer wrote: I am using N210 USRP's with WBX daughtercards connected with a loopback kit implementing a 8-PSK waveform. When I start transmitting, I get a clean constellation. After a short time however (~5 sec) it appears that the receiver temporarily loses phas

Re: [Discuss-gnuradio] USRP Clipping?

2013-09-19 Thread Ian Buckley
Can you describe for us what the "loopback kit" comprises? Theres hopefully significant attenuation in the signal path. On Sep 19, 2013, at 7:53 AM, "Marcus D. Leech" wrote: > On 09/19/2013 10:45 AM, Isdren Gineer wrote: >> I am using N210 USRP's with WBX daughtercards connected with a loopback

[Discuss-gnuradio] Developer's Call today at 1 Eastern

2013-09-19 Thread Tom Rondeau
Hi everyone, September's developer's call starts in just over 30 minutes. Remember, to avoid confusion, do not start your own hangout. We will initiate the public hangout, you will be able to join it by going to the GNU Radio community page in G+. Once the hangout is live, Phil or I will post th

Re: [Discuss-gnuradio] USRP Clipping?

2013-09-19 Thread Isdren Gineer
The loopback kit is a 30dB attenuator and an SMA cable sold by Ettus Research. On Thu, Sep 19, 2013 at 8:40 AM, Ian Buckley wrote: > Can you describe for us what the "loopback kit" comprises? Theres > hopefully significant attenuation in the sign

Re: [Discuss-gnuradio] USRP Clipping?

2013-09-19 Thread Ian Buckley
OK, good, I'd never noticed that on the price list! So 30db is a good value to protect WBX from physical damage in a loopback configuration. It does however leave you with a potentially very high signal level at the RX and so it makes sense that your setup appears to be operating at the edge of

[Discuss-gnuradio] September Developer Call Video

2013-09-19 Thread Philip Balister
https://www.youtube.com/watch?v=9Pr3-bsaaU0 Philip ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Runtime issue with gr_modtool block

2013-09-19 Thread Tommy Tracy II
Just for future reference, Problem: If moving a module from one version of gnu radio to another, the shared object (DLL) links may break. Solution: Use the gr_modtool script on the destination machine to create a new module and add the blocks in your old module. Copy over the source, and everyt

Re: [Discuss-gnuradio] Working example of rx_ofdm and rx_ofdm with Gnuradio Companion

2013-09-19 Thread Aditya Dhananjay
T hanks! On Thu, Sep 19, 2013 at 1:13 AM, Martin Braun (CEL) wrote: > Hi Aditya, > > there's a ticket on this (see our issue tracker) and I'm on it. > > tx_ofdm.grc should work, though. > > MB > > > On Wed, Sep 18, 2013 at 01:13:11PM -0400, Aditya Dhananjay wrote: > > Hello All, > > > > > > Rev

[Discuss-gnuradio] Reg. AGC3 in gnuradio

2013-09-19 Thread vamshi krishna dodla
Can someone give me detailed information about the new agc (agc3) in gnuradio?.Also is that agc a log mag. loop which is normally used in the modern receivers?If there is a block diagram of the new agc3 then it would also help. Thanks ahead. -- Thanks & Regards Vamshi

[Discuss-gnuradio] Fwd: Gnuradio disabled components

2013-09-19 Thread Mauricio Olivera
Hi all, I have recently installed GNU radio 3.7.1 in Manjaro (Distro based in Arch). While building some components where disable. I am interested in having some of them like gnuradio-companion and gr-wxgui, how can I enable them Many thanks, #

Re: [Discuss-gnuradio] Fwd: Gnuradio disabled components

2013-09-19 Thread Aditya Dhananjay
Could you please post the entire output from cmake? Thanks On Thu, Sep 19, 2013 at 7:26 PM, Mauricio Olivera wrote: > Hi all, > > I have recently installed GNU radio 3.7.1 in Manjaro (Distro based in > Arch). > While building some components where disable. > I am interested in having some of t

[Discuss-gnuradio] [discuss-gnuradio] Git checkout error in build_gnuradio script

2013-09-19 Thread Alex Zhang
Hello, I think the script build_gnuradio has an error when GNURadio 3.7 is in the repository. As the GNURadio 3.7 has no directory gnuradio-core. The below code will always report error and exit the building. git clone --progress http://gnuradio.org/git/gnuradio.git >>$LOGDEV 2>&1

Re: [Discuss-gnuradio] Fwd: Gnuradio disabled components

2013-09-19 Thread Mauricio Olivera
Here is the complete installation process... https://www.dropbox.com/s/md5v8pr0iyllm8f/gnuradio_inst Many thanks. 2013/9/19 Aditya Dhananjay > Could you please post the entire output from cmake? > > Thanks > > > On Thu, Sep 19, 2013 at 7:26 PM, Mauricio Olivera < > m.olivera.go...@gmail.com>

Re: [Discuss-gnuradio] Fwd: Gnuradio disabled components

2013-09-19 Thread Aditya Dhananjay
Have you installed all the dependencies? Which Linux are you running? http://gnuradio.org/redmine/projects/gnuradio/wiki/UbuntuInstall#Install-Dependencies On Thu, Sep 19, 2013 at 8:02 PM, Mauricio Olivera wrote: > Here is the complete installation process... > > https://www.dropbox.com/s/md5

Re: [Discuss-gnuradio] Fwd: Gnuradio disabled components

2013-09-19 Thread Aditya Dhananjay
Oops, sorry, I missed those details in your previous email. On Thu, Sep 19, 2013 at 8:10 PM, Aditya Dhananjay wrote: > Have you installed all the dependencies? Which Linux are you running? > > > http://gnuradio.org/redmine/projects/gnuradio/wiki/UbuntuInstall#Install-Dependencies > > > > On Thu

Re: [Discuss-gnuradio] Sample receive time in benchmark

2013-09-19 Thread Harry Zhang
于 2013/9/19 21:56, Tom Rondeau 写道: On Wed, Sep 18, 2013 at 11:32 PM, Harry Zhang wrote: Hi, My last question (http://lists.gnu.org/archive/html/discuss-gnuradio/2013-09/msg00196.html) seems no answer.But I get another question. I wanna know the actual receive time of a sample. If I get the rx t

Re: [Discuss-gnuradio] Fwd: Gnuradio disabled components

2013-09-19 Thread Mauricio Olivera
Something to do with this Configuring gnuradio-companion support... -- Dependency ENABLE_GNURADIO_RUNTIME = ON -- Dependency ENABLE_PYTHON = ON -- Dependency PYTHON_MIN_VER_FOUND = TRUE -- Dependency CHEETAH_FOUND = TRUE -- Dependency LXML_FOUND = FALSE -- Dependency PYGTK_FOUND =