| Commit message (Expand) | Author | Age | Files | Lines |
* | global: automatically remove unused boost includes | Marcus Müller | 2021-06-22 | 1 | -1/+0 |
* | Replace all calls to `get_initial_sptr` with `make_block_sptr` | Thomas Habets | 2020-07-30 | 1 | -1/+1 |
* | msg_handler: Use lambdas in most components | Johannes Demel | 2020-06-04 | 1 | -1/+1 |
* | gr-digital: Improve Performance of Costas Loop | ghostop14 | 2020-02-14 | 1 | -103/+45 |
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
* | gr-digital: Remove unused private variable and -Wsign-compare warnings. | Ron Economos | 2020-01-27 | 1 | -1/+0 |
* | Fix all formatting issues | Martin Braun | 2020-01-10 | 1 | -18/+19 |
* | gr-digital/costas_loop: use std::norm for |z|^2 | japm48 | 2020-01-09 | 1 | -3/+3 |
* | gr-digital/costas_loop: |z|*|z| -> z*conj(z) | Thomas Habets | 2020-01-06 | 1 | -3/+3 |
* | gr-digital: Replace double math funcs with float versions | Thomas Habets | 2020-01-06 | 1 | -2/+2 |
* | Change some ints to unsigned int | Thomas Habets | 2020-01-06 | 1 | -3/+3 |
* | gr-digital: Add more const | Thomas Habets | 2020-01-06 | 1 | -34/+30 |
* | clang-tidy in gnuradio-runtime: use empty() instead of size()!=0 | Marcus Müller | 2019-08-22 | 1 | -1/+1 |
* | clang-format: Ordering all the includes | Marcus Müller | 2019-08-09 | 1 | -2/+2 |
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 1 | -214/+218 |
* | digital: add loop var outputs to costas_loop_cc | Stephen Larew | 2016-12-01 | 1 | -40/+26 |
* | digital: addresses issue #876. | Tom Rondeau | 2016-01-27 | 1 | -1/+1 |
* | digital: adding use of tanh and snr info to costas loop. | Tom Rondeau | 2014-10-21 | 1 | -7/+61 |
* | digital: white space removal. | Tom Rondeau | 2014-04-10 | 1 | -9/+9 |
* | digital: fixed location of new corr_and_sync example and added UHD-based corr... | Tom Rondeau | 2013-11-07 | 1 | -4/+0 |
* | digital: costas_loop looks for 'phase_est' tags and resets its phase estimate... | Tom Rondeau | 2013-10-29 | 1 | -0/+23 |
* | digital: adding ControlPort interfaces to the costas loop (also formatting ta... | Tom Rondeau | 2013-10-29 | 1 | -29/+84 |
* | runtime: converting runtime core to gr namespace, gnuradio include dir. | Tom Rondeau | 2013-04-29 | 1 | -9/+9 |
* | blocks: removing gri_control_loop; using gr::blocks::control_loop now. | Tom Rondeau | 2013-03-10 | 1 | -1/+1 |
* | digital: converted correlator blocks to 3.7; everything to make qa_correlate_... | Tom Rondeau | 2012-08-12 | 1 | -0/+161 |