필터 지우기
필터 지우기

Hello ! I have applied continuous wavelet transform on an EEG signal and can see different frequency bands but they are so close that i can not separate them. I want to extract frequency for each band how can i do so?

조회 수: 2 (최근 30일)
load 'eeg.mat'
data_1 = eeg.mat(1:1056:16);
sampling_f = 1.81;
cwt(data_1,sampling_f)

답변 (0개)

카테고리

Help CenterFile Exchange에서 Continuous Wavelet Transforms에 대해 자세히 알아보기

제품


릴리스

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by