Hi all,
According to the example files:
% physical properties of the transducer
transducer.number_elements = 72; % total number of transducer elements
transducer.element_width = 1; % width of each element [grid points]
transducer.element_length = 12; % length of each element [grid points]
transducer.element_spacing = 0; % spacing (kerf width) between the elements [grid points]
transducer.radius = inf; % radius of curvature of the transducer [m]
which to me, suggests that the US transducer can only be set up based on grid points. Is there a way to set this up base on the physical dimensions? For example, I have a transducer with width of 150e-6 m. Setting transducer.element_width would have given me dx of 150e-6, which isn't efficient for a domain that is 16cm large.
Thank you.