| Commit message (Expand) | Author | Age | Files | Lines |
* | digital: fix enum name from underscore to dot | Josh Morman | 2020-06-04 | 1 | -1/+1 |
* | msg_handler: Use lambdas in most components | Johannes Demel | 2020-06-04 | 6 | -18/+12 |
* | pybind: add hash check to binding file creation (#3472) | mormj | 2020-06-04 | 85 | -86/+766 |
* | pybind: run clang-format | Josh Morman | 2020-06-04 | 2 | -7/+7 |
* | digital: add python bindings for equalizers+modulate_vector | Josh Morman | 2020-06-04 | 21 | -41/+804 |
* | digital: add pybind11 bindings | Josh Morman | 2020-06-04 | 187 | -154/+8447 |
* | digital: add sptr for derive packet header types | Josh Morman | 2020-06-04 | 4 | -0/+5 |
* | pybind: removal of swig components | Josh Morman | 2020-06-04 | 10 | -599/+0 |
* | digital: replace stderr logging by calls to GR's logging facilties | Marcus Müller | 2020-04-13 | 2 | -44/+36 |
* | Merge pull request #3351 from alekhgupta1441/alekh_gr | Martin Braun | 2020-04-11 | 1 | -2/+2 |
|\ |
|
| * | gr-digital/python : Updated soft_dec_lut_gen.py | alekhgupta1441 | 2020-04-12 | 1 | -2/+2 |
* | | Remove VOLK as a submodule | Martin Braun | 2020-04-11 | 2 | -2/+1 |
|/ |
|
* | boost: remove deprecated math/common_factor.hpp | japm48 | 2020-04-11 | 2 | -4/+4 |
* | digital: restructure equalizers and add dfe (#3306) | mormj | 2020-04-09 | 37 | -3/+4505 |
* | digital: test_corr_est example - missing parenthesis | Josh Morman | 2020-04-01 | 1 | -35/+171 |
* | Switch from boost pointers to std C++11 pointers | Thomas Habets | 2020-04-01 | 69 | -107/+102 |
* | digital: Re-convert GRC examples | Nick Østergaard | 2020-03-29 | 1 | -2/+110 |
* | gr-digital: Improve PLL Loops and Clock Recovery | ghostop14 | 2020-02-15 | 6 | -87/+76 |
* | runtime/math: unclutter GR_M_ math constant defines | Marcus Müller | 2020-02-14 | 2 | -4/+4 |
* | gr-digital: Improve Performance of Costas Loop | ghostop14 | 2020-02-14 | 2 | -115/+105 |
* | pmt: Fix RuntimeError in pmt_to_python | Michael Byers | 2020-02-09 | 2 | -5/+5 |
* | gr-digital:glfsr.h: drop boost/cstdint.hpp and use cstdint (michaelld) | Gwenhael Goavec-Merou | 2020-02-07 | 1 | -7/+7 |
* | gr-digital:glfsr.h: fix missing boost namespace | Gwenhael Goavec-Merou | 2020-02-07 | 1 | -6/+6 |
* | gr-digital: Fix typo in block tree for 'Correlate Access Code - Tag' | Fabian P. Schmidt | 2020-01-31 | 1 | -1/+1 |
* | doxygen: Resolve broken references with Wiki links. | Ron Economos | 2020-01-29 | 1 | -5/+6 |
* | Update license header to SPDX format | devnulling | 2020-01-27 | 321 | -4199/+346 |
* | gr-digital: Remove unused private variable and -Wsign-compare warnings. | Ron Economos | 2020-01-27 | 4 | -5/+3 |
* | digital: add filter response truncation to generic mod | Josh Morman | 2020-01-26 | 2 | -5/+26 |
* | gr-digital: fix undefined behaviour | Valerii Zapodovnikov | 2020-01-26 | 1 | -1/+2 |
* | gr-digital: cleanup double assignments | Valerii Zapodovnikov | 2020-01-24 | 1 | -7/+3 |
* | gr-digital: no need in new operator NULL checks | Valerii Zapodovnikov | 2020-01-24 | 1 | -31/+0 |
* | qa: Fix the stop condition in qa_header_payload_demux | Vasil Velichkov | 2020-01-23 | 1 | -2/+2 |
* | examples: fixup cmake files to include all examples | devnulling | 2020-01-22 | 1 | -7/+11 |
* | digital: fix chooser default value for constsoft_decoder example | Josh Morman | 2020-01-21 | 3 | -50/+161 |
* | digital/constellation: Always initialize d_scalefactor | Thomas Habets | 2020-01-20 | 1 | -0/+1 |
* | digital: Remove deprecated OFDM blocks | Martin Braun | 2020-01-16 | 21 | -3045/+1 |
* | Fix all formatting issues | Martin Braun | 2020-01-10 | 7 | -51/+51 |
* | gr-digital/costas_loop: use std::norm for |z|^2 | japm48 | 2020-01-09 | 1 | -3/+3 |
* | digital: ofdm: Allow multiple CP lengths for cyclic prefixer | Maximilian Stiefel | 2020-01-08 | 6 | -98/+399 |
* | gr-digital/costas_loop: |z|*|z| -> z*conj(z) | Thomas Habets | 2020-01-06 | 1 | -3/+3 |
* | gr-digital: Replace double math funcs with float versions | Thomas Habets | 2020-01-06 | 2 | -3/+3 |
* | Change some ints to unsigned int | Thomas Habets | 2020-01-06 | 4 | -8/+8 |
* | gr-digital/constellation_decoder: Add const | Thomas Habets | 2020-01-06 | 2 | -3/+3 |
* | gr-digital/symbol_sync: More const | Thomas Habets | 2020-01-06 | 4 | -24/+24 |
* | gr-digital: Add more const | Thomas Habets | 2020-01-06 | 11 | -51/+45 |
* | gr-digital/chunks_to_symbols: Simplify helper functions | Thomas Habets | 2020-01-06 | 2 | -24/+17 |
* | digital: pfb clock sync: Remove deprecated set_taps() API call | Martin Braun | 2020-01-06 | 4 | -32/+8 |
* | Replace many `const` variables with `constexpr` | Thomas Habets | 2020-01-04 | 6 | -14/+14 |
* | additive_scrambler: Fix count based reset | rear1019 | 2020-01-03 | 1 | -27/+11 |
* | additive_scrambler: Add proper test for count based reset | rear1019 | 2020-01-03 | 1 | -14/+10 |