summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-03atsc: did work on symbol visibility and minor tweaks in qa code for MSVCJosh Blum
2011-08-03rs: reasonable workaround for compiling reed-solomon under MSVCJosh Blum
2011-08-02Merge branch 'next' into digitalJosh Blum
2011-08-02core: dont set boost vars for gnuradio-core.pcJosh Blum
If this is useful, it should be in gruel.pc; but gruel.pc has no private libs or boost dirs. Also, the substitution of absolute boost library paths is bad for cross builds (even native ones)
2011-08-02cmake: language tweak for component group descriptionJosh Blum
2011-08-02cmake: set plat_specific when determining GR_PYTHON_DIR, this makes it use ↵Josh Blum
lib64 on rh64 machines
2011-07-30updating PFB clock sync to use loop bandwidth and damping factor instead of ↵Tom Rondeau
setting gains independently.
2011-07-30digital: update documentation.Tom Rondeau
2011-07-30digital: Add a costas loop example program. Updates FLL example program to ↵Tom Rondeau
include phase offset setting.
2011-07-30digital: updated Costas loop again. The damping factor is now set by default ↵Tom Rondeau
and is no longer part of the constructor. All variables are exposed in gets and sets, though, for any purposes.
2011-07-30digital: better behavior of FLL code and added gets and sets for the ↵Tom Rondeau
frequency and phase estimates.
2011-07-30digital: cut down number of samples in constellation_receiver QA code to ↵Tom Rondeau
make shorter test time.
2011-07-30digtial: Added an example script to show/test the behavior of the FLL.Tom Rondeau
2011-07-30digital: added QA code for FLL algorithm. Updated generic_mod_demod to use ↵Tom Rondeau
new FLL in digital instead of gr.
2011-07-30digital: moved fll_band_edge into gr-digital.Tom Rondeau
2011-07-30digital: moved fll_band_edge out of gnruadio-core.Tom Rondeau
2011-07-30core: made significant improvements in FLL algorithm. Now converges very nicely.Tom Rondeau
2011-07-29cmake: tweaks + fixes for components/packagingJosh Blum
2011-07-29gruel: fix for merge conflict verbose that got savedJosh Blum
2011-07-28Merge branch 'digital' of https://github.com/trondeau/gnuradio into digitalJosh Blum
Conflicts: gnuradio-core/src/lib/filter/gr_cma_equalizer_cc.h gnuradio-core/src/lib/general/gr_constellation_decoder_cb.h gnuradio-core/src/lib/general/gr_costas_loop_cc.h gnuradio-core/src/lib/general/gr_lms_dfe_cc.h gnuradio-core/src/lib/general/gr_lms_dfe_ff.h gr-digital/lib/Makefile.am gr-digital/lib/digital_binary_slicer_fb.h gr-digital/lib/digital_clock_recovery_mm_cc.h gr-digital/lib/digital_clock_recovery_mm_ff.h gr-digital/lib/digital_correlate_access_code_bb.h gr-digital/lib/digital_crc32.h gr-digital/lib/digital_mpsk_receiver_cc.h gr-digital/python/Makefile.am gr-digital/python/__init__.py gr-digital/python/generic_mod_demod.py gr-digital/python/pkt.py gr-digital/python/psk2.py gr-digital/python/qam.py
2011-07-28cmake: added -ldl flag to cppunit when pkg config is usedJosh Blum
2011-07-28cmake: be a little more robust when checking source code versionJosh Blum
2011-07-28Merge branch 'next' of gnuradio.org:gnuradio into nextJosh Blum
2011-07-28filter: fixed file extension on filter CMakeLists neon codeJosh Blum
2011-07-27fixed some more warnings; mostly in doxygen or order of variable initialization.Tom Rondeau
2011-07-27Merge branch 'master' into nextTom Rondeau
* master: Fixed warnings generated from improper includes in swig interface file. Fixed doxygen warning in gr-uhd
2011-07-27Fixed warnings generated from improper includes in swig interface file.Tom Rondeau
2011-07-27Fixed doxygen warning in gr-uhdTom Rondeau
2011-07-26Merge branch 'next' of gnuradio.org:gnuradio into nextJosh Blum
2011-07-26Merge branch 'master' into nextTom Rondeau
* master: doxygen: fixed doxygen warnings. Fixed type warning. Fixed warnings about doxygen format. Fixed return warnings. Fixed warnings about variable intialization order.
2011-07-26Merge branch 'maint'Tom Rondeau
* maint: doxygen: fixed doxygen warnings. Fixed type warning. Fixed warnings about doxygen format. Fixed return warnings. Fixed warnings about variable intialization order. Conflicts: volk/include/volk/volk_complex.h
2011-07-26doxygen: fixed doxygen warnings.Tom Rondeau
2011-07-26Fixed type warning.Tom Rondeau
2011-07-26Fixed warnings about doxygen format.Tom Rondeau
2011-07-26Fixed return warnings.Tom Rondeau
2011-07-26Fixed warnings about variable intialization order.Tom Rondeau
2011-07-26digital: reworking code so digital examples work. BPSK seems to work fine ↵Tom Rondeau
offline.
2011-07-26Merge branch 'master' into nextJohnathan Corgan
2011-07-26comedi: fix to use comedi 0.8 APIJohnathan Corgan
2011-07-26Merge branch 'master' into nextJohnathan Corgan
2011-07-26Merge branch 'maint'Johnathan Corgan
2011-07-26core: added missing io.h includes on cc filesJosh Blum
Added to the cc files which were missing io.h and required compatibility declarations in io.h to compile. Applies to compiling under MSVC with cmake work branch.
2011-07-26core: added missing config.h includes on cc filesJosh Blum
Added to the cc files which were missing config.h and required compatibility functions defined in config.h. Applies to compiling under MSVC with cmake work branch.
2011-07-26wxgui: fix to install wxgui python into gnuradio site-packages, not top levelJosh Blum
2011-07-25digital: reworking code so digital examples work. BPSK seems to work fine ↵Tom Rondeau
offline.
2011-07-24digital: updates to build for gr-digital examples.Tom Rondeau
2011-07-24digital: working digital transmit benchmark script to file.Tom Rondeau
2011-07-24digital: modifications to make Python scripts in digital usable.Tom Rondeau
2011-07-24cmake: changed module include guards to model after builtin cmake modulesJosh Blum
2011-07-24digital: moving Python digital stuff to gr-digital. Fixing some build issues.Tom Rondeau