Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gr-blocks: Fix control loop set_frequency() bounds check. | David Pi | 2021-02-12 | 1 | -2/+2 |
| | | | | Signed-off-by: David Pi <david.pinho@gmail.com> | ||||
* | gr-digital: Improve Performance of Costas Loop | ghostop14 | 2020-02-14 | 1 | -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 format | devnulling | 2020-01-27 | 1 | -13/+1 |
| | |||||
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 1 | -148/+95 |
| | |||||
* | math: replace M_PI and derivatives with GR_M_PI defines | Andrej Rode | 2018-02-17 | 1 | -2/+2 |
| | |||||
* | blocks: loosen restriction on damping factor in control_loop class. | Tom Rondeau | 2013-11-19 | 1 | -2/+2 |
| | |||||
* | runtime: converting runtime core to gr namespace, gnuradio include dir. | Tom Rondeau | 2013-04-29 | 1 | -2/+2 |
| | |||||
* | blocks: moving control_loop into gr-blocks. | Tom Rondeau | 2013-03-09 | 1 | -0/+214 |