SlideShare uma empresa Scribd logo
1 de 13
Baixar para ler offline
International Journal of Embedded Systems and Applications (IJESA) Vol.3, No.1, March 2013


        EXPERIMENTAL IMPLEMENTATION OF
        EMBARRASINGLY PARALLEL PROCESS IN
           ANALYSIS OF BLOOD GLUCOSE
         CONCENTRATION USING ATMEGA32
               MICROCONTROLLERS
                                       S. Kumaravel1 ,P. Neelamegam2
      1. D e p a r t m e n t of Computer Science, AVVM Sri Pushpam College (Autonomous),
                              Poondi, Thanjavur – 613 503, Tamil Nadu, India.
                                          subakumar_14@yahoo.com

2. Department o f E l e c t r o n i c s & I n s t r u m e n t a t i o n E n g i n e e r i n g , S h a n m u g a A r t s ,
         Science, Technology and Research Academy (SASTRA) Deemed University,
                                Thanjavur – 613 402, Tamil Nadu, India.
                                           neelkeer_83@yahoo.com

    ABSTRACT
    This paper explains the development of a embedded based parallel system to measure glucose
    concentration of the blood samples. The developed instrument works on the principle of absorbance
    transmittance photometry usi ng ATmega32 microcontrollers. In order to handle more blood samples and
    reduce the response time of glucose analyzing process in large number of blood samples, the
    embarrassing parallel measurement operation is implemented. The proposed system architecture and the
    co-design of hardware and software are discussed in detail.       The system is evaluated using the
    parameters of Speedup Factor, Efficiency and Throughput are studied. The result shows that system
    attained the linear speedup in measurement of blood samples.

    KEYWORDS
    Parallel Process, Embedded System, Glucose Concentration, Microcontroller, Clinical Blood Analyzer.


    1. INTRODUCTION
    Diabetes has become a development issue and it threatens the health and economic
    prosperity of people in low and middle-income countries, the International Diabetic Federation
    (IDF) report said. It also predicted that diabetes would cost the world economy at least $376
    billion in 2013..2. India leads the world in the number of people suffering from diabetes and
    by 2030, nearly 9 per cent of the country’s population is likely to be affected from the
    disease. Unless serious action will be taken the epidemic of diabetes would increase from 7
    million new cases to 10 million new cases in this year [1].

    Diabetes is a common disease related to endocrine metabolism. At present there is no method
    which can cure diabetes totally. The main therapy is to prevent or alleviate the occurrence of
    complications through frequent monitoring and adjustment of glucose level. Physicians suggest
    that the glucose level should be tested at least four times per day. Nowadays the diabetes
    patients are taking treatment at a specialized centre, in which the great number of blood
    samples should be analyzed in effectively with stipulated period an d p rep ar e th e analyzes
    report.

    DOI : 10.5121/ijesa.2013.3103                                                                                     39
International Journal of Embedded Systems and Applications (IJESA) Vol.3, No.1, March 2013

The methods of clinical analyzing can be classified as direct method and indirect method.
The clinical laboratories are following mostly indirect methods to analyze the blood contents. In
indirect methods the techniques of spectro photometric, polarometric, amperometric,
electrochemical, c o u l o m e t r i c , polarography, r a d i o c h e m i c a l a n d f l u o r e s c e n c e a r e
available [2 , 3 ] . The instrument proposed in this paper is designed using the principle of
absorbance transmittance photometry. It is a high performance multi-microcontroller-
based, photometric biochemical analyzer to measure the glucose concentration. It also
modifiable to measure various biochemical parameters such as blood Sodium, Potassium,
Chloride, Urea and Bilirubin.

In recent years, automation in clinical chemistry has progressed with a change from rigid to
very flexible instruments. Automation of clinical instruments has brought about a revolution in
the field of medical instrumentation. It has reduced the w o r k load on clinical laboratories
largely by reducing the time taken in the test and minimizing the involvement of laboratory
staff. The functioning instrument in clinical process is distinguished as serial and parallel
system. By using serial system, only one test can be conducted at a time, but the parallel system
provides the advantages of high throughput and minimum response time.

It is necessary, screening the people for their blood glucose level monitoring should be
intensified and provided necessary precaution steps by conducting Medical Camps. To do the
glucose measurement in mass number of blood samples at a Medical Camp, the performance of
serial clinical blood analyzer may not be enough by the view of time consuming and fault
tolerance. In order to o v e r c o m e t h e a b o v e problems, the Parallel Clinical blood analyzer
could be a solution. The identified potential users of parallel blood analyzing system are
Specialized Diabetic Centers, Primary Health Centers, Community Health Centers and
D i s t r i c t Hospitals. This work focused as an enhanced system in parallel environment to
analyze the blood samples for glucose a n d o t h e r parameters. The proposed parallel
measurement is designed using off-the-self microcontroller of ATmega32. The performance of
the system is analyzed using more number of blood samples as workloads. A PC based
solution is also possible for this work, but microcontroller based solution is more
independent, hopefully more reliable, with cheaper running cost.

2. METHOD OF GLUCOSE ANALYSIS
The microcontroller-based in s tru men t i s designed using th e p r in c ip le o f absorbance
transmittance photometry. According to Lambert and Beer’s law, when monochromatic light
is passed through colored solution, the intensity of the transmitted light de-creases
exponentially with the increase in concentration of the absorbing substance. The value of
absorption of light energy is dependent on the number of molecules present in absorbing
material and the thickness of the medium. Thus, intensity of light energy leaving the
absorbing substance is used as an indication of concentration of that particular substance [4,3].

 If I0 is the intensity of incident light in colored solution and It is the transmitted light, then
according to B e e r ’ s law
It = I0 e-kct     ….       (1)
and transmission
T= It/Io = e-kct … . ( 2 )
or
logeT = -kct      ….       (3)
or
loge (1/T) = kct      ….         (4)

                                                                                                                 40
International Journal of Embedded Systems and Applications (IJESA) Vol.3, No.1, March 2013

Where ‘c’ is the concentration of     absorbing sample,‘t’ thickness of the light path, and ‘k’
absorption constant.

The quantity (-log T) or log (1/T) is termed as extinction E/OD or the absorbance.
A = log (1/T) = log 100 / (%transmission),
A = 2 - log (% transmission).      …. (5)
Therefore A = kct. If t is constant, then A α c.

In this system, the basis requirement is to measure optical density/absorbance and then
concentration of the test parameter under run accurately.

3. REQUIREMENT AND SCHEME OF PARALLELISM
The parallel-based glucose analyzing system is necessary when the large number of blood
samples to be analyzed in a particular time span. Normally the blood glucose levels of diabetic
patients are measuring before and after the breakfast. Therefore, the laboratory of specialized
hospital, which is exclusive for diabetic patients get hundreds of blood samples for
analyzing glucose level during morning session. By the way, introducing parallel measurement
system, the tu r n a r oun d time of a blood sample analysis will be minimized.

Parallel processing involves dividing a problem into parts in which separate processors perform
the computation of the parts. An ideal parallel computation is one that can be immediately
divided into completely independent parts that can be executed simultaneously. This is
picturesquely called embarrassingly parallel or naturally parallel. Parallelizing these problems
should be obvious and requires no special techniques or algorithm to obtain a working
solution. Ideally, there would be no communication between the separate processors; that is, a
completely disconnected computational graph, as shown in Figure-3. This situation will give the
maximum possible speedup if all the available processors can be assigned process for the total
duration of the computation. The only constructs required here are simply to distribute the task
and to start the processes [6].

In a practical embarrassingly parallel computation, tasks are distribute to the different processors
and results collected and combined in some way. This suggests that initially and finally a single
processor must be operating alone. A common approach is the master-slave organization.
The master processor is responsible to start and send initial data to all slave processors as well
as collects the result from the slaves. The resulting structure is shown in Figure-4. In this
work, the task of the measurement o f g l u c o s e f o r the blood s a m p l e s u s i n g
absorbance m e t h o d i s implemented as embarrassingly parallel environment.




                      Figure 3 Graph for embarrassingly parallel problem.
                                                                                                  41
International Journal of Embedded Systems and Applications (IJESA) Vol.3, No.1, March 2013




     Figure 4 Practical embarrassingly parallel process graph with Master slave approach

4. DESIGN OF PARALLEL GLUCOSE ANALYSER
The parallel glucose analyzer is a complete system that consists of one master node and three
sensor nodes. The master node acts as co-ordinate node, which is able to send commands to
sensor nodes and receive the data from the same. The sensor nodes are connected with master
node using I2C bus and function as slave nodes [7,8]. The proposed system is able to handle four
blood samples concurrently instead of one sample.         The      embarrassingly    parallelism
s c h e m e , a s d e p i c t e d i n Figure-4 i s implemented using Atmega32 microcontrollers,
which is shown in Figure-5.

The ATmega32 microcontroller has been found appropriate for this parallel blood analysis
system. It is an 8-bit, CMOS, low power device composed of standard on-chip peripherals. The
AVR core combines a rich powerful instruction set (131 instructions) with 32 general purpose
working registers along with 8 bit CPU. This chip has 32k bytes of in-system programmable
flash memory, 1024 byte EEPROM, 2k byte SDRAM, Master/Slave SPI serial interface, 32
general purpose I/O lines, flexible timer and counter with compare modes, internal and external
interrupts and a programmable watch dog timer with power saving mode.

