var fDesc=new Array(); fDesc[0] = "Ultrasim is an interactive, menu-oriented simulator for finding the sound field from transducers, primarily for medical ultrasound, but it can also be used for sonar and even loudspeakers.

Ultrasim can handle 1D, 1.5D and 2D linear and phased arrays, and flat and curved arrays with many different footprints such as rectangular and elliptical. It also handles annular arrays, axicons and Bessel transducers.

Each simulation consists of a numerical integration of the contribution from all sub-elements of a transducer. The transducer excitation can be either continuous wave (CW) or a broad-band pulsed wave (PW). The simulator is implemented as a toolbox in MATLAB."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }