Installieren Sie Python Control

Zweck

Installieren Sie Python-Control, eine Designbibliothek für Steuerungssysteme für Python.

Umgebung

Ubuntu14.04(x64) orUbuntu16.04(x64)

Install

Installieren Sie mit dem folgenden Befehl.

sudo apt-get install python-pip
sudo apt-get install gfortran
sudo apt-get install libblas-dev libatlas-dev liblapack-dev
pip install control
pip install slycot

Funktionsprüfung

Schreiben Sie ein Board-Diagramm

emacs test.py chmod +x test.py ./test.py

test.py

#!/usr/bin/env python
from control.matlab import *
from matplotlib import pyplot as plt
    
def main():
  num = [0, 0, 3] 
  den = [2, 1, 3]
  sys = tf(num, den) 
  bode(sys)    
  plt.show()

if __name__ == "__main__":
  main()

Screenshot from 2017-05-24 01-08-37.png

Referenz

Python-Steuerung. Benutzerhandbuch http://python-control.sourceforge.net/manual/

Recommended Posts

Installieren Sie Python Control
Installieren Sie Python
Lokale Installation von Python
CentOS8 --Installieren - Python3
Installieren Sie Python auf der WSL
So installieren Sie Python
Installieren Sie Python auf Pidora.
Installieren Sie Scrapy auf Python3
Installieren Sie Python auf dem Mac
So installieren Sie Python
Installieren von Python 3 in einer Mac-Umgebung
Installieren Sie Python von der Quelle
Installieren Sie Python3.4 unter CentOS 6.6
Installieren von Python Jupyter Lab
Installieren einer externen Bibliothek für Python
Installieren Sie Python (pyenv, pyenv-virtualenv)
Installieren Sie Voluptuous mit Python 2.5
Installieren Sie Python unter Windows
Python-Steuerungssyntax (Denkmal)
Tipps zur Installation von Python PyTorch
Installieren Sie Python 2.7.3 unter CentOS 5.4
Installieren Sie Python mit pyenv
Installieren Sie Python 3.3 unter Ubuntu 12.04
Installieren Sie Python 3.4 auf einem Mac
Installieren Sie Python 3.6 auf Docker
Installieren Sie Python (für Windows)
[Neueste Version 2020.8] So installieren Sie Python
So installieren Sie Python [Windows]
Installieren Sie Python 3.8 auf RHEL 8 (AppStream)
Installieren Sie Watchdog unter Windows + Python 3.3
Installieren Sie Python und Flask (Windows 10)
[Python-Tutorial] Kontrollstruktur-Tool
Python
Installieren Sie pygame auf python3.4 auf dem Mac
Windows 10: Installieren der DLIB-Bibliothek für Python
Installieren Sie Python 3.8 unter CentOS 7 (SCL)
Installieren Sie eine externe Bibliothek mit Python
Installieren Sie mehrere Versionen von Python
Installieren Sie Python 3.7 und Django 3.0 (CentOS)
Instrumentensteuerung mit Python [pyvisa]
Python - Installieren Sie MySQLDB auf EC2
[ev3dev × Python] Einzelmotorsteuerung
Installieren Sie pyenv von Homebrew, installieren Sie Python von pyenv
Installieren Sie Python 3.8 unter CentOS 8 (AppStream)
Installieren Sie pyenv auf Raspberry Pi, um Python zu verwalten
[Python] [Chainer] [Windows] Chainer unter Windows installieren
Python-Installation in 2 Zeilen @Windows
Installieren Sie dlib für Python (Windows)
Python-Steuerungssyntax, Funktionen (Python-Lernnotiz ②)
So installieren Sie Python mit Anaconda
Zusammenfassung der Versionsverwaltung der virtuellen Umgebung Python
[ev3dev × Python] Steuerung mehrerer Motoren
Installieren Sie Python Pillow unter Amazon Linux
Installieren Sie Python 3.8 unter Ubuntu 18.04 (Betriebssystemstandard)
Installieren Sie Python 2.7.9 und Python 3.4.x mit pip.
Installieren Sie RDKit, ein chemisches Informatik-Tool für Python
pyenv-vertualenv installiert die Python3-Serie nicht gut
Home Brew kann Python nicht installieren (bei Mavericks)
Installieren Sie Python von der Quelle mit Ansible
Installieren Sie Python 3.8 unter Ubuntu 20.04 (Betriebssystemstandard)
Python2.7-Installation in einer Windows 32-Bit-Umgebung