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

Frequency Analysis Result #49

Closed
iPsych opened this issue Sep 7, 2020 · 2 comments
Closed

Frequency Analysis Result #49

iPsych opened this issue Sep 7, 2020 · 2 comments

Comments

@iPsych
Copy link

iPsych commented Sep 7, 2020

First, I sincerely appreciate for the properly working BVP/ECG analysis codes you shared.
I have a question about the frequency domain result.
When I try to analyze BVP data with very long length (>3hrs),
The result shows EXTREAMLY large value for hf and lf power (line 44).
But the lf/hf makes sense, and the value is reasonable if I divide it by 1000^2 (maybe for ms^2).
Would you let me know what is the unit of raw HF, LF and is it correct to divide it by 1000^2 for get the trivial ms^2 result?
PastedGraphic-1

@paulvangentcom
Copy link
Owner

The result is raw area-under-curve for the frequency range, so you need to transform it into your desired metric such as ms^2

Hope this helps

Cheers
Paul

@iPsych
Copy link
Author

iPsych commented Sep 26, 2020

@paulvangentcom
Thanks. I am little confused what 'raw area-under-curve for the frequency range' means.
So, to convert ms^2 metric, should I divide it with (1000*1000)? Or the equation should be changed based on my sampling rate?

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