Diff of /README [000000] .. [db7908]

Switch to unified view

a b/README
1
Implementation of EEG signal classification.
2
3
This program has two stages:
4
5
First Stage is feature extraction method using Autoregression (AR), Common Spatial Pattern (CSP), Discrete Wavelet Transform (DWT) and Power Spectral Density (PSD).
6
7
Second stage is classification of extracted features using Bagging, Boosting and AdaBoost methods.
8
9