What is EEG data? Where do I find the data and how to import them?
이전 댓글 표시
Hello. I am complete tyro in MATLAB. Just know few basics such as importing audio signals, image. Curently I am going to start a undergraduate thesis on EEG. I am having hard time asking myself the question how do I get the EEG data to import in MATLAB? I downloaded a sample file from Mathworks but I can't really grasp the first line of the code at the moment. I would be grateful if you could help. Here is the first few lines of the code that I downloaded.
load eegdata.mat;
s=eegdata;
figure;p=plot(s);
title('EEG Signal')
댓글 수: 2
Adam
2018년 2월 5일
Did you try the documentation?! Understanding what those 4 liines of code do should require nothing beyond reading
doc load
doc figure;
doc plot
doc title
and you can ignore figure and title really as being completely trivial!
Mohammed Jawadul Abedin
2018년 2월 8일
답변 (3개)
Image Analyst
2018년 2월 5일
0 개 추천
If you can't find any public collection of signals online, then I'd head over to your university's medical school and ask around. See if a sympathetic neurologist over there can get you some, though patient privacy rules/laws may make them hard to get.
Timothy Sawe
2020년 3월 6일
편집: Timothy Sawe
2020년 3월 6일
0 개 추천
Here are some public libraries https://archive.physionet.org/physiobank/database/#ecg
카테고리
도움말 센터 및 File Exchange에서 EEG/MEG/ECoG에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!