eag / esn

command line tool designed to predict epoched EEG data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

esn

Purpose

to predict epoched EEG data some "k" steps ahead

Quick Start

Input

  • input should be stored as 64 bit floats in a binary file
  • first value in the binary file stores the number of timepoints in the epoch
  • second value stores the number of epochs in the file
  • remaining values store the epoched data for a single channel or multiple channels
  • values are generally normalized to lie between 0 and 1

Output

  • first value in the binary file stores the number of timepoints in the epoch
  • second stores the number of epochs in the file
  • third value stores the number of prediction steps
  • remaining values store the prediction k steps ahead

Execution

Example output



Dependencies

About

command line tool designed to predict epoched EEG data

License:Other


Languages

Language:C++ 88.1%Language:Shell 9.4%Language:CMake 2.5%