summaryrefslogtreecommitdiff
path: root/gr-digital/lib/pfb_clock_sync_ccf_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* global: automatically remove unused boost includesMarcus Müller2021-06-221-2/+0
* fir_filter: in constructor, 'decimation' is unusedJeff Long2020-11-301-2/+2
* digital/pfb_clock_sync: Remove manual memory management and pointersThomas Habets2020-08-141-11/+10
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-301-2/+2
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
* Fix all formatting issuesMartin Braun2020-01-101-5/+6
* gr-digital: Add more constThomas Habets2020-01-061-3/+2
* gr-digital: Modernize C++Thomas Habets2020-01-021-13/+5
* Remove newlines from exception messagesThomas Habets2020-01-011-1/+1
* Use C++11 ranged for and ranged insert instead of manual loopsThomas Habets2019-12-041-3/+2
* clang-tidy in gnuradio-runtime: use empty() instead of size()!=0Marcus Müller2019-08-221-2/+2
* clang-format: Ordering all the includesMarcus Müller2019-08-091-2/+2
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-476/+443
* Convert set_relative_rate(double) to the new integer or receiprocal callAndy Walls2018-08-231-1/+1
* digital: pfb_clock_sync_ccf tag offset update.Tom Rondeau2016-06-141-5/+27
* digital: addresses issue #890.Tom Rondeau2016-02-021-7/+17
* digital: Addresses issue #812.Tom Rondeau2016-01-061-0/+3
* digital: pfb_clock_sync throws when no taps are provided (instead of segfault...Tom Rondeau2014-04-211-2/+5
* digital: cleaned up pfb_clock_sync blocks and make sure fff and ccf doing the...Tom Rondeau2013-11-091-9/+0
* digital: fixing PFB clock syncs ccf and fff to behave the same. Fixed doxygen...Tom Rondeau2013-11-011-3/+1
* digital: improved PFB clock sync convergence time. Updated example for better...Tom Rondeau2013-10-311-9/+16
* runtime: add concept up an automatic update_rate to gr::block.Tom Rondeau2013-10-291-0/+3
* digital: pfb_clock_sync: normalizing differential taps for each channel.Tom Rondeau2013-10-291-1/+1
* digital: cleaning up pfb_clock_sync and fixing a segfault in the ccf version.Tom Rondeau2013-10-291-28/+12
* digital: costas_loop looks for 'phase_est' tags and resets its phase estimate...Tom Rondeau2013-10-291-12/+62
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-6/+6
* ctrlport: made display type in ControlPort setup field into an options mask.Tom Rondeau2013-02-201-6/+6
* ctrlport: adding display type for stripchart as opposed to timeseries.Tom Rondeau2013-02-171-3/+3
* ctrlport: updated all blocks using controlport to use new style of setup_rpc.Tom Rondeau2013-01-231-17/+15
* ctrlport: cleaning up contorlport builds.Tom Rondeau2012-12-041-2/+2
* ctrlport: fixing up controlport integration into gnuradio-core for merge with...Tom Rondeau2012-12-031-0/+68
* digital: updated blocks to make qa_constellation* tests pass.Tom Rondeau2012-08-121-0/+439