[Discuss-gnuradio] gnuradio radio test repeatability

2017-06-08 Thread li...@lazygranch.com
I downloaded gnuradio off of github. Hopefully this is sufficient identification of the version: "Latest commit 37d373a 14 hours ago @jmcorgan jmcorgan Merge branch 'maint'" I noticed ZMQ failed, which is odd since it worked before. I reran the test and ZMQ worked. This makes me wonder if some v

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

2017-06-08 Thread Bastian Bloessl
Hi, On 06/07/2017 02:32 PM, zhan siyu wrote: Thanks for your reply. Let me explain what I 'm doing. I have two B210s connected with two computers. I want to measure the throughput between the two computers over the usrp connection over gr-ieee802-11. But no matter how hard I try, like tuning

[Discuss-gnuradio] PFB Clock Sync stops producing samples

2017-06-08 Thread devin kelly
I'm having a problem with the Polyphase Clock Sync block. I believe what's happening is that the block is calling get_tags_in_range improperly and then causing an infiite loop in gnuradio-runtime/lib/buffer.cc, at this point the PFB Clock Sync block stops emitting samples. The problem occurs in t

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

2017-06-08 Thread Biju Ravindran
Hi John, For audio rate systems, Fons (Cced..) has a proposed architecture. GNU Radio Audio sink (libalsa) --> "default" ALSA device (loopback) --> Pulseaudio (using libalsa) --> actual audio hardware For Pulseaudio, a Jack backend exists, so you could configure your Pulse audio to do Audio Sink

[Discuss-gnuradio] PFB Clock Sync stops producing samples

2017-06-08 Thread Andy Walls
For a block that performs the identical function of the PFB clock synch block with correct tag propagation, use the Symbol Synchronizer Block available in this pull request: https://github.com/gnuradio/gnuradio/pull/1294 https://github.com/awalls-cx18/gnuradio/tree/symbol_sync2 or this OOT module

Re: [Discuss-gnuradio] PFB Clock Sync stops producing samples

2017-06-08 Thread Andy Walls
One minor correction on the settings to use, since it appears the PFB_clock_synch block uses a ridiculously over-damped loop filter: https://github.com/gnuradio/gnuradio/blob/master/gr-digital/lib/pfb_clock_sync_ccf_impl.cc#L82 So the revised settings guidance to get exactly what the PFB clock sy

Re: [Discuss-gnuradio] PFB Clock Sync stops producing samples

2017-06-08 Thread devin kelly
OK, I'll give that block a try. Are you saying there's a bug in the PFB Clock Sync block? That was my suspicion but I'm not sure I understand what the block is doing well enough to know with certainty. On Thu, Jun 8, 2017 at 2:29 PM, Andy Walls wrote: > One minor correction on the settings to

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

2017-06-08 Thread Eugene Grayver
We figured out the cause of this error. I had a block called 'vector_sink2' . I also have blocks called vector_sink. Turns out the block naming simply appends the block's index to it. The first vector_sink2 gets called vector_sink21 The first vector_sink gets called vector_sink1 So at some po

Re: [Discuss-gnuradio] gnuradio radio test repeatability

2017-06-08 Thread li...@lazygranch.com
As a follow up, the memtest found no errors. On Thu, 8 Jun 2017 01:47:43 -0700 "li...@lazygranch.com" wrote: > I downloaded gnuradio off of github. Hopefully this is sufficient > identification of the version: > > "Latest commit 37d373a 14 hours ago @jmcorgan jmcorgan Merge branch > 'maint'" >

[Discuss-gnuradio] A

2017-06-08 Thread Daniel Martin
Sent from 207-838-6465 ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] gnuradio radio test repeatability

2017-06-08 Thread Cinaed Simson
On 06/08/2017 01:47 AM, li...@lazygranch.com wrote: > I downloaded gnuradio off of github. Hopefully this is sufficient > identification of the version: > > "Latest commit 37d373a 14 hours ago @jmcorgan jmcorgan Merge branch > 'maint'" > It's the bleeding edge of 3.7.12. > I noticed ZMQ failed

Re: [Discuss-gnuradio] gnuradio radio test repeatability

2017-06-08 Thread Cinaed Simson
To be clear, in your case, the "recipe for target 'test' failed" so you can't possibly have single successful test. And here's what successful tests look like. Test project /home/cinaed/gnuradio/build/gr-fec Start 1: gr-fec-reed-solomon-test 1/14 Test #1: gr-fec-reed-solomon-test ..

Re: [Discuss-gnuradio] gnuradio radio test repeatability

2017-06-08 Thread li...@lazygranch.com
If the idea is to navigate to build/gr-fec then make test I don't pass that either. linux-0u81:/usr/local/src/gnuradio_latest/gnuradio/build/gr-fec # make test Running tests... Test project /usr/local/src/gnuradio_latest/gnuradio/build/gr-fec Start 1: gr-fec-reed-solomon-test 1/14 Test

[Discuss-gnuradio] Managing clutter in GRC GUI

2017-06-08 Thread Vipin Sharma
I have an application with multiple blocks in the GUI. When I finish connecting all the blocks the picture looks really messy. I cannot seem to manually move/drag the connections from going over the blocks. Is there any way to guide connection routes manually so that my application looks more read

[Discuss-gnuradio] Complex numbers in math operations

2017-06-08 Thread Vipin Sharma
I have a custom block with some input streams being declared as gr_complex type as shown here: *Control_impl::general_work (int noutput_items,* * gr_vector_int &ninput_items,* * gr_vector_const_void_star &input_items,* * gr_vector_v