Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tutorial: Data manipulation #13

Open
meta00 opened this issue Apr 22, 2021 · 1 comment
Open

Tutorial: Data manipulation #13

meta00 opened this issue Apr 22, 2021 · 1 comment
Assignees

Comments

@meta00
Copy link
Owner

meta00 commented Apr 22, 2021

Write a notebook to illustrate data manipulation functions, as follows:

  1. One example of splitting the whole data into subsegment using time splitting both ECG and PPG.
  2. A example splits data by frequency domain for ECG and PPG. Example uses different argument settings.
  3. One example to trim the first and the last n-minute data.
  4. One example of before and after removing the unchanged value of the n-continuous second.
  5. One example of removing invalid signal data (signal = 0 and other vital signs exceed the normal range).
  6. One example of removing invalid signal data using the frequency domain.
@Koaha
Copy link
Collaborator

Koaha commented Apr 23, 2021

Added a notebook example with the ECG data.
#TODO PPG data.
Note: Once implemented cut method, use the cut method for example 4,5,6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants