An open API service indexing awesome lists of open source software.

https://github.com/rahulbhadani/ztf

Z-transform and Digital Control Implementation
https://github.com/rahulbhadani/ztf

control-systems controller digital-control pid pid-control pid-controller python

Last synced: 8 months ago
JSON representation

Z-transform and Digital Control Implementation

Awesome Lists containing this project

README

          

# ZTF

# Python Library for Digital Control Implementation using Z-domain Transfer Function
[![PyPI Latest Release](https://img.shields.io/pypi/v/ZTF.svg)](https://pypi.org/project/ZTF/)
[![License](https://img.shields.io/pypi/l/ZTF.svg)](https://github.com/rahulbhadani/ZTF/blob/master/LICENSE)

## What is it?
ZTF, stands for Z-domain transfer function, is a Python library to implement a transfer function based system for system modeling, and control.

## Installation

```{python}
pip install ZTF
```

## Usage

## How to Contribute
Please follow the steps to contribute to the project

- Fork the Github repo
- Clone the repo to your machine
- Make changes, commit and push
- Make pull request for review.

We advise to fetch and merge from upstream before you make a pull request.

## LICENSE
[MIT License](https://github.com/rahulbhadani/ZTF/blob/main/LICENSE)

(c) Rahul Bhadani