summaryrefslogtreecommitdiff
path: root/gr-analog/lib/ctcss_squelch_ff_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* C++14: Use std::make_unique instead of boost::make_uniqueMarcus Müller2021-01-041-4/+4
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-301-2/+2
* analog/ctcss_squelsh_ff: Add const where applicableThomas Habets2020-04-101-7/+5
* analog: Remove manual memory managementThomas Habets2020-04-101-9/+5
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-135/+125
* analog: Wrapped squelch blocks' setter methods with lockJon Szymaniak2015-03-241-0/+15
* analog: Added frequency accessor and modifier to CTCSS squelchJon Szymaniak2015-02-251-5/+17
* analog: Moved CTCSS squelch FFT parameter calculationsJon Szymaniak2015-02-251-13/+20
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-1/+1
* goertzel.h : Remove the default constructor for fft::goertzel.Philip Balister2013-07-091-10/+13
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-3/+3
* analog: fix a floating point accuracy issue in the CTCSS squelch block.Tom Rondeau2013-02-121-3/+4
* analog: adding squelch_base_ff and ctcss_squelch_ff to analog.Tom Rondeau2012-10-201-0/+130