Re: [Discuss-gnuradio] Trouble installing gr-baz

2017-06-06 Thread Cinaed Simson
On 06/04/2017 05:04 PM, Brandon Lester wrote: > I am having issues getting some components installed for gnuradio. I am > trying to install gr-baz and op25. > > My OS is Debian 8, and I installed gnuradio from the standard repository > with > > sudo apt-get build-dep gnuradio > sudo apt-g

Re: [Discuss-gnuradio] Audio issues on BBB

2017-06-06 Thread Cinaed Simson
On 05/31/2017 03:36 AM, Philip Balister wrote: > On 05/29/2017 07:49 AM, Usman Haider wrote: >> Hi, >> >> I am using GNU Radio on beaglebone black (BBB). I have transmitter and >> receiver flowgraph with audio sink audio source. When I run the flowgraphs >> on laptop or desktops I receive all the d

[Discuss-gnuradio] GNU Radio Coverity statis analysis

2017-06-06 Thread Philip Balister
As part of some GNU Radio infrastructure work, the Coverity static analyses is running again. Thanks guys! https://scan.coverity.com/projects/gnuradio This is a great way to find places the code needs some work and a good way to start contributing to the project. Go ahead and take a look! Philip

[Discuss-gnuradio] why can't use iwconfig when I run the gr-ieee802-11

2017-06-06 Thread zhan siyu
Hi all, I just found I can't use the iwconfig tap0 rate 20M to setup the bandwidth of the tap0. The error message is : Error for wireless request "Set Bit Rate" (8B20) : SET failed on device tap0 ; Operation not supported. But in their video , it can be set in this way. May I know how t

Re: [Discuss-gnuradio] [GSoC 17] DAB: updates of the week

2017-06-06 Thread Benny Alexandar
Hi Luca, Nice to see your progress so far. Once you have the DAB receiver audio listening in place, I would suggest to have an audio synchronization for continuous playback without any buffer overflow or under-runs. DAB+ audio super frame length is 120ms according to DAB+ standard (ETSI TS 102 5

Re: [Discuss-gnuradio] [GSoC 17] DAB: updates of the week

2017-06-06 Thread Marcus Müller
Hi ben, I love this topic of how to match hardware clocks just as much as you do, but I personally think that solving the two-clock problem between an SDR receiver and an audio device might be just a tiny bit out of scope of a GSoC project on a broadcast standard implementation. Also, it's not pa

[Discuss-gnuradio] ninput_items_required=1024

2017-06-06 Thread G Reina
I'm creating a Python block that calculates a custom FFT. I need to ensure that I get at least 1024 data points for every input to the block. >From my reading, it looks like I should just be able to do this with the forecast() function in the Python block. So I've done this: class blk(gr.sync_blo

Re: [Discuss-gnuradio] ninput_items_required=1024

2017-06-06 Thread G Reina
I may have just answered it. I change the sync_block to a basic_block and it seems to be working. -Tony On Tue, Jun 6, 2017 at 11:12 AM, G Reina wrote: > I'm creating a Python block that calculates a custom FFT. I need to ensure > that I get at least 1024 data points for every input to the blo

Re: [Discuss-gnuradio] [GSoC 17] DAB: updates of the week

2017-06-06 Thread John Ackermann N8UR
I don't have a view whether an audio synchronizer (is that the right term?) is appropriate for GSoC, but it's a problem that's biting me right now. I'm doing a multi-channel nbfm receiver with a polyphase channelizer that feeds a bunch of power squelch/nbfm demod blocks, with the audio streams

Re: [Discuss-gnuradio] why can't use iwconfig when I run the gr-ieee802-11

2017-06-06 Thread Bastian Bloessl
Hi, On 06/06/2017 03:55 PM, zhan siyu wrote: Hi all, I just found I can't use the iwconfig tap0 rate 20M to setup the bandwidth of the tap0. The error message is : Error for wireless request "Set Bit Rate" (8B20) : SET failed on device tap0 ; Operation not supported. But in their

Re: [Discuss-gnuradio] [GSoC 17] DAB: updates of the week

2017-06-06 Thread John Ackermann N8UR
Hi Benny -- As I mentioned in another message, I'm struggling with the RF-audio interface now. Do you have any example code for your suggestion that I might play with (in my mind, the idea would be an "audio synchronizer" block that would take input at the nominal audio rate and output at the

[Discuss-gnuradio] symbol already exists: cannot reuse! runtime error

2017-06-06 Thread Eugene Grayver
I have a rather complicated GR application. I create (Python, w/out grc) multiple top_blocks, each containing dozens of blocks. To make things even more complicated, the flowgraphs are created in stages - using runtime reconfiguration to add more blocks. Everything works fine until I reach so

Re: [Discuss-gnuradio] why can't use iwconfig when I run the gr-ieee802-11

2017-06-06 Thread zhan siyu
Thanks. I just wonder why. Because I meet some performance problem. I thought it maybe caused by my misconfiguration of the gr-ieee802-11 code. Now, it seems not. However, theoretically, as my current sample rate is 10M and BPSK. So the coding rate should be 10M/2 = 5M b/s. The throughtput should

[Discuss-gnuradio] 1,024 in - 3 out

2017-06-06 Thread G Reina
I'm trying to implement a Python block that will take a signal (complex64 array of 1,024 values) and return a float32 array that includes the max, min, and mean of the norm for the complex values. So something with an input array of 1,024 complex elements and an output array of 3 float elements. F

Re: [Discuss-gnuradio] why can't use iwconfig when I run the gr-ieee802-11

2017-06-06 Thread Bastian Bloessl
Hi, On 06/07/2017 03:04 AM, zhan siyu wrote: Thanks. I just wonder why. Because I meet some performance problem. I thought it maybe caused by my misconfiguration of the gr-ieee802-11 code. Now, it seems not. I'm a bit confused why the fact that the transceiver is not configured through iwcon

[Discuss-gnuradio] Handling more than 3 output streams

2017-06-06 Thread Vipin Sharma
I have a custom block for which I am trying to define the io signature in the *impl.cc file correctly. The problem is that the custom block has more than 3 output streams. I tried make5 but got a compile error saying make5 is not a member. After researching more, I found out that I need to use make