| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* uhd: pybind rfnoc_block
Signed-off-by: André Apitzsch <andre.apitzsch@etit.tu-chemnitz.de>
* uhd: pybind rfnoc_rx/tx_radio
Signed-off-by: André Apitzsch <andre.apitzsch@etit.tu-chemnitz.de>
* uhd: pybind rfnoc_ddc/duc
Signed-off-by: André Apitzsch <andre.apitzsch@etit.tu-chemnitz.de>
* Fix TypeError: set_freq(): incompatible function arguments
Signed-off-by: André Apitzsch <andre.apitzsch@etit.tu-chemnitz.de>
* uhd: rfnoc_rx/tx_streamer: Fix AttributeError
'gnuradio.uhd.uhd_python.rfnoc_rx_streamer' object has no attribute 'to_basic_block'
Signed-off-by: André Apitzsch <andre.apitzsch@etit.tu-chemnitz.de>
|
|
|
|
| |
Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
|
|
|
|
|
|
|
|
|
| |
Instead of relying on the pyuhd pybind11 bindings, create new gr::uhd
pybind11 bindings that wrap the underlying types. Trying to use the
pyuhd bindings directly has many issues
Also, push some of the overloading into the constructors as opposed to
in the __init__ functions with constructor interception
|
|
|