vtfreq

Creates a vector of frequency values for use in a variable time waterfall plot.

Syntax

vtfreq(resp_time, resp_mag, seg_locs, order_res, rps_time, rps_mag, rps_reorder)

Argument

resp_time
Vector of response time samples.
resp_mag
Vector of response magnitude samples.
seg_locs
Vector of segment centers.
order_res
Orders resolution factor.
rps_time
Vector of times 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
{vtfreq(resp_time, resp_mag, seg_locs, 1, rps_time, rps_mag, “false”)} A vector containing frequencies.

Comments

The vtfreq function is used to function is used to compute the frequencies whose content is recoverable from a set of time samples in a variable time waterfall plot.

This function is called from the Waterfall panel in HyperGraph 3D. Typically, this function is not called directly.