summaryrefslogtreecommitdiff
path: root/gr-digital/lib/costas_loop_cc_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* global: automatically remove unused boost includesMarcus Müller2021-06-221-1/+0
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-301-1/+1
* msg_handler: Use lambdas in most componentsJohannes Demel2020-06-041-1/+1
* gr-digital: Improve Performance of Costas Loopghostop142020-02-141-103/+45
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
* gr-digital: Remove unused private variable and -Wsign-compare warnings.Ron Economos2020-01-271-1/+0
* Fix all formatting issuesMartin Braun2020-01-101-18/+19
* gr-digital/costas_loop: use std::norm for |z|^2japm482020-01-091-3/+3
* gr-digital/costas_loop: |z|*|z| -> z*conj(z)Thomas Habets2020-01-061-3/+3
* gr-digital: Replace double math funcs with float versionsThomas Habets2020-01-061-2/+2
* Change some ints to unsigned intThomas Habets2020-01-061-3/+3
* gr-digital: Add more constThomas Habets2020-01-061-34/+30
* clang-tidy in gnuradio-runtime: use empty() instead of size()!=0Marcus Müller2019-08-221-1/+1
* clang-format: Ordering all the includesMarcus Müller2019-08-091-2/+2
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-214/+218
* digital: add loop var outputs to costas_loop_ccStephen Larew2016-12-011-40/+26
* digital: addresses issue #876.Tom Rondeau2016-01-271-1/+1
* digital: adding use of tanh and snr info to costas loop.Tom Rondeau2014-10-211-7/+61
* digital: white space removal.Tom Rondeau2014-04-101-9/+9
* digital: fixed location of new corr_and_sync example and added UHD-based corr...Tom Rondeau2013-11-071-4/+0
* digital: costas_loop looks for 'phase_est' tags and resets its phase estimate...Tom Rondeau2013-10-291-0/+23
* digital: adding ControlPort interfaces to the costas loop (also formatting ta...Tom Rondeau2013-10-291-29/+84
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-9/+9
* blocks: removing gri_control_loop; using gr::blocks::control_loop now.Tom Rondeau2013-03-101-1/+1
* digital: converted correlator blocks to 3.7; everything to make qa_correlate_...Tom Rondeau2012-08-121-0/+161