Skip to main content
. 2022 Sep 1;22(17):6602. doi: 10.3390/s22176602
Algorithm 1: The workflow of new method
Input:y(t), δ, ε
Output:y(t)
Procedure:
 Decompose y(t) to n modes by CEEMD
the decomposed modes are denoted as imfi(t) (i=1,2,n)
For i=1:n
Determine the correlation coefficient between imfi(t) and the original signal
the correlation coefficient is denoted as ρi
If ρi<δ
  Discard imfi(t)
 Else
  Determine the multi-scale arrangement entropy of imfi(t)
  the multi-scale arrangement entropy is denoted as MPE(i)
  If MPE(i)>ε()
   Bilateral filtering is needed to denoise
  Else
   Remain original imfi(t)
Reconstruct the denoised signal y(t).