fnm_cw_apodized()

Description: Computes the pressure from pistons or arrays under continuous wave excitation in homogeneous media.

Usage

pressure = fnm_cw_apodized(transducer_array, coordinate_grid, medium, ndiv, f0, ap_method, disp_flag); 

Arguments

Output Parameters

Notes

Piston apodization is currently only defined for circular transducers. For details, see the documentation for get_circ().

Threading in FOCUS is implemented at the transducer level, meaning that single transducers will not benefit from this feature.

Specifying a number of threads larger than the number of CPU cores available will not result in a significant additional speed increase and may in fact result in slower speeds due to additional inter-thread communication overhead.