In the Figure-5, the master node is interfaced with 20 characters x 8 lines alphanumeric LCD
display through Port-B. The Port-C is assigned to connect a key board, from which the user
can activate the analyzer either in Mode-1 or Mode-2 operation.           In Mode-1 all sensor
nodes are assigned to measure the glucose level in blood sample by issuing command from
master node. In M o d e -2 each sensor node is exclusively assigned       by master node to
measure either glucose or sodium or potassium or urea c o n t e n t s in blood sample. Therefore,
Mode-1 is used to measure the glucose level in all blood samples, which are loaded in the
system. The Mode-2 is preferred when the blood samples are                need   to    complete-
analysis of three more parameters. The LCD panel is used to display the interactive menu to
choose the option, date and time from the RT-clock, status of sensor nodes and its result. A
thermal mini printer is interfaced through port-D, which is used for hard copy of th e results,
which are analyzed and sent by the sensor nodes.

                                                                                                  42
International Journal of Embedded Systems and Applications (IJESA) Vol.3, No.1, March 2013




   Figure 5 Master slave arrangements of microcontrollers for glucose measurement process.

The block diagram of sensor node arrangement is shown in Figure-6. Block-A is referred as
light source, in which LED is used as source of light. In order to get required wave length of
light to be passed, four different colors of LEDs have been mounted on a rotational disk. By
choosing appropriate LED, the sensor node can be used to measure any one of the
p a r a m e t e r s along with suitable reagents. The rotation of the LED disk is controlled by a
stepper motor, which is connected through the port-B (3 lines used) of microcontroller. Pulses
are generated according to required sequence to rotate the motor at required angle, which
brings the selected LED in front of light-path and activate that.

Block-B contains, sample holder, flow cell, peristaltic pump. The flow cell is used to mix the
blood sample and reagents. The light beam of particular wave length is penetrated through the
flow cell and come out from a narrow hole of opposite side. The port-B of sensor node is
interfaced with a stepper motor that drives the roller type peristaltic pump. This pump is used
in the system is aspirating the required volume of sample and reagents, washing the flow cell.
While conducting the test, the contents of flow cell keeps at required temperature. The
temperature sensor LM35 is used to measure the inside temperature of flow cell, which is
connected to built in A/D converter through Port-A of p r o c e s s o r . The peltier device is used
to maintain the temperature of sample in required level, it works in both directions for cooling
and heating. The Port-C has been assigned for the device.

Block-C contains photodiode sensor, which senses the light from the flow cell as input and
produces the current with proportional to the light intensity. The amplified output of the
photodiode has given to A/D converter through Port-A. The temperature sensor is also
connected to A/D converter using Port-A to find the temperature of blood sample, which is
in flow cell. Block-D has a four row 16 characters alphanumeric display, which is used to
display the mode of operation, measuring parameters and its value, report of result sent to
master node. The communication interface unit is in Block-E, the port-D (PD0 and PD1) is
used to communicate with master node.




                                                                                                  43
International Journal of Embedded Systems and Applications (IJESA) Vol.3, No.1, March 2013




                           Figure 6      Block diagram of sensor node.

5. SYSTEM IMPLEMENTATION
The proposed parallel measurement is implemented as open loop system to measure the
glucose concentration in blood samples. The software required for this system has been
developed using ‘C‘ c r o s s compiler for ATmega32 in modular form. The software can be
focused around two sides, i.e. one is master side and other one is slave sides. After the
development of software, t h e program i s stored into the EEPROM o f microcontrollers. The
layout of the steps followed in the development has been provided in the flow chart shown
in Figures 8 and 9, as roll of the master node and sensor nodes respectively. The Talker-
Listener principle is followed mutually while exchanging data among the microcontrollers.
When the sensor nodes are communicate with master without collision by using ‘Newhall-type
loop’ based method is adopted in coding level [9,10].




                                                                                                  44
International Journal of Embedded Systems and Applications (IJESA) Vol.3, No.1, March 2013




                   Figure 7 Flow diagrams for master node function.




                                                                                             45
International Journal of Embedded Systems and Applications (IJESA) Vol.3, No.1, March 2013




                     Figure 8 Flow diagram for slave/sensor nodes function.

6. METHODS OF SCHEDULING AND MEASUREMENT
On a single processor, the scheduling of blood samples for measurement is one-dimensional.
On a parallel system, the scheduling is two-dimensional. The scheduling method has to decide
                                                                                                  46
International Journal of Embedded Systems and Applications (IJESA) Vol.3, No.1, March 2013

from the group of blood samples, which sample to analyze and which sensor node to analyze
it on. The proposed parallel system has been designed to function in two Modes (1 & 2) in
order to get the increased throughput and reduced response time respectively. The method of
sample handling is differed in each mode. In Mode-1 ‘Gang’ scheduling method is followed
and in Mode-2 ‘Distributed Gang’ scheduling is adopted [11,12,13].

In Mode-1, the function of all sensor nodes is set as to measure the glucose level of blood
samples, which are loaded in the system. Here, all nodes do the identical process of glucose
measurement, so the Gang scheduling is followed to bring out better performance, the Gang
scheduling method has 3 parts.

1. Groups of sample formed as unit or a gang.
2. All members of gang measured simultaneously on different sensor nodes.
3. All gang members start and end their time slices together.

The Figure-9 shows the method of Gang scheduling applied in blood samples. If the proposed
parallel blood analyzer with 4 sensor nodes get number of blood samples to analyze is 16,
marked as S0,S1,S2……….S15. During time slot 0, samples S0,S 1,S2 and S3 are scheduled
to admit in to the system for measurement of Glucose. During time slot-1 samples A4 through
A7 are scheduled to measure. Then the cycle repeats till the sample group A12 to A15 is
measured.

The      Mode-2 is implemented, when a group of blood samples need to complete
analysis. Upon this mode, Sensor Node-1 is assigned to measure parameter of Glucose, Sensor
Node-2,3 and 4 is allotted to measure Sodium, Potassium and Urea respectively. The single
sample volume is distributed among the four sensor nodes and measure the corresponding
p a ra me te r s . The Distributed Gang Scheduling is mapped in this mode of operation, which is
s h o w n in the Figure-10. The gang is formed by grouping a blood sample as its sub groups.
Blood Sample A 0 h a s sub- grouped as like S 0 g , S0s, S0p, and S0u. The sample group S0g is
used for glucose, S0s for sodium, S0p for potassium and S0u for Urea.




                    Figure 9 Gang scheduling of blood sample feeding in mode-1.




              Figure 10 Distributed gang scheduling of blood sample feeding in mode-2.

                                                                                                  47
International Journal of Embedded Systems and Applications (IJESA) Vol.3, No.1, March 2013

7. RESULT AND DISCUSSION:
Generally the roll of parallel system in measurement process is either increased the
throughput or reduce the turnaround time . In this work of parallel processing in blood
analyzer is supports both of the throughput as well as earlier response time, by way of
implementing two modes of operation. The Mode-1 is increased the throughput of the
system and the Mode-2 is giving speedup of the complete analysis process and submits the
earlier response of results.

Evaluating the performance of a system is meaningful only in the context of a workload, that is,
what the system is being asked to do. The parallel system is evaluated by using a group
blood samples both in mode-1 and mode-2. The performance of parallel system is compared
with against the single processor system with same group of blood samples.

The performance of the microcontroller based parallel system i s evaluated using the time
required to find the glucose level from the workload of 16 blood samples in Mode-1. The
Table-1 described the execution time required to measure the glucose level in the form of
module names, which is executed on the single processor system. The measurement time of
blood samples in a sensor node is sum of ∑(a+b+c) calculated as 30185 mille seconds.

The measurement time of 16 samples using single node with against the f o u r parallel sensor
nodes is shown in the              Figure-11(a and b)              as time space          diagram. These two
implementations must be comparable so that fair conclusion can be drawn from the
measurement results. From the Table-1, the time consumed to predict the glucose concentration
for 16 blood samples using single sensing node (Ts) is 482960 mille seconds. The time
consumed in parallel analyzer with the same number of sample is required (Tp) 120740 mille
seconds. The communication between Master and Slave nodes establish in two incidents,
first phase is distribution of commands to each sensor node to configure either in Mode 1 or
Mode 2 by the master node, the second phase is measured glucose level by sensor nodes
to the master nodes. The time required for the first phase is 1092 mille seconds and the
time consumed in the second phase is calculated as 1375 micro seconds, which is maximum
time required to send results for 16 blood samples. The total communication t i m e
T c f o u n d a s 2 4 6 7 m i l l e s e c o n d s . The s p e e d u p f a c t o r (Ts/(Tp+Tc)) of distributed
system is 3.9 and the efficiency is 0.975 with against the value of 1. The computation and
communication         time      calculated         using     the     pin- pong method [6,14].            The
computation/communication ratio is 49%. The measurement and computation time is 49%
higher than the communication time. By this low communication ratio, this system can likely
to support the architecture scalability by adding more sensor nodes. The Throughput reflects
the measurement power of parallel blood analyzer, which can be defined as the no of
results that can be completed by per unit time. The observed period is 31.5 seconds and
number of blood sample analyzed is 4.

The Figure-12 shows the time space diagram of complete analysis of a blood sample. The time
taken by the single node for analysis of glucose, sodium, potassium and urea of single blood
sample is 1, 26,240 mille seconds; the s a m e test conducted on parallel system is consumed
only 31560 mille seconds. The t u r n a r o u n d time of a sample for complete analysis is reduced
as considerable amount. The Table-2 and Figure-13 are describing the measured metrics of
performance of the system.




                                                                                                          48
International Journal of Embedded Systems and Applications (IJESA) Vol.3, No.1, March 2013




