set_digitized_time_delays()
This function is deprecated and should not be used. It has been replaced by set_time_delays.
Description: Determine the time delays needed to focus a transducer array at the given point. Time delays are shifted to fit the temporal grid rather than being allowed to fall between temporal samples.
Usage
transducer = set_digitized_time_delays(transducer, x, y, z, medium, fs);
Arguments
- transducer A FOCUS transducer array.
- x The x coordinate of the focus.
- y The y coordinate of the focus.
- z The z coordinate of the focus.
- medium A FOCUS medium.
- fs The sampling frequency in Hz.
Output Parameters
- transducer The input transducer array with adjusted time delays.
Notes
This function alters the transducer struct, the output transducer
should be the same as the input transducer (transducer).

