-
Notifications
You must be signed in to change notification settings - Fork 303
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
I try to use Rdsamp but it says the file cannot be found. I am using Jupyter notebook #476
Comments
@fuiyoo please provide details regarding which database / file you're trying to run |
these are the lines of codes. signals,field = wfdb.rdsamp('Dual-task/S0088_DT_D1',sampfrom=800,channels=[1,3]) the error of the codes are like this FileNotFoundError Traceback (most recent call last) File ~\AppData\Local\Programs\Python\Python312\Lib\site-packages\wfdb\io\record.py:2317, in rdsamp(record_name, sampfrom, sampto, channels, pn_dir, channel_names, warn_empty, return_res) FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\User\Downloads\tai-chi-physiological-complexity-and-healthy-aging-gait-1.0.2\tai-chi-physiological-complexity-and-healthy-aging-gait-1.0.2\Dual-task\S0088_DT_D1.hea' |
I try to display the values of EMG signal from Physionet |
I cannot upload the files here because Github does not support the file type |
It says the rdsamp file cannot be found. I follow the steps correctly in Youtube and wfdb website.
The text was updated successfully, but these errors were encountered: