resampresp
Creates a vector of resampled response values.
Syntax
resampresp(resp_time, resp_mag, rps_time, rps_mag,rps_reorder )
Argument
- resp_time
 - Vector of response time samples.
 - resp_mag
 - Vector of response magnitude 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 | 
|---|---|
{resamptime(reps_time, resp_mag, rps_time, rps_mag,
                                        “false”)} | 
                                A vector of resampled time values. | 
Comments
The resampresp function is used to compute the response magnitudes associated with evenly spaced increments of revolution.