How do to FFT Analysis to EEG signals Using Matlab

2 次查看(过去 30 天)
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