You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Dew.Signal.Units Namespace > Classes > SignalUtils Class > SignalUtils Methods > SignalUtils.KaiserBetaWindowAtt Method
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
SignalUtils.KaiserBetaWindowAtt Method

Returns beta parameter for frequency analysis with the Kaiser window.

Syntax
C#
Visual Basic
public static double KaiserBetaWindowAtt(double Att);

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-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!