get_apodization()
Description: This function is used get a matrix containing the amplitudes of all elements of a transducer array.
Usage
amplitudes = get_apodization(transducer_array);
Arguments
- transducer_array A FOCUS transducer array.
Output Parameters
- amplitudes An m by n matrix where element (m,n) contains the amplitude of transducer array element (m,n).

