Next Article in Journal
Metaheuristic Algorithm-Based Vibration Response Model for a Gas Microturbine
Previous Article in Journal
Applicability of Magnetic Sensors in Interlocking Systems
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Lightweight Self-Detection and Self-Calibration Strategy for MEMS Gas Sensor Arrays

School of Electronics and Information Engineering, Harbin Institute of Technology, Harbin 150080, China
*
Author to whom correspondence should be addressed.
Sensors 2022, 22(12), 4315; https://doi.org/10.3390/s22124315
Submission received: 19 May 2022 / Revised: 3 June 2022 / Accepted: 5 June 2022 / Published: 7 June 2022

Abstract

:
With the development of Internet of Things (IoT) and edge computing technology, gas sensor arrays based on Micro-Electro-Mechanical System (MEMS) fabrication technique have broad application prospects in intelligent integrated systems, portable devices, and other fields. In such complex scenarios, the normal operation of a gas sensing system depends heavily on the accuracy of the sensor output. Therefore, a lightweight Self-Detection and Self-Calibration strategy for MEMS gas sensor arrays is proposed in this paper to monitor the working status of sensor arrays and correct the abnormal data in real time. Evaluations on real-world datasets indicate that the strategy has high performance of fault detection, isolation, and data recovery. Furthermore, our method has low computation complexity and low storage resource occupation. The board-level verification on CC1350 shows that the average calculation time and running power consumption of the algorithm are 0.28 ms and 9.884 mW. The proposed strategy can be deployed on most resource-limited IoT devices to improve the reliability of gas sensing systems.

1. Introduction

In recent years, with the rapid development of the IoT and advanced manufacturing technology, as well as the growing demand for gas detection in various fields, gas sensors have rapidly developed and have been widely used in smart terminals, environmental monitoring, disease diagnosing [1,2,3,4,5], and other fields. The accuracy and sensitivity of gas sensors have become better. In many complex application scenarios (e.g., IoT), due to the cross sensitivity and low selectivity of sensors, multiple gas sensors with different sensitive modes for the target gas are often combined into arrays for use in edge smart devices or integrated sensing systems.
Metal Oxide Semiconductor (MOS) gas sensors have been widely used in many fields [6,7] because of fast response, low cost, high sensitivity, simple circuit, etc. Traditional MOS gas sensor arrays are generally bulky, and the power consumption and cost will increase with the number of sensors. This also limits the application of MOS gas sensors in energy-efficient or portable/wearable devices, such as health and safety detection, electronic noses, and hand-held respiratory analyzers [1,8,9,10,11,12].
With the development of micro-fabrication and semiconductor technology during the past decades, the MOS gas sensor arrays based on MEMS use the wafer-level manufacturing process to make a micro-hotplate on the Si-based substrate, which greatly reduces the component volume and power consumption. Additionally, the MEMS gas sensor array is easy to be integrated with Complementary Metal Oxide Semiconductor (CMOS) circuit, which improves the compatibility between the gas sensors and Application Specific Integrated Circuit (ASIC). Therefore, MEMS gas sensor arrays have great development and application prospects in the fields of edge computing, intelligent integrated systems, and so on [13,14].
At the same time, gas sensor arrays often combine the corresponding signal processing and machine learning algorithms to form an intelligent gas sensing system for use [15,16]. In the intelligent gas sensing system, the sensor arrays respond to different target gases and generate a set of output signals, and then make classification decision or regression prediction through feature extraction and pattern recognition algorithms.
As the data acquisition device in an intelligent gas sensing system, the stability and reliability of gas sensor arrays are essential. For example, MOS gas sensors are limited by the characteristics of metal oxide materials. Irreversible chemical reactions of materials (e.g., aging and oxidation) or external interference (e.g., temperature and humidity) may cause sensor drift or failure, affect the measurement quality of the gas sensor array, and degrade the performance of subsequent algorithms, which will lead to abnormal operation of the system. In addition, considering that MEMS gas sensor arrays have the characteristics of miniaturization and integration, and in many IoT scenarios, intelligent sensor systems are often deployed in harsh environments, which means that the probability of failure for the MEMS gas sensor array is greater than that of the single sensor and traditional MOS sensor arrays. Therefore, it is necessary to adopt appropriate Self-Detection and Self-Calibration algorithms to monitor the working status of MEMS gas sensor arrays and recover the fault signal in time.
It cannot be ignored that gas sensing terminal devices in IoT or edge computing need to process the streaming response data produced by sensor arrays in real time when in use, and the computational complexity of the algorithms carried on the devices is limited by restricted computing and storage resources. Therefore, the Self-Detection and Self-Calibration algorithms are required to be lightweight, which means that they can perform real-time computation while maintaining low resource consumption and low running power consumption (mW level).
Over the years, many studies have made great efforts in realizing the monitoring of operational status of gas sensors and improving the reliability of measurement signals. For instance, a fault detection and recovery technique (FDRT) was proposed in [17] for wireless sensor network (WSN) to identify and recover the failed cluster, and ref. [18] used the structural response data measured with the redundant sensor network to detect, identify, and quantify the sensor fault. However, Refs. [17,18] are oriented to WSN, and their methods are not suitable for the operational framework of IoT and non-redundant sensor arrays. Self-validating sensor technology was adopted in [19,20] to increase the reliability of gas sensor measurements. Ref. [19] proposed a failure detection, isolation, and recovery (FDIR) strategy based on Principal Component Analysis (PCA) and Relevance Vector Machine (RVM) techniques. This strategy built a separate predicator for each sensor, which had high requirements for the computing platform. Ref. [20] used PCA and contribution plots methods to detect and isolate sensor faults. The accuracy of this method would be seriously degraded in case of multiple faults. A convolutional neural network (CNN) using the random forest (RF) classifier was used in [21] for hydrogen sensor fault diagnosis. Ref. [22] used observer-based techniques and a fault detection and isolation scheme to guarantee functional safety of sensors.
In addition, some studies have proposed adaptive correction methods to reduce the effect of sensor drift [23,24]; however, most of the models used were complex and relied on a large amount of long-term drift training data. Ref. [25] recalibrated the sensor by periodically measuring the baseline response, which was time-consuming and laborious. Estimation theory was used in [26] for online baseline drift compensation. Refs. [27,28] have proposed the signal preprocessing method that used baseline processing to offset the effect of drift. However, such methods [27,28] were generally used for data offline processing. It cannot be applied in real time, and it ignores the impact of environmental changes [26].
Unlike traditional sensor arrays, MEMS gas sensor arrays are more prone to multiple failures. Meanwhile, gas sensing terminal devices have strict requirements on speed, power consumption, and resource occupation for the deployed algorithms. However, the existing methods cannot effectively solve the above problems. Therefore, research on Self-Detection and Self-Calibration methods for MEMS gas sensor arrays is challenging and practical.
For the failure of MEMS gas sensors caused by different unstable factors (physical or chemical changes), the manifestation of the failure signal may be the same. This paper mainly focuses on five common fault manifestations of gas sensor output signals [19,20,29,30,31]. The different fault types and the corresponding fault manifestations and causes are shown in Table 1.
Considering the fault problems and resource constraints of MEMS gas sensor arrays in the process of sensing tasks of IoT terminal devices, aiming at the limitations of existing methods in architecture and application, this paper proposes a lightweight Self-Detection and Self-Calibration strategy to improve the measurement reliability and environmental adaptability of MEMS gas sensor arrays. Furthermore, an experimental system based on MEMS gas sensor arrays was built to verify the effectiveness and feasibility of the proposed method.
The specific contributions of this work are as follows:
(1)
A novel and complete Self-Detection and Self-Calibration strategy for MEMS gas sensor arrays is proposed to improve the stability of the sensor arrays. The strategy includes the steps of fault detection, fault isolation, data recovery and drift compensation;
(2)
A Self-Detection method combining different data preprocessing techniques is employed to realize the rapid detection of sensor array working status. This method applies a PCA-SPE model and performs appropriate preprocessing for the possible outliers and random noise in real-world dataset to improve detection accuracy;
(3)
A Self-Calibration method that can cope with different fault conditions is proposed. The method adopts data reconstruction and confidence interval prediction to achieve isolation and recovery of single fault and multiple faults, and dynamic baseline differential processing is used in this method to compensate the long-term drift signal of gas sensor array in real time;
(4)
The performance of the proposed methods was verified and evaluated using a variety of metrics on a real-world dataset synthesized with different sensor faults, and a comprehensive comparison with other algorithms was carried out. The comparative and board-level validation results demonstrate that our methods can operate in the gas sensing system efficiently and in a way that saves energy.
The rest of this paper is organized as follows: Section 2 introduces our Self-Detection and Self-Calibration strategy and methods in detail, including the overall process and specific algorithm principles and implementations. Then, detailed experiments and comparisons in Section 3 were used to verify the effectiveness of the proposed methods. Finally, Section 4 concludes our work.

2. Methodology

2.1. Overall Process of Self-Detection and Self-Calibration Strategy

