aboutsummaryrefslogtreecommitdiffstats
path: root/gr-digital/python (follow)
Commit message (Expand)AuthorAgeFilesLines
* cmake: change how test files are build when cross compilingPhilip Balister2021-12-031-0/+3
* digital: pep8 formattingJosh Morman2021-11-2431-434/+638
* Revert "Replace boost::any with std::any"Josh Morman2021-11-061-1/+1
* Replace boost::any with std::anyMarcus Müller2021-10-281-1/+1
* digital: remove deprecation of pfb_clock_syncJosh Morman2021-10-142-2/+2
* gr-digital: Fix constellation normalization by average powerDavid Pi2021-09-071-1/+22
* gr-digital: fix gfsk documentationSolomon Tan2021-09-021-35/+34
* gr-digital: replace clk recovery MM in hier blksSolomon Tan2021-09-022-26/+50
* gr-digital: Make unpack optional for gmsk mod hier blockSolomon Tan2021-08-231-3/+8
* digital/chunks to symbols: be less inefficientMarcus Müller2021-07-271-1/+1
* digital: more details in constellation testMarcus Müller2021-07-271-1/+14
* digital: at least superficially test chunk_to_symbols dimensions>1Marcus Müller2021-07-271-0/+44
* digital: add int() cast where requiredJeff Long2021-07-271-1/+1
* gfsk: Make packed_to_unpacked optionalSolomon Tan2021-07-211-3/+11
* digital: Added a crc16 basic block. (#4649)cmrincon2021-07-124-0/+76
* runtime: use < instead of compare_offset, remove Python comparison classMarcus Müller2021-06-281-2/+1
* global: automatically remove unused boost includesMarcus Müller2021-06-221-1/+1
* digital: Clean up differential encoder QA testDaniel Estévez2021-06-121-40/+12
* digital: Add NRZI option to differential en/decoderDaniel Estévez2021-06-127-2/+134
* digital: Gut packet_utils.pyMartin Braun2021-05-225-496/+8
* digital: Remove crc32 utilityMartin Braun2021-05-226-155/+19
* digital: fix qa for equalizersJosh Morman2021-04-214-105/+59
* digital: remove simple_{correlator,framer}Josh Morman2021-04-219-334/+0
* digital: remove deprecated equalizersJosh Morman2021-04-218-338/+0
* digital: Fix documentation for corr_est 'threshold' paramterIpsit2021-03-101-2/+2
* digital: qa: Add preconditions to wait for qa_packet_headerparser_bMartin Braun2021-03-031-10/+6
* digital: include control_loop class in child class bindingsJeppe Ledet-Pedersen2021-02-154-0/+4
* gr-digital: qa_header_payload_demux fixJeff Long2021-02-151-4/+8
* gr-digital: improved performance and capability of scramblers to 64-bit registers. Use __builtin_parity or volk popcnt. qa was also enhanced to detect errors.Elof Wecksell2021-01-2913-24/+138
* digital: change ofdm_chanest qa test to have noise vectorJosh Morman2021-01-201-4/+2
* clang-tidy: run full .clang-tidy on C++17 codebaseMarcus Müller2021-01-193-3/+3
* digital: fix bindings and yaml for constellationJosh Morman2021-01-081-59/+11
* digital: ofdm: Fix whitespace in OFDM chanest blockMartin Braun2020-12-192-35/+17
* gr-digital: Document normalization parameter in constellation.hRon Economos2020-12-181-1/+1
* Allow to choose whether to normalize constellation average magnitude, average power or to not normalize at all.Eduardo Sánchez Muñoz2020-12-181-5/+12
* digital: update pybind hashes for mpsk_snr_estJosh Morman2020-12-182-2/+2
* digital: deprecate clock recovery blocks covered by symbol_syncJosh Morman2020-12-175-5/+5
* digital: add constellation_encoder blockJosh Morman2020-11-166-1/+153
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-0313-13/+13
* Remove unused gru importsClayton Smith2020-11-021-1/+0
* digital: remove obsolete digital voice blocksClayton Smith2020-11-021-90/+0
* qa: fix typomormj2020-10-301-2/+2
* qa: run autopep8 formatting on qa python filesmormj2020-10-3050-1254/+2229
* qa: remove xml file parameter causing deprecation warningsmormj2020-10-3042-42/+41
* Remove hexint and hexshort from gru moduleClayton Smith2020-10-301-1/+1
* Fix typos throughout the codeluzpaz2020-10-294-7/+7
* Remove gcd, lcm, and log2 from gru moduleClayton Smith2020-10-291-2/+2
* pybind: add implicit conversion from int to enummormj2020-10-287-0/+14
* digital: ofdm_equalizer_simpledfe: add enable_soft_output optionjapm482020-10-282-4/+36
* Merge pull request #3809 from argilo/digital-remove-sixmormj2020-10-202-24/+21
|\