V-Listen — Professional NVH Signal Analysis Platform Request Beta Access →

Power Spectral Density (PSD)

Power Spectral Density describes the distribution of signal power as a function of frequency, normalized per unit bandwidth. Unlike the Auto Spectrum (which depends on the FFT block size), the PSD provides a bandwidth-independent representation that enables direct comparison between measurements made with different frequency resolutions.

Definition

The PSD is obtained by dividing the Auto Spectrum (power spectrum) by the effective noise bandwidth (ENBW) of the analysis:

Sxx(f) = |X(f)|² / (ENBW · Δf)

The ENBW accounts for the broadening effect of the window function. For a Hanning window, ENBW = 1.5 · Δf. The resulting PSD has units of power per hertz, for example Pa²/Hz for sound pressure or (m/s²)²/Hz for acceleration.

The ENBW correction factor is 1.5 for the Hanning window. Omitting or double-applying this factor introduces a systematic error of approximately 1.76 dB (= 10 · log10(1.5)). If you observe this offset, check whether the ENBW normalization is applied correctly.
Magnitude Frequency (Hz) Auto Spectrum (bin-normalized) PSD (per-Hz normalized) ÷ Δf

Relationship to the FFT / Auto Spectrum

The Auto Spectrum and the PSD contain the same information but differ in normalization:

PropertyAuto SpectrumPSD
NormalizationPer frequency binPer Hz
Units (acoustic)Pa²Pa²/Hz
Units (vibration)(m/s²)²(m/s²)²/Hz
Depends on ΔfYesNo
Integration over bandSum of binsIntegral yields total power

To convert from Auto Spectrum to PSD, divide each bin value by the frequency resolution Δf (after ENBW correction). Conversely, to recover the Auto Spectrum from the PSD, multiply by Δf.

Parameters

The PSD shares all parameters with the FFT analysis. The only additional consideration is the normalization mode:

ParameterOptionsDescription
Spectrum Size256 – 65536Determines the frequency resolution Δf = fs/N.
Overlap0% – 95%Block overlap percentage.
Window TypeHanning, Hamming, Flat Top, etc.Each window has a different ENBW correction factor.
AveragingLinear / ExponentialAveraging mode for variance reduction.
Output ScalingPSD / ASDPSD in power/Hz; ASD (Amplitude Spectral Density) is the square root of PSD.

Use Cases

Random Vibration Testing

PSD is the standard representation for random vibration profiles in environmental testing (MIL-STD-810, ISO 16750). Test specifications define the required acceleration PSD as a piecewise function of frequency, and control systems regulate the shaker output to match this target profile.

Noise Floor Characterization

Because the PSD is independent of frequency resolution, it provides a consistent measure of the noise floor of a measurement system. Comparing PSD values at different block sizes verifies that the system noise is correctly characterized.

Broadband Energy Comparison

When comparing the energy content of two signals across a specific frequency band, integrate the PSD over that band:

Pband = ∫f1f2 Sxx(f) df

This integral is independent of the FFT resolution used, making PSD ideal for standardized comparisons.

Practical Tips

Do not confuse PSD with the Energy Spectral Density (ESD), which is used for transient signals and has units of energy per Hz (e.g., Pa²·s/Hz). The PSD applies to stationary signals with defined power.

© 2026 V-Listen. All Rights Reserved.