Replies: 1 comment 4 replies
-
Hi @vivile42
Would you be able to make a PR to add that?
I'm not sure, I'm not an expert on RSA (@Tam-Pham ?). It's possible though, if you know of any papers or info that refer to that, please share it with us, it's possible that it has to be fixed indeed :) |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, i was checking the P2T RSA function, and from what I see it subtracts the max RR and min RR within a breathing cycle (the cycle is defined from rsp onset to the next so it doesn't differentiate inh exh from what I understand). Shouldn't it be the difference between the min RR during inhalation and max RR during exhalation? I just wanted to make sure I'm understanding it correctly. Also the documentation states that the results are returned in ms but they seem to be in seconds (diff/ sampling rate should give seconds right? then you need to multiply by *1000 to get to ms, otherwise it's really weird because I get RSAs of like 0.04 ms, while 40 makes more sense. )
Thank you a lot in advance for your answer
(I've copy pasted the section of code I'm referring to)
`` peak algorithm (P2T)"""
Beta Was this translation helpful? Give feedback.
All reactions