photo

Salaheldin


FDA

Aktiv seit 2012

Followers: 0   Following: 0

Nachricht

Statistik

  • Knowledgeable Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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...

etwa 12 Jahre vor | 0

Beantwortet
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)...

etwa 12 Jahre vor | 1

| akzeptiert

Beantwortet
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...

etwa 12 Jahre vor | 0