diff options
author | ghostop14 <ghostop14@gmail.com> | 2020-01-29 17:20:16 -0500 |
---|---|---|
committer | Michael Dickens <michael.dickens@ettus.com> | 2020-02-14 10:05:12 -0500 |
commit | aa0bd44efbf8afdfd93d627e486c1427426b76f9 (patch) | |
tree | dd2acb4ebed83dc5a553678ba46b76424690b90a /gr-analog/lib/cpm.cc | |
parent | 36680f338e0b7ae7e5bcf7d2a860527ca7b14dfe (diff) |
gr-digital: Improve Performance of Costas Loop
This update is focused on improving the throughput of the Costas
loop, however some changes are more global performance enhancements
as this PR has evolved. Updates include an ENABLE_NATIVE added to
CMake, which is off by default but enables native compiling (including
FMA support) if desired; sincos was inlined in sincos.h and sincos.cc
was removed from the appropriate CMake to improve sincos speed, some
constants were added to math.h, inlined functions in costas loop and
nco.h, used switch instead of function pointer (much faster), and
used fast complex multiply to get around all the range checking in
the standard complex.h complex multiply function on all builds.
Diffstat (limited to 'gr-analog/lib/cpm.cc')
0 files changed, 0 insertions, 0 deletions