Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-03 | Add gr_correlate_access_code_tag_bb, issues tags instead of annotating samples | Nick Foster | |
correlate_access_code_tag_bb: modified to account for correlator lag. | |||
2011-09-01 | Fixed the PFB clock sync block when asking for multiple samples per symbol out. | Tom Rondeau | |
2011-09-01 | digital: adding CPM C++ hier block, which adds a hier directory to ↵ | Tom Rondeau | |
gr-digital. Reworked build system to include this in the libraries and modules built. | |||
2011-08-30 | digital: fixed up build to make libdigital_hier.la; does not swig or get ↵ | Tom Rondeau | |
built into full library yet. Passes distcheck. | |||
2011-08-30 | digital: moved newly added CPM and GMSK hier blocks to gr-digital. | Tom Rondeau | |
2011-08-30 | Merge remote branch 'mbant/cpm' into digital | Tom Rondeau | |
Conflicts: gnuradio-core/src/lib/general/Makefile.am gnuradio-core/src/lib/general/general.i gnuradio-core/src/lib/hier/Makefile.am grc/blocks/Makefile.am | |||
2011-08-29 | Updating QA code for PLL blocks. Setting gains using new loop bw concept ↵ | Tom Rondeau | |
changes the behavior slightly so new values were necessary. By explicitly setting alpha and beta to the previous values still worked, though. | |||
2011-08-29 | Updating all three PLL blocks to use new control_loop parent class. | Tom Rondeau | |
2011-08-17 | small tweaks for windows building | Josh Blum | |
2011-08-17 | Merge branch 'next' into digital | Josh Blum | |
2011-08-17 | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digital | Josh Blum | |
Conflicts: gnuradio-core/src/lib/filter/gr_pfb_clock_sync_ccf.h gnuradio-core/src/lib/general/gr_fll_band_edge_cc.h gnuradio-core/src/lib/general/gr_pll_refout_cc.h gr-digital/lib/digital_constellation_receiver_cb.cc gr-digital/lib/digital_constellation_receiver_cb.h gr-digital/lib/digital_costas_loop_cc.h | |||
2011-08-14 | Convering the PLL refout block to use the gri_control_loop class to take ↵ | Tom Rondeau | |
care of the internal loop. The error and what to do with the phase and freq are left to this block. It also changes the interface so that the PLL's gains are determined by the loop bandwidth. | |||
2011-08-14 | Adding a control_loop class that takes care of setting the loop gains and ↵ | Tom Rondeau | |
the standard loop advance function. This should be used as a parent class of any block that uses a 2nd order control loop (like the PLL, clock recovery, etc blocks). | |||
2011-08-08 | digital: reworking pfb_clock_sync block for better construction of diff ↵ | Tom Rondeau | |
taps, more accesors. | |||
2011-08-03 | core: removed modification of includedir for pc file, its not needed and was ↵ | Josh Blum | |
messing it up | |||
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-07-30 | updating PFB clock sync to use loop bandwidth and damping factor instead of ↵ | Tom Rondeau | |
setting gains independently. | |||
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-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 | 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-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 | Fixed warnings about doxygen format. | Tom Rondeau | |
2011-07-26 | Fixed return warnings. | Tom Rondeau | |
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-24 | digital: moving Python digital stuff to gr-digital. Fixing some build issues. | Tom Rondeau | |
2011-07-24 | digital: moving mpsk_receiver from gnuradio-core to gr-digital. Added QA ↵ | Tom Rondeau | |
code for it. | |||
2011-07-24 | digital: moved CRC32 from gnuradio-core to gr-digital. Also added QA code ↵ | Tom Rondeau | |
for it. | |||
2011-07-23 | atsc: added cmake support for gr-atsc (unix only) | Josh Blum | |
2011-07-23 | gr: tweaks to build cmake branch on osx | Josh Blum | |
2011-07-22 | gr: added API macros for noaa and pager, also renamed the ones for digital ↵ | Josh Blum | |
and vocoder to be consistent | |||
2011-07-21 | digital: moving correlate_access_code to gr-digital. | Tom Rondeau | |
2011-07-20 | gr: squashed cmakelists.txt into one commit | Josh Blum | |
2011-07-20 | core: API declaration macros for core class and function symbols | Josh Blum | |
2011-07-20 | digital: removed LMS and CMA equalizers from core that are supplanted in ↵ | Tom Rondeau | |
gr-digital. | |||
2011-07-20 | core: declare erf in case it was missing in math.h and provided for by the ↵ | Josh Blum | |
build system | |||
2011-07-20 | gr: replaced uses of snprintf with boost format in common code build by MSVC | Josh Blum | |
2011-07-20 | core: removed files that included <strings.h> | Josh Blum | |
2011-07-20 | core: removed uses of c99 dynamic arrays for MSVC compile | Josh Blum | |
2011-07-20 | gr: replaced uses of snprintf with boost format in common code build by MSVC | Josh Blum | |