Scilab 5.3.0
- Scilab Online Help
- Signal Processing
- How to
- Signal
- analpf
- bilt
- buttmag
- casc
- cepstrum
- cheb1mag
- cheb2mag
- chepol
- convol
- corr
- cspect
- czt
- detrend
- dft
- ell1mag
- eqfir
- eqiir
- faurre
- ffilt
- fft
- fft2
- fftshift
- filt_sinc
- filter
- find_freq
- findm
- frfit
- frmag
- fsfirlin
- group
- hank
- hilb
- hilbert
- iir
- iirgroup
- iirlp
- intdec
- jmat
- kalm
- lattn
- lattp
- lev
- levin
- lindquist
- mese
- mfft
- mrfit
- %asn
- %k
- %sn
- phc
- pspect
- remez
- remezb
- rpem
- sincd
- srfaur
- srkf
- sskf
- syredi
- system
- trans
- wfir
- 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
iirgroup
IIRフィルタの群遅延Lp最適化
呼び出し手順
[lt,grad]=iirgroup(p,r,theta,omega,wt,td) [cout,grad,ind]=iirlp(x,ind,p,[flag],lambda,omega,ad,wa,td,wt)
パラメータ
- r
フィルタの極およびゼロの絶対値のベクトル
- theta
フィルタの極およびゼロの偏角のベクトル
- omega
フィルタ仕様を指定する周波数
- wt
関数および群遅延の重み
- td
指定する群遅延
- lt, grad
基準および傾きの値
説明
IIRフィルタを群遅延のLp基準に基づき最適化します. (Rabiner & Gold pp270-273).
<< iir | Signal Processing | iirlp >> |