facing problem in combining EEG data
Mostra commenti meno recenti
EEG.srate = 500; % sampling rate in Hz
EEG.pnts = 1500;
EEG.trials = 30;
EEG.nbchan = 23;
noiseamp=0.3;
% time vector
EEG.times = (0:EEG.pnts-1)/EEG.srate;
I have simulated EEG data with above details.
then I added a pink noise to contaminate it
I want to denoise it using wdenoise function.
But im getting error while concatenating the eeg data which is available in EEG.data?
can Someone help me, how to concatenate EEG.data
1 Commento
Mathieu NOE
il 20 Nov 2023
you need to provide your data (as mat file) along with your code
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su EEG/MEG/ECoG in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!