-
Notifications
You must be signed in to change notification settings - Fork 38
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
How do you extract the Stimulus Frequncies from the data sets #54
Comments
I see there is a Session.m file which segments the data according to experiment. A useful output would be something like an array of [Frequency presented, Start Sample, End Sample] Could you perhaps point me to where you assign Frequency from the DIN data? For datasets I and II. |
I have used: To extract this data, i will follow the comment i found in the code that says "%dont ask" :p |
Hi, Yes you can use the method "split" of class "Session.m" to segment the Dataset I&II into trials of 5 sec duration which correspond to the stimulation period. Just be careful, there is a small difference between datasets I & II. In the first dataset the stimulation frequency is calculated from the DIN_1 data (see "freqs" variable inside split). In the second dataset there is a "labels" variable inside each .mat file which corresponds to the sequence of the stimuli. |
I would just like to say I am using this toolbox and the PSDA classification portion as a benchmark comparison to the performance of my model based classification method. |
I have looked at the datasets, and I want to use this data as extra data in experiments I am running which use a novel model based classification approach to SSVEPs in BCIs.
To make use of this data I need to have a value at which the stimulus is presented. In your data gathering method you indicate that the stimulus was randomised. I cant seem to see anywhere where the actual Frequency of the stimulus is record.
Any help with this would be great :)
The text was updated successfully, but these errors were encountered: