Next Article in Journal
Window-Based Constant Beamwidth Beamformer
Previous Article in Journal
In-Cell Determination of Lactate Dehydrogenase Activity in a Luminal Breast Cancer Model – ex vivo Investigation of Excised Xenograft Tumor Slices Using dDNP Hyperpolarized [1-13C]pyruvate
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Mixed Natural Gas Online Recognition Device Based on a Neural Network Algorithm Implemented by an FPGA

1
Department of Microelectronics, School of Electronics and Information Engineering, Xi’an Jiaotong University, Xi’an 710049, China
2
State Key Laboratory for Manufacturing Systems Engineering, Xi’an Jiaotong University, Xi’an 710049, China
*
Author to whom correspondence should be addressed.
Authors to whom correspondence should be addressed.
Sensors 2019, 19(9), 2090; https://doi.org/10.3390/s19092090
Submission received: 17 April 2019 / Revised: 27 April 2019 / Accepted: 2 May 2019 / Published: 5 May 2019
(This article belongs to the Section Chemical Sensors)

Abstract

:
It is a daunting challenge to measure the concentration of each component in natural gas, because different components in mixed gas have cross-sensitivity for a single sensor. We have developed a mixed gas identification device based on a neural network algorithm, which can be used for the online detection of natural gas. The neural network technology is used to eliminate the cross-sensitivity of mixed gases to each sensor, in order to accurately recognize the concentrations of methane, ethane and propane, respectively. The neural network algorithm is implemented by a Field-Programmable Gate Array (FPGA) in the device, which has the advantages of small size and fast response. FPGAs take advantage of parallel computing and greatly speed up the computational process of neural networks. Within the range of 0–100% of methane, the test error for methane and heavy alkanes such as ethane and propane is less than 0.5%, and the response speed is several seconds.

1. Introduction

It is predicted that natural gas will soon become the largest energy resource in the world, surpassing petroleum and coal [1,2,3]. In the process of mining natural gas, the crude gas contains about 15 components. Methane, ethane and propane and other alkane gases are the main components of natural gas [4]. To ensure the quality of crude gas, we need to analyze the concentration of each component in it. Gas chromatography is the most commonly used method to determine total gas composition and each gas concentration range in natural gas [5,6,7,8]. The column chromatographic separation technique is based on the gas flow phase. The main basis for separation is that in the gas sample, different components have different adsorption degrees or solubility in the chromatographic column.
However, the overlapping of chromatography makes it difficult to distinguish some gases and components. In addition, it is difficult to use in an automatic online detection system, because of its non-electrical output signal. Most importantly, if the chromatography method is used, it takes several hours to perform measurements, which cannot satisfy requirements. The online system composed of gas sensors with electrical parameters is a promising development of great current interest [9,10,11,12].
Currently, many methods are used to measure the concentration of mixed gases, or to classify different gases based on the neural network (NN) technique. NN is a kind of computation technique which is widely used for image classification [13], image recognition [14], speech recognition [15] and multi-parameter recognition. Areej Shahid et al. used traditional semiconductor sensors array and NN to distinguish between methane and carbon monoxide so as to measure the concentration of both gases [16]. Pai Peng, Xiaojin Zhao et al. proposed a new deep convolutional NN to classify different gases [17]. Bartosz Szulczyński et al. used six TGS-type sensors and one PID-type sensor to recognize single odors in three-component mixtures [18]. An artificial neural network (ANN) can be obtained by training an initial NN with a characteristic mixture gas sample database. An ANN sensors array can clearly distinguish the components and the concentration values of the components in the mixture. Shoffi Izza Sabilla et al. used an MQ-type ANN sensors array to detect the existence of gas in the air [19]. Sharvari Deshmukh et al. designed an ANN sensors array to measure obnoxious odors emitted from the pulp and paper industries [20]. A. Szczurek et al. used an ANN sensors array of six TGS-type sensors to identify organic gases [21]. Guillaume Hudon et al. used an ANN sensors array to measure odor intensity [22].
There are also some ANN applications implemented by a Field-Programmable Gate Array (FPGA). De Souza et al. implemented an RBF neural network by an FPGA, which could be used in practical situations of greater complexity [23]. Gaikwad et al. implemented an MLP classifier to detect human activities [24]. Zeyad Aklah et al. presented a multilayer perceptron Co-processor (MLPCP) targeting FPGAs that is configurable during design time and programmable during run time [25]. Fayçal Benrekia et al. developed a primitive gas recognition system for discriminating between industrial gas species using multilayer perceptron implemented by an FPGA [26]. However, it is currently often reported that mixed gases must be separated into individual gases before they are input into an ANN sensors array, since the ANN sensor mentioned above can only recognize its type and concentration in a single gas. In fact, ANN is a multi-input and multi-output non-linear recognizing system. When ANN is trained by a large data sample, it can recognize the type of gases and their concentrations simultaneously in mixed gases. However, research work in this area is still relatively rare.
On the other hand, in order to apply NN technology in practical multi-parameter recognition, the recognition system must support the calculation of NN from both computation scale and computation speed. Only when the computation speed is fast enough can the real-time identification requirements be met. However, the computation scale and speed of existing NNs are far from the level of real-time testing. Therefore, it is imperative to develop the hardware implementation of the NN computer. An FPGA contains an array of programmable logic blocks, and can be reprogrammed to implement different logic functions, allowing flexible reconfigurable NN computing as performed in computer software.
It is desirable to use a trained ANN sensors array to accurately recognize the concentration of each single gas in mixed gases rather than separating mixed gases into individual gases by the chromatographic column and related methods. In this paper, we propose a mixed gas identification device based on a back-propagation (BP) algorithm, which can be used for the online detection of natural gas. Infrared gas sensors are used to build a gas sensors array due to their advantages of rapid response, large measurement range, and long life. A multi-layer perceptron neural network (MLP NN) combines the sensor arrays, which are conducted to recognize each gas concentration and to eliminate the cross-sensitivity of multi-component gases. The NN algorithm is implemented by an FPGA in the device, which has the advantages of small size, high precision and fast response. We are especially concerned about fast response, the most important advantage of our system. The response time can reach about 30 seconds, which is much faster than the chromatography method.

