Thursday, April 19, 2012

WEEK 13 & 14


OBJECTIVE

  1. Produce graphical user interface (GUI) using Visual basic
  2. integrate with teamviewer to do online monitoring

RESULT

  • Below shows the GUI for the development. First it shows the system start. On status shows no serial data because RS232 not connected to PC yet. SpO2 box will show in percentage while heart beat will shows on pulse box 

Thursday, April 5, 2012

WEEK 11 & 12


OBJECTIVEProduce result for SpO2 and heart beat reading 
  • shows graph for all digital filters

PROCEDURE

  • There are three group of output produce by this development as shown below

Thursday, March 22, 2012

WEEK 9 & 10


OBJECTIVE 
  1. 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

Thursday, March 8, 2012

WEEK 7 & 8

OBJECTIVE :

  1. Program code for RMS value for Red and Infrared LED
  2. Program code for ratio, R
  3. Program code for SPO2 from 3rd order fit polynomial.
  4. Program code for Simple Moving Average (SMA) filtering on Heartbeat signal
  5. 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.

Thursday, February 23, 2012

WEEK 5 & 6


OBJECTIVE :
1.      Finalize sensor probe design

PROCEDURE :

  •        Below is the back side of SMT package LED. this package quite difficult to solder because of the size but it its excel in-term of  performance and for sensor placement.


       


  •   Then technique to solder SMT package is, first to put a bit of solder iron to make it easy to stick later on





  •            This is where the LED will be placed 


       

  • Below shows the connection of RED and INFRARED LED. The red wire soldered to red led and the green wire is ground while the orange wire soldered to infrared led



  • Below is Light to Frequency sensor TSL235R 





  • As usual the red for VCC, green for ground and  orange wire is the output of the sensor to be connected to DSPIC30F2012 later




  •  By using a velcro tape. Two hole is made using puncher, one for sensor TRL235R and the other for red and infrared LED

  • There are 5 wire all together (LED+SENSOR). by using DB9 connector it is more durable and easy to connect to the main board





CONCLUSION

  • SMT LED package need more practice to solder. The overall process took two weeks to finished 

Thursday, February 2, 2012

WEEK 4

OBJECTIVE :
1.      Find oxygen saturation formula

PROCEDURE :


  • 1.         The oxygen saturation is defined, as SaO2 (SPO2) and s a function of the concentration of the two forms  of hemoglobin in the blood: 

  •         The peak follower algorithm uses the differentiated Lowpass output sequence from    the IR sensor as its input. The idea is to allow the Peak variable to follow these differentiated peaks and decay at a very slow rate. It works much like a filter capacitor in a power supply. It attempts to follow the peaks and decays very slowly producing an envelope that can be used to time the heartwave that is produce by the IR signal. This IR signal was chosen because its amplitude is greater that that of the RED source and it doesn’t vary as much as the RED sensor does.

  •       The peak follower is used to time the period of the heart wave and also set up a period for the RMS calculation of the AC portion of the signal. In the T1 handler, the AC signal is calculated by taking the difference between the Filtered Sensor output and the DC level (from the DC tracking algorithm). For example, the AC signal from the RED sensor is:

      
              Rdiff = Rfilt – R_DC;

The RMS value is calculated for each sample of the Rdiff and accumulated using the statement:

                Rsum = RDiff*RDiff + Rsum;

               After the period is detected, the RMS value is calculated and Rsum set back to 0:
     
                Rms = sqrt(Rsum/period);
           
                Rsum = 0;
       
                 Once the RMS value is calculated, the SPO2 is calculated by finding the ratio R;

                  R = Rrms/RDC / Irrms/IRDC

                  Then,








Thursday, January 26, 2012

WEEK 3

OBJECTIVE :

1.      Find details on transmittance formula
2.      Find details about absorbance formula

PROCEDURE :

1.     This two formula is a basic but important because the technique that chosen in this  FYP is transmittance