R/imudata.R

#' Inertial Measurement Units (IMU) Data Package
#'
#' This package is meant to serve as a data collection tool for IMU data. 
#' This data can be used as a means to assess and test methods designed to analyse 
#' IMU error signals (i.e. long and complex autocorrelated signals). An example method
#' used for this kind of data is implemented in the GMWM R package which can also model 
#' the latent models that often characterize this data.
#' 
#' @details
#' \tabular{ll}{
#' Package: \tab gmwmdata\cr
#' Type: \tab Package\cr
#' Version: \tab 3.0.0\cr
#' Date: \tab 2018-02-10\cr
#' License: \tab CC BY-NC-SA 4.0\cr
#' }
#'
#' @author
#' Stephane Guerrier \email{stephane@@psu.edu},
#' Roberto Molinari \email{roberto.molinari@hotmail.it},
#' James Balamuta \email{balamut2@@illinois.edu},
#' Geatan Bakalli \email{Geatan.Bakalli@unige.ch},
#' Ahmed Radi \email{ahmed.elboraee@ucalgary.ca},
#' Wenchao Yang \email{wyang40@@illinois.edu}
#'
#' Stephane Guerrier \email{stephane@@psu.edu}
#' @docType package
#' @name imudata
#' @exportPattern ^[[:alpha:]]+
#' @seealso \code{\link[imudata]{cont.imu1}}, \code{\link[imudata]{imu6}}, \code{\link[imudata]{imar.gyro}}, \code{\link[imudata]{ln200.accel}}, \code{\link[imudata]{ln200.gyro}}, \code{\link[imudata]{mtig1khrz}}, \code{\link[imudata]{navchip}}, \code{\link[imudata]{adis16405}},  \code{\link[imudata]{kvh1750.gyro}} and \code{\link[imudata]{kvh1750.acc}}
#' @examples
#' # Please see the datasets
NULL
SMAC-Group/imudata documentation built on May 9, 2019, 11:19 a.m.