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
Thanks for the awesome package! One small issue I spotted: the threshold_filter function seems to only filter values where the RRI is greater than $\text{local median} + \text{threshold}$, but not where it is smaller than $\text{local median} - \text{threshold}$:
Thanks for the awesome package! One small issue I spotted: the$\text{local median} + \text{threshold}$ , but not where it is smaller than $\text{local median} - \text{threshold}$ :
threshold_filter
function seems to only filter values where the RRI is greater thanhrv/hrv/filters.py
Line 216 in 3f813f6
Only for the values in the very first local window, the filtering happens in both directions:
hrv/hrv/filters.py
Line 222 in 3f813f6
The text was updated successfully, but these errors were encountered: