stsegtime
Creates a vector of evenly spaced times that segment an input time vector for use in a short time waterfall plot.
Syntax
stsegtime(resp_time, seg_type, seg_var, win_size)
Argument
- resp_time
 - Vector of response time samples.
 - seg_type
 - String indicating “slices” or “steps”.
 - seg_var
 - Either the number of slices or the step size.
 - win_size
 - The window size for each segment.
 
Example
| Templex Expression | Results | 
|---|---|
{stsegtime(resp_time, “slices”, 100,
                                    512)} | 
                                A vector of length 100 containing the time for the center of each segment. | 
Comments
The stsegtime function is used to segment a time vector for the creation of a short time waterfall plot. The segmenting can be performed either by specifying the number of slices or the size of the step, depending on the seg_type variable.
This function is called from the Waterfall panel in HyperGraph 3D. This function is typically not called directly.