photo

Salaheldin


FDA

2012년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
computing delta power of EEG signal
Hi Kosai, Thank you very much for this very helpful code. I have two questions: (1) why do we need the cD=detcoef() and cA=a...

대략 12년 전 | 0

답변 있음
Needed FRequency analysis of an EEG signal
to be more clear x=load('EEG_data.txt'); y=fft(x); PS=abs(y).^2; N=length(x); fs=1000; freq=(1:N/2)*fs/N; plot(freq,PS)...

대략 12년 전 | 1

| 수락됨

답변 있음
Needed FRequency analysis of an EEG signal
Hi Onur, I hope this message isn't too late...Here is what you need to do x=load('EEG_data.txt'); % assuming your data is st...

대략 12년 전 | 0