summaryrefslogtreecommitdiff
path: root/gr-digital/lib/pfb_clock_sync_fff_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* 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-15/+9
* 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
* gr-digital: Add more constThomas Habets2020-01-061-3/+2
* Remove newlines from exception messagesThomas Habets2020-01-011-1/+1
* 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-1/+1
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-375/+337
* Convert set_relative_rate(double) to the new integer or receiprocal callAndy Walls2018-08-231-1/+1
* fix copypasta typo in pfb_clock_sync_fff_impl.ccJosh Blum2016-08-061-1/+1
* digital: addresses issue #890.Tom Rondeau2016-02-021-7/+16
* 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-1/+4
* digital: cleaned up pfb_clock_sync blocks and make sure fff and ccf doing the...Tom Rondeau2013-11-091-8/+7
* digital: fixing PFB clock syncs ccf and fff to behave the same. Fixed doxygen...Tom Rondeau2013-11-011-3/+6
* 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-2/+4
* digital: cleaning up pfb_clock_sync and fixing a segfault in the ccf version.Tom Rondeau2013-10-291-2/+2
* digital: improved handling of data using forecast function in the pfb_clock_s...Tom Rondeau2013-10-291-4/+13
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-6/+6
* digital: updated blocks to make qa_constellation* tests pass.Tom Rondeau2012-08-121-0/+435