summaryrefslogtreecommitdiff
path: root/gr-dtv/lib/dvbt/dvbt_ofdm_sym_acquisition_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* dtv: Remove manual memory managementThomas Habets2020-10-231-87/+16
* 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 for more misc typosluz.paz2019-08-101-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-254/+291
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-311-13/+13
|\
| * Clean-up: Remove unused private variables (Issue #1621, #1622, #1624)andriy gelman2018-04-281-1/+1
| * math: replace M_PI and derivatives with GR_M_PI definesAndrej Rode2018-02-171-12/+12
* | Convert set_relative_rate(double) to the new integer or receiprocal callAndy Walls2018-08-231-1/+1
|/
* dtv: use numeric_limits for min/max valuesBastian Bloessl2017-01-291-4/+5
* gr-dtv: Remove all exit(1) calls and replace with exception.Ron Economos2016-08-191-14/+13
* Merge branch 'maint'Johnathan Corgan2016-05-301-2/+2
|\
| * MSVC-specific fixes for compatibilitygnieboer2016-05-301-2/+2
* | dtv: Fix usage of volk_32f_index_max*, first argument, to be uint16_t* as req...Michael Dickens2016-05-281-1/+1
* | gr-dtv: Vastly improved OFDM symbol acquisition for DVB-T receiver.flarroca2015-12-091-85/+93
|/
* dtv: fix segfault in DVB-T demod OFDM symbol acquisitionJohnathan Corgan2015-12-051-36/+6
* gr-dtv: Fix Coverity issue #1327847.Ron Economos2015-11-151-1/+2
* Add DVB-T receiver.Bogdan Diaconescu2015-09-051-0/+417