Polynomial approximation of the zeroth order modified Bessel function. The algorithm is taken from [1]. The function is used to calculate the Kaiser-window via calcWindow.
function bessel0 extends Modelica.Icons.Function; input Real x; output Real y; end bessel0;
Date | Author | Comment |
---|---|---|
2002-07-10 | Nico Walther | Realization |