The overall process of Self-Detection and Self-Calibration is shown in Figure 1. When the input data collected by the MEMS sensor array arrives, our proposed strategy will go through two phases: Self-Detection and Self-Calibration.
The specific process of the Self-Detection phase is as follows: Firstly, the collected data set under a normal working status is used to train the PCA-based fault detection model. To avoid the influence of the contaminated real data on the model training, different preprocessing techniques are used to improve the detection performance of model. Then, when the testing data arrives, it will undergo the same normalization as the training data. Finally, the sensor data are monitored online through the trained model to determine whether the sensor is faulty and identify input data as normal or a fault signal.
The Self-Calibration phase includes fault isolation and recovery (FIR) and dynamic drift compensation. The specific process is as follows: Firstly, the faulty signal will be assumed to be a single fault signal (because the probability of single fault is generally much higher than that of multiple faults), and then a method based on data reconstruction is used to identify a faulty sensor in the sensor array. Then, data recovery is achieved by replacing the faulty signal with the reconstructed values. However, multiple failures of MEMS sensor arrays cannot be ignored. Therefore, if the system is still judged to have faults after reconstruction, the proposed method based on confidence interval prediction will be used to solve multi-fault problem. Thus, some faulty sensors in the sensor array are identified, and the middle value of the prediction interval is used for data recovery. To ensure prediction accuracy, historical normal data and recovery data within a certain range are used to update the model.
In addition, as a long-term dynamic process, drift is a common problem in many gas sensors. In our strategy, on-line dynamic drift compensation is performed on both the normal signal and the signal after data recovery. Finally, a set of Self-Detection and Self-Calibration output signals will be provided, including original data, fault recovery data and drift compensation data, for the subsequent application algorithm to analyze.
It is worth mentioning that, considering that the possibility of single fault is relatively greater than that of multiple faults, our strategy will start with the single FIR method (data reconstruction) first when a sensor array failure is detected. If the fault is still detected after reconstruction, multiple FIR methods (confidence interval prediction) will be carried out. This operation can greatly reduce unnecessary computational burden and operating power consumption.

2.2. Self-Detection Methods

2.2.1. Data Preprocessing of Singular Points and Random Noise

In practical application scenarios, most sensor datasets are collected in the real world. During the acquisition process, there may be unknown situations such as sudden changes in gas composition or environmental quantities (e.g., temperature and humidity), supply voltage changes, or human interference, which will lead to singular points or random noise in the original data. It can be found that if these abnormal data are not processed, problems such as missed detection or false alarm of faults will occur when the fault detection model is built.
However, most of the current fault detection research mainly focused on the design and implementation of algorithms [32,33,34]. They usually use the existing public datasets or ignore the above-mentioned problems. Some studies simply preprocess the dataset, but this usually degrades the performance of the algorithm in actual tests. Therefore, the processing of the dataset is necessary. Next, the principle and performance evaluation index of the data preprocessing methods adopted in this paper will be explained.
Singular points are “extreme values” that deviate from other normal observations of the dataset, whose values are abnormally large or small and distribution is significantly different from the overall samples [35]. In this paper, the processing of outliers is to detect the unreasonable data points of dataset and delete them through the novelty detection algorithm to avoid the impact of singular points on model training.
There are two commonly used novelty detection algorithms: statistical methods and machine learning methods. Statistical methods will build a probability distribution model based on the dataset and judge the probability that the data conforms to the model. Samples with low probability are regarded as singular points. Machine learning methods will use machine learning algorithms such as clustering or classification to judge outliers based on the distribution of data features. This paper applies Z-Score, a statistical method, to deal with outliers. In addition, another novelty detection algorithm based on machine learning (Isolation Forest) will be compared through experiments in Section 3.2, and the performance of the algorithm will be evaluated through two indicators: outlier detection rate and false positive detection rate.
Z-Score is a novelty detection method in low-dimensional data feature space [36,37]. It is derived from “3σ principle” in statistics: if the data follow a normal distribution, an outlier is defined as the value in a set of observations that deviates from the mean by more than three standard deviations of the data. In other words, outliers are usually observations near the tail of the data distribution. Therefore, singular points are usually far from the average value of data, and this distance is represented by Z i of the normalized dataset in Z-Score. As shown in Equation (1), where x i represents a data point, μ and σ represents the mean and standard deviation of the dataset. When Z i is greater than the set threshold Z l i m i t , it is determined as a singular point. The value of Z l i m i t needs to be adjusted according to the distribution of the actual dataset, usually 2~3.
Z i = x i μ σ > Z l i m i t
Isolation Forest is an unsupervised novelty detection method suitable for large datasets of continuous data [38]. The method does not require labeled samples to train, but the features must be continuous. In Isolation Forest, the dataset is randomly divided recursively until all samples are isolated. Under this random segmentation strategy, the outliers usually have shorter paths.
Filtering algorithms can minimize random noise in the dataset and restore the true situation of the measured values. In this paper, the filtering algorithm is combined with the novelty detection algorithm. After removing outliers in the dataset, filtering algorithms are used to improve the quality of dataset and make it close to the real data distribution.
Commonly used filtering algorithms include Moving-Average filter, Discrete Wavelet Transform, Savitzky–Golay filter and so on [39,40,41]. The selection of filtering method depends on the characteristics of dataset and the performance of filtering. The fluctuation of gas sensor response is generally slow, and we hope that the original data features can be better preserved after filtering. Considering that a Moving-Average filter will destroy the boundary features of gas concentration changes, and Discrete Wavelet Transform needs to select or design complex wavelet basis functions, this paper adopts Savitzky–Golay filter to solve the random interference of dataset.
The Savitzky–Golay filter is a method based on local polynomials and least square fitting in time domain. The advantage of this method is that it can ensure that the shape and width of the signal remain unchanged while filtering out noise. Assuming a window of length 2m + 1, Savitzky–Golay performs fitting based on k − 1 (k < 2m + 1) degree polynomial for all measurement points in this window:
y = a 0 + a 1 x + a 2 x 2 + + a k 1 x k 1
Express Equation (2) in matrix form, where the data vector is Y , the coefficient matrix is A , the independent variable matrix is X , and the residual is ε :
Y = A X + ε
The sparse matrix A ^ is obtained through the least square method, and the fitted data prediction value Y ^ is shown in Equation (4). In this way, the window slides from left to right to fit all data points, thus realizing smoothing of the data.
Y ^ = X A ^ = X ( X T X ) 1 X T Y
Furthermore, to verify the filtering performance of the Savitzky–Golay filter and the ability to preserve the original data features. In this paper, the signal to noise ratio (SNR) and Pearson correlation coefficient (R) are selected as test indexes to compare the performance of Savitzky–Golay filter and Moving-Average filter. The SNR measures the size of the noise component in the filtered data, which can evaluate the quality of filtering. The Pearson correlation coefficient represents the correlation between the filtered data and the original data, which can evaluate the ability of filter to retain the data features. The calculation of SNR and R is shown in Equations (5) and (6), where P s is the original signal power, P n is the noise signal power, X and Y are the original dataset and the filtered dataset, respectively.
SNR = 10 l g ( P s P n ) ( dB )
R = ρ X , Y = c o v ( X ,     Y ) σ x σ Y = E [ ( X μ X ) ( Y μ Y ) ] σ x σ Y

2.2.2. Fault Detection Based on PCA-SPE Model

Gas sensor arrays usually contain several different types of sensor elements, and the signals output by the array often related to each other. As a data-driven multivariate analysis method, PCA can express the internal relationship of multiple variables in a low-dimensional manner to obtain potential connections between variables. In addition, PCA-based fault detection methods use historical normal datasets to build statistical model, which takes up less memory and has fast computation speed. Therefore, this section studies the method based on PCA to realize the online monitoring of the working status of MEMS gas sensor array.
When the MEMS sensor array is running normally, it is assumed that there are n sensors in the array, each sensor has taken m samples at different calibration points, and the training dataset x m × n is collected. This dataset contains the output signal of the sensor array at different times of the calibration point. Fault detection based on PCA is to establish the relationship model between sensors in the array according to the normalized dataset under normal working status and then judge whether the fault occurs by the change value of the statistics in the projection space.
The fault detection process based on PCA is as follows: Firstly, standardize the sample matrix x m × n , and obtain the data matrix X m × n after processing. The PCA is then performed, as shown in Equations (7) and (8). Obtain the correlation coefficient matrix R of X m × n , and then perform singular value decomposition on R to obtain the eigen value matrix Λ = diag ( λ i ,   i = 1 , 2 , , n ) and the eigen vector matrix P = [ p 1 , p 2 , , p n ] .
R = X T X   m 1
R = P Λ P T
Then, as shown in Equation (9), according to the Cumulative Percent Variance (CPV), the first k principal components are selected for dimensionality reduction, and the fault detection model of sensor array is built. In this paper, CPV is 0.95.
CPV = i = 1 k λ i   /   i = 1 m λ i × 100 %
As shown in Equations (10) and (11), X m × n is projected into the Principal Component Subspace (PCS) and the Residual Subspace (RS). The space composed of the first k linearly independent eigen vectors P ^ is PCS, and the space composed of the last n-k linearly independent eigen vectors P ˜ is RS.
P ^ = [ p 1   p 2   p k ]
P ˜ = [ p k + 1   p k + 2   p m ]
Transform the samples into PCS and RS by projection matrix C:
X = X ^ + X ˜
X ^ = C X = P ^ P ^ T X
X ˜ = ( I C ) X = P ˜ P ˜ T X
where X ^ and X ˜ are the projections of X in PCS and RS, respectively.
The PCA-based fault detection model uses process statistics in PCS or RS to measure the projected changes of the samples to be tested in these two spaces. The change value of statistics indicates the deviation degree from the normal data distribution, which is used to test whether a fault is currently occurring.
Generally, Squared Prediction Error (SPE) and Hotelling’s T2 (T2) statistics were used to detect whether the system is abnormal [19,42,43]. In practical application, it is necessary to select SPE or T2 according to the actual situation of dataset. Squared Prediction Error is more sensitive to faults, so it is more capable of detecting faults of the same magnitude than T2. Considering the weak amplitude and variation of the collected gas response data, SPE statistic is selected in our work to realize the fault detection of MEMS sensor array. The experimental section later in this paper will also compare and verify the detection performance of these two statistics.
The calculation of the SPE statistic is shown in Equation (15). Squared Prediction Error measures the change degree in the projection of observed samples in RS. Normally, because the correlation between variables in RS is weak, the relative variation of data in RS is not obvious. When the sensor of array fails, the correlation between variables changes, and the established PCA model cannot adapt to the existing correlation, resulting in the increase in SPE. When SPE exceeds the control limit δ α , the sensor array is considered to be faulty, otherwise it is in a normal working status. The detailed calculation process of δ α is shown in Equations (16)–(18), where C α is the critical value of confidence level α of normal distribution.
SPE = | | X ˜ | | 2 = X i T ( I C ) X i δ α
δ α = θ 1   [ 1 + C α h 0 2 θ 2 θ 1 + θ 2 h 0 ( h 0 1 ) θ 1 2 ] 1 h 0
θ i = j = k + 1 n λ j i ,     i = 1 , 2 , 3
h 0 = 1 2 θ 1 θ 3 3 θ 2 2
Figure 2 shows the flowchart of the Self-Detection method proposed in this paper. The left side is the establishment process of Self-Detection model, and the right side is the monitoring process of sensor working status using the trained model. This method uses SPE statistics as the stop criterium to control the procedure. When the MEMS sensor array fails, the correlation between variables changes, and the established PCA statistical model cannot adapt to the existing correlation, resulting in the increase in SPEi. When SPEi exceeds the control limit δ α , it is considered that the sensor array is faulty. The Self-Detection procedure is stopped at this time and the Self-Calibration process will be carried out. The specific process of Self-Detection method is as follows:
(1)
The singular points in the original normal dataset x m × n are detected and removed by Z-Score algorithm, and then the noise components are removed by the Savitzky–Golay filter, and the processed data are normalized to X m × n ;
(2)
The covariance matrix R of X m × n is obtained by Equation (8) and eigen values Λ and eigen vectors P can be obtained by singular value decomposition;
(3)
The number of principal components k is obtained according to CPV, and the threshold δ α of SPE statistic and projection matrix C are calculated;
(4)
When the test sample y 1 × n is input, use the mean and variance in step (1) to normalize the testing data to obtain Y 1 × n ;
(5)
Project the testing sample into RS through C, calculate and compare SPEi and δ α to judge whether a fault occurs;

