June 2015
Beginner
348 pages
8h 44m
English
Let's plot the Kaiser window:
kaiser() function:window = np.kaiser(42, 14)
plt.plot(window) plt.show()
The Kaiser window appears as follows:

We plotted the Kaiser window with the NumPy kaiser() function.
Read now
Unlock full access