This package is intended as a design tool for aiding the construction of control-bounded A/D converters. Specifically, it is capable of:
- Generating transfer functions for analog systems and/or digital estimator parametrizations.
- Estimating samples from control signals.
- Simulating analog system and digital control interactions.
The projects official documentation can be found at Read the Docs.
For a in depth description of the control-bounded conversion concept, check out Control-Bounded Converters.
Install cbadc by typing
pip install cbadc
into your console. Note that, currently cbadc is only supported for Python3.6 and later.
- First public release