SlideShare a Scribd company logo
1 of 6
Download to read offline
International Journal of Scientific Research and Engineering Development-– Volume 1 Issue 2, Nov-Dec2018
Available at www.ijsred.com
ISSN: 2581-7175 ©IJSRED: All Rights are Reserved Page 192
The Comparison Test of Respiratory Rate
Changjian Deng*
*(Department of Control Engineering, Chengdu University of Information Technology, and Chengdu,China)
----------------------------------------************************----------------------------------
Abstract:
The body respiratory rate (RR) is the optional parameters of vital signal, and it is one of the monitoring
indicators of physiological distress. The paper presents a test method of body respiratory rate by using the
status sensors and infrared imaging sensors. The method of the Kalman filter and zero crossing test are
applied in the RR test, the measurement and simulation results show its feasibility. And they are compared
with testing by commercial pressure sensors module, the results show the effective of methods
Keywords —Body Respiratory Rate , Status Sensors , Kalman Filter, Feature Extraction.
----------------------------------------************************----------------------------------
I. INTRODUCTION
There are two kinds of respiratory rate(RR) test
methods, one is using contact sensor, another is
using non-contact sensor. The contact RR test often
adopt the electrical impedance sensor,the pressure
sensor, the movement sensor,the ECG and PPG
sensors; the non-contact test uses the infrared
imaging sensors, the capacity sensor, Fiber Bragg
Grating sensor ,and so on.
In [1],AndreaAliverti reviews the currently
technology in respiratory health and disease, for
example, the monitoring of sleep disorders for
timely diagnosis and treatment. Therespiratory
inductive plethysmography is hard to monitor
during the daily life. Accelerometers are used to
derive breathing rate by measuring movements of
the chest wall[2][3].
The principle of test is that MEMS
accelerometers can measure inclination changes
during breathing, and to obtain a respiratory rate.
The algorithms to test RR include Fourier
analysis[4], adaptive filter, Principal Component
Analysis[5], and so on. For example, Spire
(www.spire.io) and the Vitali Smart Bra&GEM
(https://vitaliwear.com), theyanalyze breathing
patterns in terms of breathing frequency and
waveform.
The accelerometers are often used in stationary
test, for the movement or cline of the body may
change the value and make the results untrusty. The
other test methods include infrared imaging sensors,
the capacity sensor, and the pressure sensors.
Nadine Hochhausen presents a robust and effective
algorithm for BR detection in thermal videos, it
detects the movement of the nose[6]; David
Naranjo-Hernández and so on discusse a method
based on the measurement of the capacitance
existing between two electrodes[7]. They use four-
step algorithm:1) first ,use the low-pass filter to
decrease the noise ; 2) peak values are calculated to
get the time instants;3)the calculated period instants
is considered, and to correct the time instants
number;4) the respiratory cycle and respiratory rate
are estimated. These methods are also used in
pressure sensor testing, for their signal is almost
same[8].
The current infrared imaging test is not suitable
for smart vest, and the air sacs, air tube, and band
make the pressure sensor also not suitable for smart
vest design.
In the paper, the infrared imaging sensor and the
state sensor embedded in smart vest are considered,
the test results are compared with commercial
pressured sensors.
The rest of the paper is organized as follows.
Section 2 describes the material and methods to test
RESEARCH ARTICLE OPEN ACCESS
International Journal of Scientific Research and Engineering Development-– Volume 1 Issue 2, Nov-Dec2018
Available at www.ijsred.com
ISSN: 2581-7175 ©IJSRED: All Rights are Reserved Page 193
the respiratory rate. Section 3 presents the main
results, and Section 4 gives the conclusions.
II. MATERIAL AND METHODS
An easy way to comply with the conference
paper formatting requirements is to use this
document as a template and simply type your text
into it.
A. Methodology for Respiratory Sensing
1)State sensor
The MPU-6050 devices combine a 3-axis
gyroscope and a 3-axis accelerometer on the same
silicon die, together with an onboard Digital Motion
Processor™ (DMP™), which processes complex 6-
axis Motion Fusion algorithms. The device can
access external magnetometers or other sensors
through an auxiliary master I²C bus, allowing the
devices to gather a full set of sensor data without
intervention from the system processor.
The MPU-60X0 features three 16-bit analog-to-
digital converters (ADCs) for digitizing the
gyroscope outputs and three 16-bit ADCs for
digitizing the accelerometer outputs.
2) infrared imaging sensor
The Infrared Array Sensor is a thermopile-typed
infrared sensor which detects quantity of infrared
ray. Generally, temperature accuracy will be
degraded in the following situations. Be sure to
verify performance and reliability under actual
conditions of use and make any necessary
temperature corrections.
・There is a heat emitting body located close to
where the sensor is mounted.
・A flow of warm or cold air is hitting the sensor.
・The temperature of the sensor is subject to
sudden change.
・When an object made of glass, acrylic or other
subject which far infrared rays have difficult
passing through is located between the sensor and
what is to be detected.
・A substance (dirt or water droplets) that makes
it difficult for far infrared rays to pass through is
attached to the sensor lens
3)pressure sensors
pressure sensor is a device for pressure
measurement of gases or liquids. Pressure is an
expression of the force required to stop a fluid from
expanding and is usually stated in terms of force per
unit area. A pressure sensor usually acts as a
transducer; it generates a signal as a function of the
pressure imposed. For the purposes of this article,
such a signal is electrical.
Pressure sensors are used for control and
monitoring in thousands of everyday applications.
Pressure sensors can also be used to indirectly
measure other variables such as fluid/gas flow,
speed, water level, and altitude. Pressure sensors
can alternatively be called pressure transducers,
pressure transmitters, pressure senders, pressure
indicators, piezometers and manometers, among
other names.
Pressure sensors can vary drastically in
technology, design, performance, application
suitability and cost. A conservative estimate would
be that there may be over 50 technologies and at
least 300 companies making pressure sensors
worldwide.
Uses the piezoresistive effect of bonded or
formed strain gauges to detect strain due to applied
pressure, resistance increasing as pressure deforms
the material. Common technology types are Silicon
(Monocrystalline), Polysilicon Thin Film, Bonded
Metal Foil, Thick Film, Silicon-on-Sapphire and
Sputtered Thin Film. Generally, the strain gauges
are connected to form a Wheatstone bridge circuit
to maximize the output of the sensor and to reduce
sensitivity to errors. This is the most commonly
employed sensing technology for general purpose
pressure measurement.
B. Methodology for Signal processing
1) quaternion-based and kalman filter for
MPU-60X0
The paper compares the quaternion-based filter
and Kalman filter.
Kris Winer presents a quaternion-based filter that
can be used in Arduino-mini [9],the procedure of
program is in below:
step1: Auxiliary variables to avoid repeated
arithmetic;
International Journal of Scientific Research and Engineering Development-– Volume 1 Issue 2, Nov-Dec2018
Available at www.ijsred.com
ISSN: 2581-7175 ©IJSRED: All Rights are Reserved Page 194
step2: Normalize accelerometer measurement
step3: Compute the objective function and
Jacobian
step4: Compute the gradient (matrix
multiplication)
step5: Normalize the gradient
step6: Compute estimated gyroscope biases
step7: Compute and remove gyroscope biases
step8: Compute the quaternion derivative
step9: Compute then integrate estimated
quaternion derivative
step10: Normalize the quaternion
Kristian Lauszus provides a Kalman filter library
for Arduino [10]. The procedure of program is at
below:
Step1: set the variables;
Step2: Reset bias;
Step3: Discrete Kalman filter time update
equations - Time Update ("Predict");
A) Updatexhat - Project the state ahead
B) Update estimation error covariance - Project
the error covariance ahead
Step4: Discrete Kalman filter measurement
update equations - Measurement Update;
A) Calculate Kalman gain - Compute the Kalman
gain;
B) Calculate angle and bias - Update estimate
with measurement zk;
Step5: Calculate estimation error covariance -
Update the error covariance.
The principle of quaternion-based is described as
below[11]:
a unit quaternion
= =
(1)
where α is the rotation angle and e is the unit
vector that represents the rotation axis.
quaternion multiplication, given two quaternions
p and q, is defined as
⨂ =
− − −
+ + −
− + +
+ − +
(2)
( ) is the direct cosine matrix (DCM) given in
terms of the orientation quaternion.
( ) =
+ − −
2( + )
2( − )
"
"
2( − )
− + −
2( + )
2( + )
2( − )
− − +
#
(3)
Use ( $%%) &
0
0
1
) = &
*
*
*
),obtain
+
2( $%% $%% + $%% $%%) = *
2( $%% $%% − $%% $%%) = *
$%% − $%% − $%% + $%% = *
", (4)
The principle of kalman filter is described as
below[12]:
,- = .-/-01 + 2-3- + 4- (5)
.- , the state-transition model;
5- , the observation model;
6-, the covariance of the process noise;
7-, the covariance of the observation noise;
2-, the control-input model;
.-,is the state transition model which is applied
to the previous state ,-01,;
8-, is the process noise which is assumed to be
drawn from a zero mean multivariate normal
distribution, , with covariance, 4-~:(;, =-).
At time k an observation (or measurement) >- of
the true state ,- is made according to
>- = 5-/- + ?- (6)
5- is the observation model which maps the true
state space into the observed space and @- is the
observation noise which is assumed to be zero
mean Gaussian white noise with covariance 7- :
@-~:(;, -)
Predict:
State estimate:
/A-|-01 = .-/A-01|-01 + 2-3-(7)
Error covariance:
C-|-01 = .-C-01|-01D-
E
+ =-(8)
Update:
Innovation or measurement prefit residual:
FG- = >- − 5-/A-|-01 (9)
Innovation covariance:
H- = - + 5-C-|-01I-
E
(10)
International Journal of Scientific Research and Engineering Development-– Volume 1 Issue 2, Nov-Dec2018
Available at www.ijsred.com
ISSN: 2581-7175 ©IJSRED: All Rights are Reserved Page 195
Optimal Kalman gain:
J- = C-|-01I-
E
H-
01
(11)
Updated state estimate:
/A-|- = /A-|-01 + K-LM- (12)
Updated state covariance:
C-|- = (N − J-I-)C-|-01(N − J-I-)E
+
J- -J-
E
(13)
Measurement post-fit residual:
LM-|- = >- − 5-/A-|- (14)
2) The zero-crossing test
In a sine wave or other simple waveform, this
normally occurs twice during each cycle.It is a
device for detecting the point where the voltage
crosses zero in either direction. The algorithm is
used in state sensor to calculate the breathing rate
[13].
The zero-crossing rate(ZCR) is the rate of sign-
changes along a signal, i.e., the rate at which the
signal changes from positive to negative or back.
Step1: A DC offset is computed and subtracted.
Step2: The ZCR is then computed, focusing on
the changes of sign of the signal, using a sample-
by-sample sequential algorithm:
Step3: The Respiratory rate is calculated.
The infrared imaging change algorithm
The principle of respiratory cycle test is: during
inspiration, cold air from the environment is inhaled,
and during expiration, warm air from the lungs is
exhaled. thermal imaging detects this temperature
modulation to test respiratory rate.
Step1: region selection and tracking;
Step2: extraction of the respiratory waveform
Step3: statistical Analysis
The Thermographic Image Processing methods
include: Thermal Contrast Enhancement, Denoise
method, Data Normalization, and so on.
A) Denoise method
The thermal signal has a spatial resolution of Nx
× Ny pixels. To handle the thermal sequence, the
frames can be concatenated as a three-dimensional
Nx × Ny × Nt matrix, where Nt de fines the total
number of frames in the sequence.
Thermograms are prone to ambient and inherent
camera noise. There are many ways to de-speckle
or de-noise an image using linear, non-linear or
even statistical operators. For example, Gaussian
low-pass, adaptive median filter, and MSR method.
The MSR performed well on enhancing detail
and removal of uneven-heating compared to other
photometric normalization techniques. This method
is seen to resemble how our eyes (retina) perceive
variations in grayscale intensities.
B) Thermal Contrast Enhancement
Absolute contrast is the classical and most basic
contrast definition describing the excess
temperature over a defect-free region:
OPQR(S) = T(U) − THP(S) (15)
where T(t) is the temperature for any pixel and
TSa(t) is the temperature for chosen sound area at
time t.
Standard contrast was developed to suppress the
impact of reflections produced by the surrounding
environment through subtraction of an image's
pixels at time t0 before heating.
ORSV(S) =
E(S)0E(S;)
THP(S)0THP(S;)
(16)
C)Data Normalization
The temperature can be expressed as an excess
surface temperature measurement that indicates a
change in surface temperature after the heat has
been applied to the target sample. To display the
excess temperature as a grayscale image, data
normalization needs to be performed.
III. RESULTS
The above three methods is experimented in a
smart vest, the smart vest uses the sensor module to
test body respiratory rate, the comparison of these
three methods is described in Table.1
TABLE 1. THE COMPARISON OF THREE RESPIRATORY RATE METHODS IN
SMART VEST
State
sensor
module
pressure
sensors module
infrared
imaging
sensor
convenience Good Bad normal
precise normal Good normal
thickness Good Bad normal
Weight Good Bad normal
International Journal of Scientific Research and Engineering Development-– Volume 1 Issue 2, Nov-Dec2018
Available at www.ijsred.com
ISSN: 2581-7175 ©IJSRED: All Rights are Reserved Page 196
A State sensor module
Paper selects the MPU6050 state sensor, the
experiment platform is shown in Fig.1.
Fig.1 the state sensor experiment platform
The test data is output to a PC, the Matlab is used
to verify the algorithms.
The program has three stages:
Stage 1: open the serial port, and acquire the state
data;
Stage 2: pre-process the data and plot its raw
figure; include quaternion-based and kalman filter
Stage 3: zero-crossing test and the respiratory rate
calculation.
B The pressure sensors module
The paper selects the DCLK365 module to test
RR. The platform is shown in Fig.2.
Fig.2 the pressure sensors module experiment platform
The operation condition:
Temperature: 5°C-40°C
Relative humidity: 18%-80%
Air pressure: 80kPa-105kPa
Power voltage:3.3V-5V
The Test range:
0~39.9kPa;
Resolution: 0.1kPa,Precision:0.4kPa;
The correction of RR: 3 times/ per minute;
The test results is output to PC through serial port.
C The infrared imaging sensor module
The paper selects AMG8833 sensor module, its
experiment platform is shown in Fig.3.
Fig.3 the infrared imaging sensor experiment platform
The test data is output to a PC, the MATLAB is
used to analyse the data.
The program includes three stage:
Stage 1: open the serial port, and acquire the
pixel image data;
Stage 2: pre-process and plot its raw figure; it is
shown in Fig.4.
Stage 3: Data Normalization, Thermal Contrast
Enhancement and the respiratory rate calculation.
Fig.4. The infrared imaging of AMG8833
D The test results
With the test platform and installation in the
smart vest, paper tests many times of every sensor
modules, the test man is same one, during sleep or
set down in a chair. The results are shown in
Table.2.
1 2 3 4 5 6 7 8
1
2
3
4
5
6
7
8
International Journal of Scientific Research and Engineering Development-– Volume 1 Issue 2, Nov-Dec2018
Available at www.ijsred.com
ISSN: 2581-7175 ©IJSRED: All Rights are Reserved Page 197
TABLE 2. THE TEST RESULTS OF THREE RESPIRATORY RATE METHODS
Average
value
(State
sensor
module)
Average value
(pressure
sensors
module)
Average
value
(infrared
imaging
sensor)
Sleep (test
platform)
21 18 25
set down in a
chair (test
platform)
24 19 27
Sleep (smart
vest)
22 19 29
set down in a
chair (smart
vest)
25 19 27
IV. CONCLUSIONS
The paper uses MPU6050 state sensor,
AMG8833 infrared imaging sensor module and
DCLK365 pressure sensors module to test the
respiratory rate.
The algorithms used in MPU6050 state sensor
module include quaternion-based filter algorithms,
kalman filter algorithms, and zero-crossing test
algorithms.
The algorithms used in AMG8833 infrared
imaging sensor module include Data Normalization
algorithm, Thermal Contrast Enhancement
algorithm and the respiratory rate calculation
algorithm.
The experiment test in test platform and smart
vest show the effective of the design methods.
ACKNOWLEDGMENT
This works is supported by Department of
Control Engineering, Chengdu University of
Information Technology.
REFERENCES
[1] Aliverti,A. Wearable technology: Role in
respiratory health and disease. Breathe 2017, 13,
e27–e36
[2] Hung PD, Bonnet S, Guillemaud R, et al.
Estimation of respiratory waveform using an
accelerometer. In: 5th IEEE International
Symposium on Biomedical Imaging: From Nano to
Macro, 2008. New York, IEEE, 2008; pp. 1493–
1496.
[3] Bates A, Ling MJ, Mann J, et al. Respiratory rate
and flow waveform estimation from tri-axial
accelerometer data. In: 2010 International
Conference on Body Sensor Networks (BSN). New
York, IEEE, 2010; pp. 144–150.
[4] T. Reinvuo, M. Hannula, and H. Sorvoja,
“Measurement of respiratory rate with high-
resolution accelerometer and EMFit pressure
sensor,” Proc. IEEE Sensors Appl. Symp., pp. 192–
195, Jan 2006.
[5] C. Davis, A. Mazzolini, and D. Murphy, “A new
fibre optic sensor for respiratory monitoring,”
Australas. Phys. Eng. Sci. Med., vol. 20, no. 4, pp.
214–9, Dec 1997.
[6] Hochhausen N , Pereira C B , Leonhardt S , et al.
Estimating Respiratory Rate in Post-Anesthesia
Care Unit Patients Using Infrared Thermography:
An Observational Study[J]. Sensors, 2018, 18(5).
[7] Naranjohernández D, Talaminosbarroso A,
Reinatosina J, et al. Smart Vest for Respiratory
Rate Monitoring of COPD Patients Based on Non-
Contact Capacitive Sensing[J]. Sensors, 2018,
18(7).
[8] Nizami, S.; Bekele, A.; Hozayen, M.; Greenwood,
K.; Harrold, J.; Green, J. Comparing time and
frequency domain estimation of neonatal
respiratory rate using pressure-sensitivemats. In
Proceedings of the 2017 IEEE International
Symposium on Medical Measurements and
Applications, MeMeA 2017, Rochester, MN, USA,
7–10 May 2017; pp. 239–244.
[9] K. Winer, T 2014 Invensense Developer's
Conference,acess 2018.12.11, availabe:
https://github.com/kriswiner/MPU6050/wiki/2014-
Invensense-Developer%27s-Conference
[10] Kristian Lauszus, TKJ Electronics 2012,
https://github.com/TKJElectronics/KalmanFilter
[11] Yun X, Bachmann E R. Design, Implementation,
and Experimental Results of a Quaternion-Based
Kalman Filter for Human Body Motion Tracking[J].
IEEE Transactions on Robotics, 2006, 22(6):1216-
1227.
[12] Feng K, Li J, Zhang X, et al. An Improved Strong
Tracking Cubature Kalman Filter for GPS/INS
Integrated Navigation Systems.[J]. Sensors, 2018,
18(6):1919.
[13] Rizqyawan M I , Simbolon A I , Suhendra M A , et
al. Mobile/android application for QRS detection
using zero cross method[J]. Journal of Physics
Conference Series, 2018, 978.

