Scilab 5.4.1
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
zpbutt
バターワースアナログフィルタ
呼び出し手順
[pols,gain]=zpbutt(n,omegac)
パラメータ
- n
整数 (フィルタ次数)
- omegac
実数 (カットオフ周波数(Hz))
- pols
フィルタの極
- gain
フィルタのゲイン
説明
次数n,カットオフ周波数 omegacの
バターワースアナログフィルタを計算します.
伝達関数 H(s) は H(s)=gain/real(poly(pols,'s'))により
計算されます.
| Report an issue | ||
| << window | filters | zpch1 >> |