Hello ! I have applied continuous wavelet transform on an EEG signal and can see different frequency bands but they are so close that i can not separate them. I want to extract frequency for each band how can i do so?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
load 'eeg.mat'
data_1 = eeg.mat(1:1056:16);
sampling_f = 1.81;
cwt(data_1,sampling_f)
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur EEG/MEG/ECoG dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!