| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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).
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
float vrsion.
|
| |
|
| |
|
|
|