Empirical Mode Decomposition (EMD)
Also known as: EMD, Intrinsic Mode Decomposition, Adaptive Signal Decomposition, Ampirik Mod Ayrıştırma
Empirical Mode Decomposition (EMD) is a fully data-driven, adaptive method for decomposing nonlinear and non-stationary time series into a finite set of oscillatory components called Intrinsic Mode Functions (IMFs), plus a monotonic residue. Introduced by Norden E. Huang and colleagues at NASA in 1998, EMD requires no predefined basis functions and derives all components directly from the signal itself, making it fundamentally different from Fourier or wavelet transforms.
Read the full method
Sign in with a free account to read this section.
Method map
The neighbourhood of related methods — select a node to explore.
When to use it
EMD is the appropriate choice when analysing signals that are both nonlinear and non-stationary, such as biomedical recordings (EEG, ECG), seismic traces, financial time series, or mechanical vibration data, where Fourier-based methods violate the stationarity assumption. The method imposes no linearity or stationarity constraints and needs no user-specified basis. However, it suffers from mode mixing when signals contain components of similar amplitude and frequency, and it has no firm theoretical foundation guaranteeing unique decomposition. For signals with sharply defined frequency bands, Variational Mode Decomposition may be preferred.
Strengths & limitations
- Fully adaptive: derives basis functions directly from the data with no user-specified parameters
- Handles nonlinear and non-stationary signals that violate Fourier and wavelet assumptions
- Provides a complete, exact reconstruction of the original signal
- Pairs naturally with the Hilbert transform to yield instantaneous frequency and amplitude via the Hilbert-Huang Transform
- Mode mixing: components with similar frequency or amplitude can end up in the same IMF or split across multiple IMFs
- Lack of a rigorous mathematical theory; no proven orthogonality or unique decomposition guarantee
- End effects: cubic spline extrapolation near signal boundaries can introduce artefacts
- Computationally more expensive than FFT and does not generalise straightforwardly to two-dimensional or multivariate signals without extensions (BEMD, MEMD)
Frequently asked
How does EMD differ from wavelet decomposition?
Wavelet decomposition uses fixed, predefined mother wavelets chosen by the analyst, which constrains the analysis to those basis shapes and fixed dyadic frequency bands. EMD is fully data-driven: it extracts IMFs whose waveform, instantaneous frequency, and amplitude all vary in time according to the signal itself, making it more flexible for truly nonlinear and non-stationary data. However, wavelets have a rigorous mathematical framework that EMD currently lacks.
What is mode mixing and how can it be reduced?
Mode mixing occurs when an IMF contains oscillations of widely different frequencies, or when a single oscillatory mode spreads across multiple IMFs. It typically arises when signal components have similar amplitudes or the signal contains intermittent events. Ensemble EMD (EEMD) and CEEMDAN address this by averaging over multiple EMD trials applied to the signal with added white noise, statistically separating overlapping modes.
Is EMD suitable for multivariate or multichannel signals?
Standard EMD is defined for univariate scalar signals. Multivariate EMD (MEMD) extends the algorithm to multichannel data by computing envelopes in a higher-dimensional space using projections along multiple directions. MEMD preserves inter-channel alignment of IMFs, making it appropriate for EEG, MEG, or other sensor-array recordings where frequency coherence across channels is scientifically important.
Sources
- Huang, N. E., et al. (1998). The empirical mode decomposition and the Hilbert spectrum for nonlinear and non-stationary time series analysis. Proceedings of the Royal Society A, 454(1971), 903–995. DOI: 10.1098/rspa.1998.0193 ↗
How to cite this page
ScholarGate. (2026, June 2). Empirical Mode Decomposition (EMD). ScholarGate. https://scholargate.app/en/signal-processing/empirical-mode-decomposition
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- Fourier TransformSignal Processing↔ compare
- Hilbert-Huang TransformSignal Processing↔ compare
- Variational Mode DecompositionSignal Processing↔ compare