Scilab 6.0.0
- Scilabヘルプ
- Signal Processing
- Filters
- analpf
- buttmag
- casc
- cheb1mag
- cheb2mag
- convol
- ell1mag
- eqfir
- eqiir
- faurre
- ffilt
- filt_sinc
- filter
- find_freq
- frmag
- fsfirlin
- group
- hilbert
- iir
- iirgroup
- iirlp
- kalm
- lev
- levin
- lindquist
- remez
- remezb
- srfaur
- srkf
- sskf
- syredi
- system
- trans
- wfir
- wfir_gui
- wiener
- wigner
- window
- yulewalk
- zpbutt
- zpch1
- zpch2
- zpell
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 >> |