resamprevs
Creates a vector of resampled revolution values.
Syntax
resamprevs(resp_time, rps_time, rps_mag, rps_reorder)
Argument
- resp_time
- Vector of response time samples.
- rps_time
- Vector of time samples at which revolution per second measurements are taken.
- rps_mag
- Vector of revolution per second measurements.
- rps_reorder
- String for future use. Set to “false”.
Example
Templex Expression | Results |
---|---|
{resamprevs(reps_time, rps_time, rps_mag,
“false”)} |
A vector of resampled revolution values. |
Comments
The resamprevs function is used to compute evenly spaced increments of revolution.