2.3. Self-Calibration Methods

When the fault of the MEMS sensor array is detected, it is necessary to isolate the fault sensor, that is, to determine the location of the fault sensor in array. Then, the fault data are recovered according to the normal data or the historical recovery data. Finally, whether it is normal or faulty sensor data, drift compensation will be carried out to complete the Self-Calibration of the sensor array.
Most of the existing research on sensor fault isolation and recovery has focused on the case of single fault [32,44]. This is because the possibility of multiple faults occurring in the sensor array is relatively small, so the problem of multiple faults is rarely considered. However, due to the characteristics of miniaturization and high integration, the probability of multiple faults of the MEMS gas sensor array is much higher than that of traditional sensor arrays. Therefore, in addition to single fault, this section will also focus on the case of multiple faults.
Single FIR: Contribution plots is a commonly used fault isolation method [45]. It realizes fault isolation by calculating the contribution rate of each variable to the change of fault detection statistics. However, this method has a tailing effect, which may lead to low accuracy. At the same time, most fault recovery algorithms were based on artificial neural network (ANN) [46]. This method requires many historical samples to establish and constantly update the model. However, most of the collected gas response datasets have few calibration points and weak signal change. It is difficult to meet the requirements of ANN for training samples, which will lead to low data recovery accuracy.
In addition, most of the current data recovery algorithms (ANN, RVM [19], etc.) need to build a separate prediction model for each sensor in array. In the prediction process, many historical data must be used to constantly update the model, which increases the computational burden of system. The computation and storage resources of gas sensing systems in IoT scenarios are extremely limited, which will make these models difficult to meet the requirements of real-time computing, or even unable to be deployed. Therefore, the method of data reconstruction based on SPE statistics is studied in Section 2.3.1 to realize single FIR.
MultipleFIR: At present, there is relatively little research in this field. The existing algorithms are like the data recovery algorithms in the case of single FIR. These methods will build a separate model (e.g., ANN, RVM) for each sensor and then isolate and recover faults according to the deviation between the predicted values of model and the original measured values.
However, these existing algorithms for multiple FIR occupy too much memory and are too computationally complex to be deployed in edge or portable gas sensing systems. Therefore, Section 2.3.2 proposes a multiple FIR method based on confidence interval prediction. The data recovery accuracy of this algorithm is high, and the parameters and computation of this algorithm are much less than that of ANN, RVM, and so on. The most important thing is that this method can realize real-time fault isolation and recovery on the resource-limited terminal devices.
Drift Compensation: Baseline drift [23,24,25,26,27,28] of gas sensors may be caused by slow changes in the environment, sensor aging, etc. Sensor drift causes input-output characteristics to change over time. This phenomenon affects the selectivity and sensitivity of the gas sensor, which may result in wrong response. To solve the above problems, an online compensation method for baseline drift is proposed in Section 2.3.3. It uses a dynamic matrix to update and store the baseline response according to environmental changes, and then compensates in real-time for the baseline drift by means of differential processing, thereby improving the stability of the sensor array over time.

2.3.1. Single FIR Based on Data Reconstruction

The fault sample vector can be expressed as:
X i = X i ¯ + f ε
where X i ¯ is the normal component of X i , f is the fault amplitude component, ε is the unit matrix of fault direction, and its non-zero element f i represents the fault sensor i.
As shown in Figure 3, the idea of data reconstruction is based on Equation (13). The observation value of fault sensor is projected along the fault direction vector into PCS of the established PCA model during fault detection. According to the theory of PCA, the reconstructed value obtained by projection can be considered as the best estimation of fault recovery data. This method is simple, direct, and has few computations. However, this method applies fault measurements when calculating the projection, which may bring reconstruction error. In this section, multiple iterations are used for reconstruction to reduce the interference of faulty data, while the general reconstruction method only iterates once [32]. The formula for loop iteration is as follows:
x i ^ = C x i = [ x 1 , x 2 , , x m ] [ c 1 i , c 2 i , , c m i ] T = [ c i T   0   c + i T ] x + c i i x i
where [ c i T   0   c + i T ] represents the vector which the i-th column of matrix C is replaced by zero.
According to the orthogonality of matrix P, it can be proved that c i i is less than 1, then x i ^ can finally converge. That is, when x i ^ = x i , the formula of final iterative reconstruction can be obtained:
x i ^ = [ c 1 i , c 2 i , , c ( i 1 ) i , 0 , , c m i ] T x 1 c i i
Before iterative reconstruction, because the fault direction is uncertain, we will assume a set D = {d1, d2, } containing all fault directions (where di is obtained by the combination function C (n, d), and d is the number of fault sensors). Then, iterate continuously according to the fault direction in set D until the reconstructed SPE value is lower than the control limit. At this time, the recovery is considered successful, and the fault direction and corresponding recovery data are obtained. If the reconstructed SPE value is still higher than threshold after iteration of all fault direction, it is considered that a multi-fault problem has occurred, and multiple FIR will be performed. In iterative reconstruction, the T2 statistic can also be used for iteration. In the experimental part of this paper, the appropriate statistic will be selected by comparison.
The data reconstruction method is mainly judged by the projection change of the reconstructed data in RS. In this method, when multiple faults occur, the reconstructed SPE value is always greater than the control limit, so it cannot effectively isolate and recover multiple faults. The multiple FIR method will be discussed in the following section.

2.3.2. Multiple FIR Based on Confidence Interval Forecast Using Bootstrap

