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

Exponential window.

Pascal
function ExponentWindow(const Src: TVec; Att: double; Index: integer = 0; Len: integer = -1): TVec; overload;

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.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!