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

Make sparsEDA return a tonic,phasic pair #965

Closed
wants to merge 31 commits into from

Conversation

stasinos
Copy link
Contributor

The sparseEDA algorithm decomposes the EDA into three components: the driver, the SCL (tonic), and MSE (residual).
This is incompable with eda_phasic() which expects a (tonic,phasic) pair, see also Issue #964 .

This PR resolves Issue #964 by making _eda_phasic_sparsEDA() return a (tonic,phasic) pair where tonic is SCL and phasic is the difference between the original signal and the tonic component detected by sparsEDA,

DominiqueMakowski and others added 30 commits November 6, 2023 11:31
…ethod

[Feature] Add Fast Visibility Graph Based ECG R-peak Detector
Signed-off-by: Stavros Avramidis <[email protected]>
…n_ecg_findpeaks_rodrigues

[Fix] Fixed rodrigues2021 ECG peaks detector (make it work with < 50Hz sampling rate)
…hodadad2018

[Docs] update docs to reflect implementation of respiration signal cleaning with khodadad2018
[Fix + Improvement] Faster _ecg_findpeaks_hamilton and bug-fix
Copy link

welcome bot commented Feb 17, 2024

Thanks for opening this pull request! We'll make sure it's perfect before merging 🤗 force
Make sure to read the contributing guide. Also, if you think that your contribution is worthy of it, you can consider adding yourself to the Contributors list (feel free to ask us if you have any doubts).

Copy link

codeclimate bot commented Feb 17, 2024

Code Climate has analyzed commit d4d76a0 and detected 3 issues on this pull request.

Here's the issue category breakdown:

Category Count
Complexity 2
Style 1

View more on Code Climate.

@stasinos
Copy link
Contributor Author

Oops, sorry, targeted master instead of dev

@stasinos stasinos closed this Feb 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants