Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
sincd
デジタル sinc関数または Direchlet カーネル
呼び出し手順
[s]=sincd(n,flag)
引数
- n
整数
- flag
flag = 1
の場合,この関数は 原点を中心とします;flag = 2
の場合,この関数は%pi/(2*n)
だけ遅れます- s
周波数の密なグリッド上の関数の値のベクトル
説明
Sin(N*x)/N*Sin(x)
を計算する関数
例
plot(sincd(10,1))
Report an issue | ||
<< sinc | Special Functions | Statistics >> |