The data reconstruction method has good isolation and recovery performance in single fault. However, in the face of multi-fault problem, the number of fault direction set D will increase exponentially with the number of sensors, and with the increase in fault data, the recovery accuracy will decline seriously. In addition, the commonly used multiple FIR methods (e.g., ANN, RVM) are computationally complex and time-consuming, making it difficult to meet the requirement of computing speed.
To solve the above problems, we propose a multiple FIR method based on confidence interval prediction using bootstrap. This method builds the model with less historical data and applies a bootstrap-based confidence interval forecasting method of time series. In case of multiple faults, the confidence interval is the prediction of fluctuation range of the current measurement. If the current measurement value exceeds the interval range, the sensor is identified as faulty, thus completing the fault isolation. Failure recovery uses the middle of the prediction interval to replace the failure measurement. After experimental verification, this method can complete the accurate isolation and recovery of multiple faults when using less historical data. Computational speed and storage occupation are also better than other methods such as ANN or RVM.
Bootstrap-based confidence interval prediction uses the bootstrap method to simulate a set of predicted values at a certain time when the distribution of prediction errors is unknown. Then, take the quantile of prediction values set as the prediction interval according to the confidence. The prediction error e t is defined as:
e t = y t y ^ t
where y t refers to the actual measured value, and y ^ t is the predicted value at the current moment using historical data.
Equation (22) can be rewritten as (23), so we can use Equation (24) to simulate the next observation. Assuming that the prediction error in the next step is similar to that in the past, then e t + 1 can be replaced by sampling from the set of prediction errors (residuals) obtained in the past. That is, the set of prediction errors { e t , e t 1 , , e t m } at different times is obtained from the historical observation sequence { y t ,   y t 1 , ,   y t m } and the predicted value sequence { y ^ t ,   y ^ t 1 ,   ,   y ^ t m } (m is called residual stride). A series of e t + 1 can be obtained by repeatedly sampling the prediction error set (the sampling times is denoted as B). Then, the future predicted value set { y t + 1 } is obtained by Equation (24).
y t = y ^ t + e t
y t + 1 = y ^ t + 1 + e t + 1
Then, according to the confidence k, the quantile of { y t + 1 } is taken as the upper and lower limits of the prediction interval. The lower limit L of the interval is q u a n t i l e ( { y t + 1 } ,   ( 1 k ) / 2 ) , and the upper limit U is q u a n t i l e ( { y t + 1 } ,   1 ( 1 k ) / 2 ) . For example, a bootstrap-based prediction interval with a confidence level of 95% has a lower bound of q u a n t i l e ( { y t + 1 } ,   2.5 % ) and an upper bound of q u a n t i l e ( { y t + 1 } , 97.5 % ) .
In addition, to reduce the computational complexity of the algorithm, the method for predicting the next step is the weighted average prediction. That is, the predicted value at the next moment is equal to the weighted average of the current measured value and the predicted value at the previous moment. Its calculation is shown in (25). In this paper, α is taken as 0.5.
y ^ t + 1 = α y t + ( 1 α ) y ^ t
When a fault is detected at the current moment, and the data reconstruction method cannot correctly isolate the fault, the multiple FIR algorithm is activated. That is, the above bootstrap-based confidence interval prediction method is applied to estimate the confidence interval of the predicted value at the current moment. This interval is considered as the fluctuation range of the normal measured value. When the measurement value of several sensors in the sensor array exceeds the upper or lower limit of the corresponding interval, it is considered that the current sensor is faulty, that is, the multi-fault isolation is completed. Then, the middle value (Li + Ui)/2 of confidence interval corresponding to the faulty sensor i is used to replace the erroneous measurement value to complete the recovery of faulty data.

2.3.3. Dynamic Drift Compensation

Figure 4 shows the dynamic response of a gas sensor with baseline drift. To obtain a stable sensor response, the baseline difference method shown in Equation (26) is usually used to compensate for baseline drift:
x c ( t ) = x s ( t ) x b ( 0 )
where x s ( t ) is the real-time response of sensor to the target gas, x b ( 0 ) is the estimated baseline response, and x c ( t ) is the sensor response after drift compensation. In the off-line signal preprocessing, x b ( 0 ) usually takes the average value of a steady-status response of sensor in pure air.
However, in the actual test environment, uncontrollable factors such as ambient temperature or humidity will cause the drift of sensor baseline, resulting in larger or smaller x b of different sensors in the array. At this time, if the initial x b ( 0 ) is still used for compensation, an error response including baseline drift will be obtained. Therefore, we propose a dynamic drift compensation method that can be operated online. It uses a dynamic baseline matrix to update the baseline response in the current environment in real time, and then performs differential processing on the current data according to the baseline matrix:
X c = X s X b
where X s and X c are the real-time response matrix and the compensated response matrix of the sensor array, respectively, X b is the dynamically updated baseline matrix, the size of these matrices is 1 × n, n represents the number of gas sensors.
Baseline drift is a slowly changing process, and short-term effects can be temporarily ignored. A dynamic update step (stride) is added to reduce the frequency of updating the baseline matrix, thereby reducing the computational cost. In addition, when the sensor array fails, the recovered value of faulty data may be lower than the actual baseline response. To avoid the influence of the fault recovery data on the baseline matrix, a parameter (fault_flag) is added to control the baseline matrix X b to be updated when there is no failure.
In summary, the flow of the Self-Calibration algorithm is shown in Figure 5. The proposed Self-Calibration method will go through three subprocesses: single FIR, multiple FIR, and drift compensation successively from left to right. The specific step of the first two subprocesses is as follows:
(1)
For faulty data, iterative data reconstruction is first performed on the set D of fault directions. The fault isolation is completed until the SPE statistic of the reconstructed value is lower than the threshold. Then, the reconstructed value y ^ i is used to recover the faulty data;
(2)
If the SPE value is still greater than the threshold after reconstruction in all single-fault direction sets, then the multiple FIR based on confidence interval prediction will be carried out;
(3)
Combined with the historical data within the set step size m, bootstrap is used to predict the confidence interval of the current measurement value. If the output of sensor is out of range, the current sensor is isolated, and the interval middle value (Li + Ui)/2 is used for data recovery.
Finally, the baseline drift is compensated for the fault recovery data or normal data. The specific process is as follows:
(1)
Initialize the baseline matrix X b ( 0 ) using the response of the sensor array in pure air;
(2)
Determine whether the current step is less than the update step stride. If yes, the drift compensation will not be performed at the current moment. The data will be received again, and the step value will be increased. If not, judge whether the current data are the fault recovery data and initialize step to zero;
(3)
If the current fault_flag is 1, a fault has occurred. The update process of the baseline matrix is skipped, and the baseline difference is processed directly. If fault_flag is 0, it means that drift compensation is being performed on normal data, and the baseline matrix will be updated at this time.

3. Experimental Results and Discussion

To verify the effectiveness of the Self-Detection and Self-Calibration strategy proposed in this paper, the performance analysis and board-level verification were carried out. The output response of the sensor array used in experiments were all collected from the real mixed gas environment. Section 3.1 introduces the construction of the experimental platform and the collection of the dataset. Section 3.2 and Section 3.3, respectively, conducted comprehensive performance tests and comparisons on the data preprocessing, fault detection, fault isolation and recovery, and drift compensation algorithms applied in Self-Detection and Self-Calibration methods using different indices. Section 3.4 examines the deployed and tested complete Self-Detection and Self-Calibration methods on a resource-limited embedded hardware platform (CC1350), thereby proving the advantages of our method in speed, power consumption and resource occupation on the terminal equipment of IoT or edge computing.

3.1. Experimental Setup

We built the experimental platform as shown in Figure 6. The platform was used to collect gas sensor response data and verify the capability of the proposed Self-Detection and Self-Calibration strategy. The combination of MEMS sensor array and control unit was placed in a sealable gas chamber (Figure 7). The gas chamber was equipped with a fan which was used to accelerate the diffusion of the gas. The devices in the chamber were powered by an external 5 V DC power supply. After the gas was injected into the gas chamber using a syringe, the conductivity of the sensor sensitive material would change. Then, the gas variation was converted into an analog signal through the measurement circuit for acquisition. The air pump was used to clean the gas chamber after each test.
The control board used CC1350 MCU of Texas Instruments (TI). The CPU clock frequency of CC1350 is 48 MHz and is equipped with 128 KB FLASH and 28 KB RAM. It was used for data communication with PC during data acquisition. In fact, the main function of CC1350 was to be used to simulate the control system of the actual IoT terminal devices to verify the applicability of our lightweight strategy on resource-limited platforms.
Once all equipment was connected and checked, the collection of gas response data began. The dataset collected in this paper was the sensor response data of mixed gas for diabetes exhalation diagnosis. We used four MEMS gas sensors (GM-512B, GM-802B, GM-302B, GM-502B) to form a non-redundant sensor array. Although each sensor had different sensitivity characteristics, they were all responsive to acetone. The gas composition and concentration ranges referred to the composition of the exhaled gas of diabetic patients [47]. The target gas was acetone, the concentration range was 0.2 ppm~5.0 ppm, and the response data of 5 calibration points (0.2/0.5/0.8/2.5/5.0 ppm) were collected. The specific process of data collection was as follows:
(1)
Before the test, preheat the sensor array to a certain extent;
(2)
Place the sensor in pure air, that is, do not inject the target gas into the gas chamber. Wait until the data are stable before collecting. The data collected at this time serves as the baseline response of the sensor array, which could be used to simulate constant output fault and initialize the baseline matrix;
(3)
Inject the target gas to be measured and use a fan to evenly distribute the gas in the gas chamber. Then, the changing gas response data are collected on the PC through the data acquisition card. During the acquisition process, some samples of broken-circuit faults can be obtained by disconnecting the power supply, which could provide a reference for the generation of subsequent faulty testing samples;
(4)
After collection, use the air pump to discharge the target gas in the gas chamber and open the intake valve to let the air into gas chamber. This process repeats until the response of sensors approach the baseline, thereby restoring the initial test environment.
Figure 8a shows the partial collected steady-status response data of the sensor array under normal working status. The dataset as shown in Figure 8a contained the output steady-status signals of four different MEMS gas sensors under different acetone concentrations (0.2/0.5/0.8/2.5/5.0 ppm), which would be used to train the Self-Detection model. Figure 8b shows the complete response data of the sensor GM-302B including baseline and steady-status process, which would be used to validate the proposed drift compensation algorithm. It can be clearly seen from Figure 8b that the baseline response will change at different times and different gas concentrations. In addition, the faulty data of the sensors were difficult to obtain in actual acquisition process. Therefore, 1200 faulty testing samples were randomly generated through the fault stack-based approach [19,20,29], including 300 each of impulse faults, bias faults, constant output faults and broken-circuit faults, as the testing dataset of the Self-Detection and Self-Calibration methods. Among them, the impulse and bias fault superimpose 4~5% of the average value of signal amplitude. The constant output fault was the steady response in pure air, and the broken-circuit fault was simulated by opening the electrode [19,29]. Constant output and broken-circuit faults can be regarded as special bias faults with a baseline response and close to zero magnitude. Therefore, these four different faults can also be divided into transient faults and persistent faults.
It should be noted that Section 3.2 and Section 3.3 were completed on PC. In addition to collecting and constructing training datasets, PC was also used to train Self-Detection and Self-Calibration models and for performance analysis and comparison of algorithms. CPU of PC was Intel Core i5-8257U 1.40 GHz. Section 3.4 applied the parameters of trained model to deploy and test algorithms on CC1350.

