필터 지우기
필터 지우기

creation of scalogram from multichannel eeg

조회 수: 3 (최근 30일)
Haleema Ahsan
Haleema Ahsan 2020년 2월 13일
댓글: Manish Sharma 2020년 11월 23일
i am working on eeg signals and making scalograms from signals i have 32 channels in my data and for one channel only one scaloogram is created .now i want to combine 32 scalograms in single scalogram how can i do this please can someone guide me??
Thanks in advance
the code i am using for making scalogram is given
Fs = 128;
fb = cwtfilterbank('SignalLength',7680,...
'SamplingFrequency',Fs,...
'VoicesPerOctave',48);
sig = data(1,1:7680);
[cfs,frq] = wt(fb,sig);
t = (0:7679)/Fs;figure;pcolor(t,frq,abs(cfs))
set(gca,'yscale','log');shading interp;axis tight;
title('Scalogram');xlabel('Time (s)');ylabel('Frequency (Hz)')
  댓글 수: 1
Manish Sharma
Manish Sharma 2020년 11월 23일
Hey can you please help me in creating a scalogram from eeg signal using 1 channel only?

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

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