View source: R/intensityRatios.R
| TSL2CAV5 | R Documentation |
TSL2CAV5() computes the cumulative absolute velocity ratio using only
acceleration samples with absolute value at least 0.05 g.
TSL2CAV5(.x, units.source, units.target = "mm", output = c("wide", "long"))
.x |
|
units.source |
character. Source length units of the |
units.target |
character. Target length units used for intermediate
calculations. Default |
output |
character. |
See TSL2AI().
t <- seq(0, 1, by = 0.01)
tsl <- data.table::data.table(RecordID = "R1", OCID = "H1",
ID = "AT", t = t,
s = 1000 * sin(2 * pi * t))
TSL2CAV5(tsl, units.source = "mm")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.