Filter löschen
Filter löschen

Brain computer Interface (EEG)

2 Ansichten (letzte 30 Tage)
prabakaran munusamy
prabakaran munusamy am 30 Mär. 2012
I'm Prabakaran Munusamy .Doing Final year project on 'Brainwave pattern recognition' . I'm using Matlab as My platform.I'm a beginner.I already learn to load the file to read the EEG data in Matlab using excel data. I got the graph but in amplitude and time. I need to change the time to frequency.I'm not so sure how to change it to frequency.Is that I need to use FFT.And I try to get the coding but still confusing .Can any one guide me please.I attached the picture of my result...please anyone can guide me..I can learn faster..This coding i just do my self..please check for me..thanks in advance
A=xlsread ('D:\FYP2\EEG DATA\250hz') C3=A(:,1);C4=A(:,2);C5=A(:,3);C6=A(:,4);C7=A(:,5);
AFBM=abs(fft(A)); plot(AFBM)

Antworten (0)

Kategorien

Mehr zu Biomedical Signal Processing finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by