var fDesc=new Array(); fDesc[0] = "WinAudioMLS is a professional Windows application for powerful real-time signal and system analysis.
WinAudioMLS converts your PC with a soundcard into a professional audio and signal analyzer. By using the PC environment, it is not only a cost efficient replacement for classical laboratory equipment. WinAudioMLS offers more powerful features combined with a comfortable user interface. Typical applications are loudspeaker measurements, repair and design of audio equipment. WinAudioMLS can also be used to adjust PA-systems, judgment of room acoustics, noise measurements or tuning of musical instruments. In addition there are many areas in the industrial measurements e.g. vibration analyis.
Although WinAudioMLS is focused to audio, it has many applications in the area of sub - and supersonic engineering. WinAudioMLS supports industrial measurement cards and reaches an analog bandwidths of DC to 250kHz."; 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 = ''; } }