필터 지우기
필터 지우기

How to work with EEG miultiple electrode signal in matlab??

조회 수: 2 (최근 30일)
Riheen
Riheen 2013년 7월 3일
Hi, i am working with EEG signal in MATLAB. I have to do wavelet transform (DWT) to EEG signal. My data signal consist of 19 electrode signal. For my signal only C3 and C4 electrode signal contains important information. But i am confused how to work with two electrodes at a time. I can perform DWT to one electrode signal at a time. Is it possible to analyze 2 electrodes at a same time or it is enough to analyze only one electrode???
please help.....
Riheen

채택된 답변

Wayne King
Wayne King 2013년 7월 3일
If you wish to use the DWT, you will have to work with one channel at a time.
You can perform the DWT on each channel separately.
However, you can do wavelet coherence analysis (analyze the joint time-scale properties) of the two time series by using wcoher()
See
>>doc wcoher
for the reference material and
for a demo

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