You are here: Symbol Reference > SignalUtils Namespace > Functions > SignalUtils.KaiserBetaWindowAtt Function
DSP Master VCL
ContentsIndex
PreviousUpNext
SignalUtils.KaiserBetaWindowAtt Function

Returns beta parameter for frequency analysis with the Kaiser window.

Pascal
function KaiserBetaWindowAtt(Att: double): double; overload;

Compute Beta parameter for the Kaiser window applied to the signal, where spectral leakage is attenuated at least Att decibels. Attenuation is estimated from ripple as: 

 

Att[dB] = -20*Log10(Ripple);

Ripple = Exp10(Att/-20);
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!