SignalUtils.ExponentWindow Method

TVec ExponentWindow(TVec Src, Double Att, Int32 Index, Int32 Len)

Exponential window.

#NameTypeDescription
1SrcTVecsource TVec
2AttDoublescalar
3IndexInt32start index
4LenInt32element count

Returns: TVec

Remarks:

Applies Exponential window to Src. Exponential window is used with impulse responses to attenuate noise. With impulse response, the noise is present throughout the signal and its average value is higher then the value of the signal because the signal has a much shorther duration. Because the noise is broadband, the modal frequency might not show up in the frequency spectrum or it would be very small, if the signal would not be windowed with an exponential window.

See Also: SignalUtils.Kaiser, SignalUtils.SignalWindow