More Related Content

What's hot

Optical-Electronic Equipments of Ecological Dedication and Study of Their Met...
Optical-Electronic Equipments of Ecological Dedication and Study of Their Met...Optical-Electronic Equipments of Ecological Dedication and Study of Their Met...
Optical-Electronic Equipments of Ecological Dedication and Study of Their Met...AI Publications
 
ESPRIT Method Enhancement for Real-time Wind Turbine Fault Recognition
ESPRIT Method Enhancement for Real-time Wind Turbine Fault RecognitionESPRIT Method Enhancement for Real-time Wind Turbine Fault Recognition
ESPRIT Method Enhancement for Real-time Wind Turbine Fault RecognitionIAES-IJPEDS
 
THE PRESSURE SIGNAL CALIBRATION TECHNOLOGY OF THE COMPREHENSIVE TEST SYSTEM
THE PRESSURE SIGNAL CALIBRATION TECHNOLOGY OF THE COMPREHENSIVE TEST SYSTEMTHE PRESSURE SIGNAL CALIBRATION TECHNOLOGY OF THE COMPREHENSIVE TEST SYSTEM
THE PRESSURE SIGNAL CALIBRATION TECHNOLOGY OF THE COMPREHENSIVE TEST SYSTEMieijjournal
 
Acoustic emission condition monitoring an application for wind turbine fault ...
Acoustic emission condition monitoring an application for wind turbine fault ...Acoustic emission condition monitoring an application for wind turbine fault ...
Acoustic emission condition monitoring an application for wind turbine fault ...eSAT Publishing House
 
