Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
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)
.
Examples
Report an issue | ||
<< canon | Model Transformation | colregul >> |