summaryrefslogtreecommitdiff
path: root/gr-analog
Commit message (Expand)AuthorAgeFilesLines
* analog: remap enums in yml from int to raw for pybind compatibilityJosh Morman2020-06-043-3/+3
* msg_handler: Use lambdas in most componentsJohannes Demel2020-06-041-1/+1
* pybind: add hash check to binding file creation (#3472)mormj2020-06-0434-34/+298
* analog: change waveform grc type to enumJosh Morman2020-06-041-1/+1
* analog: add pybind11 bindingsJosh Morman2020-06-0479-30/+3954
* pybind: removal of swig componentsJosh Morman2020-06-043-168/+0
* analog/dpll: remove unused printf debugging, includeMarcus Müller2020-04-131-8/+0
* Remove VOLK as a submoduleMartin Braun2020-04-111-1/+0
* analog/ctcss_squelsh_ff: Add const where applicableThomas Habets2020-04-102-8/+6
* analog: Remove manual memory managementThomas Habets2020-04-105-21/+16
* runtime: Use nanosecond resolution for default random seedThomas Habets2020-04-101-2/+4
* Switch from boost pointers to std C++11 pointersThomas Habets2020-04-0127-27/+27
* gr-digital: Improve PLL Loops and Clock Recoveryghostop142020-02-156-68/+58
* runtime/math: unclutter GR_M_ math constant definesMarcus Müller2020-02-145-12/+12
* gr-analog: clean up examplesClayton Smith2020-02-033-1954/+1518
* gr-analog: fix default gain in quadrature demodClayton Smith2020-02-031-1/+1
* Update license header to SPDX formatdevnulling2020-01-27139-1807/+139
* examples: move fm examples to analog, rm dupe dial_tonedevnulling2020-01-214-0/+2022
* analog: Add some documentation to squelch blocksAlba Mendez2020-01-024-3/+20
* analog: Fix C++ generationTerry May2020-01-026-5/+13
* analog: fix test for byte signal sourceNicolas Cuervo2020-01-021-2/+4
* Fix clipping in WFM receiverClayton Smith2019-10-191-2/+1
* Fix for more misc typosluz.paz2019-08-102-2/+2
* clang-format: Ordering all the includesMarcus Müller2019-08-0914-14/+14
* Tree: clang-format without the include sortingMarcus Müller2019-08-0994-4103/+3941
* Add basic tests for FM preemphasis and deemphasisClayton Smith2019-07-291-0/+65
* Fix division by zero in fm_preemphClayton Smith2019-07-271-1/+1
* analog: Make phase parameter of analog sig source available in GRCVolker Schroer2019-06-151-2/+8
* analog: am_demod: Introduce passband parameter checks in GRC bindingsVolker Schroer2019-05-281-0/+4
* analog: correct errors of automatic conversion script in fm_preemphAndrej Rode2019-05-221-1/+2
* gr-analog: sig source byte support mode, added qa tests #1994Eral Tuerkyilmaz2019-04-196-7/+37
* gitignore: ignore autogen files in example foldersJohannes Demel2019-03-241-0/+1
* cmake: Update to modern CMake usageAndrej Rode2019-03-043-81/+21
* gr-analog: Fix typo in documentationJohannes Schmitz2019-03-041-1/+1
* gr-analog: Fix typo in documentationJohannes Schmitz2019-03-041-1/+1
* analog: Convert flowgraphs to YAML formatJohannes Demel2019-01-121-1675/+481
* cmake: remove unused *_generated_swigs syntaxAndrej Rode2019-01-071-1/+1
* Merge the polished results from the 2017 GSoC "C++ Code Generation with GRC"Andrej Rode2018-12-2934-2/+223
|\
| * Updated C++ header file names for gr-analog blocksHåkon Vågsether2018-12-183-3/+3
| * grc: add flags as a listAndrej Rode2018-12-1834-36/+36
| * Added C++ support to gr-analog, gr-blocks and grcHåkon Vågsether2018-12-1834-2/+223
* | cmake: Only go into grc/ subdirs when ENABLE_GRC=ONMartin Braun2018-12-171-1/+3
* | analog: Fix Doxygen warningsMartin Braun2018-12-122-2/+3
|/
* analog: sig_source: Add phase parameterAdrian Suciu2018-11-153-6/+49
* Use raw strings for regexp and docstrings that have desired backslashesBrennan Ashton2018-11-121-2/+2
* CMake: remove duplicately installed filesMarcus Müller2018-11-121-1/+0
* gr-analog: fixed analog_random_source bugMarc L2018-11-091-1/+5
* Replace scipy/pylab where numpy/pyplot is sufficientMarcus Müller2018-11-021-20/+14
* Wrap map with list for analog_random_source block. Fixes #2036Brennan Ashton2018-11-011-2/+2
* docs: fixed docstring for nbfm tx and rxMarc Lichtman2018-10-292-35/+33