Steps from state space to transfer function

Click For Summary
The discussion centers on the conversion of state space representations to transfer functions, specifically addressing the differences between derivative and linear forms. The formula for the transfer function, Transfer function = C*[SI-A]^-1*B, is confirmed as applicable to both forms. Participants express confusion regarding the necessity of Laplace transforms in these conversions, particularly for continuous time systems. The conversation also touches on the relevance of z-transforms for discrete systems. Ultimately, clarity is sought on whether Laplace transforms are required in the process of deriving transfer functions from both linear and continuous forms.
Std
Messages
4
Reaction score
0
Homework Statement
What is the diffetence between steps of solving the question
x'= [matrix values]x +[vector values]u
and solving the question
x(k)=[matrix values]x(k-1) + [vector values]u
Relevant Equations
Transfer function= c*[SI-A]^-1*B
I mean the first question has derivative form and the second is linear form so what the difference here in steps of converting both to transfer function... please need some ellaboration to make sure i am solving correctly or not... is it correct to apply the same rule on both:
Transfer function= c*[SI-A]^-1*B
And when do we need to use laplace ?
 
Physics news on Phys.org
Laplace transforms are used (mostly) for continuous time systems.
Have you studied z-transforms yet?
 
  • Like
Likes Std
Thx for the reply... actually i am studying it from online resources and what i found for both cases are
246631
246632


So i cannot tell the difference between steps of both linear and continous... they seem similar to me... and no laplace is used in those steps and that is what is confusing me ... so is there laplace in any step that i missed here? Thanks again 4 ur help
 
For example do these two questions have same steps of getting their transfer functions
246635


246636


I mean what i did for both is getting
Transfer fun= C*[SI-A]-1*B
Am i correct?
 
Greetings to all, I am writing with a question regarding graph generation in LTSpice. I am using LTSpice XVII and am trying to plot AM-AM and AM-PM characterization for a power amplifier, but I haven't been successful yet, likely due to my lack of practice with this specific analysis. I have been using a square wave input at 8.2 MHz as the voltage waveform for my power amplifier. It is said that for a switching amplifier like Class-D, the AM-AM / AM-PM (amplitude-to-amplitude and...
Thread 'How do I determine the resistance for RLC low pass filter?'
Hi, I am trying to build a RLC low pass filter that atenuates the frequency below 4500 Hz. However, I have encountered some problem when choosing the correct R to work with. Here is the Circuit Here is the original sound. Here is my code in Matlab function Vout = myFilterCircuit(Vin,h) n_V = length(Vin); f_7 = 4470;; % Undesired frequency h_7 = h; % delta time % These are for the constant and initialization of the variables t_7 = 0:h_7:(n_V-1)*h_7; % This is the independent variable...