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
- Host: GitHub
- URL: https://github.com/rahulbhadani/ztf
- Owner: rahulbhadani
- License: other
- Created: 2023-02-06T06:09:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-17T17:52:16.000Z (almost 3 years ago)
- Last Synced: 2025-05-21T01:31:17.798Z (11 months ago)
- Topics: control-systems, controller, digital-control, pid, pid-control, pid-controller, python
- Language: Python
- Homepage: https://rahulbhadani.github.io/ZTF/
- Size: 3.72 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
README
# ZTF

# Python Library for Digital Control Implementation using Z-domain Transfer Function
[](https://pypi.org/project/ZTF/)
[](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