Effacer les filtres
Effacer les filtres

txt eeg database load

3 vues (au cours des 30 derniers jours)
Margareta Drozdikova
Margareta Drozdikova le 26 Déc 2017
Commenté : kirti RAWAL le 2 Avr 2020
Hi, where can I found eeg signals in txt file? I have a lot of signals in edf, but I need in txt too, but I cant find it and next problem I can create txt file from mat file , and when I need to load this txt file it doesnt work well I wrote this Data = load('eeg_19.mat'); mdmd=struct(Data); DataField = fieldnames(mdmd); dlmwrite('EEG2databaza.txt', Data.(DataField{1})); fid=fopen('EEG2databaza.txt','r') subor=fread(fid); subor=subor'; countChannel=19; fs=128; length of subor is not equal to lentgh of origin file eeg_19 I dont know where I do mistake
  1 commentaire
kirti RAWAL
kirti RAWAL le 2 Avr 2020
try the function edfread available on matlab.It would be helful

Connectez-vous pour commenter.

Réponses (0)

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!

Translated by