Scilab 5.5.2
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
filt_sinc
sinc関数の標本
呼び出し手順
[x]=filt_sinc(n,fl)
引数
- n
標本の数
- fl
ローパスフィルタのカットオフ周波数(単位:Hz).
- x
sinc関数の標本
説明
t=-(n-1)/2:(n-1)/2 (つまし,原点が中心)について,
関数sin(2*pi*fl*t)/(pi*t)の標本をn個計算します.
参照
- sincd — デジタル sinc関数または Direchlet カーネル
| Report an issue | ||
| << fftshift | Signal Processing | frfit >> |
