Scilab-Branch-6.1-GIT
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
双線形変換
呼び出し手順
[sl1]=cls2dls(sl,T [,fp])
引数
- sl,sl1
線形システム (
syslin
リスト)- T
実数, サンプリング周期
- fp
プリワープ周波数 (単位: Hz)
説明
sl=[A,B,C,D]
(syslin
リスト),
連続時間システム
cls2dls
は双線形変換s=(2/T)*(z-1)/(z+1)
により得られたサンプル値システムを返します.
例
参照
- horner — 多項式/有理数の評価
Report an issue | ||
<< canon | Model Transformation | colregul >> |