Coder Social home page Coder Social logo

Comments (5)

paulvangentcom avatar paulvangentcom commented on July 30, 2024

calc_fd_measures() and calc_ts_measures() both take already detected peak-peak intervals as input values to compute their statistics from, so no sample rate is required anymore for the time-series measures, as they describe the variation between peaks.

For the frequency domain measures, which describe the peak-peak variation over time in the frequency domain, intervals are placed on a ms-based timeline and interpolated. Since the base unit of the intervals is ms, doing so results in a timeline with 1-ms increments: 1000Hz.

Hope this answers your question

Cheers,
Paul

Cheers
Paul

from heartrate_analysis_python.

lzwang26 avatar lzwang26 commented on July 30, 2024

Dear Paul:

Thanks so much for your explanation! I've noticed that you use the rr_list to be the pointer and then the sample rate should be 1000. So doesn't it mean the sample rate of the PPG signal will not influence the frequency domain result?

Thanks!

from heartrate_analysis_python.

lzwang26 avatar lzwang26 commented on July 30, 2024

Dear Paul:

Sorry for asking again. I see there's an input called square_spectrum in the function calc_fd_measures. The default is True, but this input is never used in the function. Could you please tell me what this for? And what this will influence the result?

Thanks so much!

from heartrate_analysis_python.

paulvangentcom avatar paulvangentcom commented on July 30, 2024

Dear Paul:

Thanks so much for your explanation! I've noticed that you use the rr_list to be the pointer and then the sample rate should be 1000. So doesn't it mean the sample rate of the PPG signal will not influence the frequency domain result?

Thanks!

The frequency measures are computed on peak-peak intervals, which have nothing to do with the original PPG signal sample rate.

from heartrate_analysis_python.

paulvangentcom avatar paulvangentcom commented on July 30, 2024

Dear Paul:

Sorry for asking again. I see there's an input called square_spectrum in the function calc_fd_measures. The default is True, but this input is never used in the function. Could you please tell me what this for? And what this will influence the result?

Thanks so much!

Indeed, it seems that did not move correctly to the new refactor. It is because in some cases you'd want to square the frequency spectrum. I'll put that in an issue and get on it, thanks.

from heartrate_analysis_python.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.