Re: [Discuss-gnuradio] Implications of continuously un/muting tx stream

2017-05-12 Thread Cinaed Simson
On 05/12/2017 01:07 PM, Santos Campos wrote: > (Additional info: Ettus B200, running over usb 3 port, XU4 uP: 8 core[4 > @ 4GHz, 4 ]) Actually, odroid-XU4 is a heterogeneous octa core with one quad running 1.7 GHz and the other quad running at 2 GHz. And comes with 2 Gbytes of RAM and a USB 3 cont

Re: [Discuss-gnuradio] GFSK mod/demod does not work OK with wav file

2017-05-12 Thread Ben Hilburn
Hi Fernando - Are there are errors / warnings / printouts happening in your GRC log window or in your terminal? Do you see `aU` getting printed, by chance? Also, just to be certain, your wavefile was recorded at 44.1kHz and not at something like 48kHz? Cheers, Ben On Fri, May 12, 2017 at 10:14

Re: [Discuss-gnuradio] How to solve command timeout error

2017-05-12 Thread Ben Hilburn
Hi Haile - Just to be clear, you are using a custom FPGA image, is that correct? Cheers, Ben On Thu, May 11, 2017 at 5:15 AM, Haile Berhe wrote: > Dear all, > I have been working on my X310 USRP with gnuradio just fine. But after I have > installed rfnoc modules and reload fpga images , the be

Re: [Discuss-gnuradio] Custom C++ blocks on E310

2017-05-12 Thread Ben Hilburn
Hey Jessica - The SIGBUS you are receiving indicates that there is likely some funniness happening with memory addressing / access somewhere. Especially since your test flowgraph is so simple, using GDB to get a backtrace might point you to the offending code pretty quickly. For more details on ho

[Discuss-gnuradio] Implications of continuously un/muting tx stream

2017-05-12 Thread Santos Campos
Hello! I'm trying to make a relay with a very long time division (rx for X seconds, tx for X seconds, repeat). Attached is my block diagram implementation. It's a bit cheeky, but it works (for just raw signal, no demodulation). Anyway, the flow graph's behavior works on my laptop, but my goal is

Re: [Discuss-gnuradio] [GSoC 2017] gr-bokehgui: Updates on Week 0

2017-05-12 Thread Ben Hilburn
Hi Kartik - Thanks! I appreciate the description of how you will manage branches in your repository. This is really important work for GNU Radio's flowgraph UI, generally, and I'm excited to see your work this Summer. Happy Hacking! Cheers, Ben On Thu, May 11, 2017 at 5:23 PM, Kartik Patel wr

Re: [Discuss-gnuradio] GSoC17 - A DAB/DAB+ transceiver app

2017-05-12 Thread Ben Hilburn
Hey Luca - Awesome! Nice touch adding the Phase 1 countdown, by the way, hah. Congratulations, again, and we look forward to your work this Summer =) Cheers, Ben On Fri, May 12, 2017 at 5:59 AM, Moritz Luca Schmid < luca.moritz.sch...@gmail.com> wrote: > Hi to all, > > > the blog for my GSoC pr

Re: [Discuss-gnuradio] [GSoC 2017] SigMF functionality for GNU Radio

2017-05-12 Thread Ben Hilburn
Thanks, Kostis! I'm really looking forward to your work on `gr-sigmf` this summer. Happy Hacking! Cheers, Ben On Fri, May 12, 2017 at 10:12 AM, Kostis Triantafyllakis wrote: > Hello, > > I just wanted to inform the list that the repo for my GSoC 2017 project is > available on Github

[Discuss-gnuradio] GFSK mod/demod does not work OK with wav file

2017-05-12 Thread Fernando
I'm playing with a GFSK modulator demodulator from here: https://www.scribd.com/doc/254559988/Gaussian-Frequency-shift-Keying-With-GNU-Radio It works fine when transmitting a cosine, but when I transmit a audio signal (everything the same) it sounds bad, with noise and intermittent sound. Wh

[Discuss-gnuradio] [GSoC 2017] SigMF functionality for GNU Radio

2017-05-12 Thread Kostis Triantafyllakis
Hello, I just wanted to inform the list that the repo for my GSoC 2017 project is available on Github . Also, please consider my blog , for more information about the progress of the development. Your comments and suggesti

[Discuss-gnuradio] choosing hardware for demos, ham purposes

2017-05-12 Thread Daniel Pocock
Hi, Up to now the equipment I've been using has included the RTL-SDR dongle, Ham-It-Upconvertor, ATU and the UR5LAJ Band Pass Filter and I've had a lot of interest when giving talks about it at FOSDEM, Mini DebConf and other events. I'm now looking to get transmit capability and would welcome an

[Discuss-gnuradio] GSoC17 - A DAB/DAB+ transceiver app

2017-05-12 Thread Moritz Luca Schmid
Hi to all, the blog for my GSoC project "A DAB/DAB+ transceiver app" just went online! Check it out here . I am going to write weekly blog posts with updates about my progress and you can find find other information about GSoC and my project there. Chec

Re: [Discuss-gnuradio] OOT: Output does not update fast. Buffer size?

2017-05-12 Thread Ali
Hi, I will try to decrease/increase the buffer size by using the " *set_max_output_buffer*" function (I don't know if I can, I will try it as soon as I have time). I am hoping that this will have some effect on the performance. Best, Ali ___ Discuss-gnu