Hi,
In the example of Vital Signs, if the customer wants to obtain the amplitude of respiration and heartbeat, which of the following parameters should be output in the structure of VitalSigns_Output? Is the unit of this parameter in mm?
1.outputFilterBreathOut
2.outputFilterHeartOut
3.sumEnergyBreathWfm
4.sumEnergyHeartWfm
For the heart rate output, it is divided into heartRateEst_FFT and heartRateEst_FFT_4Hz. Whether it means that when the heart rate is less than 120, we can refer to heartRateEst_FFT, and when it is greater than 120, we need to refer to heartRateEst_FFT_4Hz. In general, how to let the system automatically determine which one to use these parameters?