[scilab-Users] Transfer function of RLC circuit and its simulation

Thiago Costa thiagoaax at gmail.com
Tue Apr 26 18:34:56 CEST 2011


Hello Reinaldo,

You can also use the polynomial definition:

 s = %s;
 Gs = 1/(s+1);
 y = csim('step',[0:0.1:10],Gs);
 plot(y)

[]'s
Thiago C.
--
LCAP/DESQ - Department of Chemical Systems Engineering
School of Chemical Engineering
University of Campinas (UNICAMP)
Av. Albert Einstein, 500, CEP 13083-852
Campinas-SP, Brazil
-
Tel (LCAP): 55-19-35213969
E-mail: thiagocosta at feq.unicamp.br

2011/4/26 Prof. Dr. Reinaldo Golmia Dante <tiraduvidascefet at yahoo.com>

>
> Hi Scilab users,
>
> I would like to simulate the RLC circuit in Scilab through its transfer
> function,
> but I don't know how to create the transfer function and use it on Scilab.
>
> I have Scilab 5.3.0.
>
> I appreciate your help.
>
> Thank you in advance.
>
> All best,
> Reinaldo.
>



--
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20110426/7a283e6e/attachment.htm>


More information about the users mailing list