set_time_delay_centers()

Description: Determine the time delays required to focus a transducer array at a given point. Time delays calculated with set_time_delay_centers may fall between temporal samples unless the sampling frequency is provided, in which case the delays are shifted to fit the temporal grid (digitized) rather than being allowed to fall between temporal samples.

Usage

transducer = set_time_delay_centers(transducer, x, y, z, medium, center, fs); 

Arguments

Output Parameters

Notes

This function alters the transducer struct so the output transducer

should be the same as the input transducer. If the sampling frequency is provided, the time delays will be digitized, i.e. they will be shifted to occur exactly on the time samples rather than between them.