フィルターのクリア

What is EEG data? Where do I find the data and how to import them?

12 ビュー (過去 30 日間)
Mohammed Jawadul Abedin
Mohammed Jawadul Abedin 2018 年 2 月 5 日
回答済み: MFK 2023 年 1 月 18 日
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
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
Mohammed Jawadul Abedin 2018 年 2 月 8 日
Hello. Thanks I understand it now. Its EEGLAB. I was just woundering how we get the data at the first place. Now I just made a random data and found the signals. Thanks :)

サインインしてコメントする。

回答 (3 件)

Image Analyst
Image Analyst 2018 年 2 月 5 日
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
Timothy Sawe 2020 年 3 月 6 日
編集済み: Timothy Sawe 2020 年 3 月 6 日
Here are some public libraries https://archive.physionet.org/physiobank/database/#ecg

MFK
MFK 2023 年 1 月 18 日

カテゴリ

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