PIA-Group / BioSPPy

Biosignal Processing in Python
Other
573 stars 274 forks source link

Paper reference of how the bvp algorithm was implemented #36

Closed qiriro closed 6 years ago

qiriro commented 6 years ago

I am trying to understand how BVP peaks are detected. Is the BVP onsets detection algorithm based on any published work? If there is, I would love to read it to make sense of how the algorithms were implemented.

capcarr commented 6 years ago

Hi @Qiriro The algorithm is based on this paper: http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.309.3442&rep=rep1&type=pdf

I'll update the docstrings.