pwelch in EEG signal
조회 수: 8 (최근 30일)
이전 댓글 표시
Hello, I use pwelch function with EEG data but when i plot this, it look like wrong( in x-axis: from 10 to 60 look like equal 0). Am i right? please help me.
[pxx,fx] = pwelch(eeg_signal,hamming(256),128,256,128);
plot(fx,pxx, 'b');
댓글 수: 1
Mathieu NOE
2023년 4월 19일
hello
that seems a bit starnge indeed but without the time series data we cannot prove what's wrong
can you share your data ?
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 EEG/MEG/ECoG에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!