Health Monitoring with Sensor-Based Cloud Service
7
This program is written in a high-level Java
language (Figure) as Android application,
designed to interact with the electronic nose (e-
nose) device and it is based on previous our
works. For the analysis of signals received from
an array of 8 sensors, two algorithms have been
developed. The first one allows getting the
measurement results in a way that is
understandable to any user. Initial processing of
the measurement results is carried out by the
maximum sensor responses, which forms a
health state diagram (sphere), constructed based
on the calculated data. Figure shows a fragment
of a software algorithm for assigning color to a
sector in accordance with the values of sorption
efficiency parameters calculated from the
maximum sensor responses.
public class Result Al_2 extends Base Result {
public ResultAl_2(double A, DataByMaxParcelable
inputData, Context context) {
}
supei(A, inputData, context);
setLegend("1_2");
//todo add "dry skin" If the skin is dry - color - red,
comments - Inflammation
public void setResult(){
if(getA()>=0.9&& getA() <= 1.14){
if(getInputData().isPractice()){
Fragment of a program
about classes that work
with the model dataView entire presentation