ECG Denoising: Code

This code is for GNU Octave (version>=3.2) with the package Signal and its dependencies.

There are two versions:

  • most simple: runs exclusively with Octave m-files, it is very slow
  • Cuda version: requires Cuda compatible hardware and software(available from NVIDIA) , is  very fast (if you compare with the other version, but it took me about 5 hours to train the network,  for each record).
Download Code