create_rect_ssa()

Description: Creates a spherical section array of rectangular transducers.

Usage

transducer = create_rect_ssa(width, height, R, nrow, ang_open); 

Arguments

Output Parameters

Notes

The array is defined such that the coordinate [0 0 0]

corresponds to the center of the anchor element of the array.

Example

% Create a 32 x 32 spherical section array of 1.7mm square elements
rows = 32;
width = 1.7e-3;
height = 1.7e-3;
radius = 75e-3;
ang_open = pi/8;

xdcr = create_rect_ssa(width, height, radius, rows, ang_open);
draw_array(xdcr);

Click on an image to view an enlarged version.