2. Methodology

2.1. Sample Database Experiment

Our measurement system consists of three parts: gas pipeline system, sensors array system and processing circuit system, as shown in Figure 1. The pipeline system is composed of multi-channel high purity gas and its flow rate controller. The flow rate controller is produced by Beijing Sevenstar Electronics Corporation. The sensors array consists of three infrared gas sensors which are used to measure the concentrations of methane, ethane and propane, respectively, in the gas tank. The processing circuit consists of an FPGA chip, a liquid crystal display (LCD) and other circuit elements. The details of the sensors are shown in Table 1. The FPGA chip is used for receiving the data from the sensors and processing it using NN. The LCD is used to display the data processed by the FPGA.

2.2. Multilayer Layer Perceptron Neural Network (NN)

A multilayer layer perceptron NN (MLP NN) can learn and store a large number of input–output mode mapping relations without revealing the mathematical equations describing the mapping relations beforehand. Through experimental testing, a large-scale dataset of three-input and three-output experimental samples can be constructed. Then the data sample library is used to train the NN to achieve the recognition accuracy required by the design. Our NN consists of one input layer, two hidden layers and one output layer. The input layer has 3 neurons; the first hidden layer has 10 neurons; the second hidden layer has 20 neurons; the output layer has 3 neurons. We use a back-propagation algorithm to train the MLP NN. MLP NN training consists of two processes: forward propagation of data flow and backward propagation of error signals. The direction of positive propagation is input layer, hidden layer and output layer, which is shown in Figure 2. The flow chart of the MLP NN training algorithm is shown in Figure 3, which describes the steps in the process of training the NN. The concrete steps of the process are described as follows:
The steps in the process of training the NN can be described with the flow chart in Figure 3.
  • Randomly initialize all parameters with small numbers, including weights and biases in each layer;
  • Calculate the value of error function, and compare it with the value at the output layer;
  • If the error function value does not satisfy the value at the output layer, adjust the parameters using the gradient descent method, then go back to step (2);
  • Otherwise, output all parameters and NN training is complete.
