A realtime noise reduction filter using deep networks in autoencoder configuration.
https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0277974
-
Make sure you have
cmakeand a c++ compiler installed. -
Libtorch
- Intel architectures: Get libtorch from the PyTorch homepage. Add
CMAKE_PREFIX_PATH=/path/to/libtorchpointing to the libtorch directory as an environment variable. - ARM Debian (Raspberry PI): just do
apt install libtorch-devand you are all set!
Type:
cmake .
to create the makefile and then
make
to compile the library and the demos.
sudo make install
Doxygen generated documentation
Simple instructional example which removes 50Hz from an ECG.
- Bernd Porr
- Sama Daryanavard

