Scilab 6.0.0
Ajuda do Scilab >> CACSD > Model Transformation > cls2dls
cls2dls
bilinear transform
Syntax
[sl1]=cls2dls(sl,T [,fp])
Arguments
- sl,sl1
linear systems (
syslin
lists)- T
real number, the sampling period
- fp
pre-warning frequency in hertz
Description
given sl=[A,B,C,D]
(syslin
list),a continuous time system
cls2dls
returns the sampled system obtained by the
bilinear transform s=(2/T)*(z-1)/(z+1)
.
Comments
Add a comment:
Please login to comment this page.