You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
Hi @ball-hayden,
Indeed, those parameters are dependent on the sample rate, and should be passed as input arguments. I'll look into changing the code, unless you want to submit a Pull Request?
Should they be input arguments, or should they be calculated from the supplied sample rate (like size and wrange are)? If so, would 0.15 * sample_frequency make sense?
I think they should be calculated from the sample rate, as is done with 'sm_size', but probably have all those parameters adjustable as input arguments.
I'm struggling a little bit to understand what's going on, so it may be that I'm barking up the wrong tree.
I'm using data from physionet.org, and have found that find any onsets in bvp data I have to adjust
d2_th
(https://github.com/PIA-Group/BioSPPy/blob/master/biosppy/signals/bvp.py#L128).Should I be needing to do this? I am using a significantly lower sample rate (125Hz), so perhaps it could be related to that?
Thanks for the great library!
The text was updated successfully, but these errors were encountered: