summaryrefslogtreecommitdiff
path: root/gr-digital/lib/clock_recovery_mm_ff_impl.cc
Commit message (Collapse)AuthorAgeFilesLines
* digital/clock_recovery_mm: Remove manual memory managementThomas Habets2020-08-141-8/+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-2/+0
| | | | | | | 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
|
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-93/+81
|
* 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.
* 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: applying same fix of the complex M&M clock recovery block as the ↵Tom Rondeau2014-09-241-6/+14
| | | | float vrsion.
* digital: clock recovery fix relative limitBastian Bloessl2014-09-241-1/+1
|
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-6/+6
|
* digital: converted clock recovery MM loops (cc and ff).Tom Rondeau2012-08-091-0/+120