Re: [Discuss-gnuradio] gnuradio on High Sierra

2018-05-15 Thread Vipin Sharma
Although I was able to install cppunit it looks like the build doesn’t go through. Google says likely cppunit 1.14 requires c++11 but gnu radio isn’t configured for it? How do I ge the right version of cppunit? This happens when I do make under ‘build’ directory of the OOT module I am working o

[Discuss-gnuradio] Problems with FEC encoder/decoder

2018-05-15 Thread Verónica Toro Betancur
Hi, I am working with the "mpsk_stage6.grc" of the gr-tutorial. I added a FEC Enconder and a FEC Decoder to the flowgraph as follows: File source --> Unpack k bits (8) --> FEC Encoder --> Packet encoder --> Map (-1,1) --> Packet encoder --> Constellation Modulator --> ... --> Differential decoder

[Discuss-gnuradio] Markers or tag support for QT GUI Vector Sink

2018-05-15 Thread Ben Winstead
Hi all, I'm trying figure out if there is a way to plot markers at certain positions in a QT GUI Vector Sink plot. I'm providing FFT magnitude results as vectors of length equal to the FFT size. I then want to add one or more markers at certain peaks along that vector that is plotted, but I can'

Re: [Discuss-gnuradio] grc companion color theme Kubuntu 18.04

2018-05-15 Thread Murray Thomson
Fixed with System Settings > Appearance > Application Style > GNOME Application Style (GTK) > Icon Themes > Icon theme: Humanity. The GTK theme breeze also fixes the tooltip issue. Cheers, Murray On 14 May 2018 at 13:58, Murray Thomson wrote: > Sorry, I just noticed that gimp has a similar prob

Re: [Discuss-gnuradio] [VOLK] Impact of multitasking on volk_profile

2018-05-15 Thread Philip Balister
On 05/15/2018 07:50 AM, Álvaro Cebrián Juan wrote: > Hi everyone, > > If I run the volk_profile utility and in the meantime I do something else > like internet browsing for example, will it affect/impact the results of > volk_profile? It is very possible. Run it on a quiet machine. Philip > >

[Discuss-gnuradio] [VOLK] Impact of multitasking on volk_profile

2018-05-15 Thread Álvaro Cebrián Juan
Hi everyone, If I run the volk_profile utility and in the meantime I do something else like internet browsing for example, will it affect/impact the results of volk_profile? Thank you. Regards, Álvaro ___ Discuss-gnuradio mailing list Discuss-gnuradio@

Re: [Discuss-gnuradio] TX time control

2018-05-15 Thread Derek Kozel
Hello Yeo, Your application is becoming complicated enough that you will have to start writing Python code to support the timed transmissions. The GNU Radio manual has details about adding tags to the start of each burst so that they are transmitted at a specific time. You can use just the start