Re: [Discuss-gnuradio] FW: Fw: Gnu radio not completely installed on Ubuntu 12.04

2013-02-14 Thread Ralph A. Schmid, dk5ras
OK, I gave it a second try, and now everything works. Maybe the patch had not yet been pushed to the repo at my first attempt? Or another patch was delivered in the meantime? Somehow unsatisfying, as the situations were identical, I restored the system to the state of my first attempt from a

[Discuss-gnuradio] Detecting EOF of previous block

2013-02-14 Thread Martin Lülf
Dear list, I have another question regarding stopping the flowgraph. This time it is about streaming blocks, no messages involved at all. My flowgraph looks like this (block A) --byte-- (block B) --byte-- ... Block A is a byte source that signals EOF at a certain point, lets assume after

Re: [Discuss-gnuradio] Detecting EOF of previous block

2013-02-14 Thread Martin Braun (CEL)
Hi Martin, this won't 100% answer your Q's, but perhaps it'll help: On Thu, Feb 14, 2013 at 02:37:43PM +0100, Martin Lülf wrote: Dear list, I have another question regarding stopping the flowgraph. This time it is about streaming blocks, no messages involved at all. My flowgraph looks

[Discuss-gnuradio] Work around for gr.multiply_cc( ) for non NEON enabled ARM devices

2013-02-14 Thread Karl Petrow
Has anyone developed a work around for replacing gr.multiple_cc() to work on ARM devices that have to disable NEON in order to install? I have two lines in gr.ais that keep giving me overflow. Thanks ahead of time, karl ___ Discuss-gnuradio mailing

Re: [Discuss-gnuradio] Issues with running volk_profile in GENTOO

2013-02-14 Thread Johnathan Corgan
On Wed, Feb 13, 2013 at 12:49 PM, Nick Foster n...@ettus.com wrote: The segfault is a different story. Like Josh suggests a backtrace would be helpful to see exactly what went wrong. The generic implementation of the rotator function normally takes 5-6 seconds on a typical machine, so the

Re: [Discuss-gnuradio] Work around for gr.multiply_cc( ) for non NEON enabled ARM devices

2013-02-14 Thread Tom Rondeau
On Thu, Feb 14, 2013 at 10:08 AM, Karl Petrow kpet...@maritimeinfosystems.com wrote: Has anyone developed a work around for replacing gr.multiple_cc() to work on ARM devices that have to disable NEON in order to install? I have two lines in gr.ais that keep giving me overflow. ** **

Re: [Discuss-gnuradio] gr-modtool produces incorrect swig.i

2013-02-14 Thread Tom Rondeau
On Thu, Feb 14, 2013 at 10:57 AM, Eric B bti6...@gmail.com wrote: On Wed, Feb 13, 2013 at 4:44 PM, Tom Rondeau t...@trondeau.com wrote: Sorry, I should have mentioned I'm using the build-gnuradio script on Ubuntu for my installation. I believe that is 3.6 API. Does this mean the modules

Re: [Discuss-gnuradio] gr-modtool produces incorrect swig.i

2013-02-14 Thread Martin Braun (CEL)
On Thu, Feb 14, 2013 at 11:29:20AM -0500, Tom Rondeau wrote: Eventually, but the 3.7 code is backwards compatible with 3.6 blocks. We'll keep it that way for a while so there will be time to change things. The gr-modtool will generate 3.7-compatible blocks, too, so you could use that as a

Re: [Discuss-gnuradio] gr-modtool produces incorrect swig.i

2013-02-14 Thread Eric B
On Wed, Feb 13, 2013 at 4:44 PM, Tom Rondeau t...@trondeau.com wrote: On Wed, Feb 13, 2013 at 4:10 PM, Eric B bti6...@gmail.com wrote: I'm using the gr-modtool that is now included with gnuradio to add a block to an existing module that was created with an earlier version of gr-modtool.py.

[Discuss-gnuradio] Echo Cancellation for USRP?

