Skip to content
#

ppg

Here are 31 public repositories matching this topic...

NeuroKit
DominiqueMakowski
DominiqueMakowski commented Jan 18, 2020

Examples ideas

Examples are short, specific and self-contained articles about specific topics or possibilities.

  • Understanding NeuroKit: how to see what a function does in the docs, then its code on github, then where is the code located on your machine, and where you can try to make changes/fixes
  • How to contribute: once some change/fixes are mde, how to push back to
jonathanjfshaw
jonathanjfshaw commented Apr 15, 2020

AFAICS from the docs this should work:

    - id: my_apply
      module: timeflux.nodes.apply
      class: ApplyMethod
      params:
        func: abs

but it fails with Node 'my_apply': __init__() missing 1 required positional argument: 'method', because the signature is

    def __init__(self, method, apply_mode='universal',
                 axis=0, closed='right', func=No

Code to estimate HR from PPG signals using Subspace Decomposition and Kalman filter for the dataset of 22 PPG recordings provided for the 2015 IEEE Signal Processing Cup (SP Cup) competition. The traces are stored in folder 'DATABASE'. Please cite this publication when referencing this material: "Measuring Heart Rate During Physical Exercise by Subspace Decomposition and Kalman Smoothing", IEEE Transaction on Instrumentation & Measurement.

  • Updated Oct 16, 2017
  • MATLAB
matgbar
matgbar commented Sep 15, 2019

SCENARIO: ALEX or LOGAN is using IBI_VizEdit and they need assistance in understanding what information they can pass to the application when they launch the application

GIVEN: ALEX or LOGAN has a question about the properties of the IBI_VizEdit::run_app() function

WHEN: They run ?IBI_VizEdit::run_app()

THEN: The complete documentation for the function should be displaye

Improve this page

Add a description, image, and links to the ppg topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ppg topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.