In order to train the MLP NN with strong generalization, a large database of representative samples needs to be prepared. Here, three kinds of gas with known concentrations were injected into the gas tank in turn, and the values of the three sensors were measured, so as to obtain a large range of samples for the learning and training database.
The input layer in this work has 3 units. The hidden layer has bi-layers as the first hidden layer with 10 units, and the second hidden layer with 20 units. The output layer has 3 units.

2.3. Circuit Implementation

The framework of the circuit system is shown in Figure 4. The front-end multi-channel gas sensors (Multi-Sensors) detect the concentration of each gas and generate corresponding electrical signals for the analog front-end pre-processing.
The sensor signal pre-processing module is used to process the signal from sensors and send to the on-chip analog-to-digital converter to acquire the digital signal for subsequent processing (A/D ON FPGA). Multiple power management circuits conduct management and provide multiple power interfaces for the operating voltages required by the different modules. The intelligent control module is used to control the operation of each module of the detection device, and performs real-time control according to different working conditions. The algorithm module, the processing chip, uses the corresponding algorithm to extract the characteristic response of the front-end acquisition signal, and outputs the desired useful signal; the liquid crystal display module processes and displays useful information that needs to be output; the RS485 interface module converts data into available communication signals for data transmission for remote data upload and maintenance.
The Intelligent Learning Algorithm is the key module of the MLP NN algorithm implemented by hardware. Before the algorithm is conducted, the input signal of the sensor is converted to hexadecimal from a 32-bit floating-point. FPGAs contain an array of programmable logic blocks, and can be reprogrammed for different logic functions, allowing flexible reconfigurable NN computing as performed in computer software. The data obtained by the sensor is input from the input layer, then the parameters are extracted from the ROM to the conductor multiply add operation, and then input into the activation function. The subsequent processing of the hidden layer and the output layer is similar to that of the input layer. Figure 5 shows the flow chart of the algorithm, which mainly includes the implementation of the three-level matrix multiplication and activation function. Processing of the hidden layer and the output layer is similar to that of the input layer. The weight matrix parameters are stored in ROM. The analytic equations of the ReLU and Sigmoid functions are shown in Equations (1) and (2), respectively. The ReLU function could provide a fast training speed. The Sigmoid function has the advantage of high precision, but it has expansive computational costs. So, we combine the two functions to obtain best results.
ReLU ( x ) = max ( 0 , x )
Sigmoid ( x ) = 1 1 + e x
The expression “max (0, x)” means the maximum value of 0 and x.

3. Results and Discussion

