Scilab 5.3.1
      
      - Scilab 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 2026.0.0. This page might be outdated.
See the recommended documentation of this function
frfit
周波数応答フィッティング
呼び出し手順
sys=frfit(w,fresp,order) [num,den]=frfit(w,fresp,order) sys=frfit(w,fresp,order,weight) [num,den]=frfit(w,fresp,order,weight)
パラメータ
- w
- 周波数 (Hz)のベクトル(正の実数) 
- fresp
- 周波数応答の複素ベクトル ( - wと同じ大きさ)
- order
- 整数 (指定する次数, - denの次数)
- weight
- 正の実数ベクトル (デフォルト値: - ones(w)).
- num,den
- 安定な多項式 
説明
sys=frfit(w,fresp,order,weight) は,
	周波数応答G(w(i))がfresp(i)に一致する,
	すなわち,freq(num,den,%i*w)がfrespに
	近くなるような,指定した次数orderの
	双安定の伝達関数 G(s)=sys=num/denを返します.
    weight(i)はw(i)に関する重みです.
例
参照
| << findm | Signal Processing | frmag >> |