Re: [Discuss-gnuradio] RDS decoding

2017-04-02 Thread jean-michel . friedt
I have just completed the translation to English of my description of RDS decoding. It is now available at http://jmfriedt.free.fr/lm_rds_eng.pdf Corrections welcome, both on the content (not familiar enough with error correcting codes and bitrate synchronization to be sure I did't make mistakes

[Discuss-gnuradio] OS X Fuzzy Text in GRC

2017-04-02 Thread Dave NotTelling
I just installed GNU Radio via macports and the text in the blocks is really fuzzy. I ran across https://trac.macports.org/ticket/36410 but I don't quite understand how to make it work for my issue. Is there something in /Applications/MacPorts/Qt4 that I should be changing? I'm running OS X 10.1

Re: [Discuss-gnuradio] OS X Fuzzy Text in GRC

2017-04-02 Thread Michael Dickens
Can you send me (off list) a screen snapshot or the like so that I can see what you mean by "fuzzy"? I see nothing out of the ordinary in GRC when running, but then maybe I'm not looking at the correct text... Cheers! - MLD On Sun, Apr 2, 2017, at 10:12 AM, Dave NotTelling wrote: > I just instal

Re: [Discuss-gnuradio] GNURadio Error On Mac

2017-04-02 Thread Michael Dickens
Hi Vamsi - It looks like you're doing everything correctly for building & installing your OOT & GR itself. If I had to guess, I'd think that, somehow, the 2 argument to "map" is being provided either directly or indirectly in the "top_block.py" script & clearly doesn't support iteration & needs t

Re: [Discuss-gnuradio] GNURadio Error On Mac

2017-04-02 Thread Michael Dickens
Hi Vamsi - Glad to hear you worked out the issue. Cheers! - MLD On Sun, Apr 2, 2017 at 4:21 PM, Vamsi Krishna Adsumilli wrote: > Thanks for the reply. > We were able to narrow down the issue. After generating a OOT module using > gr_modtool, i have incorrectly edited the following lines, which c

Re: [Discuss-gnuradio] log4cpp library not found

2017-04-02 Thread Cinaed Simson
On 04/01/2017 03:40 PM, li...@lazygranch.com wrote: > > find / -name "FindLog4cpp.cmake" > /usr/local/src/gnuradio/cmake/Modules/FindLog4cpp.cmake > /usr/local/lib/cmake/gnuradio/FindLog4cpp.cmake > > That file is found twice. Is that the problem? If not, which do I > replace? Or perhaps both. Or

[Discuss-gnuradio] gr-trellis test_cpm.py question

2017-04-02 Thread Andy Walls
Hi Achilleas: In the test_cpm.py example under gr-trellis, there is a comment: "# only works for N=2, do it manually for N>2..." https://github.com/gnuradio/gnuradio/blob/master/gr-trellis/examples/python/test_cpm.py#L108 Could you, or anyone else, elaborate on what need to be done manually for

Re: [Discuss-gnuradio] log4cpp library not found

2017-04-02 Thread li...@lazygranch.com
Regarding the Marcus cmake, I guessed that src would copy to lib, but that didn't happen. (Easy to check by file dates.) I ended up copying the new FindLog4cpp.cmake to both locations myself. I did a diff with the -s option and they are the same. diff -s /usr/local/src/gnuradio/cmake/Modules/Find

Re: [Discuss-gnuradio] log4cpp library not found

2017-04-02 Thread Cinaed Simson
On 04/02/2017 04:17 PM, li...@lazygranch.com wrote: > Regarding the Marcus cmake, I guessed that src would copy to lib, but > that didn't happen. (Easy to check by file dates.) I ended up copying > the new FindLog4cpp.cmake to both locations myself. I did a diff with > the -s option and they are th

[Discuss-gnuradio] File sink Recording Issue

2017-04-02 Thread Jahnavendra Mattipa
Hello all, ​ 1st.py ​​ array ​​ fm_record.txt ​​

Re: [Discuss-gnuradio] log4cpp library not found

2017-04-02 Thread li...@lazygranch.com
sudo yum search all log4cpp == Matched: log4cpp == log4cpp-devel.x86_64 : Development tools for Log for C++ liblog4cpp5.x86_64 : Logging for C++ ldconfig -v | grep liblog4cpp ldconfig: Can't stat /usr/lib64/graphviz/sharp: No such fi