Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.5.0 - Português

Change language to:
English - Français - 日本語 - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Ajuda do Scilab >> Processamento de Sinais > miscellaneous > sincd

sincd

digital sinc function or Direchlet kernel

Calling Sequence

[s]=sincd(n,flag)

Arguments

n

integer

flag

if flag = 1 the function is centred around the origin; if flag = 2 the function is delayed by %pi/(2*n)

s

vector of values of the function on a dense grid of frequencies

Description

function which calculates the function Sin(N*x)/N*Sin(x)

Examples

plot(sincd(10,1))
Report an issue
<< jmat miscellaneous spectral_estimation >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Fri Apr 11 14:18:12 CEST 2014