var fDesc=new Array(); fDesc[0] = "AxiDriver stands for Axis-Symmetric Acoustic Boundary Element Calculator Coupled to the Lumped Element Equivalent Circuit of an Electro-Dynamic-Loudspeaker-Driver.
AxiDriver is based on the boundary element method for axis-symmetric problems involving sub-domain modeling. The loudspeaker driver is assumed to have a conventional electro-dynamic motor and a rigid diaphragm. AxiDriver simulates the acoustic field under the condition of one or two infinite baffles. It is possible to extend the boundaries to form a wave-guide and to place reflectors."; 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 = ''; } }