dirichlet_test


dirichlet_test, a Fortran90 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, a Fortran90 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 12 July 2025.