/dnf_int_noise_removal

Primary LanguageC++GNU General Public License v3.0GPL-3.0

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)