Development of a Respiration Rate Meter –A Low-Cost Design Approach
Development  of  a  Respiration Rate Meter –A Low-Cost Design ApproachDevelopment  of  a  Respiration Rate Meter –A Low-Cost Design Approach
Development of a Respiration Rate Meter –A Low-Cost Design Approachhiij
 
Quality assurance of treatment planning system by Rahim Gohar
Quality assurance of treatment planning system by Rahim GoharQuality assurance of treatment planning system by Rahim Gohar
Quality assurance of treatment planning system by Rahim GoharRahim Gohar
 
Validations and applications of a CFD tool dedicated to wind assessment in ur...
Validations and applications of a CFD tool dedicated to wind assessment in ur...Validations and applications of a CFD tool dedicated to wind assessment in ur...
Validations and applications of a CFD tool dedicated to wind assessment in ur...Stephane Meteodyn
 

What's hot (12)

Optical-Electronic Equipments of Ecological Dedication and Study of Their Met...
Optical-Electronic Equipments of Ecological Dedication and Study of Their Met...Optical-Electronic Equipments of Ecological Dedication and Study of Their Met...
Optical-Electronic Equipments of Ecological Dedication and Study of Their Met...
 
Unit i
Unit iUnit i
Unit i
 
ESPRIT Method Enhancement for Real-time Wind Turbine Fault Recognition
ESPRIT Method Enhancement for Real-time Wind Turbine Fault RecognitionESPRIT Method Enhancement for Real-time Wind Turbine Fault Recognition
ESPRIT Method Enhancement for Real-time Wind Turbine Fault Recognition
 
THE PRESSURE SIGNAL CALIBRATION TECHNOLOGY OF THE COMPREHENSIVE TEST SYSTEM
THE PRESSURE SIGNAL CALIBRATION TECHNOLOGY OF THE COMPREHENSIVE TEST SYSTEMTHE PRESSURE SIGNAL CALIBRATION TECHNOLOGY OF THE COMPREHENSIVE TEST SYSTEM
THE PRESSURE SIGNAL CALIBRATION TECHNOLOGY OF THE COMPREHENSIVE TEST SYSTEM
 
