Closed Crichmond21 closed 4 years ago
This PR adds a window_data function to the parse module. The docstring pretty much says it all. Takes x, y and converts to x_train x_test y_train y_test in a windowed data format
Closes #8
Looks good. Is hop_size in units seconds or samples?
Both window_size and hop_size are in seconds
This PR adds a window_data function to the parse module. The docstring pretty much says it all. Takes x, y and converts to x_train x_test y_train y_test in a windowed data format
Closes #8