Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.See the recommended documentation of this function
sinc関数の標本
[x]=filt_sinc(n,fl)
標本の数
ローパスフィルタのカットオフ周波数(単位:Hz).
t=-(n-1)/2:(n-1)/2 (つまし,原点が中心)について, 関数sin(2*pi*fl*t)/(pi*t)の標本をn個計算します.
t=-(n-1)/2:(n-1)/2
sin(2*pi*fl*t)/(pi*t)
plot(filt_sinc(100,0.1))