How to evaluate the denoising effect of the filter?

If two filters are used, how to evaluate the filtering effect 1 ?


In order to obtain a high-quality denoised signal, it is necessary to evaluate the filtering effect of the filter, and select the filter with the best denoising effect to denoise the original signal. Generally, the signal-to-noise ratio and peak signal-to-noise ratio are used to quantify the evaluation of the filter. The larger the value of the signal-to-noise ratio and peak signal-to-noise ratio, the better the denoising effect .


1、信噪比
S N R = 10 ∗ 1g ⁡ ( ∑ n = 1 N y 2 ( n ) [ x ( n ) − y ( n ) ] 2 ) SNR=10* \operatorname{1g}\left(\sum_{n=1}^N\frac{y^2\left(n\right)}{\left[x\left(n\right)-y\left(n\right)\right]^2}\right) SNR=101g(n=1N[x(n)y(n)]2y2(n))
x ( n ) : x(n): x(n): original signal;

y ( n ) : y(n):and ( n ): signal after denoising;


2.
PSNR = 10 log ⁡ ( ( 2 n − 1 ) 2 MSE ) PSNR=10\log\left(\frac{\left(2^n-1\right)^2}{MSE}\ right)PSNR=10log(MSE(2n1)2)
M S E : MSE: MSE: the mean square error of the original signal to the denoised signal;


Example:

Comparing Table 3-2, 3-3 with Table 3-4, 3-5, wavelet threshold denoising is better than FIR filter in terms of signal-to-noise ratio and peak signal-to-noise ratio. So this paper chooses the wavelet threshold filter to denoise the pulse wave and ECG signal.

insert image description here

insert image description here


reference:


  1. Zheng Yi. Research on Extraction Method of Pulse Wave Feature Parameters[D].Xi'an University of Technology,2021.DOI:10.27398/d.cnki.gxalu.2021.000362. ↩︎

Guess you like

Origin blog.csdn.net/KPer_Yang/article/details/130545589