Hyeon Kyu Lee : [email protected]
This project provide the source code for this study: Enhancing SSVEP-Based Brain-Computer Interface with Two-Step Task-Related Component Analysis
**To
The project consists of three modes: main_TSTRCA
, TSTRCA_process
, first_step
, second_step
and itr
.
This mode is used to create input image data including the four features(MFCC, MFCC-△, MFCC-△2, RMSE of mel-spectogram) of VAD model.\
The parameter lists and defaults of this mode
- raw_data : raw data (e.g. LibriSpeech ASR corpus dataset)
- labels : labels of voice and non-voice
- save_dir : the file for saving the input images
- test_img_ratio : the ratio of test data from total input data
- parallel : using the cpu parallel processing, 'True' and 'False'