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
# Select only 1h of recording (otherwise it's too big)
data = data[460800:460800*3].reset_index(drop=True)
anno = anno[(anno["Rpeaks"] > 460800) & (anno["Rpeaks"] <= 460800*2)].reset_index(drop=True)
data - extracted 2 hours
anno - only one hour
The text was updated successfully, but these errors were encountered:
line 46-47:
data - extracted 2 hours
anno - only one hour
The text was updated successfully, but these errors were encountered: