var fDesc=new Array(); fDesc[0] = "Characteristics:
- for Windows OS
- for 16 bit soundcards and or to generating .wav files
- 4 output channels, 4 modulators, 1 measuring generator, 1 frequency normal generator
- amplitude, phase and frequency modulation
- frequency range 0 to samplerate/2 (output channel), 0 to 4000 Hz (modulator channel)
- generates true bandlimited audio tones
- 3 approximation stages up to 32 bit high quality
- alising errors are prevented and/or masked per dithering
- adapted fading to the protection from peaks
- storage wav files of arbitrary length
- advanced calibration available"; 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 = ''; } }