Skip to content

Categories

On this page

Iterative Filtering

Iterative Filtering

Iterative Filtering (IF) and Empirical Mode Decomposition (EMD) are both signal processing techniques used to decompose a signal into its underlying components or modes. However, there are some differences between these two methods.

  1. Principle:

EMD is based on the assumption that any complicated signal can be represented as a sum of intrinsic mode functions (IMFs), each with a different frequency and timescale. The decomposition of the signal into these IMFs is done through a sifting process, in which the signal is repeatedly decomposed into its local mean and local oscillatory component until a set of IMFs is obtained.

IF, on the other hand, is based on the assumption that the signal can be decomposed into a small number of modes that can be estimated iteratively. It uses a recursive filtering approach to estimate the modes of the signal.

  1. Adaptiveness:

EMD is an adaptive method, meaning that it is designed to adapt to the local features of the signal. It decomposes the signal into a set of IMFs that capture the local behavior of the signal at different scales.

IF is also an adaptive method, but it is less flexible than EMD. It decomposes the signal into a small number of modes that are estimated iteratively, but it does not adapt to the local features of the signal as well as EMD.

  1. Computational complexity:

EMD can be computationally expensive, especially for signals with a large number of data points. The sifting process used in EMD involves many iterations, and each iteration requires a lot of computational resources.

IF, on the other hand, is less computationally expensive than EMD, as it uses a recursive filtering approach that is less intensive than the sifting process used in EMD.

  1. Noise robustness:

EMD is generally less robust to noise than IF. The sifting process used in EMD can be sensitive to noise, which can lead to the generation of spurious modes or IMFs.

IF is more robust to noise than EMD, as it uses a recursive filtering approach that can suppress noise.

In summary, while both IF and EMD are useful methods for signal decomposition, they differ in their underlying principles, adaptiveness, computational complexity, and noise robustness.

References

Edit this page
Last updated on 4/3/2023