photo

VENKATA PHANIKRISHNA B


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
3 Answers

RANK
7,161
of 300,392

REPUTATION
6

CONTRIBUTIONS
2 Questions
3 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
3

RANK
 of 20,933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,299

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

  • First Answer

View badges

Feeds

View by

Answered
Calculating Kendall's tau
a = [15, 18, 21, 24, 27]' ; b = [25, 25, 27, 31, 32]' ; [RHO,PVAL] = corr(a,b,'Type','Pearson'); fprintf('Pearsons correlatio...

6 years ago | 3

Answered
Remove DC component from EEG signals
Removal of DC component means Mean removal from the signal. By doing this we can eliminate the dc, i.e., 0Hz noise. Here DC co...

8 years ago | 0

Answered
computing delta power of EEG signal
decomposition level decision depends <</matlabcentral/answers/uploaded_files/77859/Fig-10-DWT-Decomposition.jpg>> on sm...

8 years ago | 0

Question


for classifying (getting sub-bands such as alpha, beta, theta--) the EEG signal by using FFT than the sub-band are in which coordinates? for classifying the EEG signal by using WT (Wavelet Transmission) then the sub-band are in which coordinates?
* for classifying (getting sub-bands such as alpha, beta, theta, gamma and delta) the EEG signal by using FFT than the sub-band ...

9 years ago | 0 answers | 0

0

answers

Question


EEG is a voltage signal in time domain (voltage amplitude vs time). how can we convert this EEG into amplitude vs frequency?
EEG is a voltage signal in time domain (voltage amplitude vs time). how can we convert this EEG into amplitude vs frequency? f...

9 years ago | 1 answer | 0

1

answer