Condition monitoring and its techniques
Condition monitoring and its techniquesCondition monitoring and its techniques
Condition monitoring and its techniques
 
Acoustic emission condition monitoring an application for wind turbine fault ...
Acoustic emission condition monitoring an application for wind turbine fault ...Acoustic emission condition monitoring an application for wind turbine fault ...
Acoustic emission condition monitoring an application for wind turbine fault ...
 
20320140503019 2-3
20320140503019 2-320320140503019 2-3
20320140503019 2-3
 
Development of a Respiration Rate Meter –A Low-Cost Design Approach
Development  of  a  Respiration Rate Meter –A Low-Cost Design ApproachDevelopment  of  a  Respiration Rate Meter –A Low-Cost Design Approach
Development of a Respiration Rate Meter –A Low-Cost Design Approach
 
Quality assurance of treatment planning system by Rahim Gohar
Quality assurance of treatment planning system by Rahim GoharQuality assurance of treatment planning system by Rahim Gohar
Quality assurance of treatment planning system by Rahim Gohar
 
Condition monitoring
Condition monitoringCondition monitoring
Condition monitoring
 
Bv34442446
Bv34442446Bv34442446
Bv34442446
 
Validations and applications of a CFD tool dedicated to wind assessment in ur...
Validations and applications of a CFD tool dedicated to wind assessment in ur...Validations and applications of a CFD tool dedicated to wind assessment in ur...
Validations and applications of a CFD tool dedicated to wind assessment in ur...
 

Similar to IJSRED-V1I2P7

Principal component analysis based approach for fault diagnosis in pneumatic ...
Principal component analysis based approach for fault diagnosis in pneumatic ...Principal component analysis based approach for fault diagnosis in pneumatic ...
Principal component analysis based approach for fault diagnosis in pneumatic ...eSAT Publishing House
 
Condition Monitoring of Rotating Equipment Considering the Cause and Effects ...
Condition Monitoring of Rotating Equipment Considering the Cause and Effects ...Condition Monitoring of Rotating Equipment Considering the Cause and Effects ...
Condition Monitoring of Rotating Equipment Considering the Cause and Effects ...IJMERJOURNAL
 
A method to remove chattering alarms using median filters
A method to remove chattering alarms using median filtersA method to remove chattering alarms using median filters
A method to remove chattering alarms using median filtersISA Interchange
 
IRJET- Automatic License Issuing System
IRJET-  	  Automatic License Issuing SystemIRJET-  	  Automatic License Issuing System
IRJET- Automatic License Issuing SystemIRJET Journal
 
IRJET- Doctors Assitive System using Augmentated Reality for Critical Analysis
IRJET- Doctors Assitive System using Augmentated Reality for Critical AnalysisIRJET- Doctors Assitive System using Augmentated Reality for Critical Analysis
IRJET- Doctors Assitive System using Augmentated Reality for Critical AnalysisIRJET Journal
 
Weather Monitoring Station: A Review
Weather Monitoring Station: A ReviewWeather Monitoring Station: A Review
Weather Monitoring Station: A ReviewIJERA Editor
 
Assessment of Gearbox Fault DetectionUsing Vibration Signal Analysis and Acou...
Assessment of Gearbox Fault DetectionUsing Vibration Signal Analysis and Acou...Assessment of Gearbox Fault DetectionUsing Vibration Signal Analysis and Acou...
Assessment of Gearbox Fault DetectionUsing Vibration Signal Analysis and Acou...IOSR Journals
 
Pressure Prediction System in Lung Circuit using Deep Learning and Machine Le...
Pressure Prediction System in Lung Circuit using Deep Learning and Machine Le...Pressure Prediction System in Lung Circuit using Deep Learning and Machine Le...
Pressure Prediction System in Lung Circuit using Deep Learning and Machine Le...IRJET Journal
 
Design and Implementation of Real Time Remote Supervisory System
Design and Implementation of Real Time Remote Supervisory SystemDesign and Implementation of Real Time Remote Supervisory System
Design and Implementation of Real Time Remote Supervisory SystemIJERA Editor
 
IRJET- Congestive Heart Failure Recognition by Analyzing The ECG Signals usi...
IRJET-  Congestive Heart Failure Recognition by Analyzing The ECG Signals usi...IRJET-  Congestive Heart Failure Recognition by Analyzing The ECG Signals usi...
IRJET- Congestive Heart Failure Recognition by Analyzing The ECG Signals usi...IRJET Journal
 
Development of a Multichannel Analyzer for Radioactive Isotopes Detection
Development of a Multichannel Analyzer for Radioactive Isotopes DetectionDevelopment of a Multichannel Analyzer for Radioactive Isotopes Detection
Development of a Multichannel Analyzer for Radioactive Isotopes Detectionijtsrd
 
IRJET- Offline Location Detection and Accident Indication using Mobile Sensors
IRJET- Offline Location Detection and Accident Indication using Mobile SensorsIRJET- Offline Location Detection and Accident Indication using Mobile Sensors
IRJET- Offline Location Detection and Accident Indication using Mobile SensorsIRJET Journal
 
Cutting pub subs1244 4069_al-habaibeh
Cutting pub subs1244 4069_al-habaibehCutting pub subs1244 4069_al-habaibeh
Cutting pub subs1244 4069_al-habaibehAnkanMallick1
 
IRJET - ECG based Cardiac Arrhythmia Detection using a Deep Neural Network
IRJET - ECG based Cardiac Arrhythmia Detection using a Deep Neural NetworkIRJET - ECG based Cardiac Arrhythmia Detection using a Deep Neural Network
IRJET - ECG based Cardiac Arrhythmia Detection using a Deep Neural NetworkIRJET Journal
 
Design of Kalman filter for Airborne Applications
Design of Kalman filter for Airborne ApplicationsDesign of Kalman filter for Airborne Applications
Design of Kalman filter for Airborne ApplicationsIJERA Editor
 
ELECTRICAL AND ELECTRONICS MEASUREMENT
ELECTRICAL AND ELECTRONICS MEASUREMENT ELECTRICAL AND ELECTRONICS MEASUREMENT
ELECTRICAL AND ELECTRONICS MEASUREMENT Dinesh Sharma
 
IRJET- Remote Health Monitoring of Ankle Edema by using E- Textile Techno...
IRJET-  	  Remote Health Monitoring of Ankle Edema by using E- Textile Techno...IRJET-  	  Remote Health Monitoring of Ankle Edema by using E- Textile Techno...
IRJET- Remote Health Monitoring of Ankle Edema by using E- Textile Techno...IRJET Journal
 
Analysis of Obstacle Detection Using Ultrasonic Sensor
Analysis of Obstacle Detection Using Ultrasonic SensorAnalysis of Obstacle Detection Using Ultrasonic Sensor
Analysis of Obstacle Detection Using Ultrasonic SensorIRJET Journal
 
EWSHM2020PRE-PRINTDamageDetectiononanOperatingWindTurbineBladeviaaSingleVibra...
EWSHM2020PRE-PRINTDamageDetectiononanOperatingWindTurbineBladeviaaSingleVibra...EWSHM2020PRE-PRINTDamageDetectiononanOperatingWindTurbineBladeviaaSingleVibra...
EWSHM2020PRE-PRINTDamageDetectiononanOperatingWindTurbineBladeviaaSingleVibra...Tomas Nuñez
 

Similar to IJSRED-V1I2P7 (20)

Principal component analysis based approach for fault diagnosis in pneumatic ...
Principal component analysis based approach for fault diagnosis in pneumatic ...Principal component analysis based approach for fault diagnosis in pneumatic ...
Principal component analysis based approach for fault diagnosis in pneumatic ...
 
