Forum: help


RE: Duplicates [ Reply ] By: Toby L on 2020-11-14 00:56 | [forum:48459] |
Hi, I was confused about the filtering of the duplicates as well - until I realized that I loaded the wrong data - did you load the 'beat position' as you should? There cannot be a beat at the same time (hence the removal of the time duplicates). |
RE: Duplicates [ Reply ] By: Constantino Antonio on 2020-05-25 06:05 | [forum:47803] |
The LoadBeatVector takes as argument the heartbeats positions in time, and not the HR. The function eliminates duplicated values since it is impossible to have two differente heartbeats in the same position. Hope this helps Regards |
Duplicates [ Reply ] By: my own on 2020-05-24 20:28 | [forum:47802] |
When using LoadBeatVector, why do filter based on duplicates? One would reckon that for a stable HR, many beats would be quite similar and not an artefact that should be filtered away. At least for me, it would be nice to have this filtering as an argument which i can turn on/off. |