Re: [Discuss-gnuradio] FEC GnuRadio 3.7.8rc1 Error

2015-08-05 Thread bob wole
On Thu, Aug 6, 2015 at 12:44 AM, Tom Rondeau wrote: > On Wed, Aug 5, 2015 at 2:07 AM, bob wole wrote: > >> Ubuntu 14.04 64-bit >> Gnuradio 3.7.8rc1 >> >> >> I am running this flowgraph "fecapi_async_to_stream.grc" that comes with >> gr-fec. After running for a while following error always show u

Re: [Discuss-gnuradio] ControlPort 3.7.8rc1

2015-08-05 Thread bob wole
On Wed, Aug 5, 2015 at 6:46 PM, Tom Rondeau wrote: > On Wed, Aug 5, 2015 at 1:21 AM, bob wole wrote: > >> >> > There is a directory >>> > gnuradio-runtime/python/gnuradio/ctrlport >>> > >>> > >>> > where you in controlport related stuff. >>> > >>> > - - Volker >>> > >>> > >>> > Am 04.08.2015 um

Re: [Discuss-gnuradio] gr-perf-monitorx Error

2015-08-05 Thread bob wole
On Wed, Aug 5, 2015 at 6:44 PM, Tom Rondeau wrote: > On Wed, Aug 5, 2015 at 4:47 AM, bob wole wrote: > >> >> I am here again. I ran "fecapi_async_decoders.grc" with controlport >> performance moniter on. I made a new config.conf file in ~/.gnuradio and >> added following lines to it >> >> [Cont

Re: [Discuss-gnuradio] Channel Model

2015-08-05 Thread monika bansal
Hii Thanks for your responses. The problem is this channel model is eating some initial 6 bits(3 qpsk symbols) and last 10 bits(5 qpsk symbols). Because of this index of output symbol is different fron input which is resulting in error for all snr ranges. You can see the output for noise_volage

Re: [Discuss-gnuradio] pybombs difficulty

2015-08-05 Thread Washbourne, Logan
Thanks Iluta and Nathan, My problem was not being able to use the gr-tutorials examples if I didn't have Gnuradio installed in /usr/local, but then I realized that the gr-tutorials was also a pybombs recipe so I used pybombs to install it and everything worked out great! Thank you both for helping

Re: [Discuss-gnuradio] how to choose tune_delay?

2015-08-05 Thread fquitin
Hi all, I've implemented Marcus' solutions, and it works fine. I thought I would just mention some detail that threw me off at first so that other people do not stumble on the same problems I did: - when you issue a set_command_time/tune_freq/clear_command_time (scheduled for 2 sec in the futu

Re: [Discuss-gnuradio] UHD build apparently failed - build-gnuradio script

2015-08-05 Thread Marcus D. Leech
On 08/05/2015 06:47 PM, Yoda Master wrote: Hi, i try to install gnuradio with your script on Debian 8.4 64bit. I change in script version and he download pretty much of files, when he come to UHD, he breaks: Skipping git fetch, since 'uhd' and 'gnuradio' are new enough Starting function uhd_buil

[Discuss-gnuradio] UHD build apparently failed - build-gnuradio script

2015-08-05 Thread Yoda Master
Hi, i try to install gnuradio with your script on Debian 8.4 64bit. I change in script version and he download pretty much of files, when he come to UHD, he breaks: Skipping git fetch, since 'uhd' and 'gnuradio' are new enough Starting function uhd_build at: Wed Aug 5 17:38:44 CDT 2015 Building UH

Re: [Discuss-gnuradio] GLError 1285

2015-08-05 Thread Marcus D. Leech
On 08/04/2015 03:31 AM, Sylvain Munaut wrote: Hi, Traceback (most recent call last): File "/usr/local/lib64/python2.7/site-packages/gnuradio/wxgui/plotter/plotter_base.py", line 209, in _on_paint for fcn in self._draw_fcns: fcn[1]() File "/usr/local/lib64/python2.7/site-packages/gnur

Re: [Discuss-gnuradio] GLError 1285

2015-08-05 Thread Marcus D. Leech
On 08/04/2015 03:31 AM, Sylvain Munaut wrote: Hi, Traceback (most recent call last): File "/usr/local/lib64/python2.7/site-packages/gnuradio/wxgui/plotter/plotter_base.py", line 209, in _on_paint for fcn in self._draw_fcns: fcn[1]() File "/usr/local/lib64/python2.7/site-packages/gnur

Re: [Discuss-gnuradio] Front Panel GPIO on Ettus X310

2015-08-05 Thread Moritz Fischer
Maurizio, On Wed, Aug 5, 2015 at 7:49 AM, Maurizio Crozzoli wrote: > Hi Martin or others who can support me, > I have a problem which is similar as Frank's: I have an E310 and I want to > receive a and external trigger on a pin which starts an acquisition process > of a burst of samples from the

Re: [Discuss-gnuradio] [UHD] Request for Feedback: C-API

2015-08-05 Thread Martin Braun
Just a quick follow-up, we've gotten some feedback, and made some small changes, but it seems overall this C-wrapper API will get merged soon. I'm taking down the public branch for now, but you will get the codes back in master within the next week. Thanks, everyone! Martin On 20.07.2015 19:07,

Re: [Discuss-gnuradio] Channel Model

2015-08-05 Thread Johnathan Corgan
On Wed, Aug 5, 2015 at 12:51 PM, Martin Braun wrote: > Try > > noise_voltage = self.EbN0_to_noise_voltage(EbN0)/sqrt(2) > > the original berawgn.py was already buggy, because it didn't follow a > recent change in the noise power. I've submitted a patch, but it > probably won't be merged before t

Re: [Discuss-gnuradio] problem with streamed tags

2015-08-05 Thread Martin Braun
On 05.08.2015 01:42, Mat Mat wrote: > My question is this: I don't get this item enumeration thing in > gnuradio. between the first 2 blocks it was easy enough, as I had to > simply include tags in every 28th byte, and it is easy to picture item > enumeration there (the first byte of the file has o

Re: [Discuss-gnuradio] Channel Model

2015-08-05 Thread Martin Braun
On 05.08.2015 04:25, monika bansal wrote: > Hii > > I am using channels.channel_model as > > channels_channel_model_0 = channels.channel_model( > noise_voltage = self.EbN0_to_noise_voltage(EbN0), > frequency_offset=0.0, > epsilon=1.0, > taps=(1.0 + 0j, ), > noise_seed=RAND_SEED, > block_tags=True

Re: [Discuss-gnuradio] QT Blocks causing BER errors?

2015-08-05 Thread Tom Rondeau
On Thu, Jul 23, 2015 at 10:54 AM, Nick Foster wrote: > My guess, educated only in that I've seen it happen before, is that one of > the blocks in your flowgraph exhibits behavior which is dependent on the > number of samples per work call. Loading the machine down with GUI blocks > will change th

Re: [Discuss-gnuradio] FEC GnuRadio 3.7.8rc1 Error

2015-08-05 Thread Tom Rondeau
On Wed, Aug 5, 2015 at 2:07 AM, bob wole wrote: > Ubuntu 14.04 64-bit > Gnuradio 3.7.8rc1 > > > I am running this flowgraph "fecapi_async_to_stream.grc" that comes with > gr-fec. After running for a while following error always show up > > > > DEBUG: 16384, 560, 272 > DEBUG: 16384, 560,

Re: [Discuss-gnuradio] USRP B210 GPIO

2015-08-05 Thread Martin Braun
On 05.08.2015 10:32, mle...@ripnet.com wrote: > The B2xx GPIO J504 GPIO has the same API as X3xx. ...and the example is also the same (gpio.cpp). Cheers, Martin > > > > > > > > On 2015-08-05 13:26, Samith Abeywickrama wrote: > >> Hi, I want to control an antenna multiplxer via J504 gp

Re: [Discuss-gnuradio] USRP B210 GPIO

2015-08-05 Thread mleech
The B2xx GPIO J504 GPIO has the same API as X3xx. On 2015-08-05 13:26, Samith Abeywickrama wrote: > Hi, I want to control an antenna multiplxer via J504 gpio port. Actually I > want to have logic 1 and logic 0 in order to switch the multiplxer. But it is > difficult to find gpio example fo

[Discuss-gnuradio] USRP B210 GPIO

2015-08-05 Thread Samith Abeywickrama
Hi, I want to control an antenna multiplxer via J504 gpio port. Actually I want to have logic 1 and logic 0 in order to switch the multiplxer. But it is difficult to find gpio example for B210. I have new version of b210 (green board) and 3.8.005 uhd version. I m very much thankful to if you can he

Re: [Discuss-gnuradio] Front Panel GPIO on Ettus X310

2015-08-05 Thread Maurizio Crozzoli
Hi Martin or others who can support me, I have a problem which is similar as Frank's: I have an E310 and I want to receive a and external trigger on a pin which starts an acquisition process of a burst of samples from the radio source. Stated that I have to remove the box around the E310 to have a

[Discuss-gnuradio] GRCon15> Registration Updates

2015-08-05 Thread Michael Dickens
We're heading into the final weeks before GRCon15, and registration has thus far been strong. The new developers day and the main conference are about 2/3 sold, which still leaves plenty of tickets. The RFNoC tutorial is sold out, and we still have 8 student tickets (+ 8 tickets still waiting for p

Re: [Discuss-gnuradio] python keep running

2015-08-05 Thread Tom Rondeau
On Tue, Aug 4, 2015 at 10:27 AM, wrote: > I have a GRC file that brings up a QT spectrum. I run grcc to create > top_block.py and then run python on the top_block.py. When I click the > close icon in the upper right corner of the spectrum window, the window > goes away but the python is still run

Re: [Discuss-gnuradio] cannot import name GNURadio when launching perf-monitorx and ctrlport-monitor

2015-08-05 Thread Tom Rondeau
On Wed, Aug 5, 2015 at 2:15 AM, Jeon wrote: > Dear Tom, > > Thanks for your advice. > > Actually, I've got a trouble for days installing Thrift and enabling it > from GNU Radio. > > This is just a simple wrap-up for readers who are not familiar with > compiling and building things.) > > Installin

Re: [Discuss-gnuradio] ControlPort 3.7.8rc1

2015-08-05 Thread Tom Rondeau
On Wed, Aug 5, 2015 at 1:21 AM, bob wole wrote: > > > There is a directory >> > gnuradio-runtime/python/gnuradio/ctrlport >> > >> > >> > where you in controlport related stuff. >> > >> > - - Volker >> > >> > >> > Am 04.08.2015 um 10:09 schrieb Jeon: >> > >> > Dear Bob, >> > >> > A few months ago,

Re: [Discuss-gnuradio] gr-perf-monitorx Error

2015-08-05 Thread Tom Rondeau
On Wed, Aug 5, 2015 at 4:47 AM, bob wole wrote: > > I am here again. I ran "fecapi_async_decoders.grc" with controlport > performance moniter on. I made a new config.conf file in ~/.gnuradio and > added following lines to it > > [ControlPort] > on = True > edges_list = True > [PerfCounters] > on

Re: [Discuss-gnuradio] Channel Model

2015-08-05 Thread Tom Rondeau
On Wed, Aug 5, 2015 at 7:25 AM, monika bansal wrote: > Hii > > I am using channels.channel_model as > > channels_channel_model_0 = channels.channel_model( > noise_voltage = self.EbN0_to_noise_voltage(EbN0), > frequency_offset=0.0, > epsilon=1.0, > taps=(1.0 + 0j, ), > noise_seed=RAND_SEED, > bloc

[Discuss-gnuradio] Channel Model

2015-08-05 Thread monika bansal
Hii I am using channels.channel_model as channels_channel_model_0 = channels.channel_model( noise_voltage = self.EbN0_to_noise_voltage(EbN0), frequency_offset=0.0, epsilon=1.0, taps=(1.0 + 0j, ), noise_seed=RAND_SEED, block_tags=True ) in the place of Add and Noise_Source in berawgn.py file.. Bu

[Discuss-gnuradio] gr-perf-monitorx Error

2015-08-05 Thread bob wole
I am here again. I ran "fecapi_async_decoders.grc" with controlport performance moniter on. I made a new config.conf file in ~/.gnuradio and added following lines to it [ControlPort] on = True edges_list = True [PerfCounters] on = True export = True When I ran the flowgraph I got the following

[Discuss-gnuradio] problem with streamed tags

2015-08-05 Thread Mat Mat
hi all, I have three blocks: 1. MESSAGE_LOADER reads a binary file and outputs it byte by byte to the next block (PACKET_CREATOR). On every 28th byte (and on the 0th byte) it adds tags denoting the start of a PDU 2. PACKET_CREATOR (tagged_stream_block) waits for 28 bytes to arrive. once this is

Re: [Discuss-gnuradio] gnuradio-core missing / UCLA Zigbee PHY in gnuradio version 3.6.5.1

2015-08-05 Thread Bastian Bloessl
Hi, looks like GRC cannot find your blocks, so I guess you should adapt your local_blocks_path https://github.com/bastibl/gr-ieee802-11#troubleshooting On 08/05/2015 02:15 AM, Jaeho wrote: the figure that i insert as below, some files has comment that "compile on mac" is this comments mean