Figure 11. Time Space diagrams for analysis of 16 blood samples in mode-1 (a) Time required
by single sensor node (b) Time required by four sensor nodes.

            Table1. Execution time required by the modules in a single node system.

                               Modules                              Execution Time (ms)

    (a) Peristaltic
     pump activation for mixing of sample and reagent                         20,000

    (b) Duration of light pass on sample                                      10,000

    (c) Temperature and Photo diode sensors reading                             105

    (d) Calculation and display of result

    (e) Communication time to send results to master node with                  80
    sample number


                                                                               85.93
                                                                                                  49
International Journal of Embedded Systems and Applications (IJESA) Vol.3, No.1, March 2013



             Measured Parameters                                 Value

Speedup                                                        3.9
Efficiency                                                     97%

Throughput                                                     4 Nos. /31.5 s

Computation and communication ratio                            49%

Turnaround Time reduced                                        75%

    Table 2. Performance based values of parallel system using four sensor nodes.




     Figure 12 Time space diagram of complete analysis of a single blood sample




               Figure 13      Graph for performance analysis


                                                                                             50
International Journal of Embedded Systems and Applications (IJESA) Vol.3, No.1, March 2013

8. CONCLUSION
The embarrassingly parallel process based blood analyzer is designed using ATmega32
microcontrollers as a loosely coupled multiprocessor system, in order to reduce the blood
analyzing time in group of blood samples. The performance of the system is studied and
obtained the speedup, efficiency and throughput values. The performance achieved by this
multiprocessor system can be replaced by a single faster processor, when the faster runs, the
more heat it generates and it is to get rid of this heat. But, the proposed parallel system is
constructed by using multiple off-the- self components of microcontrollers, which are runs at
normal speed and produce minimum heat, but which collectively have far more processing
power that a single faster processor. In this way, this parallel blood analyzer can be viewed
as an eco- friendly system.

References:
[1]     The report of International Diabetic Federation-2011- 2012.
[2]     V.G.Sangam and B.M.Patre, Microcontroller based data acquisition system for and biosensor and
        the analysis of glucose concentration, Journal of Instrumentation Society of India, Vol.39,
        No.1,pp.31-39, March 2009.
[3]     Fei Tang, Xiaohao Wang, Dongsheng Wang, Non-Invasive Glucose Measurement by use of
        Metabolic Heat co2004nformation Method, Sensors, vol.8, pp 3335-3344, 2008.
[4]     S.R.Taneja et.al., Design and Development of Microcontroller based ‘clinical Chemistry Analyser
        for measurement of various blood biochemistry parameters, Journal of Automated
        methods management in chemistry, No.4, pp.223-229, 2005 .
[5]     P. Neelamegam, R.Raghunathan, Direct Potentiometer Analysis of Blood Sodium and
        Potassium. Proceedings of International Conference on Trends in Industrial Measurements and
        Automation, pp 217-219, 2007.
[6]     Barry Wilkinson, Michael Allen, Parall Programming,Techniques and Applications              Using
        Networked Workstations and Parallel Computers, Pearson Edition, 2007.
[7]     P.Neelamegam, S.Kumaravel, R. Raghunathan, Microcontroller Based Distributed Monitoring
        System for Fresh Water Fish Aquaculture, Instrumentation Science & Technology, Volume 36,
        Issue – 5, pp. 515-524,. September 2008.
[8]     P.Neelamegam, A.Rajendran, Linear Heating system for measurement of Thermo luminescence
        using 8031/51 microcontroller, Bull. Material Science, Vol.26, No.5, pp.565-568, August 2003.
[9]     Macros R.Frankowiak, Roger AI. Grosvenor, Paul W.Prickett, A Petrinet based Distributed
        monitoring System using PIC microcontrollers, Microprocessors and Microsystems 29 ,pp.189-
        196, 2005.
[10]    Sui Xin, Li,Chunsheng, and Tian Di, Data Transmission Reliabiligy in Short Message Integrated
        Monitoring Systems, Porceedings of World Academy of Science,Eng. And Technology Volue 7,
        pp.362-367, Augut 2005.
[11]    Andrew S.Tanenbaum, Modern Operating Systems, Second Edition, Pearson Education Asia, 2002.
[12]    Torngren M., Garbergs B., Berggren H., A Distributed computer Test bed for Real-Time control of
        Machinery, In proceeding of the 5 th Euro micro Workshop on Real-Time Systems, Oulu,
        Finland, IEEE Computer Society Press, June 1993.
[13]    Jerme Barczy Kowski, Jerme J.Gerevies, Clinical Blood Analyzer, Proceeding of the
        2004/2005 Spring, Multi Disciplinary Engineering Design Conference, Rochester,Newyork, May
        13, 2005.
[14]    Armando Australia, Unai Bidarate and Jesus Lazaro, Multiprocessor SOPC-Core for FAT volume
        computation, Microprocessors and Microsystems 29, pp.421-434, 2005.

                                                                                                      51

Mais conteúdo relacionado

Mais procurados

Seminar on elemental impurities by prakash
Seminar on elemental impurities by prakashSeminar on elemental impurities by prakash
Seminar on elemental impurities by prakashprakash64742
 
Application of hyphenated techniques
Application of hyphenated techniques Application of hyphenated techniques
Application of hyphenated techniques Dr. Dinesh Mehta
 
Mining lung cancer data and other diseases data using data mining techniques
Mining lung cancer data and other diseases data using data mining techniquesMining lung cancer data and other diseases data using data mining techniques
Mining lung cancer data and other diseases data using data mining techniquesIAEME Publication
 
ELEMENTAL ANALYSIS FOR MPHARM IST SEM
ELEMENTAL ANALYSIS  FOR MPHARM IST SEMELEMENTAL ANALYSIS  FOR MPHARM IST SEM
ELEMENTAL ANALYSIS FOR MPHARM IST SEMprakash64742
 
[71]a counting algorithm for tangerine yield estimation
[71]a counting algorithm for tangerine yield estimation[71]a counting algorithm for tangerine yield estimation
[71]a counting algorithm for tangerine yield estimationUlzii-Orshikh Dorj
 
VALIDATED LIQUID CHROMATOGRAPHY/TANDEM MASS SPECTROMETRY METHOD FOR DETERMINA...
VALIDATED LIQUID CHROMATOGRAPHY/TANDEM MASS SPECTROMETRY METHOD FOR DETERMINA...VALIDATED LIQUID CHROMATOGRAPHY/TANDEM MASS SPECTROMETRY METHOD FOR DETERMINA...
VALIDATED LIQUID CHROMATOGRAPHY/TANDEM MASS SPECTROMETRY METHOD FOR DETERMINA...Manik Ghosh
 
Iisrt saksham sood (cs)
Iisrt saksham sood (cs)Iisrt saksham sood (cs)
Iisrt saksham sood (cs)IISRT
 
Hybrid System of Tiered Multivariate Analysis and Artificial Neural Network f...
Hybrid System of Tiered Multivariate Analysis and Artificial Neural Network f...Hybrid System of Tiered Multivariate Analysis and Artificial Neural Network f...
Hybrid System of Tiered Multivariate Analysis and Artificial Neural Network f...IJECEIAES
 
Cancer prognosis prediction using balanced stratified sampling
Cancer prognosis prediction using balanced stratified samplingCancer prognosis prediction using balanced stratified sampling
Cancer prognosis prediction using balanced stratified samplingijscai
 
Automatic Detection of Malaria Parasites for Estimating Parasitemia
Automatic Detection of Malaria Parasites for Estimating ParasitemiaAutomatic Detection of Malaria Parasites for Estimating Parasitemia
Automatic Detection of Malaria Parasites for Estimating ParasitemiaCSCJournals
 
Review of hyphenated techechnique.
Review of hyphenated techechnique.Review of hyphenated techechnique.
Review of hyphenated techechnique.Sundaybb1992
 
LCMS PHYTOCHEMICAL ANALYSIS
LCMS PHYTOCHEMICAL ANALYSISLCMS PHYTOCHEMICAL ANALYSIS
LCMS PHYTOCHEMICAL ANALYSISBushraYasin4
 

Mais procurados (17)

Seminar on elemental impurities by prakash
Seminar on elemental impurities by prakashSeminar on elemental impurities by prakash
Seminar on elemental impurities by prakash
 
Application of hyphenated techniques
Application of hyphenated techniques Application of hyphenated techniques
Application of hyphenated techniques
 
Mining lung cancer data and other diseases data using data mining techniques
Mining lung cancer data and other diseases data using data mining techniquesMining lung cancer data and other diseases data using data mining techniques
Mining lung cancer data and other diseases data using data mining techniques
 
ELEMENTAL ANALYSIS FOR MPHARM IST SEM
ELEMENTAL ANALYSIS  FOR MPHARM IST SEMELEMENTAL ANALYSIS  FOR MPHARM IST SEM
ELEMENTAL ANALYSIS FOR MPHARM IST SEM
 
SPECTROPHOTOMETRIC MEASUREMENT OF SOLUBILITY TEST TURBIDITY AS AN IMPROVED DI...
SPECTROPHOTOMETRIC MEASUREMENT OF SOLUBILITY TEST TURBIDITY AS AN IMPROVED DI...SPECTROPHOTOMETRIC MEASUREMENT OF SOLUBILITY TEST TURBIDITY AS AN IMPROVED DI...
SPECTROPHOTOMETRIC MEASUREMENT OF SOLUBILITY TEST TURBIDITY AS AN IMPROVED DI...
 