Because of the cross-sensitivity of the three kinds of gases to the sensors array, it is hardly possible to read the accurate concentration of each gas from linear system. The symbols used in the database are explained in Table 2, where C in is the input concentrations of the three gases, C sout is the sensors’ output of gases’ concentrations, and C nout is the MLP NN value at the output layer, which is the concentrations of the three gases after eliminating cross-sensitivity. S1, S2 and S3 are the sensors’ output of methane, ethane and propane, respectively. The error represents the average error between sensors’ output and MLP NN output. Figure 6 shows the cross-sensitivity of the three sensors to the three kinds of gases before using MLP NN. The X-axis represents the accurate concentrations of the three gases methane, ethane, and propane, respectively. The Y-axis represents the measured concentration from three sensors. Figure 6a–c shows the response of each sensor to its corresponding gas in three mixed gases, as S1 vs. methane, S2 vs. ethane, and S3 vs. propane, respectively. We can see from the figure that the sensors have deep cross-sensitivity to the other two gases. Therefore, it is difficult to recognize the concentration of each gas in this case.
Furthermore, the cross-sensitivities of ethane and propane to methane are shown in Figure 7a,b, respectively. Based on the facts we discussed above, it is concluded that the concentration of each gas in mixed gases cannot be read using the linear system. So, we use the MLP NN system to eliminate the cross-sensitivity.
In the MLP NN recognition algorithm, we use the linear regression model to evaluate the recognition accuracy of each gas. The difference between the output value of the recognition system and the input value set by the sample database is expressed by the coefficient of determination R2 (the expected value of R2 is 1). Figure 8 is a linear regression curve, which describes the recognition accuracy of methane, ethane and propane concentration, respectively. The horizontal axis is the real concentration of the sample database, and the vertical axis is the output concentration y of the recognition system. The coefficients of the determination of methane, ethane and propane were 0.9993, 0.9393 and 0.6579, respectively. The recognition accuracy of methane is higher than that of ethane and propane.
The mixed gas recognition results based on the MLP NN algorithm implemented by the FPGA are shown in Table 3, while each symbol used is explained in Table 2. The picture of the hardware circuit system is shown in Figure 4b, which corresponds to the diagram of circuit modules in Figure 4a. The synthesis results of the Electronic Design Automation (EDA) software can be listed as follows. The number of LE (logic elements) that were consumed by the NN algorithm module is 9894, the system clock is 50 MHZ, and the power consumption measured by the EDA power estimation function is 0.08 w. C in in the first column represents the concentration of the mixed gas. Methane, ethane and propane constitute a mixture of three components. The total content of mixed gas is 100%. The concentration range of methane is 0~100%, and the concentration range of ethane and propane is 0~15%. Such a data sample library is built from the data of natural gas sources. C sout in the second column represents the output values of the three sensors. It can be seen that in the mixture of gases, each sensor will be cross-sensitive to other gases, and cannot accurately respond with their corresponding gas concentration. The maximum error of S1 of methane is 12.3%, while that of S2 of ethane and S3 of propane is 72.3% and 84% respectively. C corr in the third column represents the output value of the mixed gas recognition device based on the MLP NN algorithm implemented by the FPGA.
We compare our work with similar works in Table 4, namely chromatography, single gas sensor and other ANN sensors. The advantage of this work is that we can recognize both the type and the concentration of each gas in mixed gases rather than separating mixed gases into individual gases by the chromatographic column and related methods.
In comparison, the output accuracy of methane, ethane and propane has been significantly improved, especially for propane whose R2 is 0.6579. The maximum recognition error of the three gases is reduced to 0.64%, 1.02% and 1.34%, respectively. The average recognition error of the three gases is reduced to 0.27%, 0.32% and 0.42%, respectively. The average error is less than 0.5% and meets users’ requirements. The computer provides the 64-bit double precision floating-point number and the effective digit is 15-bit. An FPGA can compute arbitrary precision operations, as long as one moves the decimal point. Since the FPGA uses integer digital computing, hardware recognition is at least four orders of magnitude faster than software training.

4. Conclusions

A mixed natural gas online testing device is developed to recognize the three main gases in natural gas by using an MLP NN and a BP algorithm implemented by an FPGA. MLP NN technology is adopted to reduce cross-sensitivity between mixture gases. MLP NN implementation reduces the maximum recognition error of the three gases to 0.64%, 1.02% and 1.34%, respectively. MLP NN FPGA implementation reduces the average recognition error of the three gases to 0.27%, 0.32% and 0.42%, respectively. FPGAs take advantage of parallel computing and greatly speed up the computational process of NNs. Within the range of 0–100%, the test errors for methane, ethane and propane are no more than 0.5%, and response speed is within several seconds.

Author Contributions

T.J. compiled the algorithm program, trained the NN, and wrote the manuscript. Z.Z. and S.L. collected and analyzed the data. T.G. and C.W. designed the processing circuit. X.W. and D.Z. designed the whole structure of this system. W.L. and H.L. designed the sample database experiment platform. X.L. provided funds and guidance on research ideas, analyzed the data and revised the manuscript.

Funding

