Combining Spectrograms from Different channels of EEG data.

6 次查看(过去 30 天)
I have EEG data from 25 channels and I wish to combine the STFT spectrograms from those 25 channels into one single image for feeding the data into a CNN. I tried using imagesc to obtain a single spectrogram but when I feed the resulting dataset into the CNN, it gives a very miniscule accuracy, so I wanted to know whether there is some other way of combining the data from the different channels as well.

回答(1 个)

Nadia Shaik
Nadia Shaik 2022-11-22
Hi Atharv,
I understand that you want to train CNN using EEG data from 25 channels. You can use a pretrained CNN(for example: Googlenet) by replacing the imageInputLayer, first convolutionLayer to match the input image channel dimension & convolution filter dimensions. You can then fine tune hyperparameters for better accuracy.
Refer to the below link for a similar query.
I hope it helps.

类别

Help CenterFile Exchange 中查找有关 EEG/MEG/ECoG 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by