3.2. Self-Detection of Different Sensor Fault Types

Self-Detection methods include two parts: data preprocessing and the PCA fault detection model. Data preprocessing is the processing of singular points and random noise. Firstly, to verify the detection performance of Z-Score and Isolation Forest for outliers in dataset, 5, 10, 15, 20, 50, and 100 outliers were added to the dataset, respectively. Table 2 shows the detection rate (DR) and false positive detection rate (FPR) of these two algorithms for outliers.
If there were many singular points in the dataset, it would affect the mean and variance of data, thereby affecting the DR of Z-Score. The detection of normal data by Z-Score was rarely wrong. Isolation Forest was more suitable for continuously changing data, but the gas sensor response data fluctuated slowly, and Isolation Forest was prone to overfitting during training, resulting in false detection. Although Isolation Forest worked better when the number of outliers was large, the number of outliers in the actual dataset was generally less. Moreover, Isolation Forest had multiple hyperparameters, which were complex to adjust. Therefore, we adopted Z-Score for novelty detection of the dataset.
To compare the filtering performance of Savitzky–Golay and Moving-Average filter, 50 dB Gaussian noise was added to the original dataset. Table 3 uses the SNR and R introduced in Section 2.2.1 to compare their filtering performance and ability to preserve the original features of data. The signal waveforms before and after Savitzky–Golay and Moving-Average filtering are shown in Figure 9. It can be found that the SNR and R of Savitzky–Golay filter were higher than those of the Moving-Average filter, which means that it could better retain the original characteristics of data while filtering out noise. It can also be seen from Figure 9 that Moving-Average filter would lead to distortion of the signal waveform. In addition, to better preserve the original features of data, we used piecewise Savitzky–Golay filtering. Mirror processing was used for border points, which could avoid boundary effect during filtering. The stride and polynomial order of Savitzky–Golay were 5 and 3, respectively, and the window length of Moving-Average was 25 in the experiment.
The steady-status outputs of the sensor array under normal operation at different calibration points were used as the training set for the PCA fault detection model, and the generated fault samples were used for the testing set. Table 4 shows the DR and FPR of different fault types using fault detection models with different statistics (SPE or T2). It can be found that the PCA model based on SPE (PCA-SPE) could identify four different types of faults more accurately, and the detection performance was better than the model based on T2. In addition, the applied data preprocessing techniques enabled the model to have no false positives during testing.
Figure 10 and Figure 11 show the detection performance of the PCA model on transient faults (impulse) and persistent faults (bias), respectively. Among them, Figure 10a marks four impulse faults (the 50th, 150th, 250th, and 350th samples), and Figure 11a marks one bias fault (the 150th~300th samples). The SPE statistics in Figure 10b and Figure 11b rose substantially and exceeded the control limit when a fault occurred. Although T2 statistic would also change, it was still less than the control limit in most cases, so it is difficult to detect faults.
Table 5 verifies that when there were outliers in the dataset (4 outliers were added), the performance of fault detection model would be severely degraded. This is because outliers would raise the control limit of the statistic, thereby reducing the fault detection rate.
To illustrate the impact of random noise on fault detection, Table 6 compares the change in detection rate of impulse faults when using normal data, noisy data, and filtered data. It can be seen from Table 6 that noise had a great influence on the detection of impulse faults. This is because noise increased the tolerance of model, which made some failures difficult to detect. After Savitzky–Golay (S-G) filtering, the fault detection performance returned to normal. The performance of Moving-Average (M-A) filtering was seriously degraded because it destroyed the original data features. Other types of faults had a large SPE variation, so they were not easily affected by noise, which are not mentioned in Table 6. However, when the noise increased to a certain extent, it would also be affected. This proves that data preprocessing for outliers and noise is necessary.

3.3. Self-Calibration of Fault Signals

Self-Calibration methods include FIR and dynamic drift compensation. Fault isolation and recovery has designed separate methods for single fault and multiple faults. The experiments in this section were also divided into tests on single-fault and multi-fault samples. The three indexes of fault isolation accuracy, Mean Absolute Error (MAE) and Mean Absolute Percentage Error (MAPE), were used to evaluate the performance of the proposed algorithms and other common FIR algorithms. The first of which represents the performance of fault isolation, and the latter two measures the accuracy of fault data recovery.

3.3.1. FIR of Single Sensor Fault

Firstly, Self-Calibration applied data iterative reconstruction based on SPE statistics (SPE-IR) to implement single FIR. Table 7 compares the single-fault isolation accuracy of data iterative reconstruction methods using different statistics (SPE or T2) and contribution plots method. Table 8 compares the data recovery performance of different reconstruction methods. From the comparison results in Table 7 and Table 8, it can be found that the average isolation accuracy of SPE-IR was higher than that of the T2-based iterative reconstruction (T2-IR) and contribution plots method. Additionally, the data recovery accuracy of SPE-IR was also better than T2-IR and general reconstruction method (iterative once).
The data recovery waveforms of SPE-IR for transient fault and persistent fault are shown in Figure 12. SPE-IR could successfully isolate and recover the error response of the faulty sensor, which proves the effectiveness of the SPE-IR method for single-fault isolation and data recovery.
In addition to comparing SPE-IR with other data reconstruction methods, two typical algorithms (ANN, RVM) for data recovery were also compared. Unlike data reconstruction, ANN and RVM used historical data to build an updating model for each sensor. When recovering the faulty data, the models needed to be updated online and make predictions.
Figure 13 and Figure 14 show the data recovery performance of ANN and RVM. As shown in Table 9 and Table 10, to make a more comprehensive comparison of algorithm performance, in addition to comparing the data recovery error, the computation speed and model size were also compared to verify the feasibility of the algorithm being deployed on IoT terminal platforms. The hyper-parameters were set as follows: ANN’s update stride was 20, hidden layer was (100, 50), activation function was ReLu, optimizer was Adam. RVM’s update stride was 20 and kernel function was RBF. Model size in Table 10 only counted the parameter size during algorithm inference. The storage resources occupied by the storage of intermediate results and the training process were not considered, so the real storage resources occupied by ANN and RVM would be larger.
From the comparison results in Table 9 and Table 10, it can be found that SPE-IR could achieve better recovery accuracy for both transient and persistent faults. In addition, the computation speed of SPE-IR could meet the real-time requirements, and its model size was also much smaller than that of ANN and RVM. However, ANN took a long time to train and needed enough samples (200~300) to obtain better prediction performance. Moreover, ANN was prone to fall into local minimum, which made it difficult to converge effectively. Especially for persistent faults (Figure 14b), ANN could only achieve a certain degree of effective recovery within a very limited step size, after which the predicted data would diverge and deviate from the normal range.
Compared with ANN, the modeling and computation time of RVM were greatly reduced, and the data recovery accuracy was also better than that of ANN. However, the performance of RVM was still not as good as SPE-IR due to the online update of model and complex computation of kernel function.
The weak change of sensitive unit output responses in the gas sensor array made it difficult for machine learning algorithms (e.g., ANN, RVM) to extract valid features for learning from a limited number of samples. While using more samples might improve performance, it would inevitably bring greater storage and computational burdens.

3.3.2. FIR of Multiple Sensor Faults

This section used the proposed Confidence Interval Forecast using Bootstrap (CIFB) method to conduct experiments of multiple FIR. The algorithm performance, computing speed, and model size were tested and compared. In the experiment, two kinds of multi-fault samples, superimposed transient faults, and superimposed persistent faults were tested, respectively. Figure 15 shows the waveforms of multiple FIR based on CIFB. It can be seen that CIFB could effectively isolate and recover both multi-fault samples. It should be noted that when CIFB performed FIR, two parameters (residual stride m and sampling length B) needed to be selected. If m and B were too small, the prediction interval would be shifted due to incomplete sampling of the residual distribution. The larger m and B, the higher the computing time and storage usage. After tuning, the hyper-parameters of CIFB were set as follows: m was 10, B was 20, and confidence k was 95%.
Figure 16 shows the results using SPE-IR in case of multiple faults. When solving multiple FIR, SPE-IR would reconstruct on all possible fault direction sets and select the direction set with the smallest SPE statistic after reconstruction for data recovery. The shortcomings of this method are: (1) The accuracy of multi-fault isolation is low, and it is prone to fault direction judgment errors. As shown in Figure 16b, SPE-IR incorrectly judged the faulty sensor when faced with multiple persistent faults; (2) the data recovery accuracy is low. Other faulty data will be used when reconstructing sensor data in a certain direction, which can result in errors; (3) each possible fault direction set requires iteration which results in high computation latency. Therefore, in our Self-Detection and Self-Calibration strategy, the combination of SPE-IR and CIFB is used for fault isolation and recovery. In this way, single or multiple faults can be effectively solved.
Furthermore, Table 11 compares the computation time and model size of CIFB with ANN, RVM, and SPE-IR. These two metrics are the key factors that determine whether the algorithm can run efficiently on the target platform. The computation time here refers to the isolation and recovery time for multiple transient faults. The model size of ANN or RVM also needs to be multiplied by the number of sensors in the array, since it builds a separate model for each sensor. It can be found from the comparisons that CIFB had a lower recovery error, and the computation speed and model size were also much lower than those of commonly used methods (ANN, RVM).

