summaryrefslogtreecommitdiff
path: root/gr-dtv/lib/dvbt/dvbt_ofdm_sym_acquisition_impl.h
Commit message (Collapse)AuthorAgeFilesLines
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-031-1/+1
|
* Add `override` for common virtual function overridesThomas Habets2020-11-031-2/+2
| | | | | | | | | | Mostly done with: ``` find -name "*_impl.h" | xargs sed -i -r '/(void forecast|int work|int general_work|bool check_topology)\(/{:back /\)/b nxt;N;b back;:nxt s/\)$|\)(;)/) override\1/g}' ``` Then I removed an incorrect `work` that this found.
* dtv: Remove manual memory managementThomas Habets2020-10-231-21/+21
| | | | All removed except some tricky stuff in dvb_ldpc_bb_impl.
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-61/+70
|
* Clean-up: Remove unused private variables (Issue #1621, #1622, #1624)andriy gelman2018-04-281-1/+0
|
* gr-dtv: Vastly improved OFDM symbol acquisition for DVB-T receiver.flarroca2015-12-091-12/+9
|
* dtv: fix segfault in DVB-T demod OFDM symbol acquisitionJohnathan Corgan2015-12-051-12/+4
| | | | | | * Fix indexing error in calculating bounds for correlation * Fix search range for correlation peak
* gr-dtv: Fix Coverity issue #1327847.Ron Economos2015-11-151-3/+0
|
* Add DVB-T receiver.Bogdan Diaconescu2015-09-051-0/+105