フィルターのクリア

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 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