[71]a counting algorithm for tangerine yield estimation
[71]a counting algorithm for tangerine yield estimation[71]a counting algorithm for tangerine yield estimation
[71]a counting algorithm for tangerine yield estimation
 
Classification with Random Forest Based on Local Tangent Space Alignment and ...
Classification with Random Forest Based on Local Tangent Space Alignment and ...Classification with Random Forest Based on Local Tangent Space Alignment and ...
Classification with Random Forest Based on Local Tangent Space Alignment and ...
 
2016_15_3_18
2016_15_3_182016_15_3_18
2016_15_3_18
 
VALIDATED LIQUID CHROMATOGRAPHY/TANDEM MASS SPECTROMETRY METHOD FOR DETERMINA...
VALIDATED LIQUID CHROMATOGRAPHY/TANDEM MASS SPECTROMETRY METHOD FOR DETERMINA...VALIDATED LIQUID CHROMATOGRAPHY/TANDEM MASS SPECTROMETRY METHOD FOR DETERMINA...
VALIDATED LIQUID CHROMATOGRAPHY/TANDEM MASS SPECTROMETRY METHOD FOR DETERMINA...
 
Iisrt saksham sood (cs)
Iisrt saksham sood (cs)Iisrt saksham sood (cs)
Iisrt saksham sood (cs)
 
HPTLC MS=
HPTLC MS=HPTLC MS=
HPTLC MS=
 
Hybrid System of Tiered Multivariate Analysis and Artificial Neural Network f...
Hybrid System of Tiered Multivariate Analysis and Artificial Neural Network f...Hybrid System of Tiered Multivariate Analysis and Artificial Neural Network f...
Hybrid System of Tiered Multivariate Analysis and Artificial Neural Network f...
 
Cancer prognosis prediction using balanced stratified sampling
Cancer prognosis prediction using balanced stratified samplingCancer prognosis prediction using balanced stratified sampling
Cancer prognosis prediction using balanced stratified sampling
 
Automatic Detection of Malaria Parasites for Estimating Parasitemia
Automatic Detection of Malaria Parasites for Estimating ParasitemiaAutomatic Detection of Malaria Parasites for Estimating Parasitemia
Automatic Detection of Malaria Parasites for Estimating Parasitemia
 
Review of hyphenated techechnique.
Review of hyphenated techechnique.Review of hyphenated techechnique.
Review of hyphenated techechnique.
 
LCMS PHYTOCHEMICAL ANALYSIS
LCMS PHYTOCHEMICAL ANALYSISLCMS PHYTOCHEMICAL ANALYSIS
LCMS PHYTOCHEMICAL ANALYSIS
 
Onecompartmentmodeling
OnecompartmentmodelingOnecompartmentmodeling
Onecompartmentmodeling
 

Semelhante a Experimental Implementation of Embarrassingly Parallel Process in Blood Glucose Analysis

Real-time and Non-Invasive Detection of Haemoglobin level using CNN
Real-time and Non-Invasive Detection of Haemoglobin level using CNNReal-time and Non-Invasive Detection of Haemoglobin level using CNN
Real-time and Non-Invasive Detection of Haemoglobin level using CNNIRJET Journal
 
Srge most important publications 2020
Srge most important  publications 2020Srge most important  publications 2020
Srge most important publications 2020Aboul Ella Hassanien
 
A Non-Invasive Blood Glucose Monitoring Device using Red Laser Light
A Non-Invasive Blood Glucose Monitoring Device using Red Laser LightA Non-Invasive Blood Glucose Monitoring Device using Red Laser Light
A Non-Invasive Blood Glucose Monitoring Device using Red Laser LightIRJET Journal
 
Design of a High Directive Gain Reconfigurable Circular Patch Antenna
Design of a High Directive Gain Reconfigurable Circular Patch AntennaDesign of a High Directive Gain Reconfigurable Circular Patch Antenna
Design of a High Directive Gain Reconfigurable Circular Patch AntennaAssociate Professor in VSB Coimbatore
 
Noninvasive blood glucose monitoring system based on near-infrared method
Noninvasive blood glucose monitoring system based on near-infrared method  Noninvasive blood glucose monitoring system based on near-infrared method
Noninvasive blood glucose monitoring system based on near-infrared method IJECEIAES
 
A novel approach in identification of blood group using laser technology
A novel approach in identification of blood group using laser technologyA novel approach in identification of blood group using laser technology
A novel approach in identification of blood group using laser technologyeSAT Publishing House
 
Ijarcet vol-2-issue-4-1393-1397
Ijarcet vol-2-issue-4-1393-1397Ijarcet vol-2-issue-4-1393-1397
Ijarcet vol-2-issue-4-1393-1397Editor IJARCET
 
IRJET - Accuracy Prediction and Classification using Machine Learning Techniq...
IRJET - Accuracy Prediction and Classification using Machine Learning Techniq...IRJET - Accuracy Prediction and Classification using Machine Learning Techniq...
IRJET - Accuracy Prediction and Classification using Machine Learning Techniq...IRJET Journal
 
IRJET- Extending Association Rule Summarization Techniques to Assess Risk of ...
IRJET- Extending Association Rule Summarization Techniques to Assess Risk of ...IRJET- Extending Association Rule Summarization Techniques to Assess Risk of ...
IRJET- Extending Association Rule Summarization Techniques to Assess Risk of ...IRJET Journal
 
In tech quality-control_in_clinical_laboratories
In tech quality-control_in_clinical_laboratoriesIn tech quality-control_in_clinical_laboratories
In tech quality-control_in_clinical_laboratoriesMillat Sultan
 
Quality control clia
Quality control cliaQuality control clia
Quality control cliaJuan Méndez
 
Glucose-Insulin regulator for Type 1 Diabetes using_CCIT-2014
Glucose-Insulin regulator for Type 1 Diabetes using_CCIT-2014Glucose-Insulin regulator for Type 1 Diabetes using_CCIT-2014
Glucose-Insulin regulator for Type 1 Diabetes using_CCIT-2014juanonofreorozcolopez
 
Diabetic Retinopathy detection using Machine learning
Diabetic Retinopathy detection using Machine learningDiabetic Retinopathy detection using Machine learning
Diabetic Retinopathy detection using Machine learningIRJET Journal
 
IRJET- Automated Blood Group Recognition System using Image Processing
IRJET- Automated Blood Group Recognition System using Image ProcessingIRJET- Automated Blood Group Recognition System using Image Processing
IRJET- Automated Blood Group Recognition System using Image ProcessingIRJET Journal
 
Crimson Publishers -A Sensor Multiplatform for Non Invasive Diagnosis of Pros...
Crimson Publishers -A Sensor Multiplatform for Non Invasive Diagnosis of Pros...Crimson Publishers -A Sensor Multiplatform for Non Invasive Diagnosis of Pros...
Crimson Publishers -A Sensor Multiplatform for Non Invasive Diagnosis of Pros...CrimsonPublishers-SBB
 

Semelhante a Experimental Implementation of Embarrassingly Parallel Process in Blood Glucose Analysis (20)

Real-time and Non-Invasive Detection of Haemoglobin level using CNN
Real-time and Non-Invasive Detection of Haemoglobin level using CNNReal-time and Non-Invasive Detection of Haemoglobin level using CNN
Real-time and Non-Invasive Detection of Haemoglobin level using CNN
 
Srge most important publications 2020
Srge most important  publications 2020Srge most important  publications 2020
Srge most important publications 2020
 
U34129131
U34129131U34129131
U34129131
 
A Non-Invasive Blood Glucose Monitoring Device using Red Laser Light
A Non-Invasive Blood Glucose Monitoring Device using Red Laser LightA Non-Invasive Blood Glucose Monitoring Device using Red Laser Light
A Non-Invasive Blood Glucose Monitoring Device using Red Laser Light
 
Design of a High Directive Gain Reconfigurable Circular Patch Antenna
Design of a High Directive Gain Reconfigurable Circular Patch AntennaDesign of a High Directive Gain Reconfigurable Circular Patch Antenna
Design of a High Directive Gain Reconfigurable Circular Patch Antenna
 
Noninvasive blood glucose monitoring system based on near-infrared method
Noninvasive blood glucose monitoring system based on near-infrared method  Noninvasive blood glucose monitoring system based on near-infrared method
Noninvasive blood glucose monitoring system based on near-infrared method
 
40120140507005
4012014050700540120140507005
40120140507005
 
40120140507005
4012014050700540120140507005
40120140507005
 
A novel approach in identification of blood group using laser technology
A novel approach in identification of blood group using laser technologyA novel approach in identification of blood group using laser technology
A novel approach in identification of blood group using laser technology
 
Ijarcet vol-2-issue-4-1393-1397
Ijarcet vol-2-issue-4-1393-1397Ijarcet vol-2-issue-4-1393-1397
Ijarcet vol-2-issue-4-1393-1397
 
IRJET - Accuracy Prediction and Classification using Machine Learning Techniq...
IRJET - Accuracy Prediction and Classification using Machine Learning Techniq...IRJET - Accuracy Prediction and Classification using Machine Learning Techniq...
IRJET - Accuracy Prediction and Classification using Machine Learning Techniq...
 
Document 30
Document 30Document 30
Document 30
 
IRJET- Extending Association Rule Summarization Techniques to Assess Risk of ...
IRJET- Extending Association Rule Summarization Techniques to Assess Risk of ...IRJET- Extending Association Rule Summarization Techniques to Assess Risk of ...
IRJET- Extending Association Rule Summarization Techniques to Assess Risk of ...
 
