summaryrefslogtreecommitdiff
path: root/gr-digital/include/gnuradio/digital
Commit message (Expand)AuthorAgeFilesLines
* Revert "Replace boost::any with std::any"Josh Morman2021-11-061-2/+2
* Replace boost::any with std::anyMarcus Müller2021-10-281-2/+2
* digital: remove deprecation of pfb_clock_syncJosh Morman2021-10-142-2/+0
* digital/chunks to symbols: be less inefficientMarcus Müller2021-07-271-2/+2
* digital: Added a crc16 basic block. (#4649)cmrincon2021-07-122-0/+61
* global: automatically remove unused boost includesMarcus Müller2021-06-221-1/+0
* digital: Add NRZI option to differential en/decoderDaniel Estévez2021-06-124-2/+37
* digital: Remove crc32 utilityMartin Braun2021-05-222-44/+0
* digital: remove simple_{correlator,framer}Josh Morman2021-04-214-132/+0
* digital: remove deprecated equalizersJosh Morman2021-04-214-205/+0
* digital: Fix documentation for corr_est 'threshold' paramterIpsit2021-03-101-3/+15
* gr-digital: improved performance and capability of scramblers to 64-bit regis...Elof Wecksell2021-01-297-47/+66
* clang-tidy: run full .clang-tidy on C++17 codebaseMarcus Müller2021-01-193-4/+4
* digital: ofdm: Fix whitespace in OFDM chanest blockMartin Braun2020-12-191-25/+32
* gr-digital: Document normalization parameter in constellation.hRon Economos2020-12-181-1/+6
* Allow to choose whether to normalize constellation average magnitude, average...Eduardo Sánchez Muñoz2020-12-181-15/+27
* gr-digital: Update docs for MPSK SNR EstimatorThomas Habets2020-12-182-2/+8
* digital: deprecate clock recovery blocks covered by symbol_syncJosh Morman2020-12-175-2/+9
* digital: update description of const enc/dec remove unpackedJosh Morman2020-11-162-3/+3
* digital: add constellation_encoder blockJosh Morman2020-11-163-1/+50
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-0313-97/+98
* Fix typos throughout the codeluzpaz2020-10-294-6/+6
* digital: ofdm_equalizer_simpledfe: add enable_soft_output optionjapm482020-10-281-4/+14
* digital/qa_header: Remove manual memory managementThomas Habets2020-08-141-4/+1
* digital: add sptr for derive packet header typesJosh Morman2020-06-044-0/+5
* digital: restructure equalizers and add dfe (#3306)mormj2020-04-0911-0/+600
* Switch from boost pointers to std C++11 pointersThomas Habets2020-04-0166-85/+80
* gr-digital:glfsr.h: drop boost/cstdint.hpp and use cstdint (michaelld)Gwenhael Goavec-Merou2020-02-071-7/+7
* gr-digital:glfsr.h: fix missing boost namespaceGwenhael Goavec-Merou2020-02-071-6/+6
* Update license header to SPDX formatdevnulling2020-01-2781-1056/+84
* digital: ofdm: Allow multiple CP lengths for cyclic prefixerMaximilian Stiefel2020-01-081-6/+30
* Change some ints to unsigned intThomas Habets2020-01-061-1/+1
* digital: pfb clock sync: Remove deprecated set_taps() API callMartin Braun2020-01-062-24/+0
* Replace many `const` variables with `constexpr`Thomas Habets2020-01-041-6/+6
* gr-digital: Modernize C++Thomas Habets2020-01-021-1/+1
* clang-format: Ordering all the includesMarcus Müller2019-08-0939-45/+45
* Tree: clang-format without the include sortingMarcus Müller2019-08-0980-5915/+5872
* Fix for misc. documentation + trivial typosluz.paz2019-07-174-4/+4
* digital: Move enum tm_type from digital.core_est_cc to digitalVolker Schroer2019-06-181-5/+5
* nomalizing of constellation points is made configurableChristoph Mayer2018-12-031-3/+7
* digital: fix OFDM CA 'output_is_shifted' parameter use in GRC and documentationMichael Dickens2018-11-171-1/+1
* CMake: remove duplicately installed filesMarcus Müller2018-11-121-1/+0
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-3113-674/+56
|\
| * digital: replace gengen with C++ templatesAndrej Rode2018-08-253-43/+38
| * Merge branch 'master' into nextMartin Braun2018-02-034-13/+13
| |\
| * \ Merge branch 'master' into nextJohnathan Corgan2017-08-272-0/+4
| |\ \
| * \ \ Merge branch 'master' into nextJohnathan Corgan2017-08-032-2/+78
| |\ \ \
| * \ \ \ Merge branch 'master' into nextJohnathan Corgan2017-07-175-1/+647
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into nextJohnathan Corgan2017-04-102-0/+73
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into nextJohnathan Corgan2017-03-202-3/+8
| |\ \ \ \ \ \