필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Graphing wcoher - phase arrows messed up?

조회 수: 2 (최근 30일)
Luke
Luke 2015년 7월 13일
마감: MATLAB Answer Bot 2021년 8월 20일
Hello all,
I'm doing wavelet coherence on several data trials I have, and the phase arrows are not looking right. I'm wondering if anyone could take a look at my code and see what I'm doing wrong, if anything. Thanks!
ntw = 21; nsw = 20; freq280 = scal2frq(1:600,'morl',1/2048); COKAMf = wcoher(KM,AM,freq280,'morl','ntw',ntw,'nsw',nsw,'plot'); xlabel('Time'); ylabel('Approximate Frequency (Hz)'); title('Knee & Ankle Moments');
KM and AM are matrices of equal size, with each column being a different trial (80+ trials).
The phase arrows all point perfectly horizontal, which seems like it shouldn't be happening. Like so:

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by