필터 지우기
필터 지우기

Statistical differences between signals?

조회 수: 3 (최근 30일)
Maria
Maria 2014년 8월 23일
댓글: Star Strider 2014년 8월 24일
Hi,
I have measured brain responses of 15 subjects during three different tasks. I would like to find the time intervals where there are statistically significant differences between the mean amplitudes of the three signals measured during different tasks. I wonder if there is some easy way to do this with Matlab? I have planned to calculate the mean amplitudes of the signals for each subject over a segment so that I will have a matrix of size 15*3 (subjects*tasks). Then I would need to find if there are statistically significant differences between the columns. To find interesting time intervals, this would need to be repeated for each segment.
Thanks already in advance!
Regards, Maria

채택된 답변

Star Strider
Star Strider 2014년 8월 23일
If you have the Signal Processing Toolbox (you definitely need it if you’re studying EEG), use the findpeaks function to find the peak values and their locations.
I don’t completely understand your study design, but to do multiple comparisons, use the Statistics Toolbox (another absolute necessity) multcompare function.

추가 답변 (1개)

Maria
Maria 2014년 8월 24일
Thank you for the answer! I will try multicompare.
-Maria
  댓글 수: 1
Star Strider
Star Strider 2014년 8월 24일
My pleasure!
(I provided hyperlinks to both functions in my Answer.)

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

카테고리

Help CenterFile Exchange에서 Measurements and Feature Extraction에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by