summaryrefslogtreecommitdiff
path: root/gnuradio-core
AgeCommit message (Expand)Author
2011-09-26Merge branch 'next' into digitalTom Rondeau
2011-09-24Merge branch 'master' into nextTom Rondeau
2011-09-24Merge branch 'keep1n'Tom Rondeau
2011-09-23updated QA codes for fixed PLL blocks.Tom Rondeau
2011-09-23Merge branch 'master' into nextTom Rondeau
2011-09-23Merge branch 'maint'Tom Rondeau
2011-09-23fixed QA code for PLL changesTom Rondeau
2011-09-23fixing PLL's using new control_loop class so their output update is done at t...Tom Rondeau
2011-09-23Merge branch 'master' into nextTom Rondeau
2011-09-23Merge branch 'maint'Tom Rondeau
2011-09-23fixing PLL's so their output update is done at the right time; were lagging b...Tom Rondeau
2011-09-22Fixing keep_one_in_n to allow for large values of n. Performs tag propagation...Tom Rondeau
2011-09-22Merge branch 'master' into nextTom Rondeau
2011-09-21core: Doxygen comments for added tag name parameter.Tom Rondeau
2011-09-09Merge branch 'master' into nextTom Rondeau
2011-09-09Merge branch 'correlate_tag'Tom Rondeau
2011-09-09tags: fixed fwrite line for the right item size number.Tom Rondeau
2011-09-09fixing doxygen comment typo.Tom Rondeau
2011-09-09tags: fixed fwrite line for the right item size number.Tom Rondeau
2011-09-08logpwrfft.py -- need to average the square, not square the average. Then do ...Matt Ettus
2011-09-08Merge branch 'master' into nextTom Rondeau
2011-09-07logpwrfft.py -- need to average the square, not square the average. Then do ...Matt Ettus
2011-09-03Add gr_correlate_access_code_tag_bb, issues tags instead of annotating samplesNick Foster
2011-09-01Fixed the PFB clock sync block when asking for multiple samples per symbol out.Tom Rondeau
2011-09-01digital: adding CPM C++ hier block, which adds a hier directory to gr-digital...Tom Rondeau
2011-08-30digital: fixed up build to make libdigital_hier.la; does not swig or get buil...Tom Rondeau
2011-08-30digital: moved newly added CPM and GMSK hier blocks to gr-digital.Tom Rondeau
2011-08-30Merge remote branch 'mbant/cpm' into digitalTom Rondeau
2011-08-29Updating QA code for PLL blocks. Setting gains using new loop bw concept chan...Tom Rondeau
2011-08-29Updating all three PLL blocks to use new control_loop parent class.Tom Rondeau
2011-08-14Convering the PLL refout block to use the gri_control_loop class to take care...Tom Rondeau
2011-08-14Adding a control_loop class that takes care of setting the loop gains and the...Tom Rondeau
2011-08-08digital: reworking pfb_clock_sync block for better construction of diff taps,...Tom Rondeau
2011-07-30updating PFB clock sync to use loop bandwidth and damping factor instead of s...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-27fixed some more warnings; mostly in doxygen or order of variable initialization.Tom Rondeau
2011-07-26Merge branch 'master' into nextTom Rondeau
2011-07-26Merge branch 'maint'Tom Rondeau
2011-07-26Fixed warnings about doxygen format.Tom Rondeau
2011-07-26Fixed return warnings.Tom Rondeau
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
2011-07-26core: added missing config.h includes on cc filesJosh Blum
2011-07-24digital: moving Python digital stuff to gr-digital. Fixing some build issues.Tom Rondeau
2011-07-24digital: moving mpsk_receiver from gnuradio-core to gr-digital. Added QA code...Tom Rondeau
2011-07-24digital: moved CRC32 from gnuradio-core to gr-digital. Also added QA code for...Tom Rondeau
2011-07-21digital: moving correlate_access_code to gr-digital.Tom Rondeau
2011-07-20digital: removed LMS and CMA equalizers from core that are supplanted in gr-d...Tom Rondeau