2013-02-14 Thread Alex Zhang
Hello Gurus, My duplex system is using only one frequency but different time slot to let two USRP exchange data. But from the observed receiving waveforms, I found that the received signal is very high and causes the jitter if the receiver keeps receiving its own transmitted signal within its own

[Discuss-gnuradio] wx GUI problem

2013-02-14 Thread Mihai Chermaneanu
Hi. I am just beginning to learn how to use gnuradio. I am currently running Linux 12.04 LTS and installed gnuradio using the script provided by Marcus Leech. I tried doing a little simulation in gnuradio-companion using a source and two wxgui sinks. The problem is that when i run my simulation,

Re: [Discuss-gnuradio] wx GUI problem

2013-02-14 Thread Tom Rondeau
On Thu, Feb 14, 2013 at 2:26 PM, Mihai Chermaneanu chrmi...@gmail.comwrote: Hi. I am just beginning to learn how to use gnuradio. I am currently running Linux 12.04 LTS and installed gnuradio using the script provided by Marcus Leech. I tried doing a little simulation in gnuradio-companion

[Discuss-gnuradio] ofdm benchmark issue

2013-02-14 Thread Pablo Belzarena
Hi everyone, I am newbie on gnuradio and I have a question about ofdm benchmark. If I use benchmark_tx.py and benchmark_rx.py I have a good performance, (an error rate below 10%). However, if I only modify the benchmark_tx.py and I add only a time.sleep(1) between send_pkt(payload) like is

Re: [Discuss-gnuradio] wx GUI problem

2013-02-14 Thread Cybergibbons
Hi, This is a common issue with laptop screens and low vertical resolution. This page explains the window grid positioning: http://gnuradio.org/redmine/projects/gnuradio/wiki/GNURadioCompanion#Grid-Positioning So if you make one of your wxgui components use 0,0,1,1 and the other 0,1,1,1 they

Re: [Discuss-gnuradio] wx GUI problem

2013-02-14 Thread Mihai Chermaneanu
Hi, again! Thank you both very much for your answers. They were very helpful. Have a great day, everybody! (and this is how my road to implementing a STBC transmission begins) ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

[Discuss-gnuradio] Persistent Nameerror

2013-02-14 Thread Lara Deek
Hello all, I created an out-of-tree module my_module using gr_modtool (from git) and added a general type block to the module using gr_modtool add -t general my_block. I am building and installing the module as directed in the gnuradio out-of-tree modules page (mkdir build...make, sudo make

Re: [Discuss-gnuradio] Persistent Nameerror

2013-02-14 Thread Johnathan Corgan
On Thu, Feb 14, 2013 at 4:16 PM, Lara Deek larad...@cs.ucsb.edu wrote: I created an out-of-tree module my_module using gr_modtool (from git) and added a general type block to the module using gr_modtool add -t general my_block. I am building and installing the module as directed in the

[Discuss-gnuradio] access code detection threshold in benchmark tx/rx scripts

2013-02-14 Thread Nowlan, Sean
I'm trying to understand the benchmark receive path. The access code detection threshold is set to -1 in receive_path.py. After looking at the digital_correlate_access_code_bb block, it appears the INT32 threshold, -1, is being compared with the *UINT32* Hamming distance between the known code

[Discuss-gnuradio] Changing DB Modulation Frequency at run time

2013-02-14 Thread Brooke Hayden
Hi all, I am trying to find a way to efficiently modify the modulation frequency of the daughterboard oscillator at run time. I found where the a MISO_TX_DB input variable is used in the FPGA code, but am not sure if this is what I am looking for or not. I am using the newest versions of UHD and

Re: [Discuss-gnuradio] latency time

2013-02-14 Thread Gonzalo Flores De La Parra
Thanks i haven't notice that, i always use wxgui plots and things like that. i'll give it a shot first thing in the mourning, it's about 10 pm in my hometown, and let you know the results 2013/2/14 Balint Seeber balint.see...@ettus.com Hi Gonzalo, Thanks for trying that out. It appears you