3.3.3. Drift Compensation

Although the true baseline values and responses are unknown, sensor response curves before and after drift compensation show the performance of the method used. Figure 17 shows the results of conventional baseline processing of different sensor responses using Equation (26) (the baseline values were the average response values in pure air). The raw data of sensor units 1 and 2 were response data before and after adding target gas at different concentrations. The baseline response was changing before the addition of gas, which represented the sensor had baseline drift. After simple baseline differential processing, although the response amplitude had decreased, the baseline drift still existed, and the processed data still had negative values which was unrealistic.
Figure 18 shows the results of processing the raw data with the proposed dynamic drift compensation method. It can be found from Figure 17 and Figure 18 that the data after dynamic compensation could better suppress the baseline drift. Moreover, the response, processed with dynamic drift compensation, was closer to the standard sensor response curve, and there were no negative values in the compensated data. The experimental results prove that the proposed method could effectively compensate for baseline drift.

3.4. Board-Level Verification

IoT devices such as intelligent gas sensing systems usually choose low-cost and resource limited MCUs as control chips [1,48,49]. The computation speed and resource occupation of the algorithm on MCU determine its application value. To verify the practicality of the proposed Self-Detection and Self-Calibration strategy on IoT devices, this section deployed our algorithms on CC1350 MCU and compared it with other existing algorithms (ANN, RVM).
Table 12 shows the time periods and running time (clock frequency is 48 MHz) of Self-Detection and Self-Calibration for different types of test samples (normal, single-fault, multi-fault). To obtain a more accurate measurement, the algorithm was run 10 times in a loop and the average running time was recorded. The computation time of the multi-fault testing samples in Table 12 is higher than other samples because it includes the time of updating data matrixes. Assuming that the probability of single fault and multiple faults is 5% (the real probability of faults should be much lower than this), the average running time of our method is about 0.28 ms, while the running time of ANN and RVM are 75.03 ms and 9.25 ms, respectively, which indicates that our strategy has lower computational complexity and better real-time computing performance.
Table 13 summarizes the storage resource utilization of the proposed Self-Detection and Self-Calibration strategy and other methods (ANN, RVM). The ANN and RVM methods occupied a large amount of on-chip storage resources (80.85%, 48.93%) due to complex model parameters, which would limit the deployment of other algorithms such as pattern recognition on the target platform. Meanwhile, our method only occupied very few storage resources (7.89%), which could improve the flexibility for deployment of other application algorithms.
Meanwhile, the standby power consumption of CC1350 and the running power and energy consumption of our strategy and other methods (ANN, RVM) are shown in Table 14 (Supply Voltage is 3.3 V). When testing power consumption, to measure the current of chip more accurately, we excluded the interference of peripherals and leakage current. The standby mode in Table 14 measured the current when CC1350 starts in low-power mode (RTC running, RAM and CPU retention), and the operation mode measured the average current when the algorithms were running. The running power and energy consumption of our method were 9.884 mW and 2.808 μJ. Additionally, the comparison results in Table 14 proved that our method had less energy consumption than other methods. The board-level verifications in Table 13 and Table 14 demonstrate that our method is low in resource consumption and running power, indicating that it can be efficiently deployed and run on most IoT devices.

4. Conclusions

To address the reliability issues of operation and measurement of MEMS gas sensor arrays, a lightweight Self-Detection and Self-Calibration strategy is proposed in this paper. Firstly, a Self-Detection model is built by employing data preprocessing and PCA techniques, which can effectively monitor the working status of the sensor array in real time. Then, when an abnormal status is detected, the Self-Calibration method combined with data reconstruction and confidence interval prediction can identify faulty sensors and accomplish failure recovery in real-time. Finally, dynamic drift compensation is used to recover the true sensor response. Experimental results indicated that our approach outperformed other typical algorithms and had better fault detection, isolation, and data recovery performance. Furthermore, since the proposed strategy can achieve Self-Detection and Self-Calibration of sensor arrays with only few computation and storage resources, it can be deployed on low-cost, low-power IoT sensing systems. It is of great significance for the proper operation of gas sensing system. In future work, we will focus on applying adaptive correction methods to enhance the performance of drift compensation.

Author Contributions

