-
Notifications
You must be signed in to change notification settings - Fork 302
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
Convert the dataset in hdf5 format to hea format #462
Comments
Hi, I think I've encountered a similar issue. This is the error I get -
I checked the min and max values of my p_signal and they seem to be well within the range -
I would very much appreciate some guidance if something should be corrected. Is this something to do with the dtype of my array - if so I also did try type casting to float32 and it still didn't make a difference. Thanks, |
Hey @tompollard , Thanks, |
using fmt=['16'], wfdb.wrsamp(signame, |
Hi,
I want to convert the ECG dataset, code 15% into
hea
format:But, the
dtype
of datandarray: {4096, 12}
in code 15% is float32 and raise IndexError:IndexError: Channel 1 contain values outside allowed range [-2147483648, 2147483647] for fmt 32
.What should I do for the error?
The text was updated successfully, but these errors were encountered: