- Install the IIR and FIR filter libraries
Installation instructions are in these repositories:
- Install openCV library by running:
Linux: sudo apt install libopencv-dev
, Mac: brew install opencv
- Install boost library by running:
Linux: sudo apt-get install libboost-dev
, Mac: is included in opencv
- 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 real EEG data (release)
- eeg_sim: removes noise from simulated EEG data (release)