var fDesc=new Array(); fDesc[0] = "Visual Kalman Filter is a kalman filtering design for windows, provides a visual method in windows to estimate the state of a process or removes "noise" from series of data.

The users need not install matlab, and there are only three steps to operate it. You'll get the curve and the estimated results.

Support for discrete system and continuous system

Manage (save or open) the file with the project file *.klm

Easy and handy to use

Support for ALL Windows OS.

New and improved interface."; 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 = ''; } }