Scilab 5.4.0
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
cheb1mag
1型チェビシェフフィルタの応答
呼び出し手順
[h2]=cheb1mag(n,omegac,epsilon,sample)
パラメータ
- n
整数 : フィルタ次数
- omegac
実数 :カットオフ周波数
- epsilon
実数 : 通過域のリップル
- sample
cheb1magを評価する周波数のベクトル- h2
サンプル点におけるチェビシェフI形フィルタ
説明
1型チェビシェフフィルタの二乗振幅応答.
omegac=通過域のエッジ.
epsilonは
1/(1+epsilon^2)=通過域のリップル,となるような
値です.
sampleは二乗振幅応答を求める周波数のベクトルです.
例
参照
- buttmag — バターワースフィルタの応答
| Report an issue | ||
| << casc | filters | cheb2mag >> |