dirichlet_test


dirichlet_test, an Octave code which calls dirichlet(), which evaluates the Dirichlet kernel function, sometimes called the periodic sinc function. The function includes a parameter n, normally taken to be an integer. The function is defined by diric(x,n)=sin(0.5*n*x)/n/sin(0.5*x). Sample plots of these functions are made.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

dirichlet, an Octave code which evaluates the Dirichlet kernel function, sometimes called the periodic sinc function. The function includes a parameter n, normally taken to be an integer. The function is defined by diric(x,n)=sin(0.5*n*x)/n/sin(0.5*x). Sample plots of these functions are made.

Source Code:


Last revised on 08 July 2025.