Step Response and Root Locus are give me different answers
    14 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Nélio Dias
 el 15 de Mayo de 2021
  
    
    
    
    
    Respondida: Paul
      
      
 el 15 de Mayo de 2021
            HI, thanks for reading my question. I have this transfer function
ans =
               (s+4)
  -------------------------------
  (s+73.34) (s+10) (s^2 + 4s + 8)
And I want the overshoot, so I used the rlocus function and got this 
*

So the gain, pole, damping, overshoot and frequency are all ok. But if I use the step response with gain of 6880, I will have this

the overshoot go to 32.6%. Then, I dont understand why this have different answers. What Im doing wrong?
0 comentarios
Respuesta aceptada
  Paul
      
      
 el 15 de Mayo de 2021
        The information in the datatip on the root locus plot is only applicable for a response defined by that pole location (and its conjugate if complex), not all of the closed loop poles. So in this case the data tip is giving the information for the step response of only those second order poles:
step(tf(9.88^2,[1 2*0.405*9.88 9.88^2]))
The overshoot is 25%.
0 comentarios
Más respuestas (0)
Ver también
Categorías
				Más información sobre Classical Control Design en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
