summaryrefslogtreecommitdiff
path: root/gr-digital/lib/clock_recovery_mm_cc_impl.cc
Commit message (Collapse)AuthorAgeFilesLines
* IWYU: iomanip, iostream, sstreamMarcus Müller2021-09-071-0/+1
| | | | Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
* global: remove unused <iomanip>, fix other includes in affected files when ↵Marcus Müller2021-06-171-1/+0
| | | | | | obvious Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
* digital/clock_recovery_mm: Remove manual memory managementThomas Habets2020-08-141-9/+7
|
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-301-2/+2
| | | | | | | | | | | | | | First batch of changes: ``` find […] -print0 | xargs -0 sed -i -r '/get_initial_sptr/{:nxt N;/;/!b nxt;s/get_initial_sptr\(\s*new ([^(]+)(.*)\)\)/make_block_sptr<\1>\2)/}' ``` Then: * Back out `sptr_magic.h` edits * Change some `friend` clauses * clang-format the whole thing * Update checksums in the pybind11 bindings files
* gr-digital: Improve PLL Loops and Clock Recoveryghostop142020-02-151-25/+4
| | | | | | | These updates incorporate the same inlining of loop functions and the newly pushed fast_cc_multiply function to ensure consistent performance improvements across systems that do not support the cx-limited-range compiler parameter (Macs and Windows).
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* clang-format: Ordering all the includesMarcus Müller2019-08-091-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clang-format: ordering includes in gnuradio-runtime clang-format: ordering includes in gr-filter clang-format: ordering includes in gr-fft clang-format: ordering includes in gr-audio clang-format: ordering includes in gr-analog clang-format: ordering includes in gr-fec clang-format: ordering includes in gr-wavelet clang-format: ordering includes in gr-zeromq clang-format: ordering includes in gr-vocoder clang-format: ordering includes in gr-video-sdl clang-format: ordering includes in gr-trellis clang-format: ordering includes in gr-blocks clang-format: ordering includes in gr-digital clang-format: ordering includes in gr-uhd clang-format: ordering includes in gr-dtv clang-format: ordering includes in gr-channels clang-format: ordering includes in gr-qtgui clang_format.py: re-enable include reordering
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-180/+179
|
* Convert set_relative_rate(double) to the new integer or receiprocal callAndy Walls2018-08-231-1/+1
| | | | | | | | This is a mass conversion of existing set_relative_rate(double) calls to either the set_relative_rate(uint64_t, uint64_t) or set_inverse_relative_rate(double) calls, where ever easily possible and appropriate, to improve tag propagation precision for fixed relative rates.
* clock_recovery_mm_cc: assertions, logging now properMarcus Müller2018-07-091-7/+4
|
* clock_recovery_mm_cc: vector out-of-bound access, whitespaceMarcus Müller2018-07-091-63/+66
|
* bugfix: clock_recovery tag offsets are drifting over timeJonathan Brucker2016-08-091-0/+1
| | | | | | | | | | | | Allow enable_update_rate() so that relative rate is recalculated during each call to work. Currently tag offsets at the output drift over time. This fix is already applied in msk_timing_recovery_cc but is missing from clock_recovery_mm. See discussion about enable_update_rate: http://gnuradio.org/redmine/issues/652 Signed-off-by: Jonathan Brucker <jonathan.brucke@gmail.com>
* digital: mm clock recovery - fix clipping w/ 2nd outputBastian Bloessl2015-04-011-1/+1
|
* digital: applying same fix of the complex M&M clock recovery block as the ↵Tom Rondeau2014-09-241-20/+28
| | | | float vrsion.
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-11/+11
|
* digital: fix missing includeJohnathan Corgan2012-08-281-0/+1
|
* digital: converted clock recovery MM loops (cc and ff).Tom Rondeau2012-08-091-0/+213