Skip to content

lukas-sr/servomechanism

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Servomechanism and Control

Control Systems Engineering with Python

First Step

install control library

$ pip3 install -U control

Second Step

Import prerequisites

import numpy as np
import matplotlib.pyplot as plt
import control as co

Python Control System Library

Full library documentation you can find here

About

Control Systems Engineering with Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages