sudo add-apt-repository ppa:berndporr/dsp
sudo apt-get install iir1-dev
- Install openCV library by running:
sudo apt install libopencv-dev -y
- Install boost library by running:
sudo apt-get install libboost-all-dev
- And make sure you have
cmake
installed.
Type:
cmake .
to create the makefile and then
make
to compile the library and the demos.
sudo make install
- Online: https://berndporr.github.io/deepNeuronalFilter/
- PDF: https://github.com/berndporr/deepNeuronalFilter/blob/main/docs/pdf/refman.pdf
- eeg_filter: removes noise from EEG (release)
- ecg_filter: removes noise from ECG (alpha version)