This work was financially supported by grants from Science and Technology Planning Project of Guangdong Province, China (2017A010103004), the National Natural Science Foundation of China (No. 91123018, 51625504, 61671368), Shaanxi Natural Science Foundation (2014JM7277), Science and Technology Planning Project of Zhejiang Province, China (2017C31087). Some XPS work was done at International Center for Dielectric Research (ICDR), Xi’an Jiaotong University, Xi’an, China; Authors also thank Ms. Dai and Mr. Yang for their help in using XPS.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Baker, R.W.; Lokhandwala, K. Natural Gas Processing With Membranes: An Overview. Ind. Eng. Chem. Res. 2008, 47, 2109–2121. [Google Scholar] [CrossRef]
  2. Makogon, Y.F.; Holditch, S.A.; Makogon, T.Y. Natural gas-hydrates—A potential energy source for the 21st Century. J. Pet. Sci. Eng. 2007, 56, 14–31. [Google Scholar] [CrossRef]
  3. Li, J.; Zhang, M.; Zhang, G.; Yang, T.; Wang, S.; Dong, D.; Wu, X.; Qu, H.; Chen, X. Potential and prospects of conventional and unconventional natural gas resource in China. Acta Pet. Sin. 2012, 33, 89–98. [Google Scholar]
  4. Yan, S. Main Factors Affecting the Changes in Compositions of Natural Gas. Pet. Explor. Dev. 1991, 2, 42–49. [Google Scholar]
  5. Liu, H.-P. Composition Analysis of Natural Gas by Multi-Dimensional Gas Chromatography. Xinjiang Oil Gas 2014, 10, 36–39. [Google Scholar]
  6. Gas Processors Association. Analysis for Natural Gas and Similar Gaseous Mixtures by Gas Chromatography. Gas Processors Association, 2013. Available online: https://law.resource.org/pub/us/cfr/ibr/004/gpa.2261-00.2000.pdf (accessed on 4 May 2019).
  7. Brown, A.S.; Milton, M.J.; Cowper, C.J.; Squire, G.D.; Bremser, W.; Branch, R.W. Analysis of natural gas by gas chromatography reduction of correlated uncertainties by normalisation. J. Chromatogr. A 2004, 1040, 215–225. [Google Scholar] [CrossRef] [PubMed]
  8. Stufkens, J.S.; Bogaard, H.J. Rapid method for the determination of the composition of natural gas by gas chromatography. Anal. Chem. 1975, 47, 383–386. [Google Scholar] [CrossRef]
  9. Goodman, K.J.; Brenna, J.T. Curve Fitting for Restoration of Accuracy for Overlapping Peaks in Gas Chromatography/Combustion Isotope Ratio Mass Spectrometry. Anal. Chem. 1994, 66, 1294–1301. [Google Scholar] [CrossRef] [PubMed]
  10. Airiau, C.Y.; Brereton, R.G.; Dunkerley, S. Quantitative resolution of overlapping tailing peaks obtained by diode-array detector high performance liquid chromatography in the absence of pure standards using simple chemical knowledge. Analyst 2000, 125, 833–842. [Google Scholar] [CrossRef]
  11. Lin, B.; Lu, P. Correction method for quantitative area determination of overlapping chromatographic peaks based on the exponentially modified Gaussian (EMG) model. J. Sep. Sci. 2015, 10, 449–454. [Google Scholar]
  12. Dondi, F.; Bassi, A.; Cavazzini, A.; Pietrogrande, M.C. A Quantitative Theory of the Statistical Degree of Peak Overlapping in Chromatography. Anal. Chem. 1998, 70, 766–773. [Google Scholar] [CrossRef]
  13. Krizhevsky, A.; Sutskever, I.; Hinton, G.E. ImageNet Classification with Deep Convolutional Neural Networks. Adv. Neural Inf. Process. Syst. 2012, 25, 1097–1105. [Google Scholar] [CrossRef]
  14. Cai, Q.; Pan, Y.; Yao, T.; Yan, C.; Mei, T. Memory matching networks for one-shot image recognition. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Salt Lake City, UT, USA; 18–22 June 2018. [Google Scholar]
  15. Hinton, G.; Deng, L.; Yu, D.; Dahl, G.; Mohamed, A.R.; Jaitly, N.; Senior, A.; Vanhoucke, V.; Nguyen, P.; Kingsbury, B.; et al. Deep Neural Networks for Acoustic Modeling in Speech Recognition: The Shared Views of Four Research Groups. IEEE Signal Process. Mag. 2012, 29, 82–97. [Google Scholar] [CrossRef]
  16. Shahid, A.; Choi, J.-H.; Rana, A.H.S.; Kim, H.-S. Least Squares Neural Network-Based Wireless E-Nose System Using an SnO2 Sensor Array. Sensors 2018, 18, 1446. [Google Scholar] [CrossRef] [PubMed]
  17. Peng, P.; Zhao, X.; Pan, X.; Ye, W. Gas Classification Using Deep Convolutional Neural Networks. Sensors 2018, 18, 157. [Google Scholar] [CrossRef] [PubMed]
  18. Szulczyński, B.; Armiński, K.; Namieśnik, J.; Gębicki, J. Determination of Odour Interactions in Gaseous Mixtures Using Electronic Nose Methods with Artificial Neural Networks. Sensors 2018, 18, 519. [Google Scholar] [CrossRef]
  19. Sabilla, S.I.; Sarno, R.; Siswantoro, J. Estimating Gas Concentration using Artificial Neural Network for Electronic Nose. Procedia Comput. Sci. 2017, 124, 181–188. [Google Scholar] [CrossRef]
  20. Deshmukh, S.; Kamde, K.; Jana, A.; Korde, S.; Bandyopadhyay, R.; Sankar, R.; Bhattacharyya, N.; Pandey, R.A. Calibration transfer between electronic nose systems for rapid In situ measurement of pulp and paper industry emissions. Anal. Chim. Acta 2014, 841, 58–67. [Google Scholar] [CrossRef]
  21. Szulczyński, B.; Namieśnik, J.; Gębicki, J. Determination of Odour Interactions of Three-Component Gas Mixtures Using an Electronic Nose. Sensors 2017, 17, 2380. [Google Scholar] [CrossRef]
  22. Hudon, G.; Guy, C.; Hermia, J. Measurement of Odor Intensity by an Electronic Nose. J. Air Waste Manag. Assoc. 1995, 50, 1750–1758. [Google Scholar] [CrossRef]
  23. De Souza, A.C.D.; Fernandes, M.A.C. Parallel Fixed Point Implementation of a Radial Basis Function Network in an FPGA. Sensors 2014, 14, 18223–18243. [Google Scholar] [CrossRef]
  24. Gaikwad, N.B.; Tiwari, V.; Keskar, A.; Shivaprakash, N.C. Efficient FPGA Implementation of Multilayer Perceptron for Real-time Human Activity Classification. IEEE Access 2019, 7, 26696–26706. [Google Scholar] [CrossRef]
  25. Aklah, Z.; Andrews, D. A Flexible Multilayer Perceptron Co-processor for FPGAs. In Proceedings of the International Symposium on Applied Reconfigurable Computing, Bochum, Germany, 13–17 April 2015. [Google Scholar]
  26. Benrekia, F.; Attari, M.; Bouhedda, M. Gas Sensors Characterization and Multilayer Perceptron (MLP) Hardware Implementation for Gas Identification Using a Field Programmable Gate Array (FPGA). Sensors 2013, 13, 2967–2985. [Google Scholar] [CrossRef]
Figure 1. Schematic diagram of the structure of the mixed natural gas online testing system (the inserted pictures are the photos of the corresponding parts).
Figure 1. Schematic diagram of the structure of the mixed natural gas online testing system (the inserted pictures are the photos of the corresponding parts).
Sensors 19 02090 g001
Figure 2. Two types of mixed gases recognition systems: (a) is a linear system, in which the outputs of the concentrations of the three gases are influenced by cross-sensitivity; (b) is a neural network (NN) recognition system, in which the outputs are close to the exact concentrations.
Figure 2. Two types of mixed gases recognition systems: (a) is a linear system, in which the outputs of the concentrations of the three gases are influenced by cross-sensitivity; (b) is a neural network (NN) recognition system, in which the outputs are close to the exact concentrations.
Sensors 19 02090 g002
Figure 3. Flow chart of the NN training process using the gradient descent method.
Figure 3. Flow chart of the NN training process using the gradient descent method.
Sensors 19 02090 g003
Figure 4. (a) Diagram of the circuit system framework of the mixed natural gas online testing system, in which the FPGA is the core of the intelligent algorithm and control module; (b) Processing circuit, in which the FPGA plays an important role. The FPGA is used to implement the NN algorithm and system control.
Figure 4. (a) Diagram of the circuit system framework of the mixed natural gas online testing system, in which the FPGA is the core of the intelligent algorithm and control module; (b) Processing circuit, in which the FPGA plays an important role. The FPGA is used to implement the NN algorithm and system control.
Sensors 19 02090 g004
Figure 5. Flow chart of FPGA-based MLP NN implementation.
Figure 5. Flow chart of FPGA-based MLP NN implementation.
Sensors 19 02090 g005
Figure 6. The output of the three gases obtained by the linear system. (a)–(c) shows the concentrations of methane, ethane and propane obtained in the linear system, respectively.
Figure 6. The output of the three gases obtained by the linear system. (a)–(c) shows the concentrations of methane, ethane and propane obtained in the linear system, respectively.
Sensors 19 02090 g006
Figure 7. The cross-sensitivity of (a) ethane and (b) propane to methane.
Figure 7. The cross-sensitivity of (a) ethane and (b) propane to methane.
Sensors 19 02090 g007
Figure 8. Results of the MLP NN algorithm for the recognition of (a) methane, (b) ethane and (c) propane, respectively.
Figure 8. Results of the MLP NN algorithm for the recognition of (a) methane, (b) ethane and (c) propane, respectively.
Sensors 19 02090 g008
Table 1. Detailed information about our sensors.
Table 1. Detailed information about our sensors.
ParameterValue
CompanyDynament
Resolution0.1%
Detection limit0–200%
Selectivityhas cross-sensitivity to alkane
Response time30 s
Table 2. Symbol illustrations.
Table 2. Symbol illustrations.
ParameterIllustration
C in input concentration of each gas
C sout gas sensor output
S 1 CH 4 sensor output
S 2 C 2 H 6   sensor output
S 3 C 3 H 8 sensor output
C nout NN output of gas concentration
C corr final output of gas concentration
Table 3. Comparison of sensor output and recognition system output.
Table 3. Comparison of sensor output and recognition system output.
C i n / % C s o u t / % Error   of   C s o u t / % C c o r r / % Error   of   C c o r r / %
CH 4 C 2 H 6 C 3 H 8 S 1 S 2 S 3 S 1 S 2 S 3 CH 4 C 2 H 6 C 3 H 8 CH 4 C 2 H 6 C 3 H 8
05.53011.29.305.76.30.115.473.350.110.030.35
9.85.538.819.016.91.013.513.99.665.342.980.140.160.02
204.96.427.831.429.27.826.522.820.15.925.060.11.021.34
308.3540.829.827.810.821.522.829.48.684.830.60.380.17
40.13.2551.332.830.711.229.625.740.23.484.980.10.280.02
50.311.5562.683.884.412.372.379.450.711.84.270.40.30.43
59.913.4170.984.3851170.98460.213.10.570.30.30.43
7053.27851.952.3846.949.169.84.763.20.20.240
805.1584.968.169.24.96364.279.95.534.020.10.430.98
903.24.890.965.566.10.962.361.390.33.274.40.30.070.4
10000100.821.120.20.821.120.299.50.280.210.50.280.21
Table 4. Comparison of our work with other related works.
Table 4. Comparison of our work with other related works.
ItemChromatographySingle Gas SensorANN SensorsOur Work
Output formspectral lineselectrical signalelectrical signalelectrical signal
Accuracyhighlowhighhigh
Onlinenoyesyesyes
Can be used for mixed gasyesnonoyes
Can identify componentsyesnonoyes
Response timevery slowfastfastfast
Online communicationnoyesyesyes

Share and Cite

MDPI and ACS Style

Jia, T.; Guo, T.; Wang, X.; Zhao, D.; Wang, C.; Zhang, Z.; Lei, S.; Liu, W.; Liu, H.; Li, X. Mixed Natural Gas Online Recognition Device Based on a Neural Network Algorithm Implemented by an FPGA. Sensors 2019, 19, 2090. https://doi.org/10.3390/s19092090

AMA Style

Jia T, Guo T, Wang X, Zhao D, Wang C, Zhang Z, Lei S, Liu W, Liu H, Li X. Mixed Natural Gas Online Recognition Device Based on a Neural Network Algorithm Implemented by an FPGA. Sensors. 2019; 19(9):2090. https://doi.org/10.3390/s19092090

Chicago/Turabian Style

Jia, Tanghao, Tianle Guo, Xuming Wang, Dan Zhao, Chang Wang, Zhicheng Zhang, Shaochong Lei, Weihua Liu, Hongzhong Liu, and Xin Li. 2019. "Mixed Natural Gas Online Recognition Device Based on a Neural Network Algorithm Implemented by an FPGA" Sensors 19, no. 9: 2090. https://doi.org/10.3390/s19092090

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