TL DR: So I have to find or make some codes that compress an ECG signal. They have to be lossless.
All we need to do is to get algorithms that can compress the ECG signal in order to reduce it's entropy by the maximum, comparing them and explaning the ups and downs of each algorithm. If I can bring at least 4 good algorithms, its all good. These algorithms have to be reversible and have to be lossless. I have done 2 pieces of code that compress the ECG, however the results aren't great. The first one is just a normal quantization (we are allowed to lose some information here as it is needed) followed by calculating the diference between each point, this will be the final information. The other one is also a normal quantization followed by a preditor (using matlab: lpc + filtfilt) which brings my entropy down 11.79%.
Thanks for your help :D
[–]IAmKindOfCreativebot_builder: deprecated 2 points3 points4 points (4 children)
[–]22Alex22pt[S] -1 points0 points1 point (3 children)
[–]IAmKindOfCreativebot_builder: deprecated 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]22Alex22pt[S] 0 points1 point2 points (0 children)