Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | c++ generation: escape "." in translations | Jeff Long | 2021-07-27 | 1 | -1/+1 |
| | | | | | | | Translations are a regex, so "." needs to be escaped. Fix the remaining unescaped strings. Signed-off-by: Jeff Long <willcode4@gmail.com> | ||||
* | rebase | Volker Schroer | 2021-06-21 | 1 | -1/+1 |
| | | | | | | | | | | grc: cpp generation set correct link entry in yml files for modern cmake. Applying this fix simple flowgraphs containing signal sources and audi sinks etc. build and run Signed-off-by: Volker Schroer <3470424+dl1ksv@users.noreply.github.com> | ||||
* | digital: Add NRZI option to differential en/decoder | Daniel Estévez | 2021-06-12 | 1 | -2/+14 |
| | | | | | | | | | | | | | | | | | | | This adds an option to the differential encoder an decoder blocks to perform NRZI encoding and decoding. NRZI only makes sense with a modulus of 2, so the blocks constructors will throw and exception if passed nrzi = true and a modulus different from 2. The GRC blocks handle this by hiding the modulus field if the user selects NRZI encoding. A new unit test for the NRZI version of the blocks is added. Besides checking that encode plus decode gives the original, this test also compares the C++ implementation results against a Numpy implementation. Additionally, a faster implementation of differential encoding/ decoding for modulus 2 is included here. Signed-off-by: Daniel Estévez <daniel@destevez.net> | ||||
* | Add C++ generation support to gr-digital | Arpit Gupta | 2019-03-31 | 1 | -0/+8 |
| | |||||
* | Added auto-generated YAML blocks | Håkon Vågsether | 2017-10-10 | 1 | -0/+21 |