paulvangentcom / heartrate_analysis_python

Python Heart Rate Analysis Package, for both PPG and ECG signals
MIT License
935 stars 322 forks source link

frequency estimations #38

Closed hpfisher3 closed 4 years ago

hpfisher3 commented 4 years ago

Are the frequency estimations computed from the timeseries signal, or by an interpolated signal constructed from the peak R-R annotations?

paulvangentcom commented 4 years ago

From the interpolated R-R series. If we take frequency spectra from the timeseries signal, we'll just get regular BPM (expressed in Hz) back!