How can I detect epileptic from eeg signals
5 ビュー (過去 30 日間)
古いコメントを表示
I have some data files broken into both x and y training and testing datasets, I want to start over and identify epileptic signals from them
how can i startfrom here
%Load data from files
X_train = load('X_train.mat')
x_test = load('x_test.mat')
Y_train = load('Y_train.mat')
y_test = load('y_test.mat')
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で EEG/MEG/ECoG についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!