Skip to content

Haotian-Shi-cyber/dnf_int_noise_removal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Neuronal Filter (DNF)

DOI

Prerequisites Libraries and packages

sudo add-apt-repository ppa:berndporr/dsp

sudo apt-get install iir1-dev

  1. Install openCV library by running:

sudo apt install libopencv-dev -y

  1. Install boost library by running:

sudo apt-get install libboost-all-dev

  1. And make sure you have cmake installed.

How to compile

Type:

cmake .

to create the makefile and then

make

to compile the library and the demos.

Installation

sudo make install

Documentation

Applications

  • eeg_filter: removes noise from EEG (release)
  • ecg_filter: removes noise from ECG (alpha version)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published