Wavelet analysis provides a time-frequency representation of signals with adaptive resolution: fine frequency resolution at low frequencies and fine time resolution at high frequencies. This makes it superior to the Short-Time Fourier Transform (STFT) for analyzing transient events, non-stationary machinery signals, and impulsive phenomena such as bearing impacts and gear tooth cracks.
The CWT correlates the input signal with scaled and shifted versions of a mother wavelet ψ(t):
where a is the scale parameter (inversely related to frequency), b is the time shift, and ψ* is the complex conjugate of the mother wavelet. The result is a two-dimensional map of wavelet coefficients showing how the signal's frequency content evolves over time.
Unlike the STFT, which uses a fixed window size, the CWT automatically adapts its resolution:
| Property | STFT | CWT |
|---|---|---|
| Window size | Fixed for all frequencies | Adapts with scale (frequency) |
| Low-frequency resolution | Limited by window length | Excellent (long effective window) |
| High-frequency time localization | Limited by window length | Excellent (short effective window) |
| Heisenberg constraint | Δt · Δf = const | Δt · Δf = const (but optimally distributed) |
| Best suited for | Stationary or slowly varying signals | Transients, impacts, non-stationary signals |
V-Listen supports the following mother wavelets, each with different characteristics:
| Wavelet | Type | Properties | Typical Use |
|---|---|---|---|
| Morlet | Complex, continuous | Gaussian-windowed sinusoid. Excellent frequency resolution. Adjustable bandwidth via parameter ω0 (default 6). | General-purpose time-frequency analysis, vibration monitoring |
| Daubechies (db4–db20) | Real, orthogonal | Compact support. Higher order = smoother wavelet, longer support. Orthogonality enables energy-preserving decomposition. | Multiresolution analysis, denoising, feature extraction |
| Symlet (sym4–sym20) | Real, near-symmetric | Modified Daubechies with improved symmetry. Reduced phase distortion. | Signal reconstruction, minimal-distortion filtering |
| Mexican Hat | Real, continuous | Second derivative of Gaussian. Good time localization, moderate frequency resolution. | Edge and singularity detection, impact identification |
| Parameter | Range / Options | Description |
|---|---|---|
| Mother Wavelet | Morlet / Daubechies / Symlet / Mexican Hat | Select the analyzing wavelet. |
| Wavelet Order | 1 – 20 (for Daubechies/Symlet) | Controls smoothness and support length. |
| Frequency Range | Auto / Manual (Hz) | Minimum and maximum analysis frequencies. |
| Voices per Octave | 4 / 8 / 16 / 32 | Number of frequency steps per octave. Higher values give finer frequency resolution at the cost of computation time. |
| Time Range | Full / Selection | Analyze the entire recording or a selected region. |
| Display Scale | Linear / Log / dB | Color map amplitude scaling for the scalogram. |
The primary output is a scalogram — a color-coded map with time on the horizontal axis and frequency (or scale) on the vertical axis. The color intensity represents the magnitude of the wavelet coefficients at each time-frequency point.
Impulsive events from bearing defects excite structural resonances as short bursts of high-frequency energy. The CWT localizes these bursts precisely in time while simultaneously identifying their frequency content. This is especially valuable for:
A cracked gear tooth produces a brief transient disturbance once per revolution. The CWT reveals this as a localized region of elevated coefficients at the mesh frequency band, recurring at the shaft rotation period.
During speed transients, resonances are excited briefly as the operating speed sweeps through them. The CWT's adaptive resolution captures these transient resonance responses more accurately than the fixed-resolution STFT.
© 2026 V-Listen. All Rights Reserved.