photo

VENKATA PHANIKRISHNA B


2016 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

2 質問
3 回答

ランク
7,188
of 301,159

評判
6

コントリビューション
2 質問
3 回答

回答採用率
0.0%

獲得投票数
3

ランク
 of 21,182

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 173,105

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • First Answer

バッジを表示

Feeds

表示方法

回答済み
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年以上 前 | 3

回答済み
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年以上 前 | 0

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

9年弱 前 | 0

質問


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年 前 | 0 件の回答 | 0

0

回答

質問


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年 前 | 1 件の回答 | 0

1

回答