Combining Spectrograms from Different channels of EEG data.

13 ビュー (過去 30 日間)
Atharv Mital
Atharv Mital 2022 年 10 月 13 日
回答済み: Nadia Shaik 2022 年 11 月 22 日
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 Center および File ExchangeEEG/MEG/ECoG についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by