[Discuss-gnuradio] HAM2MON update

2015-08-16 Thread madengr
Added AM demodulation for VHF air-band reception, via “-d 0” option switch for NBFM (default) and “-d 1“ for AM. OP25 via gr-dsd next on agenda; maybe at hackfest. https://github.com/madengr/ham2mon Lou -- View this message in context: http://gnuradio.4.n7.nabble.com/HAM2MON-update-tp55492.

[Discuss-gnuradio] cyclostationary analysis - Find baudrate

2015-08-16 Thread Prim Pinto
Hi All, I am trying to do perform cyclostationary analysis to determine the periodicity of the signal to find the symbol or baud rate of the raw modulated data. I am trying to use GRC setup described in gr-baz. ( http://wiki.spench.net/wiki/File:GRC_Variable_Delay_Cyclo.png). Can someone help me

[Discuss-gnuradio] SEGFAULT when using GR_LOG_INFO

2015-08-16 Thread Marius Cachelin
Hi everyone, I want to use logging in GNURadio. I followed this link to use the logger : https://gnuradio.org/doc/doxygen/page_logger.html. I modified my CMakiefile.txt to link LOG4CPP dirs & libs. I added the FindLog4cpp.module file in cmake/Modules folder. I used the -DENABLE_GR_LOG=on paramete