摘要:
import control import numpy as np import matplotlib.pyplot as plt G1 = control.tf([1,1],[1,4]) G2 = control.tf([1,2],[1,1,1.25]) G = control.series(2. 阅读全文
摘要:
import control import numpy as np import matplotlib.pyplot as plt G1 = control.tf([1,1],[1,4]) G2 = control.tf([1,2],[1,1,1.25]) G = control.series(2. 阅读全文