[bc3db1]: / README

Download this file

10 lines (4 with data), 343 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
Implementation of EEG signal classification.

This program has two stages:

First Stage is feature extraction method using Autoregression (AR), Common Spatial Pattern (CSP), Discrete Wavelet Transform (DWT) and Power Spectral Density (PSD).

Second stage is classification of extracted features using Bagging, Boosting and AdaBoost methods.