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 project's official documentation can be found at Read the Docs.
Install cbadc by typing
pip install cbadc
into your console. Note that, currently cbadc is only supported for Python3.9 and later.
Alternatively, the latest develop branch can be installed by
pip install git+https://github.com/hammal/cbadc.git@develop
The source code is hosted on https://github.com/hammal/cbadc.
Please report problems at https://github.com/hammal/cbadc/issues
see CHANGELOG