Kernels are used to smooth the periodogram by using a weighted moving average of nearby points. A smoothed periodogram is defined by the following equation:
where is the kernel or weight function. At the endpoints, the moving average is computed cyclically; that is,
The SPECTRA procedure supports the following kernels. They are listed with their default bandwidth functions.
Bartlett: KERNEL BART
Parzen: KERNEL PARZEN
Quadratic spectral: KERNEL QS
Tukey-Hanning: KERNEL TUKEY
Truncated: KERNEL TRUNCAT
A summary of the default values of the bandwidth parameters, c and e, associated with the kernel smoothers in PROC SPECTRA are listed in Table 2.
Figure 1: Kernels for Smoothing

For more information about the properties of these kernels, see Andrews (1991).