필터 지우기
필터 지우기

Analysis of eeg for dection epilepsy

조회 수: 3 (최근 30일)
nguyen hoa
nguyen hoa 2014년 3월 17일
답변: BulBul Ahmed 2018년 12월 18일
Hi everyone!
Im doing thesis for detection of epilepsy disorder by Discrete Wavelet Transform, I decomposed 6 levels, eeg is extracted 4 signal: delta(0-4), theta(4-8), alpha(8-12), beta(12-30Hz). But I dont know frequency band them, I want to check frequency band them right or wrong, can you help me?
thank you everyone!

답변 (3개)

VASUDHA HARLALKA 14BEE0067
VASUDHA HARLALKA 14BEE0067 2018년 1월 22일
Can you please share your code? I am facing difficulty in loading so many data files.

Shan Ahmed
Shan Ahmed 2018년 2월 20일
편집: Shan Ahmed 2018년 2월 20일
If you were able to extract all the sub bands then you can use this code to find out the frequency
D3 = detrend(D3,0); xdft = fft(D3); freq = 0:N/length(D3):N/2; xdft = xdft(1:length(D3)/2+1); figure;subplot(511);plot(freq,abs(xdft));title('GAMMA-FREQUENCY'); [~,I] = max(abs(xdft)); fprintf('Gamma:Maximum occurs at %3.2f Hz.\n',freq(I));

BulBul Ahmed
BulBul Ahmed 2018년 12월 18일
Analysis of eeg for dection epilepsy .someone give this source code please..i need the source code urgently.

카테고리

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