Skip to content

This repository contains the key function of the AFD based ECG denoising that has been introduced in "Adaptive Fourier decomposition based ECG denoising" (doi: 10.1016/j.compbiomed.2016.08.013)

Notifications You must be signed in to change notification settings

pikipity/AFD-based-ECG-Denoising

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AFD based ECG Denoising

This repository contains the key function of the AFD based ECG denoising. The AFD based ECG denoising has been introduced in "Adaptive Fourier decomposition based ECG denoising". These codes are implemented by MATLAB. When using these codes, please cite our paper. The license follows CC BY-NC-ND 4.0.

The AFD decomposes a signal according to its energy distribution, thereby making this algorithm suitable for separating pure ECG signal and noise with overlapping frequency ranges but different energy distributions. A stop criterion for the iterative decomposition process in the AFD is calculated on the basis of the estimated signal-to-noise ratio (SNR) of the noisy signal.

The detailed program of the AFD can be found in Toolbox-for-Adaptive-Fourier-Decomposition with an online demo.

Citation

If you use this repository, please cite the related paper:

@article{wang_adaptive_2016,
	title = {Adaptive {Fourier} decomposition based {ECG} denoising},
	volume = {77},
	doi = {10.1016/j.compbiomed.2016.08.013},
	journal = {Computers in Biology and Medicine},
	author = {Wang, Ze and Wan, Feng and Wong, Chi Man and Zhang, Liming},
	year = {2016},
	pages = {195--205},
}

Pseudocode

Pseudocode of AFD based ECG Denoising

ECG Enhancement Performance

ECG Enhancement Performance

About

This repository contains the key function of the AFD based ECG denoising that has been introduced in "Adaptive Fourier decomposition based ECG denoising" (doi: 10.1016/j.compbiomed.2016.08.013)

Topics

Resources

Stars

Watchers

Forks

Languages