We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ecg_delineate
This seems to be a fairly minor documentation issue that could cause confusion. The issue seems to come from this notebook: https://github.com/neuropsychology/NeuroKit/blob/45c9ad90d863ebf4e9d043b975a10d9f8fdeb06b/docs/examples/ecg_delineate/ecg_delineate.ipynb
In this example, we will use a short segment of ECG signal with sampling rate of 3000 Hz.
ecg_signal = nk.data(dataset="ecg_1000hz")
sampling_rate=1000
sampling_rate=3000
The text was updated successfully, but these errors were encountered:
Hi 👋 Thanks for reaching out and opening your first issue here! We'll try to come back to you as soon as possible. ❤️
Sorry, something went wrong.
Good catch, could you make a PR to fix that? Thanks!
No branches or pull requests
Inconsistent sampling rate used in examples for
ecg_delineate
This seems to be a fairly minor documentation issue that could cause confusion. The issue seems to come from this notebook: https://github.com/neuropsychology/NeuroKit/blob/45c9ad90d863ebf4e9d043b975a10d9f8fdeb06b/docs/examples/ecg_delineate/ecg_delineate.ipynb
ecg_signal = nk.data(dataset="ecg_1000hz")
sampling_rate=1000
sampling_rate=1000
sampling_rate=1000
sampling_rate=3000
The text was updated successfully, but these errors were encountered: