필터 지우기
필터 지우기

How do to FFT Analysis to EEG signals Using Matlab

조회 수: 2 (최근 30일)
engineer bsc
engineer bsc 2012년 5월 31일
Hi guys,
I'm looking for FFT analysis to EEG signals in matlab.
I 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 ?
hope that i explained myself clear enough
Thanks allot .

채택된 답변

Rick Rosson
Rick Rosson 2012년 6월 1일
Please try:
>> doc fft
>> doc fftshift
These commands will open the documentation for these two functions. After you have read it, please try to write some code, and see what happens. Then ask additional questions if you need more help.
  댓글 수: 1
engineer bsc
engineer bsc 2012년 6월 1일
Rick Rosson,
Thank you very much, I'm apologize for the ignorance with regard to matlab,i trying to learn this by myself.
i will look at the documentation,and try to write appropriate code for my issue.

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

추가 답변 (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