View source: R/getSamplingStartTimes.gdf.R
getSamplingStartTimes.gdf | R Documentation |
Read sampling start times from gdf format data directories
getSamplingStartTimes.gdf( LPIparam )
LPIparam |
An LPI parameter list from LPI.gdf |
Following elements of the LPI parameter list are used in this function.
A named character vector that contains the data directories for each data type.
A named character vector that contains the file name prefixes for each data type.
A named character vector that contains the file name extensions for each data type.
A named numeric vector that contains number of samples in a single data file of each data type.
A named numeric vector that contains sample rates of each data type in Hz.
A named vector with elements "RX1","RX2","TX1","TX2", each of which is the sampling time of the first data sample of the corresponding type in POSIX format.
Ilkka Virtanen (University of Oulu, Finland)
ilkka.i.virtanen@oulu.fi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.