qm-dsp 1.8
KaiserWindow.cpp File Reference
#include "KaiserWindow.h"
#include "maths/MathUtilities.h"
Include dependency graph for KaiserWindow.cpp:

Go to the source code of this file.

Functions

static double besselTerm (double x, int i)
static double bessel0 (double x)

Function Documentation

◆ besselTerm()

double besselTerm ( double x,
int i )
static

Definition at line 34 of file KaiserWindow.cpp.

References MathUtilities::factorial().

Referenced by bessel0().

◆ bessel0()

double bessel0 ( double x)
static

Definition at line 44 of file KaiserWindow.cpp.

References besselTerm().

Referenced by KaiserWindow::init().