storder

Creates a vector of order values for use in a short time waterfall plot.

Syntax

storder(resp_time, seg_locs, win_size, rps_time, rps_mag, rps_reorder)

Argument

resp_time
Vector of response time samples.
seg_locs
Vector of segment centers.
win_size
The window size for each segment.
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
{storder(resp_time, seg_locs, 512, rps_time, “false”)} A vector containing orders.

Comments

The storder function is used to compute the orders whose content is recoverable from a set of time samples in a short time waterfall plot.

This function is called from the Waterfall panel in HyperGraph 3D. This function is typically not called directly.