rhenanbartels / hrv

A Python package for heart rate variability analysis
BSD 3-Clause "New" or "Revised" License
198 stars 58 forks source link

Taking sampling rate into account #5

Closed DominiqueMakowski closed 7 years ago

DominiqueMakowski commented 7 years ago

I just realized that your functions did not take the sampling rate into account, and use a default of 1000Hz. I think it would be easy to fix to add a sampling_rate=1000 parameter to adjust the meaning of the RR intervals. Cheers!

DominiqueMakowski commented 7 years ago

Wait no my bad I didn't see that you adjust the RRis beforehand! Closing issue