You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes the freezing seen in resample_ann when the fs_target is set too high. This causes the algorithm to develop an infinite loop which must be exited upon discovery. This pull request breaks the loop if this situation is detected. Fixes#162.
I just made a pull request #210 to fix this issue. It appears like the algorithm used in resample_ann was developing an infinite loop. After some investigation, I think this is caused by setting the fs_target too high as seen by the following chart which displays the fs_target on the x-axis and the number of infinite loops on the y-axis:
The code you posted here works now after these changes. Thanks for posting it here!
Using record 223 and the annotation file generated by ecgpuwave with
the resample_multichan can get stucked
due to resample_ann.
Here are the files:
https://drive.google.com/file/d/1IWQ0ijl2c20hkDUOdHWPpgjqxoOsdcKG/view?usp=sharing
The text was updated successfully, but these errors were encountered: