Compute the Kaiser parameter beta, given the attenuation a.
a : float
The desired attenuation in the stopband and maximum ripple in the passband, in dB. This should be a positive number.
beta : float
The beta parameter to be used in the formula for a Kaiser window.
References
Oppenheim, Schafer, “Discrete-Time Signal Processing”, p.475-476.
scipy.signal.kaiser_atten
scipy.signal.kaiserord
Enter search terms or a module, class or function name.