cls2dls
bilinear transform
Syntax
sl1 = cls2dls(sl, T) 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
See also
Report an issue | ||
<< canon | Model Transformation | colregul >> |