Scilab 5.4.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
casc
係数からフィルタのカスケード実現を作成
呼び出し手順
[cels]=casc(x,z)
パラメータ
- x
(4xN)-行列. この各列は1つのカスケード要素で, その最初の2列のエントリは分子の係数,次の2列のエントリは 分母の係数です
- z
カスケード変数を表す文字列
- cels
結果のカスケード表現
説明
係数の行列からフィルタのカスケード実現を作成します (ユーティリティ関数).
例
x=[1,2,3;4,5,6;7,8,9;10,11,12] cels=casc(x,'z')
Report an issue | ||
<< buttmag | filters | cheb1mag >> |