Skip to content

hammal/cbadc

Repository files navigation

cbadccbadcpypiDocumentation Status Code style: black

Control-Bounded A/D Conversion (cbadc) Toolbox

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.

Documentation

The project's official documentation can be found at Read the Docs.

Installation

Install cbadc by typing

pip install cbadc

into your console. Note that, currently cbadc is only supported for Python3.9 and later.

Develop Version

Alternatively, the latest develop branch can be installed by

git clone --branch develop https://github.com/hammal/cbadc.git && \
cd cbadc && \
python -m pip install . && \
cd .. && \
rm -rf cbadc

Source Code

The source code is hosted on https://github.com/hammal/cbadc.

Bugs and Issues

Please report problems at https://github.com/hammal/cbadc/issues

Changelog

see CHANGELOG