- Load the dataset using the ‘pop_loadset’ function of EEGLAB
- Use ‘pop_epoch’ function to create epochs centred around your events of interest. You’ll need to specify the time window around each event you are interested to plot.
- After epoching, you can plot the power spectra of these epochs using the ‘pop_spectopo’ function.
- https://eeglab.org/tutorials/07_Extract_epochs/Extracting_Data_Epochs.html
- https://eeglab.org/tutorials/08_Plot_data/Plotting_Channel_Spectra_and_Maps.html