summaryrefslogtreecommitdiff
path: root/gr-digital/python/digital/bindings/ofdm_equalizer_simpledfe_python.cc
Commit message (Collapse)AuthorAgeFilesLines
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-031-1/+1
|
* digital: ofdm_equalizer_simpledfe: add enable_soft_output optionjapm482020-10-281-1/+2
| | | | | | | | | Enable outputting equalized symbols that are not exactly constellation symbols. This is useful for OFDM soft decoding/demodulation (e.g. optimal turbo or LDPC decoding). For compatibility, this new behaviour has to be enabled by setting the new option "enable_soft_output" to true (false by default).
* pybind: add hash check to binding file creation (#3472)mormj2020-06-041-1/+9
|
* digital: add pybind11 bindingsJosh Morman2020-06-041-0/+55