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

Blackman-Harris window.

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

Applies BlackmanHarris 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. 

w[n] := 0.42323 - 0.49755*cos(2*Pi*n/(n-1)) + 0.07922*cos(4*Pi*n/(n-1)) 

0 <= n <= M - 1

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