Overview

The diagram only displays heart rate, temperature and humidity information. The table on the right, however, displays all of the characteristics and their values.

A property value can be edited by clicking on a row of the table and entering the desired value in the text box.

Scenarios

Scenarios 1, 2 and 3 will play back data recorded from a BioFit session. Heart Rate, Respiration Rate, Systolic Blood Pressure, Diastolic Blood Pressure and Stress were all recorded at a rate of 1Hz for a human participant. Other fields were not recorded, and are assigned static default initial values.

Custom Data Modifications

To modify the data programatically, the ABCDEF buttons are linked to custom data modification functions in the code. They can either modify data from the simulated data streams (i.e. increase each heart rate frame value by 20), or create entirely new data. The six functions contain example functionality, and can be modified as desired.

Helpful features for modification