Statistics
0 Questions
3 Answers
RANK
6.131
of 295.673
REPUTATION
8
CONTRIBUTIONS
0 Questions
3 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
1
RANK
of 20.262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.207
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
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...
meer dan 12 jaar ago | 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)...
meer dan 12 jaar ago | 1
| accepted
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 12 jaar ago | 0