var fDesc=new Array(); fDesc[0] = "It enables the recording and spectral analysis of ultrasonic signals in order to determine the Doppler frequency shift.
The area of application of this software covers numerous fields in medical diagnostics, medical engineering and fluid dynamics.

Main features:

- Display of the ultrasonic signals.
- Spectral analysis, display of the Doppler frequency shift.
- Time-course image (distribution of the Doppler frequency shift as a function of time).
- Calculation of flow-relevant parameters (velocity, flow rate, maximum value, average value, etc.).
- For non-continuous and pulsed flows, the 10-second-section shows the course of the maximum and average frequency shift over the last ten seconds. A spectral analysis of these values shows the pulse frequency distribution for pulsed flows."; 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 = ''; } }