In tech quality-control_in_clinical_laboratories
In tech quality-control_in_clinical_laboratoriesIn tech quality-control_in_clinical_laboratories
In tech quality-control_in_clinical_laboratories
 
Quality control clia
Quality control cliaQuality control clia
Quality control clia
 
Glucose-Insulin regulator for Type 1 Diabetes using_CCIT-2014
Glucose-Insulin regulator for Type 1 Diabetes using_CCIT-2014Glucose-Insulin regulator for Type 1 Diabetes using_CCIT-2014
Glucose-Insulin regulator for Type 1 Diabetes using_CCIT-2014
 
Diabetic Retinopathy detection using Machine learning
Diabetic Retinopathy detection using Machine learningDiabetic Retinopathy detection using Machine learning
Diabetic Retinopathy detection using Machine learning
 
IRJET- Automated Blood Group Recognition System using Image Processing
IRJET- Automated Blood Group Recognition System using Image ProcessingIRJET- Automated Blood Group Recognition System using Image Processing
IRJET- Automated Blood Group Recognition System using Image Processing
 
K-MEANS AND D-STREAM ALGORITHM IN HEALTHCARE
K-MEANS AND D-STREAM ALGORITHM IN HEALTHCAREK-MEANS AND D-STREAM ALGORITHM IN HEALTHCARE
K-MEANS AND D-STREAM ALGORITHM IN HEALTHCARE
 
Crimson Publishers -A Sensor Multiplatform for Non Invasive Diagnosis of Pros...
Crimson Publishers -A Sensor Multiplatform for Non Invasive Diagnosis of Pros...Crimson Publishers -A Sensor Multiplatform for Non Invasive Diagnosis of Pros...
Crimson Publishers -A Sensor Multiplatform for Non Invasive Diagnosis of Pros...
 

Mais de ijesajournal

DESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITOR
DESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITORDESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITOR
DESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITORijesajournal
 
DESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITOR
DESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITORDESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITOR
DESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITORijesajournal
 
PIP-MPU: FORMAL VERIFICATION OF AN MPUBASED SEPARATION KERNEL FOR CONSTRAINED...
PIP-MPU: FORMAL VERIFICATION OF AN MPUBASED SEPARATION KERNEL FOR CONSTRAINED...PIP-MPU: FORMAL VERIFICATION OF AN MPUBASED SEPARATION KERNEL FOR CONSTRAINED...
PIP-MPU: FORMAL VERIFICATION OF AN MPUBASED SEPARATION KERNEL FOR CONSTRAINED...ijesajournal
 
International Journal of Embedded Systems and Applications (IJESA)
International Journal of Embedded Systems and Applications (IJESA)International Journal of Embedded Systems and Applications (IJESA)
International Journal of Embedded Systems and Applications (IJESA)ijesajournal
 
Pip-MPU: Formal Verification of an MPU-Based Separationkernel for Constrained...
Pip-MPU: Formal Verification of an MPU-Based Separationkernel for Constrained...Pip-MPU: Formal Verification of an MPU-Based Separationkernel for Constrained...
Pip-MPU: Formal Verification of an MPU-Based Separationkernel for Constrained...ijesajournal
 
International Journal of Embedded Systems and Applications (IJESA)
International Journal of Embedded Systems and Applications (IJESA)International Journal of Embedded Systems and Applications (IJESA)
International Journal of Embedded Systems and Applications (IJESA)ijesajournal
 
