stfreq
Creates a vector of frequency values for use in a short time waterfall plot.
Syntax
stfreq(resp_time, seg_locs, win_size)
Argument
- resp_time
- Vector of response time samples.
- seg_locs
- String indicating “slices” or “steps”.
- win_size
- The window size for each segment.
Example
Templex Expression | Results |
---|---|
{stfreq(resp_time, seg_locs, 512)} |
A vector containing frequencies. |
Comments
The stfreq function is used to compute the frequencies whose content is recoverable from a set of time samples.
This function is called from the Waterfall panel in HyperGraph 3D. This function is typically not called directly.