Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-03 | atsc: did work on symbol visibility and minor tweaks in qa code for MSVC | Josh Blum | |
2011-08-03 | rs: reasonable workaround for compiling reed-solomon under MSVC | Josh Blum | |
2011-08-02 | Merge branch 'next' into digital | Josh Blum | |
2011-08-02 | core: dont set boost vars for gnuradio-core.pc | Josh 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-02 | cmake: language tweak for component group description | Josh Blum | |
2011-08-02 | cmake: set plat_specific when determining GR_PYTHON_DIR, this makes it use ↵ | Josh Blum | |
lib64 on rh64 machines | |||
2011-07-30 | updating PFB clock sync to use loop bandwidth and damping factor instead of ↵ | Tom Rondeau | |
setting gains independently. | |||
2011-07-30 | digital: update documentation. | Tom Rondeau | |
2011-07-30 | digital: Add a costas loop example program. Updates FLL example program to ↵ | Tom Rondeau | |
include phase offset setting. | |||
2011-07-30 | digital: 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-30 | digital: better behavior of FLL code and added gets and sets for the ↵ | Tom Rondeau | |
frequency and phase estimates. | |||
2011-07-30 | digital: cut down number of samples in constellation_receiver QA code to ↵ | Tom Rondeau | |
make shorter test time. | |||
2011-07-30 | digtial: Added an example script to show/test the behavior of the FLL. | Tom Rondeau | |
2011-07-30 | digital: added QA code for FLL algorithm. Updated generic_mod_demod to use ↵ | Tom Rondeau | |
new FLL in digital instead of gr. | |||
2011-07-30 | digital: moved fll_band_edge into gr-digital. | Tom Rondeau | |
2011-07-30 | digital: moved fll_band_edge out of gnruadio-core. | Tom Rondeau | |
2011-07-30 | core: made significant improvements in FLL algorithm. Now converges very nicely. | Tom Rondeau | |
2011-07-29 | cmake: tweaks + fixes for components/packaging | Josh Blum | |
2011-07-29 | gruel: fix for merge conflict verbose that got saved | Josh Blum | |
2011-07-28 | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digital | Josh 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-28 | cmake: added -ldl flag to cppunit when pkg config is used | Josh Blum | |
2011-07-28 | cmake: be a little more robust when checking source code version | Josh Blum | |
2011-07-28 | Merge branch 'next' of gnuradio.org:gnuradio into next | Josh Blum | |
2011-07-28 | filter: fixed file extension on filter CMakeLists neon code | Josh Blum | |
2011-07-27 | fixed some more warnings; mostly in doxygen or order of variable initialization. | Tom Rondeau | |
2011-07-27 | Merge branch 'master' into next | Tom Rondeau | |
* master: Fixed warnings generated from improper includes in swig interface file. Fixed doxygen warning in gr-uhd | |||
2011-07-27 | Fixed warnings generated from improper includes in swig interface file. | Tom Rondeau | |
2011-07-27 | Fixed doxygen warning in gr-uhd | Tom Rondeau | |
2011-07-26 | Merge branch 'next' of gnuradio.org:gnuradio into next | Josh Blum | |
2011-07-26 | Merge branch 'master' into next | Tom 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-26 | Merge 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-26 | doxygen: fixed doxygen warnings. | Tom Rondeau | |
2011-07-26 | Fixed type warning. | Tom Rondeau | |
2011-07-26 | Fixed warnings about doxygen format. | Tom Rondeau | |
2011-07-26 | Fixed return warnings. | Tom Rondeau | |
2011-07-26 | Fixed warnings about variable intialization order. | Tom Rondeau | |
2011-07-26 | digital: reworking code so digital examples work. BPSK seems to work fine ↵ | Tom Rondeau | |
offline. | |||
2011-07-26 | Merge branch 'master' into next | Johnathan Corgan | |
2011-07-26 | comedi: fix to use comedi 0.8 API | Johnathan Corgan | |
2011-07-26 | Merge branch 'master' into next | Johnathan Corgan | |
2011-07-26 | Merge branch 'maint' | Johnathan Corgan | |
2011-07-26 | core: added missing io.h includes on cc files | Josh 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-26 | core: added missing config.h includes on cc files | Josh 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-26 | wxgui: fix to install wxgui python into gnuradio site-packages, not top level | Josh Blum | |
2011-07-25 | digital: reworking code so digital examples work. BPSK seems to work fine ↵ | Tom Rondeau | |
offline. | |||
2011-07-24 | digital: updates to build for gr-digital examples. | Tom Rondeau | |
2011-07-24 | digital: working digital transmit benchmark script to file. | Tom Rondeau | |
2011-07-24 | digital: modifications to make Python scripts in digital usable. | Tom Rondeau | |
2011-07-24 | cmake: changed module include guards to model after builtin cmake modules | Josh Blum | |
2011-07-24 | digital: moving Python digital stuff to gr-digital. Fixing some build issues. | Tom Rondeau | |