Call for papers -15th International Conference on Wireless & Mobile Network (...
Call for papers -15th International Conference on Wireless & Mobile Network (...Call for papers -15th International Conference on Wireless & Mobile Network (...
Call for papers -15th International Conference on Wireless & Mobile Network (...ijesajournal
 
Call for Papers -International Conference on NLP & Signal (NLPSIG 2023)
Call for Papers -International Conference on NLP & Signal (NLPSIG 2023)Call for Papers -International Conference on NLP & Signal (NLPSIG 2023)
Call for Papers -International Conference on NLP & Signal (NLPSIG 2023)ijesajournal
 
International Conference on NLP & Signal (NLPSIG 2023)
International Conference on NLP & Signal (NLPSIG 2023)International Conference on NLP & Signal (NLPSIG 2023)
International Conference on NLP & Signal (NLPSIG 2023)ijesajournal
 
11th International Conference on Software Engineering & Trends (SE 2023)
11th International Conference on Software Engineering & Trends (SE 2023)11th International Conference on Software Engineering & Trends (SE 2023)
11th International Conference on Software Engineering & Trends (SE 2023)ijesajournal
 
11th International Conference on Software Engineering & Trends (SE 2023)
11th International Conference on Software Engineering & Trends (SE 2023)11th International Conference on Software Engineering & Trends (SE 2023)
11th International Conference on Software Engineering & Trends (SE 2023)ijesajournal
 
PERFORMING AN EXPERIMENTAL PLATFORM TO OPTIMIZE DATA MULTIPLEXING
PERFORMING AN EXPERIMENTAL PLATFORM TO OPTIMIZE DATA MULTIPLEXINGPERFORMING AN EXPERIMENTAL PLATFORM TO OPTIMIZE DATA MULTIPLEXING
PERFORMING AN EXPERIMENTAL PLATFORM TO OPTIMIZE DATA MULTIPLEXINGijesajournal
 
GENERIC SOPC PLATFORM FOR VIDEO INTERACTIVE SYSTEM WITH MPMC CONTROLLER
GENERIC SOPC PLATFORM FOR VIDEO INTERACTIVE SYSTEM WITH MPMC CONTROLLERGENERIC SOPC PLATFORM FOR VIDEO INTERACTIVE SYSTEM WITH MPMC CONTROLLER
GENERIC SOPC PLATFORM FOR VIDEO INTERACTIVE SYSTEM WITH MPMC CONTROLLERijesajournal
 
INVERTING BUCK-BOOST DCDC CONVERTER DESIGN CHALLENGES
INVERTING BUCK-BOOST DCDC CONVERTER DESIGN CHALLENGESINVERTING BUCK-BOOST DCDC CONVERTER DESIGN CHALLENGES
INVERTING BUCK-BOOST DCDC CONVERTER DESIGN CHALLENGESijesajournal
 
A Case Study: Task Scheduling Methodologies for High Speed Computing Systems
A Case Study: Task Scheduling Methodologies for High Speed Computing Systems A Case Study: Task Scheduling Methodologies for High Speed Computing Systems
A Case Study: Task Scheduling Methodologies for High Speed Computing Systems ijesajournal
 
A NOVEL METHODOLOGY FOR TASK DISTRIBUTION IN HETEROGENEOUS RECONFIGURABLE COM...
A NOVEL METHODOLOGY FOR TASK DISTRIBUTION IN HETEROGENEOUS RECONFIGURABLE COM...A NOVEL METHODOLOGY FOR TASK DISTRIBUTION IN HETEROGENEOUS RECONFIGURABLE COM...
A NOVEL METHODOLOGY FOR TASK DISTRIBUTION IN HETEROGENEOUS RECONFIGURABLE COM...ijesajournal
 
AUTOMATED EMBEDDED PAYMENT SYSTEMS
AUTOMATED EMBEDDED PAYMENT SYSTEMSAUTOMATED EMBEDDED PAYMENT SYSTEMS
AUTOMATED EMBEDDED PAYMENT SYSTEMSijesajournal
 
A NOVEL METHODOLOGY FOR TASK DISTRIBUTION IN HETEROGENEOUS RECONFIGURABLE COM...
A NOVEL METHODOLOGY FOR TASK DISTRIBUTION IN HETEROGENEOUS RECONFIGURABLE COM...A NOVEL METHODOLOGY FOR TASK DISTRIBUTION IN HETEROGENEOUS RECONFIGURABLE COM...
A NOVEL METHODOLOGY FOR TASK DISTRIBUTION IN HETEROGENEOUS RECONFIGURABLE COM...ijesajournal
 
2 nd International Conference on Computing and Information Technology
2 nd International Conference on Computing and Information Technology 2 nd International Conference on Computing and Information Technology
2 nd International Conference on Computing and Information Technology ijesajournal
 
A NOVEL METHODOLOGY FOR TASK DISTRIBUTION IN HETEROGENEOUS RECONFIGURABLE COM...
A NOVEL METHODOLOGY FOR TASK DISTRIBUTION IN HETEROGENEOUS RECONFIGURABLE COM...A NOVEL METHODOLOGY FOR TASK DISTRIBUTION IN HETEROGENEOUS RECONFIGURABLE COM...
A NOVEL METHODOLOGY FOR TASK DISTRIBUTION IN HETEROGENEOUS RECONFIGURABLE COM...ijesajournal
 

Mais de ijesajournal (20)

DESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITOR
DESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITORDESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITOR
DESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITOR
 
DESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITOR
DESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITORDESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITOR
DESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITOR
 
PIP-MPU: FORMAL VERIFICATION OF AN MPUBASED SEPARATION KERNEL FOR CONSTRAINED...
PIP-MPU: FORMAL VERIFICATION OF AN MPUBASED SEPARATION KERNEL FOR CONSTRAINED...PIP-MPU: FORMAL VERIFICATION OF AN MPUBASED SEPARATION KERNEL FOR CONSTRAINED...
PIP-MPU: FORMAL VERIFICATION OF AN MPUBASED SEPARATION KERNEL FOR CONSTRAINED...
 
International Journal of Embedded Systems and Applications (IJESA)
International Journal of Embedded Systems and Applications (IJESA)International Journal of Embedded Systems and Applications (IJESA)
International Journal of Embedded Systems and Applications (IJESA)
 
Pip-MPU: Formal Verification of an MPU-Based Separationkernel for Constrained...
Pip-MPU: Formal Verification of an MPU-Based Separationkernel for Constrained...Pip-MPU: Formal Verification of an MPU-Based Separationkernel for Constrained...
Pip-MPU: Formal Verification of an MPU-Based Separationkernel for Constrained...
 
International Journal of Embedded Systems and Applications (IJESA)
International Journal of Embedded Systems and Applications (IJESA)International Journal of Embedded Systems and Applications (IJESA)
International Journal of Embedded Systems and Applications (IJESA)
 
Call for papers -15th International Conference on Wireless & Mobile Network (...
Call for papers -15th International Conference on Wireless & Mobile Network (...Call for papers -15th International Conference on Wireless & Mobile Network (...
Call for papers -15th International Conference on Wireless & Mobile Network (...
 
Call for Papers -International Conference on NLP & Signal (NLPSIG 2023)
Call for Papers -International Conference on NLP & Signal (NLPSIG 2023)Call for Papers -International Conference on NLP & Signal (NLPSIG 2023)
Call for Papers -International Conference on NLP & Signal (NLPSIG 2023)
 
International Conference on NLP & Signal (NLPSIG 2023)
International Conference on NLP & Signal (NLPSIG 2023)International Conference on NLP & Signal (NLPSIG 2023)
International Conference on NLP & Signal (NLPSIG 2023)
 
11th International Conference on Software Engineering & Trends (SE 2023)
11th International Conference on Software Engineering & Trends (SE 2023)11th International Conference on Software Engineering & Trends (SE 2023)
11th International Conference on Software Engineering & Trends (SE 2023)
 
11th International Conference on Software Engineering & Trends (SE 2023)
11th International Conference on Software Engineering & Trends (SE 2023)11th International Conference on Software Engineering & Trends (SE 2023)
11th International Conference on Software Engineering & Trends (SE 2023)
 
PERFORMING AN EXPERIMENTAL PLATFORM TO OPTIMIZE DATA MULTIPLEXING
PERFORMING AN EXPERIMENTAL PLATFORM TO OPTIMIZE DATA MULTIPLEXINGPERFORMING AN EXPERIMENTAL PLATFORM TO OPTIMIZE DATA MULTIPLEXING
PERFORMING AN EXPERIMENTAL PLATFORM TO OPTIMIZE DATA MULTIPLEXING
 
GENERIC SOPC PLATFORM FOR VIDEO INTERACTIVE SYSTEM WITH MPMC CONTROLLER
GENERIC SOPC PLATFORM FOR VIDEO INTERACTIVE SYSTEM WITH MPMC CONTROLLERGENERIC SOPC PLATFORM FOR VIDEO INTERACTIVE SYSTEM WITH MPMC CONTROLLER
GENERIC SOPC PLATFORM FOR VIDEO INTERACTIVE SYSTEM WITH MPMC CONTROLLER
 
INVERTING BUCK-BOOST DCDC CONVERTER DESIGN CHALLENGES
INVERTING BUCK-BOOST DCDC CONVERTER DESIGN CHALLENGESINVERTING BUCK-BOOST DCDC CONVERTER DESIGN CHALLENGES
INVERTING BUCK-BOOST DCDC CONVERTER DESIGN CHALLENGES
 
A Case Study: Task Scheduling Methodologies for High Speed Computing Systems
A Case Study: Task Scheduling Methodologies for High Speed Computing Systems A Case Study: Task Scheduling Methodologies for High Speed Computing Systems
A Case Study: Task Scheduling Methodologies for High Speed Computing Systems
 
A NOVEL METHODOLOGY FOR TASK DISTRIBUTION IN HETEROGENEOUS RECONFIGURABLE COM...
A NOVEL METHODOLOGY FOR TASK DISTRIBUTION IN HETEROGENEOUS RECONFIGURABLE COM...A NOVEL METHODOLOGY FOR TASK DISTRIBUTION IN HETEROGENEOUS RECONFIGURABLE COM...
A NOVEL METHODOLOGY FOR TASK DISTRIBUTION IN HETEROGENEOUS RECONFIGURABLE COM...
 
AUTOMATED EMBEDDED PAYMENT SYSTEMS
AUTOMATED EMBEDDED PAYMENT SYSTEMSAUTOMATED EMBEDDED PAYMENT SYSTEMS
AUTOMATED EMBEDDED PAYMENT SYSTEMS
 
A NOVEL METHODOLOGY FOR TASK DISTRIBUTION IN HETEROGENEOUS RECONFIGURABLE COM...
A NOVEL METHODOLOGY FOR TASK DISTRIBUTION IN HETEROGENEOUS RECONFIGURABLE COM...A NOVEL METHODOLOGY FOR TASK DISTRIBUTION IN HETEROGENEOUS RECONFIGURABLE COM...
A NOVEL METHODOLOGY FOR TASK DISTRIBUTION IN HETEROGENEOUS RECONFIGURABLE COM...
 
2 nd International Conference on Computing and Information Technology
2 nd International Conference on Computing and Information Technology 2 nd International Conference on Computing and Information Technology
2 nd International Conference on Computing and Information Technology
 
A NOVEL METHODOLOGY FOR TASK DISTRIBUTION IN HETEROGENEOUS RECONFIGURABLE COM...
A NOVEL METHODOLOGY FOR TASK DISTRIBUTION IN HETEROGENEOUS RECONFIGURABLE COM...A NOVEL METHODOLOGY FOR TASK DISTRIBUTION IN HETEROGENEOUS RECONFIGURABLE COM...
A NOVEL METHODOLOGY FOR TASK DISTRIBUTION IN HETEROGENEOUS RECONFIGURABLE COM...
 

Último

Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 

Último (20)

Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 

Experimental Implementation of Embarrassingly Parallel Process in Blood Glucose Analysis

  • 1. International Journal of Embedded Systems and Applications (IJESA) Vol.3, No.1, March 2013 EXPERIMENTAL IMPLEMENTATION OF EMBARRASINGLY PARALLEL PROCESS IN ANALYSIS OF BLOOD GLUCOSE CONCENTRATION USING ATMEGA32 MICROCONTROLLERS S. Kumaravel1 ,P. Neelamegam2 1. D e p a r t m e n t of Computer Science, AVVM Sri Pushpam College (Autonomous), Poondi, Thanjavur – 613 503, Tamil Nadu, India. subakumar_14@yahoo.com 2. Department o f E l e c t r o n i c s & I n s t r u m e n t a t i o n E n g i n e e r i n g , S h a n m u g a A r t s , Science, Technology and Research Academy (SASTRA) Deemed University, Thanjavur – 613 402, Tamil Nadu, India. neelkeer_83@yahoo.com ABSTRACT This paper explains the development of a embedded based parallel system to measure glucose concentration of the blood samples. The developed instrument works on the principle of absorbance transmittance photometry usi ng ATmega32 microcontrollers. In order to handle more blood samples and reduce the response time of glucose analyzing process in large number of blood samples, the embarrassing parallel measurement operation is implemented. The proposed system architecture and the co-design of hardware and software are discussed in detail. The system is evaluated using the parameters of Speedup Factor, Efficiency and Throughput are studied. The result shows that system attained the linear speedup in measurement of blood samples. KEYWORDS Parallel Process, Embedded System, Glucose Concentration, Microcontroller, Clinical Blood Analyzer. 1. INTRODUCTION Diabetes has become a development issue and it threatens the health and economic prosperity of people in low and middle-income countries, the International Diabetic Federation (IDF) report said. It also predicted that diabetes would cost the world economy at least $376 billion in 2013..2. India leads the world in the number of people suffering from diabetes and by 2030, nearly 9 per cent of the country’s population is likely to be affected from the disease. Unless serious action will be taken the epidemic of diabetes would increase from 7 million new cases to 10 million new cases in this year [1]. Diabetes is a common disease related to endocrine metabolism. At present there is no method which can cure diabetes totally. The main therapy is to prevent or alleviate the occurrence of complications through frequent monitoring and adjustment of glucose level. Physicians suggest that the glucose level should be tested at least four times per day. Nowadays the diabetes patients are taking treatment at a specialized centre, in which the great number of blood samples should be analyzed in effectively with stipulated period an d p rep ar e th e analyzes report. DOI : 10.5121/ijesa.2013.3103 39
  • 2. International Journal of Embedded Systems and Applications (IJESA) Vol.3, No.1, March 2013 The methods of clinical analyzing can be classified as direct method and indirect method. The clinical laboratories are following mostly indirect methods to analyze the blood contents. In indirect methods the techniques of spectro photometric, polarometric, amperometric, electrochemical, c o u l o m e t r i c , polarography, r a d i o c h e m i c a l a n d f l u o r e s c e n c e a r e available [2 , 3 ] . The instrument proposed in this paper is designed using the principle of absorbance transmittance photometry. It is a high performance multi-microcontroller- based, photometric biochemical analyzer to measure the glucose concentration. It also modifiable to measure various biochemical parameters such as blood Sodium, Potassium, Chloride, Urea and Bilirubin. In recent years, automation in clinical chemistry has progressed with a change from rigid to very flexible instruments. Automation of clinical instruments has brought about a revolution in the field of medical instrumentation. It has reduced the w o r k load on clinical laboratories largely by reducing the time taken in the test and minimizing the involvement of laboratory staff. The functioning instrument in clinical process is distinguished as serial and parallel system. By using serial system, only one test can be conducted at a time, but the parallel system provides the advantages of high throughput and minimum response time. It is necessary, screening the people for their blood glucose level monitoring should be intensified and provided necessary precaution steps by conducting Medical Camps. To do the glucose measurement in mass number of blood samples at a Medical Camp, the performance of serial clinical blood analyzer may not be enough by the view of time consuming and fault tolerance. In order to o v e r c o m e t h e a b o v e problems, the Parallel Clinical blood analyzer could be a solution. The identified potential users of parallel blood analyzing system are Specialized Diabetic Centers, Primary Health Centers, Community Health Centers and D i s t r i c t Hospitals. This work focused as an enhanced system in parallel environment to analyze the blood samples for glucose a n d o t h e r parameters. The proposed parallel measurement is designed using off-the-self microcontroller of ATmega32. The performance of the system is analyzed using more number of blood samples as workloads. A PC based solution is also possible for this work, but microcontroller based solution is more independent, hopefully more reliable, with cheaper running cost. 2. METHOD OF GLUCOSE ANALYSIS The microcontroller-based in s tru men t i s designed using th e p r in c ip le o f absorbance transmittance photometry. According to Lambert and Beer’s law, when monochromatic light is passed through colored solution, the intensity of the transmitted light de-creases exponentially with the increase in concentration of the absorbing substance. The value of absorption of light energy is dependent on the number of molecules present in absorbing material and the thickness of the medium. Thus, intensity of light energy leaving the absorbing substance is used as an indication of concentration of that particular substance [4,3]. If I0 is the intensity of incident light in colored solution and It is the transmitted light, then according to B e e r ’ s law It = I0 e-kct …. (1) and transmission T= It/Io = e-kct … . ( 2 ) or logeT = -kct …. (3) or loge (1/T) = kct …. (4) 40
  • 3. International Journal of Embedded Systems and Applications (IJESA) Vol.3, No.1, March 2013 Where ‘c’ is the concentration of absorbing sample,‘t’ thickness of the light path, and ‘k’ absorption constant. The quantity (-log T) or log (1/T) is termed as extinction E/OD or the absorbance. A = log (1/T) = log 100 / (%transmission), A = 2 - log (% transmission). …. (5) Therefore A = kct. If t is constant, then A α c. In this system, the basis requirement is to measure optical density/absorbance and then concentration of the test parameter under run accurately. 3. REQUIREMENT AND SCHEME OF PARALLELISM The parallel-based glucose analyzing system is necessary when the large number of blood samples to be analyzed in a particular time span. Normally the blood glucose levels of diabetic patients are measuring before and after the breakfast. Therefore, the laboratory of specialized hospital, which is exclusive for diabetic patients get hundreds of blood samples for analyzing glucose level during morning session. By the way, introducing parallel measurement system, the tu r n a r oun d time of a blood sample analysis will be minimized. Parallel processing involves dividing a problem into parts in which separate processors perform the computation of the parts. An ideal parallel computation is one that can be immediately divided into completely independent parts that can be executed simultaneously. This is picturesquely called embarrassingly parallel or naturally parallel. Parallelizing these problems should be obvious and requires no special techniques or algorithm to obtain a working solution. Ideally, there would be no communication between the separate processors; that is, a completely disconnected computational graph, as shown in Figure-3. This situation will give the maximum possible speedup if all the available processors can be assigned process for the total duration of the computation. The only constructs required here are simply to distribute the task and to start the processes [6]. In a practical embarrassingly parallel computation, tasks are distribute to the different processors and results collected and combined in some way. This suggests that initially and finally a single processor must be operating alone. A common approach is the master-slave organization. The master processor is responsible to start and send initial data to all slave processors as well as collects the result from the slaves. The resulting structure is shown in Figure-4. In this work, the task of the measurement o f g l u c o s e f o r the blood s a m p l e s u s i n g absorbance m e t h o d i s implemented as embarrassingly parallel environment. Figure 3 Graph for embarrassingly parallel problem. 41
  • 4. International Journal of Embedded Systems and Applications (IJESA) Vol.3, No.1, March 2013 Figure 4 Practical embarrassingly parallel process graph with Master slave approach 4. DESIGN OF PARALLEL GLUCOSE ANALYSER The parallel glucose analyzer is a complete system that consists of one master node and three sensor nodes. The master node acts as co-ordinate node, which is able to send commands to sensor nodes and receive the data from the same. The sensor nodes are connected with master node using I2C bus and function as slave nodes [7,8]. The proposed system is able to handle four blood samples concurrently instead of one sample. The embarrassingly parallelism s c h e m e , a s d e p i c t e d i n Figure-4 i s implemented using Atmega32 microcontrollers, which is shown in Figure-5. The ATmega32 microcontroller has been found appropriate for this parallel blood analysis system. It is an 8-bit, CMOS, low power device composed of standard on-chip peripherals. The AVR core combines a rich powerful instruction set (131 instructions) with 32 general purpose working registers along with 8 bit CPU. This chip has 32k bytes of in-system programmable flash memory, 1024 byte EEPROM, 2k byte SDRAM, Master/Slave SPI serial interface, 32 general purpose I/O lines, flexible timer and counter with compare modes, internal and external interrupts and a programmable watch dog timer with power saving mode. In the Figure-5, the master node is interfaced with 20 characters x 8 lines alphanumeric LCD display through Port-B. The Port-C is assigned to connect a key board, from which the user can activate the analyzer either in Mode-1 or Mode-2 operation. In Mode-1 all sensor nodes are assigned to measure the glucose level in blood sample by issuing command from master node. In M o d e -2 each sensor node is exclusively assigned by master node to measure either glucose or sodium or potassium or urea c o n t e n t s in blood sample. Therefore, Mode-1 is used to measure the glucose level in all blood samples, which are loaded in the system. The Mode-2 is preferred when the blood samples are need to complete- analysis of three more parameters. The LCD panel is used to display the interactive menu to choose the option, date and time from the RT-clock, status of sensor nodes and its result. A thermal mini printer is interfaced through port-D, which is used for hard copy of th e results, which are analyzed and sent by the sensor nodes. 42
  • 5. International Journal of Embedded Systems and Applications (IJESA) Vol.3, No.1, March 2013 Figure 5 Master slave arrangements of microcontrollers for glucose measurement process. The block diagram of sensor node arrangement is shown in Figure-6. Block-A is referred as light source, in which LED is used as source of light. In order to get required wave length of light to be passed, four different colors of LEDs have been mounted on a rotational disk. By choosing appropriate LED, the sensor node can be used to measure any one of the p a r a m e t e r s along with suitable reagents. The rotation of the LED disk is controlled by a stepper motor, which is connected through the port-B (3 lines used) of microcontroller. Pulses are generated according to required sequence to rotate the motor at required angle, which brings the selected LED in front of light-path and activate that. Block-B contains, sample holder, flow cell, peristaltic pump. The flow cell is used to mix the blood sample and reagents. The light beam of particular wave length is penetrated through the flow cell and come out from a narrow hole of opposite side. The port-B of sensor node is interfaced with a stepper motor that drives the roller type peristaltic pump. This pump is used in the system is aspirating the required volume of sample and reagents, washing the flow cell. While conducting the test, the contents of flow cell keeps at required temperature. The temperature sensor LM35 is used to measure the inside temperature of flow cell, which is connected to built in A/D converter through Port-A of p r o c e s s o r . The peltier device is used to maintain the temperature of sample in required level, it works in both directions for cooling and heating. The Port-C has been assigned for the device. Block-C contains photodiode sensor, which senses the light from the flow cell as input and produces the current with proportional to the light intensity. The amplified output of the photodiode has given to A/D converter through Port-A. The temperature sensor is also connected to A/D converter using Port-A to find the temperature of blood sample, which is in flow cell. Block-D has a four row 16 characters alphanumeric display, which is used to display the mode of operation, measuring parameters and its value, report of result sent to master node. The communication interface unit is in Block-E, the port-D (PD0 and PD1) is used to communicate with master node. 43
  • 6. International Journal of Embedded Systems and Applications (IJESA) Vol.3, No.1, March 2013 Figure 6 Block diagram of sensor node. 5. SYSTEM IMPLEMENTATION The proposed parallel measurement is implemented as open loop system to measure the glucose concentration in blood samples. The software required for this system has been developed using ‘C‘ c r o s s compiler for ATmega32 in modular form. The software can be focused around two sides, i.e. one is master side and other one is slave sides. After the development of software, t h e program i s stored into the EEPROM o f microcontrollers. The layout of the steps followed in the development has been provided in the flow chart shown in Figures 8 and 9, as roll of the master node and sensor nodes respectively. The Talker- Listener principle is followed mutually while exchanging data among the microcontrollers. When the sensor nodes are communicate with master without collision by using ‘Newhall-type loop’ based method is adopted in coding level [9,10]. 44
  • 7. International Journal of Embedded Systems and Applications (IJESA) Vol.3, No.1, March 2013 Figure 7 Flow diagrams for master node function. 45
  • 8. International Journal of Embedded Systems and Applications (IJESA) Vol.3, No.1, March 2013 Figure 8 Flow diagram for slave/sensor nodes function. 6. METHODS OF SCHEDULING AND MEASUREMENT On a single processor, the scheduling of blood samples for measurement is one-dimensional. On a parallel system, the scheduling is two-dimensional. The scheduling method has to decide 46
  • 9. International Journal of Embedded Systems and Applications (IJESA) Vol.3, No.1, March 2013 from the group of blood samples, which sample to analyze and which sensor node to analyze it on. The proposed parallel system has been designed to function in two Modes (1 & 2) in order to get the increased throughput and reduced response time respectively. The method of sample handling is differed in each mode. In Mode-1 ‘Gang’ scheduling method is followed and in Mode-2 ‘Distributed Gang’ scheduling is adopted [11,12,13]. In Mode-1, the function of all sensor nodes is set as to measure the glucose level of blood samples, which are loaded in the system. Here, all nodes do the identical process of glucose measurement, so the Gang scheduling is followed to bring out better performance, the Gang scheduling method has 3 parts. 1. Groups of sample formed as unit or a gang. 2. All members of gang measured simultaneously on different sensor nodes. 3. All gang members start and end their time slices together. The Figure-9 shows the method of Gang scheduling applied in blood samples. If the proposed parallel blood analyzer with 4 sensor nodes get number of blood samples to analyze is 16, marked as S0,S1,S2……….S15. During time slot 0, samples S0,S 1,S2 and S3 are scheduled to admit in to the system for measurement of Glucose. During time slot-1 samples A4 through A7 are scheduled to measure. Then the cycle repeats till the sample group A12 to A15 is measured. The Mode-2 is implemented, when a group of blood samples need to complete analysis. Upon this mode, Sensor Node-1 is assigned to measure parameter of Glucose, Sensor Node-2,3 and 4 is allotted to measure Sodium, Potassium and Urea respectively. The single sample volume is distributed among the four sensor nodes and measure the corresponding p a ra me te r s . The Distributed Gang Scheduling is mapped in this mode of operation, which is s h o w n in the Figure-10. The gang is formed by grouping a blood sample as its sub groups. Blood Sample A 0 h a s sub- grouped as like S 0 g , S0s, S0p, and S0u. The sample group S0g is used for glucose, S0s for sodium, S0p for potassium and S0u for Urea. Figure 9 Gang scheduling of blood sample feeding in mode-1. Figure 10 Distributed gang scheduling of blood sample feeding in mode-2. 47
  • 10. International Journal of Embedded Systems and Applications (IJESA) Vol.3, No.1, March 2013 7. RESULT AND DISCUSSION: Generally the roll of parallel system in measurement process is either increased the throughput or reduce the turnaround time . In this work of parallel processing in blood analyzer is supports both of the throughput as well as earlier response time, by way of implementing two modes of operation. The Mode-1 is increased the throughput of the system and the Mode-2 is giving speedup of the complete analysis process and submits the earlier response of results. Evaluating the performance of a system is meaningful only in the context of a workload, that is, what the system is being asked to do. The parallel system is evaluated by using a group blood samples both in mode-1 and mode-2. The performance of parallel system is compared with against the single processor system with same group of blood samples. The performance of the microcontroller based parallel system i s evaluated using the time required to find the glucose level from the workload of 16 blood samples in Mode-1. The Table-1 described the execution time required to measure the glucose level in the form of module names, which is executed on the single processor system. The measurement time of blood samples in a sensor node is sum of ∑(a+b+c) calculated as 30185 mille seconds. The measurement time of 16 samples using single node with against the f o u r parallel sensor nodes is shown in the Figure-11(a and b) as time space diagram. These two implementations must be comparable so that fair conclusion can be drawn from the measurement results. From the Table-1, the time consumed to predict the glucose concentration for 16 blood samples using single sensing node (Ts) is 482960 mille seconds. The time consumed in parallel analyzer with the same number of sample is required (Tp) 120740 mille seconds. The communication between Master and Slave nodes establish in two incidents, first phase is distribution of commands to each sensor node to configure either in Mode 1 or Mode 2 by the master node, the second phase is measured glucose level by sensor nodes to the master nodes. The time required for the first phase is 1092 mille seconds and the time consumed in the second phase is calculated as 1375 micro seconds, which is maximum time required to send results for 16 blood samples. The total communication t i m e T c f o u n d a s 2 4 6 7 m i l l e s e c o n d s . The s p e e d u p f a c t o r (Ts/(Tp+Tc)) of distributed system is 3.9 and the efficiency is 0.975 with against the value of 1. The computation and communication time calculated using the pin- pong method [6,14]. The computation/communication ratio is 49%. The measurement and computation time is 49% higher than the communication time. By this low communication ratio, this system can likely to support the architecture scalability by adding more sensor nodes. The Throughput reflects the measurement power of parallel blood analyzer, which can be defined as the no of results that can be completed by per unit time. The observed period is 31.5 seconds and number of blood sample analyzed is 4. The Figure-12 shows the time space diagram of complete analysis of a blood sample. The time taken by the single node for analysis of glucose, sodium, potassium and urea of single blood sample is 1, 26,240 mille seconds; the s a m e test conducted on parallel system is consumed only 31560 mille seconds. The t u r n a r o u n d time of a sample for complete analysis is reduced as considerable amount. The Table-2 and Figure-13 are describing the measured metrics of performance of the system. 48
  • 11. International Journal of Embedded Systems and Applications (IJESA) Vol.3, No.1, March 2013 Figure 11. Time Space diagrams for analysis of 16 blood samples in mode-1 (a) Time required by single sensor node (b) Time required by four sensor nodes. Table1. Execution time required by the modules in a single node system. Modules Execution Time (ms) (a) Peristaltic pump activation for mixing of sample and reagent 20,000 (b) Duration of light pass on sample 10,000 (c) Temperature and Photo diode sensors reading 105 (d) Calculation and display of result (e) Communication time to send results to master node with 80 sample number 85.93 49
  • 12. International Journal of Embedded Systems and Applications (IJESA) Vol.3, No.1, March 2013 Measured Parameters Value Speedup 3.9 Efficiency 97% Throughput 4 Nos. /31.5 s Computation and communication ratio 49% Turnaround Time reduced 75% Table 2. Performance based values of parallel system using four sensor nodes. Figure 12 Time space diagram of complete analysis of a single blood sample Figure 13 Graph for performance analysis 50
  • 13. International Journal of Embedded Systems and Applications (IJESA) Vol.3, No.1, March 2013 8. CONCLUSION The embarrassingly parallel process based blood analyzer is designed using ATmega32 microcontrollers as a loosely coupled multiprocessor system, in order to reduce the blood analyzing time in group of blood samples. The performance of the system is studied and obtained the speedup, efficiency and throughput values. The performance achieved by this multiprocessor system can be replaced by a single faster processor, when the faster runs, the more heat it generates and it is to get rid of this heat. But, the proposed parallel system is constructed by using multiple off-the- self components of microcontrollers, which are runs at normal speed and produce minimum heat, but which collectively have far more processing power that a single faster processor. In this way, this parallel blood analyzer can be viewed as an eco- friendly system. References: [1] The report of International Diabetic Federation-2011- 2012. [2] V.G.Sangam and B.M.Patre, Microcontroller based data acquisition system for and biosensor and the analysis of glucose concentration, Journal of Instrumentation Society of India, Vol.39, No.1,pp.31-39, March 2009. [3] Fei Tang, Xiaohao Wang, Dongsheng Wang, Non-Invasive Glucose Measurement by use of Metabolic Heat co2004nformation Method, Sensors, vol.8, pp 3335-3344, 2008. [4] S.R.Taneja et.al., Design and Development of Microcontroller based ‘clinical Chemistry Analyser for measurement of various blood biochemistry parameters, Journal of Automated methods management in chemistry, No.4, pp.223-229, 2005 . [5] P. Neelamegam, R.Raghunathan, Direct Potentiometer Analysis of Blood Sodium and Potassium. Proceedings of International Conference on Trends in Industrial Measurements and Automation, pp 217-219, 2007. [6] Barry Wilkinson, Michael Allen, Parall Programming,Techniques and Applications Using Networked Workstations and Parallel Computers, Pearson Edition, 2007. [7] P.Neelamegam, S.Kumaravel, R. Raghunathan, Microcontroller Based Distributed Monitoring System for Fresh Water Fish Aquaculture, Instrumentation Science & Technology, Volume 36, Issue – 5, pp. 515-524,. September 2008. [8] P.Neelamegam, A.Rajendran, Linear Heating system for measurement of Thermo luminescence using 8031/51 microcontroller, Bull. Material Science, Vol.26, No.5, pp.565-568, August 2003. [9] Macros R.Frankowiak, Roger AI. Grosvenor, Paul W.Prickett, A Petrinet based Distributed monitoring System using PIC microcontrollers, Microprocessors and Microsystems 29 ,pp.189- 196, 2005. [10] Sui Xin, Li,Chunsheng, and Tian Di, Data Transmission Reliabiligy in Short Message Integrated Monitoring Systems, Porceedings of World Academy of Science,Eng. And Technology Volue 7, pp.362-367, Augut 2005. [11] Andrew S.Tanenbaum, Modern Operating Systems, Second Edition, Pearson Education Asia, 2002. [12] Torngren M., Garbergs B., Berggren H., A Distributed computer Test bed for Real-Time control of Machinery, In proceeding of the 5 th Euro micro Workshop on Real-Time Systems, Oulu, Finland, IEEE Computer Society Press, June 1993. [13] Jerme Barczy Kowski, Jerme J.Gerevies, Clinical Blood Analyzer, Proceeding of the 2004/2005 Spring, Multi Disciplinary Engineering Design Conference, Rochester,Newyork, May 13, 2005. [14] Armando Australia, Unai Bidarate and Jesus Lazaro, Multiprocessor SOPC-Core for FAT volume computation, Microprocessors and Microsystems 29, pp.421-434, 2005. 51