summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/control_loop.cc
Commit message (Collapse)AuthorAgeFilesLines
* gr-blocks: Fix control loop set_frequency() bounds check.David Pi2021-02-121-2/+2
| | | | Signed-off-by: David Pi <david.pinho@gmail.com>
* gr-digital: Improve Performance of Costas Loopghostop142020-02-141-22/+0
| | | | | | | | | | | | | 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.
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-148/+95
|
* math: replace M_PI and derivatives with GR_M_PI definesAndrej Rode2018-02-171-2/+2
|
* blocks: loosen restriction on damping factor in control_loop class.Tom Rondeau2013-11-191-2/+2
|
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-2/+2
|
* blocks: moving control_loop into gr-blocks.Tom Rondeau2013-03-091-0/+214