summaryrefslogtreecommitdiff
path: root/gr-digital
Commit message (Expand)AuthorAgeFilesLines
* digital: fix enum name from underscore to dotJosh Morman2020-06-041-1/+1
* msg_handler: Use lambdas in most componentsJohannes Demel2020-06-046-18/+12
* pybind: add hash check to binding file creation (#3472)mormj2020-06-0485-86/+766
* pybind: run clang-formatJosh Morman2020-06-042-7/+7
* digital: add python bindings for equalizers+modulate_vectorJosh Morman2020-06-0421-41/+804
* digital: add pybind11 bindingsJosh Morman2020-06-04187-154/+8447
* digital: add sptr for derive packet header typesJosh Morman2020-06-044-0/+5
* pybind: removal of swig componentsJosh Morman2020-06-0410-599/+0
* digital: replace stderr logging by calls to GR's logging faciltiesMarcus Müller2020-04-132-44/+36
* Merge pull request #3351 from alekhgupta1441/alekh_grMartin Braun2020-04-111-2/+2
|\
| * gr-digital/python : Updated soft_dec_lut_gen.pyalekhgupta14412020-04-121-2/+2
* | Remove VOLK as a submoduleMartin Braun2020-04-112-2/+1
|/
* boost: remove deprecated math/common_factor.hppjapm482020-04-112-4/+4
* digital: restructure equalizers and add dfe (#3306)mormj2020-04-0937-3/+4505
* digital: test_corr_est example - missing parenthesisJosh Morman2020-04-011-35/+171
* Switch from boost pointers to std C++11 pointersThomas Habets2020-04-0169-107/+102
* digital: Re-convert GRC examplesNick Østergaard2020-03-291-2/+110
* gr-digital: Improve PLL Loops and Clock Recoveryghostop142020-02-156-87/+76
* runtime/math: unclutter GR_M_ math constant definesMarcus Müller2020-02-142-4/+4
* gr-digital: Improve Performance of Costas Loopghostop142020-02-142-115/+105
* pmt: Fix RuntimeError in pmt_to_pythonMichael Byers2020-02-092-5/+5
* 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
* gr-digital: Fix typo in block tree for 'Correlate Access Code - Tag'Fabian P. Schmidt2020-01-311-1/+1
* doxygen: Resolve broken references with Wiki links.Ron Economos2020-01-291-5/+6
* Update license header to SPDX formatdevnulling2020-01-27321-4199/+346
* gr-digital: Remove unused private variable and -Wsign-compare warnings.Ron Economos2020-01-274-5/+3
* digital: add filter response truncation to generic modJosh Morman2020-01-262-5/+26
* gr-digital: fix undefined behaviourValerii Zapodovnikov2020-01-261-1/+2
* gr-digital: cleanup double assignmentsValerii Zapodovnikov2020-01-241-7/+3
* gr-digital: no need in new operator NULL checksValerii Zapodovnikov2020-01-241-31/+0
* qa: Fix the stop condition in qa_header_payload_demuxVasil Velichkov2020-01-231-2/+2
* examples: fixup cmake files to include all examplesdevnulling2020-01-221-7/+11
* digital: fix chooser default value for constsoft_decoder exampleJosh Morman2020-01-213-50/+161
* digital/constellation: Always initialize d_scalefactorThomas Habets2020-01-201-0/+1
* digital: Remove deprecated OFDM blocksMartin Braun2020-01-1621-3045/+1
* Fix all formatting issuesMartin Braun2020-01-107-51/+51
* gr-digital/costas_loop: use std::norm for |z|^2japm482020-01-091-3/+3
* digital: ofdm: Allow multiple CP lengths for cyclic prefixerMaximilian Stiefel2020-01-086-98/+399
* gr-digital/costas_loop: |z|*|z| -> z*conj(z)Thomas Habets2020-01-061-3/+3
* gr-digital: Replace double math funcs with float versionsThomas Habets2020-01-062-3/+3
* Change some ints to unsigned intThomas Habets2020-01-064-8/+8
* gr-digital/constellation_decoder: Add constThomas Habets2020-01-062-3/+3
* gr-digital/symbol_sync: More constThomas Habets2020-01-064-24/+24
* gr-digital: Add more constThomas Habets2020-01-0611-51/+45
* gr-digital/chunks_to_symbols: Simplify helper functionsThomas Habets2020-01-062-24/+17
* digital: pfb clock sync: Remove deprecated set_taps() API callMartin Braun2020-01-064-32/+8
* Replace many `const` variables with `constexpr`Thomas Habets2020-01-046-14/+14
* additive_scrambler: Fix count based resetrear10192020-01-031-27/+11
* additive_scrambler: Add proper test for count based resetrear10192020-01-031-14/+10