var fDesc=new Array(); fDesc[0] = "MRP40 is a powerful and highly-effective ham radio software program that decodes received CW audio that has been fed to a computer’s sound card. The decoded text is displayed on the computer’s monitor. For transmitting CW, the program encodes keystrokes from the computer’s keyboard. Hams use MRP40 to send and read QRQ (high-speed) CW, to help read weak DX signals, and to improve CW contest scores.
Has very good decoding of weak, noisy and fading signals
Is almost 100% copy in heavy CW contest conditions and local QRM"; 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 = ''; } }