Condition Monitoring of Rotating Equipment Considering the Cause and Effects ...
Condition Monitoring of Rotating Equipment Considering the Cause and Effects ...Condition Monitoring of Rotating Equipment Considering the Cause and Effects ...
Condition Monitoring of Rotating Equipment Considering the Cause and Effects ...
 
A method to remove chattering alarms using median filters
A method to remove chattering alarms using median filtersA method to remove chattering alarms using median filters
A method to remove chattering alarms using median filters
 
IRJET- Automatic License Issuing System
IRJET-  	  Automatic License Issuing SystemIRJET-  	  Automatic License Issuing System
IRJET- Automatic License Issuing System
 
IRJET- Doctors Assitive System using Augmentated Reality for Critical Analysis
IRJET- Doctors Assitive System using Augmentated Reality for Critical AnalysisIRJET- Doctors Assitive System using Augmentated Reality for Critical Analysis
IRJET- Doctors Assitive System using Augmentated Reality for Critical Analysis
 
Rm assignment
Rm assignmentRm assignment
Rm assignment
 
Weather Monitoring Station: A Review
Weather Monitoring Station: A ReviewWeather Monitoring Station: A Review
Weather Monitoring Station: A Review
 
Assessment of Gearbox Fault DetectionUsing Vibration Signal Analysis and Acou...
Assessment of Gearbox Fault DetectionUsing Vibration Signal Analysis and Acou...Assessment of Gearbox Fault DetectionUsing Vibration Signal Analysis and Acou...
Assessment of Gearbox Fault DetectionUsing Vibration Signal Analysis and Acou...
 
Pressure Prediction System in Lung Circuit using Deep Learning and Machine Le...
Pressure Prediction System in Lung Circuit using Deep Learning and Machine Le...Pressure Prediction System in Lung Circuit using Deep Learning and Machine Le...
Pressure Prediction System in Lung Circuit using Deep Learning and Machine Le...
 
Design and Implementation of Real Time Remote Supervisory System
Design and Implementation of Real Time Remote Supervisory SystemDesign and Implementation of Real Time Remote Supervisory System
Design and Implementation of Real Time Remote Supervisory System
 
IRJET- Congestive Heart Failure Recognition by Analyzing The ECG Signals usi...
IRJET-  Congestive Heart Failure Recognition by Analyzing The ECG Signals usi...IRJET-  Congestive Heart Failure Recognition by Analyzing The ECG Signals usi...
IRJET- Congestive Heart Failure Recognition by Analyzing The ECG Signals usi...
 
Development of a Multichannel Analyzer for Radioactive Isotopes Detection
Development of a Multichannel Analyzer for Radioactive Isotopes DetectionDevelopment of a Multichannel Analyzer for Radioactive Isotopes Detection
Development of a Multichannel Analyzer for Radioactive Isotopes Detection
 
IRJET- Offline Location Detection and Accident Indication using Mobile Sensors
IRJET- Offline Location Detection and Accident Indication using Mobile SensorsIRJET- Offline Location Detection and Accident Indication using Mobile Sensors
IRJET- Offline Location Detection and Accident Indication using Mobile Sensors
 
Cutting pub subs1244 4069_al-habaibeh
Cutting pub subs1244 4069_al-habaibehCutting pub subs1244 4069_al-habaibeh
Cutting pub subs1244 4069_al-habaibeh
 
IRJET - ECG based Cardiac Arrhythmia Detection using a Deep Neural Network
IRJET - ECG based Cardiac Arrhythmia Detection using a Deep Neural NetworkIRJET - ECG based Cardiac Arrhythmia Detection using a Deep Neural Network
IRJET - ECG based Cardiac Arrhythmia Detection using a Deep Neural Network
 
Design of Kalman filter for Airborne Applications
Design of Kalman filter for Airborne ApplicationsDesign of Kalman filter for Airborne Applications
Design of Kalman filter for Airborne Applications
 
ELECTRICAL AND ELECTRONICS MEASUREMENT
ELECTRICAL AND ELECTRONICS MEASUREMENT ELECTRICAL AND ELECTRONICS MEASUREMENT
ELECTRICAL AND ELECTRONICS MEASUREMENT
 
IRJET- Remote Health Monitoring of Ankle Edema by using E- Textile Techno...
IRJET-  	  Remote Health Monitoring of Ankle Edema by using E- Textile Techno...IRJET-  	  Remote Health Monitoring of Ankle Edema by using E- Textile Techno...
IRJET- Remote Health Monitoring of Ankle Edema by using E- Textile Techno...
 
Analysis of Obstacle Detection Using Ultrasonic Sensor
Analysis of Obstacle Detection Using Ultrasonic SensorAnalysis of Obstacle Detection Using Ultrasonic Sensor
Analysis of Obstacle Detection Using Ultrasonic Sensor
 
EWSHM2020PRE-PRINTDamageDetectiononanOperatingWindTurbineBladeviaaSingleVibra...
EWSHM2020PRE-PRINTDamageDetectiononanOperatingWindTurbineBladeviaaSingleVibra...EWSHM2020PRE-PRINTDamageDetectiononanOperatingWindTurbineBladeviaaSingleVibra...
EWSHM2020PRE-PRINTDamageDetectiononanOperatingWindTurbineBladeviaaSingleVibra...
 

More from IJSRED

IJSRED-V3I6P13
IJSRED-V3I6P13IJSRED-V3I6P13
IJSRED-V3I6P13IJSRED
 
School Bus Tracking and Security System
School Bus Tracking and Security SystemSchool Bus Tracking and Security System
School Bus Tracking and Security SystemIJSRED
 
BigBasket encashing the Demonetisation: A big opportunity
BigBasket encashing the Demonetisation: A big opportunityBigBasket encashing the Demonetisation: A big opportunity
BigBasket encashing the Demonetisation: A big opportunityIJSRED
 
Quantitative and Qualitative Analysis of Plant Leaf Disease
Quantitative and Qualitative Analysis of Plant Leaf DiseaseQuantitative and Qualitative Analysis of Plant Leaf Disease
Quantitative and Qualitative Analysis of Plant Leaf DiseaseIJSRED
 
DC Fast Charger and Battery Management System for Electric Vehicles
DC Fast Charger and Battery Management System for Electric VehiclesDC Fast Charger and Battery Management System for Electric Vehicles
DC Fast Charger and Battery Management System for Electric VehiclesIJSRED
 
Growth Path Followed by France
Growth Path Followed by FranceGrowth Path Followed by France
Growth Path Followed by FranceIJSRED
 
Acquisition System
Acquisition SystemAcquisition System
Acquisition SystemIJSRED
 
Parallelization of Graceful Labeling Using Open MP
Parallelization of Graceful Labeling Using Open MPParallelization of Graceful Labeling Using Open MP
Parallelization of Graceful Labeling Using Open MPIJSRED
 
Study of Phenotypic Plasticity of Fruits of Luffa Acutangula Var. Amara
Study of Phenotypic Plasticity of  Fruits of Luffa Acutangula Var. AmaraStudy of Phenotypic Plasticity of  Fruits of Luffa Acutangula Var. Amara
Study of Phenotypic Plasticity of Fruits of Luffa Acutangula Var. AmaraIJSRED
 
Understanding Architecture of Internet of Things
Understanding Architecture of Internet of ThingsUnderstanding Architecture of Internet of Things
Understanding Architecture of Internet of ThingsIJSRED
 
Smart shopping cart
Smart shopping cartSmart shopping cart
Smart shopping cartIJSRED
 
An Emperical Study of Learning How Soft Skills is Essential for Management St...
An Emperical Study of Learning How Soft Skills is Essential for Management St...An Emperical Study of Learning How Soft Skills is Essential for Management St...
An Emperical Study of Learning How Soft Skills is Essential for Management St...IJSRED
 
