Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kimushun1101/feedback-control-systems
Feedback control systems simulation templates on ipynb
https://github.com/kimushun1101/feedback-control-systems
jupyter-notebook python
Last synced: 2 days ago
JSON representation
Feedback control systems simulation templates on ipynb
- Host: GitHub
- URL: https://github.com/kimushun1101/feedback-control-systems
- Owner: kimushun1101
- License: mit
- Created: 2023-12-16T11:51:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-16T16:38:52.000Z (about 1 year ago)
- Last Synced: 2024-12-16T05:16:32.329Z (about 2 months ago)
- Topics: jupyter-notebook, python
- Language: Jupyter Notebook
- Homepage:
- Size: 487 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Feedback control systems on ipynb
## environment
- [Python](https://www.python.org/downloads/)
- (Recommended) [Poetory](https://python-poetry.org/docs/#installing-with-the-official-installer)
- (Recommended) [VS Code](https://code.visualstudio.com/download)## install
```
poetry install
```
or
```
pip install -r requirements.txt
```## Usage
1. Open this directory on VS Code,
or
```
poetry run jupyter lab
```
or```
jupyter lab
```
2. Open each `.ipynb` file.## License
[MIT](https://github.com/kimushun1101/feedback-control-systems/blob/main/LICENSE)