Question: Suppose the input u = - K x + k r e f r is applied to the open - loop system x = A

Suppose the input
u=-Kx+krefr
is applied to the open-loop system
x=Ax+Bu
y=Cx+Du
Find K and kref that achieve a peak time of ptime and a peak overshoot of pover in the step
response with zero steady-state error. All problem data are given as follows:
matlab
import numpy asnp
A=np.array([[0.40,0.40],[-1.00,0.40]])
B=np.array([[0],[1]])
C=np.array([10])
D=np.array([0])
pTime =1.90
pOver =0.33
Suppose the input u = - K x + k r e f r is

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!