shah-in-boots / EGM

Evaluation of electrophysiological signals
https://shah-in-boots.github.io/EGM/
Other
0 stars 1 forks source link

Individual channel data should be its own class #7

Closed shah-in-boots closed 1 year ago

shah-in-boots commented 1 year ago

The data frame that becomes an egm object is made up of two components:

  1. Header information
  2. Signal information

The individual signal information is wrapped together as a data.table object for speed/expediency. Each individual signal though should carry its own information, stemming from its base class of a numeric value.

Each individual channel is a unique vector object type.