var fDesc=new Array(); fDesc[0] = "Advanced MCACC is Pioneer's original function for automatic sound field calibration.

With Advanced MCACC, the various calibration operations, including measurement of the reverberations in the viewing environment, EQ calibration in function of the reverberations, standing wave control, calibration of the speaker distance, acoustic pressure level calibration, speaker detection and determining whether the speakers are large or small, are all performed automatically.


Conventional EQ calibration was two-dimensional, involving only the frequency band and the acoustic pressure level."; 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 = ''; } }