Internal quick build for imu object.
create_imu(
data,
ngyros,
nacces,
axis,
freq,
unit = NULL,
name = NULL,
stype = NULL
)An imu object class.
A matrix with dimensions N x length(index)
An integer containing the number of gyroscopes
An integer containing the number of accelerometers
A vector unique representation of elements e.g. x,y,z or x,y or x.
An integer that provides the frequency for the data.
A string that contains the unit expression of the frequency. Default value is NULL.
A string that provides an identifier to the data. Default value is NULL.
A string that describes the sensor type. Default value is NULL.
James Balamuta