How to select multiple channels of time-frequency at EEGLAB?

9 views (last 30 days)
Why is it not possible to select multiple channels when performing time-frequency analysis within EEGLAB after processing with TESA?

Answers (1)

Prasanna
Prasanna on 6 Nov 2024
Hi Kengo,
To select multiple channels for time-frequency analysis in EEGLAB, you can perform the following steps:
  • Load your EEG dataset in EEGLAB and perform required pre-processing.
  • Go to Channel time-frequency present in the GUI which will open a dialog when you can specify the channel number. However, the standard EEGLAB interface for time-frequency analysis allows you to select only one channel at a time.
  • To select multiple channels, you can run the analysis using ‘pop_newtimef.m’ function in a loop for multiple channels and then plot them together or use the 'ft_multiplotTFR' function from the FieldTrip toolbox if you have it integrated with EEGLAB.
The ‘pop_newtimef’ function is primarily intended for single-channel analysis. Therefore, to analyze multiple channels, run the analysis separately for each channel and combine the results using scripting to automate the process for multiple channels. For more resources, you can refer the following documentations:

Tags

Products


Release

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!