This graph is used to compute the transmit delay. It returns an array of values that represent the transmission time for every incremental point of the investigation. The graph suppots int32 and float data types.
- Graph Inputs:
- image_points_from_pl_1: the result of Image Points;
- image_points_from_pl_2: the result of Image Points;
- tx_def_ref_point: X-Y-Z array with the reference point of the investigation for that iteration;
- tx_def_delay_distance_1: X-Y-Z array that represents the absolute distance with respect to the focus;
- tx_def_delay_distance_2: X-Y-Z array that represents the absolute distance with respect to the focus;
- tx_def_focal_point: X-Y-Z array that represent our focus;
- t_start: The starting time of emission;
- direction: X-Y-Z values of propagation of the spherical or planar wave emitted;
- speed_of_sound: The speed of sound used in tests is 1540 m/s;
- Graph Outputs:
- delay_output: A vector that represents the time delay per point to analyze;