Conceptualization, B.L. and Y.Z.; Background, B.L., Y.Z. and P.F.; Methodology, Y.Z.; Validation, Y.Z. and H.F.; Investigation, B.L., Y.Z. and L.F.; Resources, B.L., P.F. and L.F.; Writing—original draft preparation, B.L. and Y.Z. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by National Natural Science Foundation of China, grant number 62171156.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Feng, S.; Farha, F.; Li, Q.; Wan, Y.; Xu, Y.; Zhang, T.; Ning, H. Review on smart gas sensing technology. Sensors 2019, 19, 3760. [Google Scholar] [CrossRef] [Green Version]
  2. Sunny, A.I.; Zhang, J.; Tian, G.Y.; Tang, C.; Rafique, W.; Zhao, A.; Fan, M. Temperature Independent Defect Monitoring Using Passive Wireless RFID Sensing System. IEEE Sens. J. 2019, 19, 1525–1532. [Google Scholar] [CrossRef] [Green Version]
  3. Sunny, A.I.; Zhao, A.; Li, L.; Kanteh Sakiliba, S. Low-Cost IoT-Based Sensor System: A Case Study on Harsh Environmental Monitoring. Sensors 2020, 21, 214. [Google Scholar] [CrossRef]
  4. Tai, H.L.; Wang, S.; Duan, Z.H.; Jiang, Y.D. Evolution of breath analysis based on humidity and gas sensors: Potential and challenges. Sens. Actuators B Chem. 2020, 318, 27. [Google Scholar] [CrossRef]
  5. Nasiri, N.; Clarke, C. Nanostructured Gas Sensors for Medical and Health Applications: Low to High Dimensional Materials. Biosensors 2019, 9, 43. [Google Scholar] [CrossRef] [Green Version]
  6. Schieweck, A.; Uhde, E.; Salthammer, T.; Salthammer, L.C.; Morawska, L.; Mazaheri, M.; Kumar, P. Smart homes and the control of indoor air quality. Renew. Sustain. Energy Rev. 2018, 94, 705–718. [Google Scholar] [CrossRef]
  7. Gao, X.; Zhang, T. An overview: Facet-dependent metal oxide semiconductor gas sensors. Sens. Actuators B 2018, 227, 604–633. [Google Scholar] [CrossRef]
  8. Zheng, Y.; Li, H.; Shen, W.; Jian, J. Wearable electronic nose for human skin odor identification: A preliminary study. Sens. Actuators A Phys. 2019, 285, 395–405. [Google Scholar] [CrossRef]
  9. Li, H.; Mu, X.; Yang, Y.; Mason, A.J. Low Power Multimode Electrochemical Gas Sensor Array System for Wearable Health and Safety Monitoring. IEEE Sens. J. 2014, 14, 3391–3399. [Google Scholar] [CrossRef]
  10. Güntner, A.T.; Abegg, S.; Königstein, K.; Gerber, P.A.; Schmidt-Trucksäss, A.; Pratsinis, S.E. Breath Sensors for Health Monitoring. ACS Sens. 2019, 4, 268–280. [Google Scholar] [CrossRef]
  11. Arasaradnam, R.P.; Covington, J.A.; Harmston, C.; Nwokolo, C.U. Review article: Next generation diagnostic modalities in gastroenterology-gas phase volatile compound biomarker detection. Aliment. Pharmacol. Ther. 2014, 39, 780–789. [Google Scholar] [CrossRef] [PubMed]
  12. Wilson, A.D. Application of electronic-nose technologies and VOC-biomarkers for the noninvasive early diagnosis of gastrointestinal diseases. Sensors 2018, 18, 2613. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  13. Asri, M.I.A.; Hasan, N.; Fuaad, M.R.A.; Yunos, Y.M.; Ali, M.S.M. MEMS Gas Sensors: A Review. IEEE Sens. J. 2021, 21, 18381–18397. [Google Scholar] [CrossRef]
  14. Park, H.J.; Kwack, M.J.; Lee, H.K.; Lee, J.E.; Lee, D.S. A novel portable breath acetone analyzer using a MEMS gas sensor array for fat loss monitoring. In Proceedings of the IMCS 02: Chemical and Biosensors, Medical/Health, and Wearables, Montréal, QC, Canada, 10–15 May 2020; ECS Meeting Abstracts. p. 1885. [Google Scholar]
  15. Tang, S.; Chen, W.; Jin, L.; Zhang, H.; Li, Y.; Zhou, Q.; Zen, W. SWCNTs-based MEMS gas sensor array and its pattern recognition based on deep belief networks of gases detection in oil-immersed transformers. Sens. Actuators B Chem. 2020, 312, 127998. [Google Scholar] [CrossRef]
  16. Ma, D.; Gao, J.; Zhang, Z.; Zhao, H. Gas recognition method based on the deep learning model of sensor array response map. Sens. Actuators B Chem. 2021, 330, 129349. [Google Scholar] [CrossRef]
  17. Goyal, N.; Dave, M.; Verma, A.K. A novel fault detection and recovery technique for cluster-based underwater wireless sensor networks. Int. J. Commun. Syst. 2018, 31, 3485–3502. [Google Scholar] [CrossRef]
  18. Kullaa, J. Detection, Identification, and quantification of sensor fault in a sensor network. Mech. Syst. Signal Process. 2013, 40, 208–221. [Google Scholar] [CrossRef]
  19. Shen, Z.; Wang, Q. Failure detection, isolation, and recovery of multifunctional self-validating sensor. IEEE Trans. Instrum. Meas. 2012, 61, 3351–3362. [Google Scholar] [CrossRef]
  20. Yang, J.; Chen, Y.; Zhang, L.; Sun, Z. Fault detection, isolation, and diagnosis of self-validating multifunctional sensors. Rev. Sci. Instrum. 2016, 87, 1–14. [Google Scholar] [CrossRef] [PubMed]
  21. Sun, Y.; Zhang, H.; Zhao, T.; Zou, Z.; Shen, B.; Yang, L. A New Convolutional Neural Network with Random Forest Method for Hydrogen Sensor Fault Diagnosis. IEEE Access 2020, 8, 85421–85430. [Google Scholar] [CrossRef]
  22. Schmidt, S.; Oberrath, J.; Mercorelli, P. A Sensor Fault Detection Scheme as a Functional Safety Feature for DC-DC Converters. Sensors 2021, 21, 6516. [Google Scholar] [CrossRef] [PubMed]
  23. Grover, A.; Lall, B. A Novel Method for Removing Baseline Drifts in Multivariate Chemical Sensor. IEEE Trans. Instrum. Meas. 2020, 69, 7306–7316. [Google Scholar] [CrossRef]
  24. Liu, T.; Chen, Y.; Li, D. Drift compensation for an electronic nose by adaptive subspace learning. IEEE Sens. J. 2020, 20, 337–347. [Google Scholar] [CrossRef]
  25. Barakeh, Z.A.; Breuil, P.; Redon, N.; Pijolat, C.; Locoge, N.; Viricelle, J.-P. Development of a Normalized Multi-Sensors System for Low Cost on-Line Atmospheric Pollution Detection. Sens. Actuators B Chem. 2017, 241, 1235–1243. [Google Scholar] [CrossRef]
  26. Wenzel, M.J.; Mensah-Brown, A.; Josse, F.; Yaz, E.E. Online Drift Compensation for Chemical Sensors Using Estimation Theory. IEEE Sens. J. 2011, 11, 225–232. [Google Scholar] [CrossRef]
  27. Gardner, J.W.; Bartlett, P.N. Electronic Noses. Principles and applications. Meas. Sci. Technol. 2000, 11, 1087. [Google Scholar]
  28. Ahmadou, D.; Laref, R.; Losson, E.; Siadat, M. Reduction of Drift Impact in Gas Sensor Response to Improve Quantitative Odor Analysis. In Proceedings of the IEEE International Conference on Industrial Technology, Toronto, ON, Canada, 22–25 March 2017; pp. 928–933. [Google Scholar]
  29. Yang, J.; Sun, Z.; Chen, Y. Fault detection using the clustering-kNN rule for gas sensor arrays. Sensors 2016, 16, 2069. [Google Scholar] [CrossRef] [Green Version]
  30. Darvishi, H.; Ciuonzo, D.; Eide, E.R.; Rossi, P.S. Sensor-Fault Detection, Isolation and Accommodation for Digital Twins via Modular Data-Driven Architecture. IEEE Sens. J. 2021, 21, 4827–4838. [Google Scholar] [CrossRef]
  31. Chen, Y.; Yang, J.; Xu, Y.; Jiang, S.; Liu, X.; Wang, Q. Status self-validation of sensor arrays using gray forecasting model and bootstrap method. IEEE Trans. Instrum. Meas. 2016, 65, 1626–1640. [Google Scholar] [CrossRef]
  32. Li, W.; Peng, M.; Liu, Y.; Jiang, N.; Wang, H.; Duan, Z. Fault detection, identification and reconstruction of sensors in nuclear power plant with optimized PCA method. Ann. Nucl. Energy 2018, 113, 105–117. [Google Scholar] [CrossRef]
  33. Courdier, A.; Li, Y.G. Power Setting Sensor Fault Detection and Accomodation for Gas Turbine Engines Using Artificial Neural Networks. In Proceedings of the ASME Turbo Expo 2016: Turbomachinery Technical Conference and Exposition, Seoul, Korea, 13–17 June 2016. [Google Scholar]
  34. Fentaye, A.D.; Ul-Haq Gilani, S.I.; Baheta, A.T.; Li, Y.G. Performance-based fault diagnosis of a gas turbine engine using an integrated support vector machine and artificial neural network method. Proc. Inst. Mech. Eng. Part A J. Power Energy 2019, 233, 786–802. [Google Scholar] [CrossRef]
  35. Rousseeuw, P.J.; Hubert, M. Robust statistics for outlier detection. Wiley Interdiscip. Rev. Data Mining Knowl. Discov. 2011, 1, 73–79. [Google Scholar] [CrossRef]
  36. Grubbs, F.E. Procedures for detecting outlying observations in samples. Technometrics 1969, 11, 53. [Google Scholar] [CrossRef]
  37. Aggarwal, V.; Gupta, V.; Singh, P.; Sharma, K.; Sharma, N. Detection of spatial outlier by using improved Z-score test. In Proceedings of the 2019 3rd International Conference on Trends in Electronics and Informatics (ICOEI), Tirunelveli, India, 23–25 April 2019; pp. 788–790. [Google Scholar]
  38. Liu, F.T.; Ting, K.M.; Zhou, Z.H. Isolation Forest. In Proceedings of the 8th IEEE International Conference on Data Mining, Pisa, Italy, 15–19 December 2008; pp. 413–422. [Google Scholar]
  39. Smith, S.W. The Scientist and Engineer’s Guide to Digital Signal Processing; California Technical Publishing: San Diego, CA, USA, 1997. [Google Scholar]
  40. Akansu, A.N.; Haddad, R.A. Multiresolution Signal Decomposition: Transforms, Subbands, and Wavelets; Academic Press Elsevier Science: Cambridge, MA, USA, 2001. [Google Scholar]
  41. Press, W.H.; Teukolsky, S.A. Savitzky-Golay smoothing filters. Comput. Phys. 1990, 4, 669–672. [Google Scholar] [CrossRef]
  42. Jackson, J.E.; Mudholkar, G.S. Control procedures for residuals associated with principal component analysis. Technometrics 1979, 21, 341–349. [Google Scholar] [CrossRef]
  43. Lee, J.M.; Yoo, C.K.; Lee, I.B. Fault detection of batch processes using multiway kernel principal component analysis. Comput. Chem. Eng. 2004, 28, 1837–1847. [Google Scholar] [CrossRef]
  44. Li, D.; Wang, Y.; Wang, J.; Wang, C.; Duan, Y. Recent advances in sensor fault diagnosis: A review. Sens. Actuators A Phys. 2020, 309, 111990. [Google Scholar] [CrossRef]
  45. Van den Kerkhof, P.; Vanlaer, J.; Gins, G.; Van Impe, J.F.M. Analysis of smearing-out in contribution plot based fault isolation for statistical process control. Chem. Eng. Sci. 2013, 104, 285–293. [Google Scholar] [CrossRef]
  46. Napolitano, M.R.; Neppach, C.; Casdorph, V.; Naylor, S.; Innocenti, M.; Silvestri, G. Neural-network-based scheme for sensor failure detection, identification, and accommodation. J. Guid. Control Dyn. 1995, 18, 1280–1286. [Google Scholar] [CrossRef]
  47. Jiang, C.; Sun, M.; Wang, Z.; Chen, Z.; Zhao, X.; Yuan, Y.; Li, Y.; Wang, C. A portable real-time ringdown breath acetone analyser: Toward potential diabetic screening and management. Sensors 2016, 16, 1199. [Google Scholar] [CrossRef] [Green Version]
  48. Chen, M.; Peng, S.; Wang, N.; Xu, L.; Lin, F.; Wu, F. A Wide-Range and High-Resolution Detection Circuit for MEMS Gas Sensor. IEEE Sens. J. 2019, 19, 3130–3137. [Google Scholar] [CrossRef]
  49. Wang, J.; Yang, J.; Chen, D.; Jin, L.; Li, Y.; Zhang, Y.; Xu, L.; Guo, Y.; Lin, F.; Wu, F. Gas Detection Microsystem with MEMS Gas Sensor and Integrated Circuit. IEEE Sens. J. 2018, 18, 6765–6773. [Google Scholar] [CrossRef]
