필터 지우기
필터 지우기

looking for an existing code in matlab that analyze EEG signals by FFT

조회 수: 6 (최근 30일)
Hi,
can you please help me ?
I'm looking for FFT analysis to EEG signals in matlab.
I'll explain myself :
I receive a signal in the time domain , let's assume x(t), it is known signal with known sleep stage. (the PC provides this signals randomly ).
I'm looking for an existing code in matlab that FFT analyze this x(t) ,computes its frequencies and amplitudes and plot the relevant sleep stage accordingly
can you suggest for this code ? or guide me, how can i write this code correctly ?
I should clarify my self about the know EEG signals from the PC, those signals produced by function that written in matlab. let us assume that this function called SIG_GEN.
This function provides signals that supposed to represent EEG signals (with the same amplitude and frequency values).
My code should receive this input data (from the mentioned function) and analyze it with the FFT.
After the analyzing and computing processes , my code supposed to plot the sleep stage.
Of course, that the sleep stages that my code plots, should be accurate as possible to the original signals from the PC (from the main function that provides those signals).
do you have existing code for this scenario ?
hope that i explained myself clear enough
Thanks a lot,

채택된 답변

Thomas
Thomas 2012년 6월 5일
You might be interested in the following: It is kind of a toolbox for EEG in matlab and has good tutorials..
  댓글 수: 3
Thomas
Thomas 2012년 6월 5일
this might help
http://www.mathworks.com/matlabcentral/answers/9803-how-to-extract-the-frequency-and-amplitude-from-a-fft-and-save-the-values-in-separated-tables

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 EEG/MEG/ECoG에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by