summaryrefslogtreecommitdiff
path: root/gr-vocoder/grc
Commit message (Collapse)AuthorAgeFilesLines
* vocoder: add text message output to FreeDV demodulatorClayton Smith2020-10-201-0/+3
| | | | | | | | | | | | The FreeDV protocol includes a low bit rate text stream which is used to transmit information such as call sign and location. GNU Radio's FreeDV demodulator block sets up a callback to receive this text data, but the callback currently does nothing. Here I've added an optional message output to the block. It collects characters until a carriage return is encountered, then outputs a string. I've updated the sample flow graph to print these messages using the Message Debug block.
* gr-vocoder: Install missing block tree file.Ron Economos2020-10-191-0/+1
|
* vocoder: remap enums in yml from int to raw for pybind compatibilityJosh Morman2020-06-044-4/+4
|
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* gr-vocoder: update codec2 and freedv blocks.A. Maitland Bottoms2019-03-244-14/+57
| | | | | Update to add support for newer modes in codec2 0.8.1. Fixup grc blocks yml templates, update examples.
* Merge branch 'python3_fix' into nextAndrej Rode2018-06-2443-672/+444
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Manual merge conflict resolution has been applied to following conflicts: * Typos: * gnuradio-runtime/python/gnuradio/ctrlport/GrDataPlotter.py * gr-blocks/python/blocks/qa_wavfile.py * gr-filter/examples/gr_filtdes_api.py * grc/blocks/parameter.xml * gr-uhd/python/uhd/__init__.py * ValueError -> RuntimeError: * gr-blocks/python/blocks/qa_hier_block2.py * relative Imports & other Py3k: * gr-digital/python/digital/psk_constellations.py * gr-digital/python/digital/qam_constellations.py * gr-digital/python/digital/test_soft_decisions.py * gr-digital/python/digital/gfsk.py * SequenceCompleter: * gr-utils/python/modtool/modtool_add.py * gr-utils/python/modtool/modtool_rename.py * gr-utils/python/modtool/modtool_rm.py * Updated API on next: * gr-blocks/grc/blocks_file_source.xml * gr-blocks/python/blocks/qa_file_source_sink.py * gr-qtgui/grc/qtgui_time_sink_x.xml * GRC Py3k Updates: * grc/core/Block.py * grc/core/Constants.py * grc/core/Platform.py * grc/core/utils/odict.py * grc/gui/Actions.py * grc/gui/Block.py * grc/gui/Executor.py * grc/gui/Port.py
| * dtv/vocoder: remove stray *block_tree.ymlAndrej Rode2017-12-031-1/+0
| |
| * Added auto-generated YAML blocksHåkon Vågsether2017-10-1044-691/+464
| |
* | Merge branch 'master' into nextMartin Braun2018-02-031-53/+0
|\ \ | |/ |/|
* | gr-vocoder freedv blocksA. Maitland Bottoms2016-09-155-0/+179
| |
* | Merge remote-tracking branch 'github/nuke-cpack' into nextJohnathan Corgan2016-08-031-3/+0
|\ \ | | | | | | | | | | | | Conflicts: gr-vocoder/CMakeLists.txt
| * | cmake: nuke cpack from existenceJohnathan Corgan2016-08-031-1/+0
| |/ | | | | | | | | | | CPack is not used, unmaintaned, and broken. This does not eliminate any MSVC build functionality.
* | gr-vocoder: gsm subcomponent using external gsm libraryA. Maitland Bottoms2016-06-251-3/+10
| |
* | gr-vocoder: codec2 subcomponent using external codec2 libraryA. Maitland Bottoms2016-06-253-4/+27
|/
* grc: assign all in-tree blocks to module 'Core'Sebastian Koslowski2016-05-271-1/+1
|
* Bring codec2 up to the latest version, and add support for all six bit rates.Clayton Smith2014-04-162-4/+66
|
* vocoder: Fixed GSM GRC bindings and improved docs, provided exampleMartin Braun2014-03-072-0/+2
|
* vocoder: Fixed packing problem with Codec2, + GRC bindings, added exampleMartin Braun2014-03-072-1/+2
|
* grc: removed 'old' grc keys from block_tree.Tom Rondeau2013-04-043-3/+3
| | | | | | This does not remove the actual GRC files, just how we find them in the block tree structure of GRC. Renames all blocks not updated to 3.7 style as "(old)" in name.
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-131-4/+4
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* Merge branch 'master' into nextJohnathan Corgan2012-02-176-16/+15
|\ | | | | | | | | | | Conflicts: gr-vocoder/grc/Makefile.am grc/blocks/Makefile.am
| * vocoder: add xml blocks to autotools buildJohnathan Corgan2012-02-171-2/+23
| |
| * vocoder: fix typos in added block xmlJohnathan Corgan2012-02-176-16/+15
| |
* | Merge branch 'master' into nextJohnathan Corgan2012-02-1420-0/+496
|\|
| * Fixed GRC bindings for vocoder (this also fixes GRC example cvsd_sweep)Martin Braun2012-02-1420-0/+496
| |
* | Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-082-31/+0
|/ | | | Nick Foster owes Nick Corgan a six-pack of beer!
* gr-vocoder: add skeleton top-level componentJohnathan Corgan2011-07-172-0/+31