var fDesc=new Array(); fDesc[0] = "AcqKnowledge software effectively simulates physiological data recording from a variety of systems and transducers and performs most full-feature functions. Sample data files include examples recorded using MP Research Systems, BioHarness, Mobita, B-Alert, Epoch, and Stellar systems, from a variety of human and animal subjects.

The demo software highlights the main features of AcqKnowledge software using the included sample data files. You’ll examine specific sections, take readings, and perform analysis. Over 50 sample data files are included for: ECG data, EDA data, EEG data, EMG data, respiration data, and more. For use with the Automated Analysis Routines—Cardiac Output 1, EDA Events, RER, Cardiac Output 2, Noninvasive Blood Pressure, Impedance Cardiography, and more. Sample data files and pre-configured graph templates can be accessed via the AcqKnowledge Demo’s clear Startup Wizard 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 = ''; } }