Smart Canteen Management
Smart Canteen ManagementSmart Canteen Management
Smart Canteen ManagementIJSRED
 
Gandhian trusteeship and Economic Ethics
Gandhian trusteeship and Economic EthicsGandhian trusteeship and Economic Ethics
Gandhian trusteeship and Economic EthicsIJSRED
 
Impacts of a New Spatial Variable on a Black Hole Metric Solution
Impacts of a New Spatial Variable on a Black Hole Metric SolutionImpacts of a New Spatial Variable on a Black Hole Metric Solution
Impacts of a New Spatial Variable on a Black Hole Metric SolutionIJSRED
 
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...IJSRED
 
Inginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemInginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemIJSRED
 
Farmer's Analytical assistant
Farmer's Analytical assistantFarmer's Analytical assistant
Farmer's Analytical assistantIJSRED
 
Functions of Forensic Engineering Investigator in India
Functions of Forensic Engineering Investigator in IndiaFunctions of Forensic Engineering Investigator in India
Functions of Forensic Engineering Investigator in IndiaIJSRED
 
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....IJSRED
 

More from IJSRED (20)

IJSRED-V3I6P13
IJSRED-V3I6P13IJSRED-V3I6P13
IJSRED-V3I6P13
 
School Bus Tracking and Security System
School Bus Tracking and Security SystemSchool Bus Tracking and Security System
School Bus Tracking and Security System
 
BigBasket encashing the Demonetisation: A big opportunity
BigBasket encashing the Demonetisation: A big opportunityBigBasket encashing the Demonetisation: A big opportunity
BigBasket encashing the Demonetisation: A big opportunity
 
Quantitative and Qualitative Analysis of Plant Leaf Disease
Quantitative and Qualitative Analysis of Plant Leaf DiseaseQuantitative and Qualitative Analysis of Plant Leaf Disease
Quantitative and Qualitative Analysis of Plant Leaf Disease
 
DC Fast Charger and Battery Management System for Electric Vehicles
DC Fast Charger and Battery Management System for Electric VehiclesDC Fast Charger and Battery Management System for Electric Vehicles
DC Fast Charger and Battery Management System for Electric Vehicles
 
Growth Path Followed by France
Growth Path Followed by FranceGrowth Path Followed by France
Growth Path Followed by France
 
Acquisition System
Acquisition SystemAcquisition System
Acquisition System
 
Parallelization of Graceful Labeling Using Open MP
Parallelization of Graceful Labeling Using Open MPParallelization of Graceful Labeling Using Open MP
Parallelization of Graceful Labeling Using Open MP
 
Study of Phenotypic Plasticity of Fruits of Luffa Acutangula Var. Amara
Study of Phenotypic Plasticity of  Fruits of Luffa Acutangula Var. AmaraStudy of Phenotypic Plasticity of  Fruits of Luffa Acutangula Var. Amara
Study of Phenotypic Plasticity of Fruits of Luffa Acutangula Var. Amara
 
Understanding Architecture of Internet of Things
Understanding Architecture of Internet of ThingsUnderstanding Architecture of Internet of Things
Understanding Architecture of Internet of Things
 
Smart shopping cart
Smart shopping cartSmart shopping cart
Smart shopping cart
 
An Emperical Study of Learning How Soft Skills is Essential for Management St...
An Emperical Study of Learning How Soft Skills is Essential for Management St...An Emperical Study of Learning How Soft Skills is Essential for Management St...
An Emperical Study of Learning How Soft Skills is Essential for Management St...
 
Smart Canteen Management
Smart Canteen ManagementSmart Canteen Management
Smart Canteen Management
 
Gandhian trusteeship and Economic Ethics
Gandhian trusteeship and Economic EthicsGandhian trusteeship and Economic Ethics
Gandhian trusteeship and Economic Ethics
 
Impacts of a New Spatial Variable on a Black Hole Metric Solution
Impacts of a New Spatial Variable on a Black Hole Metric SolutionImpacts of a New Spatial Variable on a Black Hole Metric Solution
Impacts of a New Spatial Variable on a Black Hole Metric Solution
 
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
 
Inginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemInginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition System
 
Farmer's Analytical assistant
Farmer's Analytical assistantFarmer's Analytical assistant
Farmer's Analytical assistant
 
Functions of Forensic Engineering Investigator in India
Functions of Forensic Engineering Investigator in IndiaFunctions of Forensic Engineering Investigator in India
Functions of Forensic Engineering Investigator in India
 
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....
 

Recently uploaded

Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 

Recently uploaded (20)

★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 

