Вы находитесь на странице: 1из 8

CONTROL ENGINEERING Series

Mathematical Models of Systems


2nd Class

Mohammad Faizun Islamic University of Indonesia Yogyakarta

RLC Network Modeling (Electrical)

RLC Network Modeling (Electrical)


Since,

Recall

Laplace Transform
RLC Network

L = inductance (H), C = capacitance (F), R = Resistance ()

Example of

RLC Networks
Find the transfer function G(s) for the RLC network shown in figure below!

R1= 100 C1= 2,2 x 10-5 L1 = 10-3

Answer

iLaplace Matlab Code


clear clc syms s t G = 4.54*10^7/(s^2+10^5*s+4.54*10^7) g = ilaplace(G) pretty (g) t = linspace (0,0.01,100); g = eval(vectorize(g)); plot(t,g)

Graph over Time

Вам также может понравиться