photo

Salaheldin


FDA

Active since 2012

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

0 Questions
3 Answers

RANK
6.293
of 300.392

REPUTATION
8

CONTRIBUTIONS
0 Questions
3 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
1

RANK
 of 20.934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.373

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

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

meer dan 13 jaar ago | 0

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

meer dan 13 jaar ago | 1

| accepted

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

meer dan 13 jaar ago | 0