IJSRED-V1I2P7

  • 1. International Journal of Scientific Research and Engineering Development-– Volume 1 Issue 2, Nov-Dec2018 Available at www.ijsred.com ISSN: 2581-7175 ©IJSRED: All Rights are Reserved Page 192 The Comparison Test of Respiratory Rate Changjian Deng* *(Department of Control Engineering, Chengdu University of Information Technology, and Chengdu,China) ----------------------------------------************************---------------------------------- Abstract: The body respiratory rate (RR) is the optional parameters of vital signal, and it is one of the monitoring indicators of physiological distress. The paper presents a test method of body respiratory rate by using the status sensors and infrared imaging sensors. The method of the Kalman filter and zero crossing test are applied in the RR test, the measurement and simulation results show its feasibility. And they are compared with testing by commercial pressure sensors module, the results show the effective of methods Keywords —Body Respiratory Rate , Status Sensors , Kalman Filter, Feature Extraction. ----------------------------------------************************---------------------------------- I. INTRODUCTION There are two kinds of respiratory rate(RR) test methods, one is using contact sensor, another is using non-contact sensor. The contact RR test often adopt the electrical impedance sensor,the pressure sensor, the movement sensor,the ECG and PPG sensors; the non-contact test uses the infrared imaging sensors, the capacity sensor, Fiber Bragg Grating sensor ,and so on. In [1],AndreaAliverti reviews the currently technology in respiratory health and disease, for example, the monitoring of sleep disorders for timely diagnosis and treatment. Therespiratory inductive plethysmography is hard to monitor during the daily life. Accelerometers are used to derive breathing rate by measuring movements of the chest wall[2][3]. The principle of test is that MEMS accelerometers can measure inclination changes during breathing, and to obtain a respiratory rate. The algorithms to test RR include Fourier analysis[4], adaptive filter, Principal Component Analysis[5], and so on. For example, Spire (www.spire.io) and the Vitali Smart Bra&GEM (https://vitaliwear.com), theyanalyze breathing patterns in terms of breathing frequency and waveform. The accelerometers are often used in stationary test, for the movement or cline of the body may change the value and make the results untrusty. The other test methods include infrared imaging sensors, the capacity sensor, and the pressure sensors. Nadine Hochhausen presents a robust and effective algorithm for BR detection in thermal videos, it detects the movement of the nose[6]; David Naranjo-Hernández and so on discusse a method based on the measurement of the capacitance existing between two electrodes[7]. They use four- step algorithm:1) first ,use the low-pass filter to decrease the noise ; 2) peak values are calculated to get the time instants;3)the calculated period instants is considered, and to correct the time instants number;4) the respiratory cycle and respiratory rate are estimated. These methods are also used in pressure sensor testing, for their signal is almost same[8]. The current infrared imaging test is not suitable for smart vest, and the air sacs, air tube, and band make the pressure sensor also not suitable for smart vest design. In the paper, the infrared imaging sensor and the state sensor embedded in smart vest are considered, the test results are compared with commercial pressured sensors. The rest of the paper is organized as follows. Section 2 describes the material and methods to test RESEARCH ARTICLE OPEN ACCESS
  • 2. International Journal of Scientific Research and Engineering Development-– Volume 1 Issue 2, Nov-Dec2018 Available at www.ijsred.com ISSN: 2581-7175 ©IJSRED: All Rights are Reserved Page 193 the respiratory rate. Section 3 presents the main results, and Section 4 gives the conclusions. II. MATERIAL AND METHODS An easy way to comply with the conference paper formatting requirements is to use this document as a template and simply type your text into it. A. Methodology for Respiratory Sensing 1)State sensor The MPU-6050 devices combine a 3-axis gyroscope and a 3-axis accelerometer on the same silicon die, together with an onboard Digital Motion Processor™ (DMP™), which processes complex 6- axis Motion Fusion algorithms. The device can access external magnetometers or other sensors through an auxiliary master I²C bus, allowing the devices to gather a full set of sensor data without intervention from the system processor. The MPU-60X0 features three 16-bit analog-to- digital converters (ADCs) for digitizing the gyroscope outputs and three 16-bit ADCs for digitizing the accelerometer outputs. 2) infrared imaging sensor The Infrared Array Sensor is a thermopile-typed infrared sensor which detects quantity of infrared ray. Generally, temperature accuracy will be degraded in the following situations. Be sure to verify performance and reliability under actual conditions of use and make any necessary temperature corrections. ・There is a heat emitting body located close to where the sensor is mounted. ・A flow of warm or cold air is hitting the sensor. ・The temperature of the sensor is subject to sudden change. ・When an object made of glass, acrylic or other subject which far infrared rays have difficult passing through is located between the sensor and what is to be detected. ・A substance (dirt or water droplets) that makes it difficult for far infrared rays to pass through is attached to the sensor lens 3)pressure sensors pressure sensor is a device for pressure measurement of gases or liquids. Pressure is an expression of the force required to stop a fluid from expanding and is usually stated in terms of force per unit area. A pressure sensor usually acts as a transducer; it generates a signal as a function of the pressure imposed. For the purposes of this article, such a signal is electrical. Pressure sensors are used for control and monitoring in thousands of everyday applications. Pressure sensors can also be used to indirectly measure other variables such as fluid/gas flow, speed, water level, and altitude. Pressure sensors can alternatively be called pressure transducers, pressure transmitters, pressure senders, pressure indicators, piezometers and manometers, among other names. Pressure sensors can vary drastically in technology, design, performance, application suitability and cost. A conservative estimate would be that there may be over 50 technologies and at least 300 companies making pressure sensors worldwide. Uses the piezoresistive effect of bonded or formed strain gauges to detect strain due to applied pressure, resistance increasing as pressure deforms the material. Common technology types are Silicon (Monocrystalline), Polysilicon Thin Film, Bonded Metal Foil, Thick Film, Silicon-on-Sapphire and Sputtered Thin Film. Generally, the strain gauges are connected to form a Wheatstone bridge circuit to maximize the output of the sensor and to reduce sensitivity to errors. This is the most commonly employed sensing technology for general purpose pressure measurement. B. Methodology for Signal processing 1) quaternion-based and kalman filter for MPU-60X0 The paper compares the quaternion-based filter and Kalman filter. Kris Winer presents a quaternion-based filter that can be used in Arduino-mini [9],the procedure of program is in below: step1: Auxiliary variables to avoid repeated arithmetic;
  • 3. International Journal of Scientific Research and Engineering Development-– Volume 1 Issue 2, Nov-Dec2018 Available at www.ijsred.com ISSN: 2581-7175 ©IJSRED: All Rights are Reserved Page 194 step2: Normalize accelerometer measurement step3: Compute the objective function and Jacobian step4: Compute the gradient (matrix multiplication) step5: Normalize the gradient step6: Compute estimated gyroscope biases step7: Compute and remove gyroscope biases step8: Compute the quaternion derivative step9: Compute then integrate estimated quaternion derivative step10: Normalize the quaternion Kristian Lauszus provides a Kalman filter library for Arduino [10]. The procedure of program is at below: Step1: set the variables; Step2: Reset bias; Step3: Discrete Kalman filter time update equations - Time Update ("Predict"); A) Updatexhat - Project the state ahead B) Update estimation error covariance - Project the error covariance ahead Step4: Discrete Kalman filter measurement update equations - Measurement Update; A) Calculate Kalman gain - Compute the Kalman gain; B) Calculate angle and bias - Update estimate with measurement zk; Step5: Calculate estimation error covariance - Update the error covariance. The principle of quaternion-based is described as below[11]: a unit quaternion = = (1) where α is the rotation angle and e is the unit vector that represents the rotation axis. quaternion multiplication, given two quaternions p and q, is defined as ⨂ = − − − + + − − + + + − + (2) ( ) is the direct cosine matrix (DCM) given in terms of the orientation quaternion. ( ) = + − − 2( + ) 2( − ) " " 2( − ) − + − 2( + ) 2( + ) 2( − ) − − + # (3) Use ( $%%) & 0 0 1 ) = & * * * ),obtain + 2( $%% $%% + $%% $%%) = * 2( $%% $%% − $%% $%%) = * $%% − $%% − $%% + $%% = * ", (4) The principle of kalman filter is described as below[12]: ,- = .-/-01 + 2-3- + 4- (5) .- , the state-transition model; 5- , the observation model; 6-, the covariance of the process noise; 7-, the covariance of the observation noise; 2-, the control-input model; .-,is the state transition model which is applied to the previous state ,-01,; 8-, is the process noise which is assumed to be drawn from a zero mean multivariate normal distribution, , with covariance, 4-~:(;, =-). At time k an observation (or measurement) >- of the true state ,- is made according to >- = 5-/- + ?- (6) 5- is the observation model which maps the true state space into the observed space and @- is the observation noise which is assumed to be zero mean Gaussian white noise with covariance 7- : @-~:(;, -) Predict: State estimate: /A-|-01 = .-/A-01|-01 + 2-3-(7) Error covariance: C-|-01 = .-C-01|-01D- E + =-(8) Update: Innovation or measurement prefit residual: FG- = >- − 5-/A-|-01 (9) Innovation covariance: H- = - + 5-C-|-01I- E (10)
  • 4. International Journal of Scientific Research and Engineering Development-– Volume 1 Issue 2, Nov-Dec2018 Available at www.ijsred.com ISSN: 2581-7175 ©IJSRED: All Rights are Reserved Page 195 Optimal Kalman gain: J- = C-|-01I- E H- 01 (11) Updated state estimate: /A-|- = /A-|-01 + K-LM- (12) Updated state covariance: C-|- = (N − J-I-)C-|-01(N − J-I-)E + J- -J- E (13) Measurement post-fit residual: LM-|- = >- − 5-/A-|- (14) 2) The zero-crossing test In a sine wave or other simple waveform, this normally occurs twice during each cycle.It is a device for detecting the point where the voltage crosses zero in either direction. The algorithm is used in state sensor to calculate the breathing rate [13]. The zero-crossing rate(ZCR) is the rate of sign- changes along a signal, i.e., the rate at which the signal changes from positive to negative or back. Step1: A DC offset is computed and subtracted. Step2: The ZCR is then computed, focusing on the changes of sign of the signal, using a sample- by-sample sequential algorithm: Step3: The Respiratory rate is calculated. The infrared imaging change algorithm The principle of respiratory cycle test is: during inspiration, cold air from the environment is inhaled, and during expiration, warm air from the lungs is exhaled. thermal imaging detects this temperature modulation to test respiratory rate. Step1: region selection and tracking; Step2: extraction of the respiratory waveform Step3: statistical Analysis The Thermographic Image Processing methods include: Thermal Contrast Enhancement, Denoise method, Data Normalization, and so on. A) Denoise method The thermal signal has a spatial resolution of Nx × Ny pixels. To handle the thermal sequence, the frames can be concatenated as a three-dimensional Nx × Ny × Nt matrix, where Nt de fines the total number of frames in the sequence. Thermograms are prone to ambient and inherent camera noise. There are many ways to de-speckle or de-noise an image using linear, non-linear or even statistical operators. For example, Gaussian low-pass, adaptive median filter, and MSR method. The MSR performed well on enhancing detail and removal of uneven-heating compared to other photometric normalization techniques. This method is seen to resemble how our eyes (retina) perceive variations in grayscale intensities. B) Thermal Contrast Enhancement Absolute contrast is the classical and most basic contrast definition describing the excess temperature over a defect-free region: OPQR(S) = T(U) − THP(S) (15) where T(t) is the temperature for any pixel and TSa(t) is the temperature for chosen sound area at time t. Standard contrast was developed to suppress the impact of reflections produced by the surrounding environment through subtraction of an image's pixels at time t0 before heating. ORSV(S) = E(S)0E(S;) THP(S)0THP(S;) (16) C)Data Normalization The temperature can be expressed as an excess surface temperature measurement that indicates a change in surface temperature after the heat has been applied to the target sample. To display the excess temperature as a grayscale image, data normalization needs to be performed. III. RESULTS The above three methods is experimented in a smart vest, the smart vest uses the sensor module to test body respiratory rate, the comparison of these three methods is described in Table.1 TABLE 1. THE COMPARISON OF THREE RESPIRATORY RATE METHODS IN SMART VEST State sensor module pressure sensors module infrared imaging sensor convenience Good Bad normal precise normal Good normal thickness Good Bad normal Weight Good Bad normal
  • 5. International Journal of Scientific Research and Engineering Development-– Volume 1 Issue 2, Nov-Dec2018 Available at www.ijsred.com ISSN: 2581-7175 ©IJSRED: All Rights are Reserved Page 196 A State sensor module Paper selects the MPU6050 state sensor, the experiment platform is shown in Fig.1. Fig.1 the state sensor experiment platform The test data is output to a PC, the Matlab is used to verify the algorithms. The program has three stages: Stage 1: open the serial port, and acquire the state data; Stage 2: pre-process the data and plot its raw figure; include quaternion-based and kalman filter Stage 3: zero-crossing test and the respiratory rate calculation. B The pressure sensors module The paper selects the DCLK365 module to test RR. The platform is shown in Fig.2. Fig.2 the pressure sensors module experiment platform The operation condition: Temperature: 5°C-40°C Relative humidity: 18%-80% Air pressure: 80kPa-105kPa Power voltage:3.3V-5V The Test range: 0~39.9kPa; Resolution: 0.1kPa,Precision:0.4kPa; The correction of RR: 3 times/ per minute; The test results is output to PC through serial port. C The infrared imaging sensor module The paper selects AMG8833 sensor module, its experiment platform is shown in Fig.3. Fig.3 the infrared imaging sensor experiment platform The test data is output to a PC, the MATLAB is used to analyse the data. The program includes three stage: Stage 1: open the serial port, and acquire the pixel image data; Stage 2: pre-process and plot its raw figure; it is shown in Fig.4. Stage 3: Data Normalization, Thermal Contrast Enhancement and the respiratory rate calculation. Fig.4. The infrared imaging of AMG8833 D The test results With the test platform and installation in the smart vest, paper tests many times of every sensor modules, the test man is same one, during sleep or set down in a chair. The results are shown in Table.2. 1 2 3 4 5 6 7 8 1 2 3 4 5 6 7 8
  • 6. International Journal of Scientific Research and Engineering Development-– Volume 1 Issue 2, Nov-Dec2018 Available at www.ijsred.com ISSN: 2581-7175 ©IJSRED: All Rights are Reserved Page 197 TABLE 2. THE TEST RESULTS OF THREE RESPIRATORY RATE METHODS Average value (State sensor module) Average value (pressure sensors module) Average value (infrared imaging sensor) Sleep (test platform) 21 18 25 set down in a chair (test platform) 24 19 27 Sleep (smart vest) 22 19 29 set down in a chair (smart vest) 25 19 27 IV. CONCLUSIONS The paper uses MPU6050 state sensor, AMG8833 infrared imaging sensor module and DCLK365 pressure sensors module to test the respiratory rate. The algorithms used in MPU6050 state sensor module include quaternion-based filter algorithms, kalman filter algorithms, and zero-crossing test algorithms. The algorithms used in AMG8833 infrared imaging sensor module include Data Normalization algorithm, Thermal Contrast Enhancement algorithm and the respiratory rate calculation algorithm. The experiment test in test platform and smart vest show the effective of the design methods. ACKNOWLEDGMENT This works is supported by Department of Control Engineering, Chengdu University of Information Technology. REFERENCES [1] Aliverti,A. Wearable technology: Role in respiratory health and disease. Breathe 2017, 13, e27–e36 [2] Hung PD, Bonnet S, Guillemaud R, et al. Estimation of respiratory waveform using an accelerometer. In: 5th IEEE International Symposium on Biomedical Imaging: From Nano to Macro, 2008. New York, IEEE, 2008; pp. 1493– 1496. [3] Bates A, Ling MJ, Mann J, et al. Respiratory rate and flow waveform estimation from tri-axial accelerometer data. In: 2010 International Conference on Body Sensor Networks (BSN). New York, IEEE, 2010; pp. 144–150. [4] T. Reinvuo, M. Hannula, and H. Sorvoja, “Measurement of respiratory rate with high- resolution accelerometer and EMFit pressure sensor,” Proc. IEEE Sensors Appl. Symp., pp. 192– 195, Jan 2006. [5] C. Davis, A. Mazzolini, and D. Murphy, “A new fibre optic sensor for respiratory monitoring,” Australas. Phys. Eng. Sci. Med., vol. 20, no. 4, pp. 214–9, Dec 1997. [6] Hochhausen N , Pereira C B , Leonhardt S , et al. Estimating Respiratory Rate in Post-Anesthesia Care Unit Patients Using Infrared Thermography: An Observational Study[J]. Sensors, 2018, 18(5). [7] Naranjohernández D, Talaminosbarroso A, Reinatosina J, et al. Smart Vest for Respiratory Rate Monitoring of COPD Patients Based on Non- Contact Capacitive Sensing[J]. Sensors, 2018, 18(7). [8] Nizami, S.; Bekele, A.; Hozayen, M.; Greenwood, K.; Harrold, J.; Green, J. Comparing time and frequency domain estimation of neonatal respiratory rate using pressure-sensitivemats. In Proceedings of the 2017 IEEE International Symposium on Medical Measurements and Applications, MeMeA 2017, Rochester, MN, USA, 7–10 May 2017; pp. 239–244. [9] K. Winer, T 2014 Invensense Developer's Conference,acess 2018.12.11, availabe: https://github.com/kriswiner/MPU6050/wiki/2014- Invensense-Developer%27s-Conference [10] Kristian Lauszus, TKJ Electronics 2012, https://github.com/TKJElectronics/KalmanFilter [11] Yun X, Bachmann E R. Design, Implementation, and Experimental Results of a Quaternion-Based Kalman Filter for Human Body Motion Tracking[J]. IEEE Transactions on Robotics, 2006, 22(6):1216- 1227. [12] Feng K, Li J, Zhang X, et al. An Improved Strong Tracking Cubature Kalman Filter for GPS/INS Integrated Navigation Systems.[J]. Sensors, 2018, 18(6):1919. [13] Rizqyawan M I , Simbolon A I , Suhendra M A , et al. Mobile/android application for QRS detection using zero cross method[J]. Journal of Physics Conference Series, 2018, 978.