var fDesc=new Array(); fDesc[0] = "ComTekk SINAD utilizes the latest in Digital Signal Processing (DSP) technology to accurately measure several key performance characteristics of radio receivers by analyzing the spectral content of a received audio signal.
The receiver under test is fed with a calibrated RF signal generator, modulated to about 60% with a 1KHz sinewave tone (usually FM). Receiver audio output is coupled to the computer's sound card where an A/D converter reads the signal's instantaneous voltage 11,025 times per second. This is the sampling rate."; 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 = ''; } }