/esn

command line tool designed to predict epoched EEG data

Primary LanguageC++OtherNOASSERTION

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