Kaiser window

The Kaiser window is formed by the Bessel function.

Note

Bessel functions are solutions of the Bessel differential equations (see http://en.wikipedia.org/wiki/Bessel_function).

The formula is as follows:

Kaiser window

Here I0 is the zero order Bessel function. The NumPy kaiser() function returns the Kaiser window. The first parameter is the number of points in the output window. If this number is 0 or less than 0, the function returns an empty array. The second parameter is the beta.

Get NumPy : Beginner's Guide - Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.