Figure 1. Overall process of Self-Detection and Self-Calibration strategy.
Figure 1. Overall process of Self-Detection and Self-Calibration strategy.
Sensors 22 04315 g001
Figure 2. Flowchart of Self-Detection.
Figure 2. Flowchart of Self-Detection.
Sensors 22 04315 g002
Figure 3. Schematic diagram of data reconstruction.
Figure 3. Schematic diagram of data reconstruction.
Sensors 22 04315 g003
Figure 4. Dynamic response of gas sensor with baseline drift.
Figure 4. Dynamic response of gas sensor with baseline drift.
Sensors 22 04315 g004
Figure 5. Flowchart of Self-Calibration.
Figure 5. Flowchart of Self-Calibration.
Sensors 22 04315 g005
Figure 6. Block diagram of Self-Detection and Self-Calibration experimental platform.
Figure 6. Block diagram of Self-Detection and Self-Calibration experimental platform.
Sensors 22 04315 g006
Figure 7. Gas chamber with sensor arrays and control board.
Figure 7. Gas chamber with sensor arrays and control board.
Sensors 22 04315 g007
Figure 8. Collected Response Data of MEMS Sensor Array: (a) Steady-status sensor response at different acetone concentrations; (b) Complete Response of Sensor (GM-302B) under 0.5 ppm and 2.5 ppm.
Figure 8. Collected Response Data of MEMS Sensor Array: (a) Steady-status sensor response at different acetone concentrations; (b) Complete Response of Sensor (GM-302B) under 0.5 ppm and 2.5 ppm.
Sensors 22 04315 g008
Figure 9. Original data and filtered data: (a) Signal waveforms before and after Savitzky–Golay filtering; (b) Signal waveforms before and after Moving-Average filtering.
Figure 9. Original data and filtered data: (a) Signal waveforms before and after Savitzky–Golay filtering; (b) Signal waveforms before and after Moving-Average filtering.
Sensors 22 04315 g009
Figure 10. Detection results of transient faults with PCA model: (a) Transient Faults of Gas Sensor Array; (b) Detection Results of PCA-SPE and PCA-T2.
Figure 10. Detection results of transient faults with PCA model: (a) Transient Faults of Gas Sensor Array; (b) Detection Results of PCA-SPE and PCA-T2.
Sensors 22 04315 g010
Figure 11. Detection results of persistent fault with PCA model: (a) Persistent Fault of Gas Sensor Array; (b) Detection Results of PCA-SPE and PCA-T2.
Figure 11. Detection results of persistent fault with PCA model: (a) Persistent Fault of Gas Sensor Array; (b) Detection Results of PCA-SPE and PCA-T2.
Sensors 22 04315 g011
Figure 12. Data recovery of SPE-IR: (a) Transient fault; (b) Persistent fault.
Figure 12. Data recovery of SPE-IR: (a) Transient fault; (b) Persistent fault.
Sensors 22 04315 g012
Figure 13. Data recovery of ANN: (a) Transient fault; (b) Persistent fault.
Figure 13. Data recovery of ANN: (a) Transient fault; (b) Persistent fault.
Sensors 22 04315 g013
Figure 14. Data recovery of RVM: (a) Transient fault; (b) Persistent fault.
Figure 14. Data recovery of RVM: (a) Transient fault; (b) Persistent fault.
Sensors 22 04315 g014
Figure 15. Multi-faults isolation and recovery of CIFB: (a) Multiple transient faults; (b) Multiple persistent faults.
Figure 15. Multi-faults isolation and recovery of CIFB: (a) Multiple transient faults; (b) Multiple persistent faults.
Sensors 22 04315 g015
Figure 16. Multi-faults isolation and recovery of SPE-IR: (a) Multiple transient faults; (b) Multiple persistent faults.
Figure 16. Multi-faults isolation and recovery of SPE-IR: (a) Multiple transient faults; (b) Multiple persistent faults.
Sensors 22 04315 g016
Figure 17. Simple baseline processing: (a) Drift compensation for sensor unit 1; (b) Drift compensation for sensor unit 2.
Figure 17. Simple baseline processing: (a) Drift compensation for sensor unit 1; (b) Drift compensation for sensor unit 2.
Sensors 22 04315 g017
Figure 18. Dynamic drift compensation: (a) Drift compensation for sensor unit 1; (b) Drift compensation for sensor unit 2.
Figure 18. Dynamic drift compensation: (a) Drift compensation for sensor unit 1; (b) Drift compensation for sensor unit 2.
Sensors 22 04315 g018
Table 1. The fault types and corresponding fault manifestations.
Table 1. The fault types and corresponding fault manifestations.
Fault TypesManifestationsCauses
ImpulseSudden change in output signalUncontrollable gas, power interference, etc.
BiasOutput signal deviates from the real signalMaterial structure transition, supply voltage deviation, etc.
ConstantOutput signal is a constant valueGas-sensitive material pollution, shedding, etc.
Broken-CircuitNo output signalPower failure, electrode disconnection, etc.
DriftOutput signal changes slowlyMaterial aging, environmental impact, etc.
Table 2. Comparison of different novelty detection algorithms.
Table 2. Comparison of different novelty detection algorithms.
AlgorithmsNumber of Outliers510152050100
Z-ScoreDR (%)1001001001009696
FPR (%)000000
Isolation ForestDR (%)100100100100100100
FPR (%)25.114.68.02.51.10.5
Table 3. Comparison of different filters.
Table 3. Comparison of different filters.
FiltersSavitzky–GolayMoving-Average
SNR51.741.4
R0.9970.970
Table 4. DR and FPR of different fault types.
Table 4. DR and FPR of different fault types.
ModelsFault TypesImpulseBiasConstantBroken-Circuit
PCA-SPEDR (%)99.399.698.0100.0
FPR (%)0000
PCA-T2DR (%)12.033.333.3100.0
FPR (%)0000
Table 5. Influence of outliers on fault detection.
Table 5. Influence of outliers on fault detection.
Fault TypesImpulseBiasConstantBroken-Circuit
PCA-SPE (%)05050100
PCA-T2 (%)000100
Table 6. Influence of random noise on fault detection.
Table 6. Influence of random noise on fault detection.
DatasetsNormalNoisyS-G FilteredM-A Filtered
DR of Impulse Faults (%)99959933
Table 7. Isolation Accuracy of Different Fault Isolation Methods.
Table 7. Isolation Accuracy of Different Fault Isolation Methods.
Fault TypesImpulseBiasConstantBroken-Circuit A c c u ¯
SPE-IR99989910099
T2-IR634510010077
Contribution Plots (SPE)5869587565
Contribution Plots (T2)1625387538.5
Table 8. Data Recovery Error (MAE/MAPE) of Different Reconstruction Methods.
Table 8. Data Recovery Error (MAE/MAPE) of Different Reconstruction Methods.
FigureImpulseBiasConstantBroken-Circuit M A E ¯ / M A P E ¯
SPE-IR0.00176/0.06150.00229/0.07660.00481/0.18110.00255/0.10210.00285/0.1053
T2-IR0.00727/0.24830.01611/0.53670.00220/0.09390.00255/0.10210.00703/0.2452
General Reconstruction0.00624/0.22130.00971/0.33400.05600/1.92880.24873/8.31870.08017/2.7007
Table 9. Comparison of data recovery error (MAE/MAPE).
Table 9. Comparison of data recovery error (MAE/MAPE).
MethodsTransient Fault (10−5)Persistent Fault (10−3)
SPE-IR0.1763/6.26730.3839/20.6146
ANN2.3454/83.34083.8944/208.7939
RVM0.8262/29.35951.5227/81.5597
Table 10. Comparison of computation speed and model size.
Table 10. Comparison of computation speed and model size.
MethodsComputation Speed (ms)Model Size (Bytes)
SPE-IR0.2140
ANN134.6928.8 K
RVM16.5917.1 K
Table 11. Comparison of multi-faults computation time and model size.
Table 11. Comparison of multi-faults computation time and model size.
MethodsCIFBANNRVMSPE-IR
Computation Time (ms)0.65319.7532.350.68
Model Size (Bytes)1.79 K28.8 KB17.1 KB80 B
Table 12. Computation speed of Self-Detection and Self-Calibration on CC1350.
Table 12. Computation speed of Self-Detection and Self-Calibration on CC1350.
Testing SamplesTime PeriodsRunning Time
Ours (μs)ANN (ms)RVM (ms)
Normal7010146.0438.564.75
Single-Fault23,512489.83129.3615.93
Multi-Faults123,0592563.73677.1783.41
Average13,637284.1175.039.25
Table 13. Storage resource utilization of Self-Detection and Self-Calibration on CC1350.
Table 13. Storage resource utilization of Self-Detection and Self-Calibration on CC1350.
Storage ResourcesFLASHSRAM
OursANNRVMOursANNRVM
Occupied Resources (Bytes)10.22 K103.49 K62.64 K2322.39 K1.41 K
Total (Bytes)128 K128 K128 K28 K28 K28 K
Utilization Rate7.98%80.85%48.93%0.83%8.54%5.04%
Table 14. Power and energy consumption of Self-Detection and Self-Calibration on CC1350.
Table 14. Power and energy consumption of Self-Detection and Self-Calibration on CC1350.
ModeStandbyOperation
OursANNRVM
Current (mA)0.356 μA2.9953.1153.026
Power (mW)1.173 μW9.88410.2809.986
Energy (μJ)/2.808771.30892.371
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Liu, B.; Zhou, Y.; Fu, H.; Fu, P.; Feng, L. Lightweight Self-Detection and Self-Calibration Strategy for MEMS Gas Sensor Arrays. Sensors 2022, 22, 4315. https://doi.org/10.3390/s22124315

AMA Style

Liu B, Zhou Y, Fu H, Fu P, Feng L. Lightweight Self-Detection and Self-Calibration Strategy for MEMS Gas Sensor Arrays. Sensors. 2022; 22(12):4315. https://doi.org/10.3390/s22124315

Chicago/Turabian Style

Liu, Bing, Yanzhen Zhou, Hongshuo Fu, Ping Fu, and Lei Feng. 2022. "Lightweight Self-Detection and Self-Calibration Strategy for MEMS Gas Sensor Arrays" Sensors 22, no. 12: 4315. https://doi.org/10.3390/s22124315

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop