WEEK 9 & 10
OBJECTIVE
- To build program to communicate output of the calculation to notebook for analysis and display the output
PROCEDURE
- There are three part of data to be sent through serial port. first as below
OBJECTIVE :
- Program code for RMS value for Red and Infrared LED
- Program code for ratio, R
- Program code for SPO2 from 3rd order fit polynomial.
- Program code for Simple Moving Average (SMA) filtering on Heartbeat signal
- Program code for Simple Moving Average (SMA) filtering on SPO2 signal
PROCEDURE :
- Below is the code for root mean square (RMS) value for red and infrared LED. The float value will be define in variable section while the sample counter-1 initiate in the main programming.