Identifying Impulse Response Function from State Equations

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 4K views
khedira
Messages
11
Reaction score
0
Hi,

given the state equations of a system,

x(dot) = Ax + Bu
y = Cx

is the impulse response function of this system C(e^(At))B? If not, how can i identify the impulse response from a given state equations? Please advise. Thank you.
 
Physics news on Phys.org
khedira said:
Hi,

given the state equations of a system,

x(dot) = Ax + Bu
y = Cx

is the impulse response function of this system C(e^(At))B? If not, how can i identify the impulse response from a given state equations? Please advise. Thank you.
What you have written makes no sense. I recognize that "x(dot)" is the derivative of x with respect to t but do you mean to have a "dot" next to the y in the next line? And what is "u"? Was that supposed to be y?

That is, is the problem really
[tex]\frac{dx}{dt}= Ax+ By[/tex]
[tex]\frac{dy}{dt}= Cx[/tex]
?
 
HallsofIvy said:
What you have written makes no sense. I recognize that "x(dot)" is the derivative of x with respect to t but do you mean to have a "dot" next to the y in the next line? And what is "u"? Was that supposed to be y?

That is, is the problem really
[tex]\frac{dx}{dt}= Ax+ By[/tex]
[tex]\frac{dy}{dt}= Cx[/tex]
?

Oh so sorry, i thought what i have given is the general representation of a state space equation, where x is the state variable, u is the input and y is the output. and yes, "x(dot)" is the derivative of x with respect to t but y is just y.