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

Hamming window.

Pascal
function Hamming(const Src: TVec; WindowMode: TSignalWindowMode): TVec; overload;

Applies Hamming window to Src. Window functions are applied to the signal prior to conversion to frequency domain with the FFT algorithm, to reduce the spectral leakage. Their side-effect is a lower frequency resolution. Hamming window can be found in [1] p. 249

w[i] = 0.54 - 0.46*cos(2*Pi*i/(n-1))

0 <= i <= n-1

References:  

[1] Digital signal processing, Vinay K. Ingle and John G. Proakis, Brooks-Cole, 2000.

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