-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
CNNs-on-CHB-MIT/DataserToSpectogram.py
Line 143 in b85441c
| return (data.shape[1]-t*_SIZE_WINDOW_SPECTOGRAM)*-1 |
why,there
return (data.shape[1]-t*_SIZE_WINDOW_SPECTOGRAM)*-1
not
return (data.shape[1]-(t * movement+_SIZE_WINDOW_SPECTOGRAM))*-1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels