# EEGClassification **Repository Path**: lipeng_66/EEGClassification ## Basic Information - **Project Name**: EEGClassification - **Description**: Implementation of EEG signal classification. - **Primary Language**: Matlab - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-08-26 - **Last Updated**: 2022-06-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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.