CEBL  2.1
Data Structures | Enumerations | Functions
EEGData.hpp File Reference
#include "Serialization.hpp"
#include <boost/numeric/ublas/matrix.hpp>
#include <boost/numeric/ublas/vector.hpp>
#include <iostream>

Go to the source code of this file.

Data Structures

class  EEGData

Enumerations

enum  DataSelectionMethod { DATA_SELECT_START, DATA_SELECT_END, DATA_SELECT_MIDDLE, DATA_SELECT_RANDOM }
 Enum to specify where samples should be selected from. More...

Functions

EEGData operator+ (const EEGData &, const EEGData &)
std::ostream & operator<< (std::ostream &os, const EEGData &d)

Enumeration Type Documentation

Enum to specify where samples should be selected from.

Enumerator:
DATA_SELECT_START 
DATA_SELECT_END 
DATA_SELECT_MIDDLE 
DATA_SELECT_RANDOM 

Definition at line 40 of file EEGData.hpp.


Function Documentation

EEGData operator+ ( const EEGData ,
const EEGData  
)

Definition at line 285 of file EEGData.cpp.

References EEGData::append().

std::ostream& operator<< ( std::ostream &  os,
const EEGData d 
)

Definition at line 292 of file EEGData.cpp.