-
Notifications
You must be signed in to change notification settings - Fork 7
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
fft within epoch when scoring #20
Comments
Hi! I like the idea and I've experimented a little with that. The problem is in the implementation of such a tool. The first issue is how the user selects the appropriate time range. Since Matlab 2015a, the user click&drag set of tools in Matlab have been changed a lot so its really not a trivial procedure to implement. Depending on how this is implemented, the plotter would have to constantly check for mouse clicks which would slow every other process down. Secondly, since all the channels are in a single plot... it may be tricky to know exactly which channel you'd like to run the fft on. I'll definitely keep this in mind though, and see if a good way to do this comes about. However, no promises that I can get to this in the near future. |
That would definitely be easier... however, as I understood it, you wanted to be able to separate alpha from spindles, and the full recording spectogram wouldn't help much with that unfortunately. Another minor point is that these are created for only a single channel, and if that channel should be quickly selectable this will mean another slow down of the plotter. |
That's true, these are two different things. I like to have this plot because it gives you an instantaneous look of what the night looked like, and there was such function in the two sleep scoring systems that I used. As for the channel selection, there could be one channel by default, for instance C4, and in the rare instances where it would be bad, one should be able to switch to C3. As for differentiating spindles and alpha, it becomes easier with experience, but it is practical for beginners. |
I also like to see a quick spectrogram before I sleep score and just do this outside of the plotter using the bit of code below... (I should make this into a little csc_ ... function later)... Even with experience, sometimes it can be difficult to spot spindles... so I'll definitely think a little bit about how to implement an efficient option to view the fft of a small segment.
|
When scoring in csc_eeg_plotter, can we implement a small windows within the epoch showing an FFT, in order for instance to differentiate alpha or spindle?
The text was updated successfully, but these errors were encountered: