Skip to content
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

notused #7

Open
setwindowhook opened this issue Jan 13, 2021 · 1 comment
Open

notused #7

setwindowhook opened this issue Jan 13, 2021 · 1 comment

Comments

@setwindowhook
Copy link

setwindowhook commented Jan 13, 2021

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

@SMorettini
Copy link
Owner

You are right, with my code a window of data interictal is considered 2 times.

I would like to update the code with your suggestion but before I want to be sure that is not causing the error. Do you have the possibility to make the change and run the code and let me know if everything works fine with your suggestion?

@setwindowhook I asked you because I don't have anymore the environment set up for running the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants