Extract features from an EEG (single channel) signal
    조회 수: 9 (최근 30일)
  
       이전 댓글 표시
    
Hi, I'm trying to extract features from an EEG; I've not too much experience in Matlab, so I don't really know how to proceed. Could someone help?
댓글 수: 3
  Sandro Lecci
      
 2018년 5월 31일
				You would want to extract the frequency components of your signal using either Fourier transforms or Wavelet approaches.  This is a good start.
Best, Sandro
답변 (1개)
  Aakash Deep
      
 2018년 5월 31일
        Hello Chiara,
If you want to extract the alpha and theta rhythm of the signal, you can find the wigner-ville transform of the signal (from which you can easily see the frequency band of the signal at any time point). This can actually help. A built-in function of this is not available in MATLAB but there are toolboxes which are supported in MATLAB. Below are two toolboxes for this:
HOSA: https://in.mathworks.com/matlabcentral/fileexchange/3013-hosa-higher-order-spectral-analysis-toolbox
NOTE: MathWorks does not guarantee or warrant to use the content of these submissions. Any questions, issues, or complaints should be directed to the contributing author.
Hope this helps :)
댓글 수: 0
참고 항목
카테고리
				Help Center 및 File Exchange에서 Time-Frequency Analysis에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


