Next Article in Journal
Adaptive Virtual Impedance Droop Control of Parallel Inverters for Islanded Microgrids
Previous Article in Journal
Office Posture Detection Using Ceiling-Mounted Ultra-Wideband Radar and Attention-Based Modality Fusion
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Sub-ppb Methane Detection via EMD–Wavelet Adaptive Thresholding in Wavelength Modulation TDLAS: A Hybrid Denoising Approach for Trace Gas Sensing

1
School of Artificial Intelligence, Anhui University of Science and Technology, Huainan 232001, China
2
State Key Laboratory of Digital Intelligent Technology for Unmanned Coal Mining, Anhui University of Science & Technology, Huainan 232001, China
3
Beijing Research Institute of Telemetry, Beijing 100076, China
*
Authors to whom correspondence should be addressed.
Sensors 2025, 25(16), 5167; https://doi.org/10.3390/s25165167
Submission received: 30 July 2025 / Revised: 11 August 2025 / Accepted: 19 August 2025 / Published: 20 August 2025
(This article belongs to the Section Electronic Sensors)

Abstract

Wavelength modulation-tunable diode laser absorption spectroscopy (WM-TDLAS) is a critical tool for gas detection. However, noise in second harmonic signals degrades detection performance. This study presents a hybrid denoising algorithm combining Empirical Mode Decomposition (EMD) and wavelet adaptive thresholding to enhance WM-TDLAS performance. The algorithm decomposes raw signals into intrinsic mode functions (IMFs) via EMD, selectively denoises high-frequency IMFs using wavelet thresholding, and reconstructs the signal while preserving spectral features. Simulation and experimental validation using the CH4 absorption spectrum at 1654 nm demonstrate that the system achieves a threefold improvement in detection precision (0.1181 ppm). Allan variance analysis revealed that the detection capability of the system was significantly enhanced, with the minimum detection limit (MDL) drastically reduced from 2.31 ppb to 0.53 ppb at 230 s integration time. This approach enhances WM-TDLAS performance without hardware modification, offering significant potential for environmental monitoring and industrial safety applications.

1. Introduction

Trace gases detection is of crucial importance in fields such as atmospheric science, chemistry, and biology. Detection methods for trace gases include spectroscopic techniques such as direct absorption spectroscopy (DAS), photoacoustic spectroscopy (PAS), Raman spectroscopy, wavelength-modulated tunable diode laser absorption spectroscopy (WM-TDLAS), micro fiber photoacoustic spectrometer (FPAS), light-induced thermoelastic spectroscopy (LITES), and surface-enhanced Raman spectroscopy (SERS) [1,2,3,4]. Among these, Wavelength Modulation-Tunable Diode Laser Absorption Spectroscopy (WM-TDLAS) has emerged as a cornerstone technology for trace gas detection, renowned for its high sensitivity and selectivity in applications ranging from environmental monitoring to industrial safety [5,6,7,8,9]. By leveraging the wavelength-dependent absorption of gas molecules, this technique extracts concentration information through the second harmonic signal (2f), which is particularly robust against laser intensity fluctuations [10]. However, practical implementations are often hindered by non-linear and non-stationary noise sources, including electronic noise, environmental perturbations, and laser frequency instability [11,12,13]. Such noise degrades the signal-to-noise ratio (SNR), compromising the accuracy of gas concentration measurements and limiting the detection sensitivity to sub-ppb levels [14]. For instance, methane leaks in natural gas pipelines or coal mines require detection limits below 1 ppb to ensure safety and environmental compliance, yet existing methods struggle to achieve this threshold consistently [15].
Traditional denoising approaches, such as Fourier transform-based filtering and conventional wavelet thresholding, struggle to effectively suppress noise in WM-TDLAS signals due to their inherent assumptions of linearity and stationarity [16,17]. While Empirical Mode Decomposition (EMD) has shown promise in adaptively decomposing non-linear signals into intrinsic mode functions (IMFs), it often introduces mode mixing and may discard valuable high-frequency features [18,19,20]. Conversely, wavelet transform provides multi-resolution analysis but relies on fixed basis functions and heuristic threshold selection, which may not optimally adapt to the complex noise characteristics of WM-TDLAS [21]. These limitations highlight the need for a hybrid approach that combines the strengths of EMD and wavelet transform while mitigating their individual drawbacks.
To address these challenges, this study introduces a hybrid denoising framework that combines the adaptive decomposition capabilities of EMD with the multi-scale precision of wavelet transform. The proposed EMD–Wavelet Adaptive Thresholding approach dynamically identifies and preserves spectral features embedded in high-frequency IMFs while suppressing noise through data-driven thresholding. By integrating these complementary techniques, the method achieves superior noise reduction compared to traditional approaches, as validated through simulations and experimental measurements of CH4 absorption at 1654 nm. Specifically, the algorithm reduces the minimum detection limit from 2.31 ppb to 0.53 ppb at an integration time of 230 s, representing a 77% improvement [22]. This work not only advances signal processing for spectroscopic applications but also enables WM-TDLAS systems to achieve sub-ppb detection limits, opening new possibilities for real-time monitoring of methane leaks in critical infrastructure and atmospheric environments. The results contribute to the development of next-generation gas sensors that meet the stringent requirements of safety-critical and environmentally sensitive scenarios.

2. Principles and Approaches

2.1. Empirical Mode Decomposition (EMD)

Empirical Mode Decomposition (EMD) is a data-driven signal processing technique that adaptively decomposes non-linear and non-stationary signals into a set of intrinsic mode functions (IMFs) and a residual term [22,23]. Each IMF represents a local oscillatory mode with well-defined amplitude and frequency, while the residual captures the signal’s long-term trend. The decomposition process, rooted in the Hilbert–Huang Transform (HHT), involves iteratively extracting IMFs by identifying local extrema, constructing upper and lower envelopes via cubic spline interpolation, and subtracting their mean from the original signal. This ensures each IMF satisfies two conditions: (1) the number of extrema and zero-crossings must either be equal or differ by at most one; and (2) the mean of the upper and lower envelopes must be zero. These criteria guarantee orthogonality between IMFs and preserve the signal’s physical interpretability.
For WM-TDLAS signals, EMD is particularly advantageous due to its ability to adaptively isolate noise-dominated high-frequency components from the underlying harmonic signal. Specifically, the algorithm decomposes the raw 2f signal into IMFs ordered by decreasing frequency. High-frequency IMFs (e.g., IMF1–IMF3) are typically associated with noise, while lower-frequency IMFs retain spectral features. However, traditional EMD-based denoising often discards high-frequency IMFs entirely, potentially removing valuable transient signal components. To address this, our framework introduces a cross-correlation analysis to quantify the contribution of each IMF to the original signal, enabling selective processing of noise-contaminated IMFs.

2.2. Wavelet Adaptive Thresholding

Wavelet threshold denoising can be categorized into three primary steps: decomposition, thresholding, and reconstruction [24]. As illustrated in Figure 1, the process begins with the decomposition of the signal into wavelet coefficients at multiple resolution levels. This is followed by the application of a thresholding function to suppress noise-dominated coefficients while preserving significant signal components. Finally, the denoised signal is reconstructed by performing an inverse wavelet transform on the thresholded coefficients. A detailed schematic of the wavelet threshold denoising process is provided in Figure 1.
Thresholding involves deciding whether a coefficient should be set to zero based on a predetermined threshold value. Thresholding techniques are generally divided into hard and soft thresholding. Hard thresholding preserves coefficients above the threshold and sets the others to zero, while soft thresholding shrinks coefficients above the threshold toward zero, resulting in a smoother denoising effect. Threshold estimation methods include heuristic, fixed, unbiased likelihood, and min–max threshold estimation [25]. Among these, min–max and unbiased likelihood thresholding are well-established traditional methods, particularly effective for signals exhibiting high signal-to-noise ratios (SNR). To enhance performance across a wider range of SNR conditions, this paper employs an adaptive thresholding method based on unbiased likelihood threshold estimation. Specifically, we preprocess each element s to generate a new sequence f(k), defined as
f k = [ s o r t ( | s | ) ] 2
In the question, k = 1, 2, 3, …, N, s o r t s represent the ascending order.
Assume that f(k) is the threshold; then, the threshold risk vector is
R ( k ) = N 2 k + i = 1 k f j + N k f N k / N
where R(k) takes the minimum value, and the corresponding value of k min is the threshold.
λ k = f k min

2.3. EMD–Wavelet Adaptive Thresholding Denoising Framework

To efficiently remove noise from second harmonic signals, we propose a denoising method that integrates Empirical Mode Decomposition (EMD) and wavelet adaptive thresholding, as illustrated in Figure 2. The process begins with the decomposition of the noisy signal using EMD, which generates a set of intrinsic mode functions (IMFs) arranged in descending order of frequency. This decomposition separates the noisy signal into multiple IMF components, each corresponding to distinct frequency bands. Subsequently, the cross-correlation coefficients between each IMF and the original signal are computed. IMFs with cross-correlation coefficients below a predefined threshold are identified for further processing. While these IMFs predominantly contain noise, they may also retain valuable signal features, making their complete dismissal undesirable.
To extract the useful information embedded within these IMFs, a wavelet adaptive thresholding technique is employed. This involves calculating the wavelet coefficients of the selected IMFs and applying an adaptive threshold to distinguish between noise and signal components. The thresholding process is designed to preserve critical signal features while effectively suppressing noise. Following this, wavelet reconstruction is performed to eliminate the noise, yielding a denoised signal sequence. Finally, the denoised IMFs are combined with the remaining retained IMFs to reconstruct the final denoised signal, ensuring a high-fidelity representation of the original signal with significantly reduced noise.

3. Simulation Analysis

3.1. Simulation Model

To evaluate the denoising performance of the combined Empirical Mode Decomposition (EMD) and wavelet adaptive thresholding method, a comprehensive simulation analysis was conducted. The second harmonic signal of CH4 at 6046.96 cm−1 was simulated under conditions consistent with the experimental setup described in this study, an atmospheric pressure of 1 atm, a temperature of 295 K, an absorption path length of 29.37 m, and a central wavelength of 1654 nm. The simulation generated 2000 data points, with white noise added to replicate the noise typically encountered during the harmonic signal measurement process. The ideal second harmonic signal, obtained through fitting, is illustrated in Figure 3a, while the corresponding noisy second harmonic signal is shown in Figure 3b.
To quantitatively assess the denoising performance, this study employs three key metrics: signal-to-noise ratio (SNR), root mean square error (RMSE), and correlation coefficient (CC) [26,27,28]. The SNR provides a measure of the noise reduction achieved by the denoising process, while the RMSE quantifies the deviation between the denoised signal and the original noise-free signal. The CC evaluates the degree of similarity between the denoised second harmonic signal and the original signal, offering insight into the preservation of signal integrity. The signal-to-noise ratio (SNR) is defined as follows:
β S N R = 10 lg sum S signal x 2 f 2 sum S signal x 2 f S signal x denoised 2 f 2
where β S N R represents the signal-to-noise ratio (SNR), S signal x 2 f is the original second harmonic signal, S signal x denoised 2 f is the denoised second harmonic signal.
α RMSE = x = 1 N S signal x 2 f S signal x denoised 2 f 2 N
In the equation, α RMSE represents the root mean square error, and N is the signal length.

3.2. Performance Analysis of EMD–Wavelet Adaptive Thresholding

The EMD–Wavelet Adaptive Thresholding denoising algorithm is applied to process the noisy signal. First, adhering to the IMF decomposition conditions, the second harmonic signal is decomposed layer by layer using the EMD algorithm, as illustrated in Figure 4. The original second harmonic signal is decomposed into nine intrinsic mode functions (IMFs), labeled IMF1 through IMF9, along with a residual component (Res), arranged in order of decreasing frequency. The waveforms of IMF1–IMF3 span the entire time-sampling axis without exhibiting attenuation, indicating that they primarily correspond to high-frequency noise. In traditional EMD low-pass denoising methods, the IMF1–IMF3 components are typically discarded, and the remaining IMFs are used to reconstruct the denoised signal.
However, the observed discrepancy between the denoised signal and the original signal suggests that some useful feature information within the IMF1–IMF3 components has been erroneously identified as noise and removed, resulting in signal distortion. To more accurately distinguish between noise-contaminated IMF components and those containing useful signal features, the correlation coefficient is employed to evaluate the relationship between each IMF component and the original signal. This approach enables the precise identification of noisy IMF components, which are then subjected to further processing using the wavelet adaptive threshold denoising method. The results of this analysis are summarized in Table 1, where IMF1–IMF3 components with correlation coefficients below 0.1 are classified as noise-contaminated and targeted for denoising.
Following the correlation coefficient analysis, it was determined that IMF1–IMF3, obtained from the EMD, primarily consist of high-frequency noise components but also retain valuable feature information. To avoid the inadvertent loss of these useful features—a common issue with traditional EMD low-pass methods—a wavelet adaptive thresholding denoising technique was applied to IMF1–IMF3. This method effectively separates noise from the underlying signal, enabling the extraction of valid feature information that was previously obscured by noise, as demonstrated in Figure 5.
Subsequently, the processed IMF1–IMF3 components are combined with the remaining retained IMF components to reconstruct the denoised signal, as shown by the blue line in Figure 6. From Figure 6, it is evident that noise is effectively suppressed, resulting in a significantly smoother signal with enhanced denoising performance, particularly at the peak regions, while preserving potentially useful information. This outcome confirms that the valuable feature information within IMF1–IMF3 has been successfully extracted and retained. Additionally, Figure 6 provides a comparison between the denoised signal obtained using the EMD–Wavelet Adaptive Thresholding denoising method (blue line) and the ideal second harmonic signal (red dots). The performance metrics demonstrate an RMSE of 0.0067%, an SNR of 29.7885, and a CC of 99.9503%, underscoring the high fidelity and effectiveness of the proposed denoising method.

3.3. Comparison Analysis with Other Methods

To further validate the effectiveness of the EMD–Wavelet Adaptive Thresholding denoising algorithm, this study compares it with several traditional denoising methods, including EMD denoising, wavelet hard-thresholding denoising, wavelet soft-thresholding denoising, and wavelet adaptive thresholding denoising [29,30,31,32]. The denoising performance of each algorithm was evaluated by comparing the denoised second harmonic signals with the original signals, as illustrated in Table 2. Quantitative evaluation metrics for each algorithm’s performance are summarized in Table 2. The results demonstrate that the EMD–Wavelet Adaptive Thresholding denoising method outperforms the other four methods, with the denoised second harmonic curve showing significant improvement. These findings indicate that the second harmonic signal processed by the proposed method closely approximates the pure signal curve, with better preservation of peak positions, underscoring the superior denoising performance of the EMD–Wavelet Adaptive Thresholding denoising approach.

4. Experiments

4.1. Experimental System

To validate the algorithm’s performance with experimental data, we developed a wavelength modulation-tunable diode laser absorption spectroscopy (WM-TDLAS) system for methane (CH4) detection, as illustrated in Figure 7. The system was designed to precisely tune the laser output frequency to the peak absorption wavelength of methane. A distributed feedback (DFB) diode laser emitting at 1654 nm served as the light source. The laser’s current and temperature were regulated using a commercial diode laser controller (Model LDC 501, Stanford Research Systems, US). Wavelength tuning was achieved through coarse adjustments via temperature control and fine adjustments via current modulation. A linear wavelength scan was implemented by applying a voltage ramp from a function generator (DG4162, RIGOL, China) to the laser diode current, enabling the laser wavelength to sweep across the absorption line at a rate of 1 Hz. Additionally, a 6 kHz sinusoidal modulation signal from a lock-in amplifier (Model SR 830 DSP, Stanford Research Systems, US) was superimposed onto the laser current using a custom-built adder circuit to facilitate wavelength modulation. The laser beam was collimated using a fiber-coupled collimator (focal length ~4.8 mm) and directed into a compact dense-pattern multi-pass cell (DP-MPC). The DP-MPC, comprising two 2-inch silver-coated concave spherical mirrors separated by 12 cm, provided an effective optical path length of 29.37 m through 243 reflections [33,34]. The output beam was focused onto a photodetector (PDA20CS-EC, Thorlabs, US) using a 50 mm focal length lens. The photodetector signal was demodulated by the lock-in amplifier, digitized using a data acquisition card (NI USB-6210, National Instruments, US), and processed via a LabVIEW interface on a laptop. Simultaneously, the photodetector signal was monitored to ensure laser power stability throughout the measurements.

4.2. Experimental Results and Discussion

In the experiment, five groups of CH4 gas samples with concentrations of 10 ppm, 20 ppm, 30 ppm, 40 ppm, and 50 ppm were prepared using the gas distribution system. The linear response of the second harmonic (2f) signal amplitude to CH4 concentrations was measured, as shown in Figure 8a. To enhance signal quality and reduce noise, an Empirical Mode Decomposition (EMD)–Wavelet Adaptive Threshold denoising method was applied during the data processing phase. This advanced technique effectively filters the raw signal, as demonstrated in Figure 8b, which displays the denoised second harmonic (2f) signal. A comparison between Figure 8a (original signal) and Figure 8b (denoised signal) reveals a significant reduction in overall noise, resulting in a smoother curve that more clearly reveals the gas concentration information. The denoising process not only improves the signal-to-noise ratio (SNR) but also enhances the accuracy of gas concentration extraction.
Figure 9 illustrates the correlation between the amplitude of the second harmonic (2f) signal, processed using the EMD–Wavelet Adaptive Thresholding denoising method, and the concentration of CH4. The linear response of the CH4 signal to CH4 concentration variations was confirmed by fitting the data with a linear slope. The R-squared value of the linear fit is greater than 0.99, demonstrating a strong linear relationship between the 2f signal and the CH4 concentration.

4.3. Performance Evaluation

System stability represents a crucial factor determining the sensitivity of gas detection systems. To quantitatively assess the long-term stability of our system, we performed continuous gas monitoring experiments under well-controlled laboratory conditions. A calibrated 30 ppm methane (CH4) gas sample was introduced into the multi-pass absorption cell, and the concentration was continuously monitored over a 60 min period with a temporal resolution of 1 s. Through application of the spectroscopic inversion algorithm, a total of 3600 concentration data points were acquired. Figure 10 presents the temporal evolution of the measured CH4 concentration measured before and after EMD–Wavelet Adaptive Thresholding denoising signal, demonstrating the system’s stability characteristics. The experimental results not only provide a quantitative evaluation of the system’s long-term stability but also offer valuable insights into its potential performance in practical field applications.
To systematically evaluate the measurement accuracy enhancement achieved through the EMD–Wavelet Adaptive Thresholding denoising method in the WM-TDLAS system, we conducted a comprehensive statistical analysis of the measurement data distribution, as illustrated in Figure 11. The comparative histogram analysis demonstrates a remarkable improvement in data quality following the denoising process. The raw data distribution prior to denoising exhibits substantial dispersion with a relatively broad profile, suggesting significant measurement variability. In contrast, the post-denoising histogram reveals a pronounced, narrow Gaussian distribution centered precisely at the target concentration of 30 ppm, indicating enhanced measurement consistency. Quantitative analysis based on Gaussian fitting demonstrates that the full-width at half-maximum (FWHM) of the concentration distribution was reduced from 0.3547 ppm to 0.1181 ppm after denoising implementation. This corresponds to a 66.7% reduction in FWHM, equivalent to a threefold improvement in measurement precision. These results conclusively demonstrate the efficacy of the EMD–Wavelet Adaptive Thresholding denoising method in significantly enhancing the measurement accuracy and reliability of WM-TDLAS systems.
The minimum detection limit (MDL) represents a crucial performance parameter for gas detection systems, serving as a key indicator of their sensitivity and precision. To comprehensively assess the system’s MDL and its correlation with averaging time, we conducted an Allan variance analysis. Figure 12 presents the Allan deviation plots obtained from 3600 methane (CH4) concentration measurements, comparing the system’s performance characteristics before and after implementation of the EMD–Wavelet Adaptive Thresholding denoising algorithm. The analytical results reveal a remarkable enhancement in the system’s detection capability, with the MDL showing a significant reduction from 2.31 ppb to 0.53 ppb. This substantial improvement, representing a 77% reduction in detection limit, clearly demonstrates the efficacy of the proposed denoising technique in suppressing noise and enhancing detection sensitivity. Furthermore, the observed improvements in both MDL and optimal averaging time collectively indicate that the developed method effectively enhances the system’s detection accuracy while simultaneously improving its long-term stability. These performance enhancements make the proposed system particularly suitable for demanding applications requiring high-precision trace gas detection, such as environmental monitoring and industrial process control.

5. Conclusions

To eliminate noise interference in second harmonic signals for gas concentration detection via near-infrared wavelength modulation spectroscopy (WMS), we propose a novel EMD–Wavelet Adaptive Threshold denoising algorithm. Comparative simulations with four established denoising techniques confirm its superior performance, boosting the signal-to-noise ratio (SNR) from 7.5182 to 29.7885. Implementation in a wavelength-modulated tunable diode laser absorption spectroscopy (WM-TDLAS) system for CH4 detection yielded substantial improvements: detection precision tripled to 0.1181 ppm. Allan deviation analysis revealed a minimum detection limit (MDL) of 0.53 ppb at an optimal integration time of 230 s—all without hardware modifications to the existing TDLAS architecture. This algorithm advances WMS-based gas detection by enhancing sensitivity and stability, offering broad applicability for upgrading TDLAS systems in both laboratory and field settings. It contributes to the ongoing refinement of precision gas detection methodologies in the near-infrared spectrum.

Author Contributions

Conceptualization, X.T. and P.N.; methodology, T.M.; software, T.M.; validation, X.T., S.C. and T.M.; formal analysis, T.M.; investigation, Y.C.; resources, X.T.; data curation, X.T.; writing—original draft preparation, T.M.; writing—review and editing, X.T.; visualization, P.N.; supervision, X.T.; project administration, G.C.; funding acquisition, G.C. 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 (62405006) and Open Research Grant of Joint National-Local Engineering Research Centre for Safe and Precise Coal Mining (EC2021010).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The original contributions presented in this study are included in the article. Further inquiries can be directed to the corresponding authors.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Ma, J.; Fan, E.; Liu, H.; Zhang, Y.; Mai, C.; Li, X.; Jin, W.; Guan, B. Microscale Fiber Photoacoustic Spectroscopy for in Situ and Real-Time Trace Gas Sensing. Adv. Photonics 2024, 6, 066008. [Google Scholar] [CrossRef]
  2. Sun, H.; Qiao, S.; He, Y.; Sun, X.; Ma, Y. Parts-per-Quadrillion Level Gas Molecule Detection: CO-LITES Sensing. Light Sci. Appl. 2025, 14, 180. [Google Scholar] [CrossRef] [PubMed]
  3. Zhang, S.; Bi, T.; Del’Haye, P. On-the-Fly Precision Spectroscopy with a Dual-Modulated Tunable Diode Laser and Hz-Level Referencing to a Cavity. Adv. Photonics 2024, 6, 046003. [Google Scholar] [CrossRef]
  4. Shao, M.; Ji, C.; Tan, J.; Du, B.; Zhao, X.; Yu, J.; Man, B.; Xu, K.; Zhang, C.; Li, Z. Ferroelectrically Modulate the Fermi Level of Graphene Oxide to Enhance SERS Response. Opto-Electron. Adv. 2023, 6, 230094. [Google Scholar] [CrossRef]
  5. You, R.; Kang, H.; Zhang, X.; Zheng, S.; Shao, L.; Han, J.; Feng, G. Cubic Nonlinear Scanning for Improved TDLAS-Based Methane Concentration Detection. Int. J. Hydrogen Energy 2024, 86, 14–23. [Google Scholar] [CrossRef]
  6. Kong, R.; Huang, J.; Liu, P.; Zhou, X. Real-Time Breath Gas Analysis of Methane Using a Multipass Cell-Based near-Infrared Gas Sensor. Biomed. Opt. Express 2024, 15, 4207–4219. [Google Scholar] [CrossRef]
  7. Wu, X.; Li, Q.; Chen, J.; Chen, Q.; Yu, M. Estimation of Staphylococcus Total Viable Count in Different Contamination States of Central Venous Catheters in Hemodialysis Centers Based on Tunable Diode Laser Wavelength-Modulation Spectroscopy. Microw. Opt. Technol. Lett. 2024, 66, e34329. [Google Scholar] [CrossRef]
  8. Wang, Q.; Sun, P.; Zhang, Z.; Cai, Y.; Huang, W.; Pang, T.; Wu, B.; Xia, H.; Guo, Q. Method of Adaptive Wide Dynamic Range Gas Concentration Detection Based on Optimized Direct Absorption Spectroscopy. Opt. Express 2023, 31, 16770–16780. [Google Scholar] [CrossRef]
  9. Lan, L.; Zhang, C.; Wang, Y.; Xie, Y.; Wang, L.; Yang, C. Long-Tune Natural Logarithmic Wavelength Modulation Spectroscopy for Gas Sensing. Sensors 2024, 24, 7365. [Google Scholar] [CrossRef]
  10. Liang, W.; Yao, M. Suppression of Interference Fringes in Wavelength Modulation Spectroscopy Based on Convolutional Neural Networks. Opt. Commun. 2025, 574, 131201. [Google Scholar] [CrossRef]
  11. Zhou, Y.; Ren, Y.; Gao, F.; Liu, Z.; Hu, D. Refrigeration Experiments of Gas Wave Rotor Based on Calibration-Free WMS-TDLAS Method. Exp. Therm. Fluid Sci. 2024, 155, 111206. [Google Scholar] [CrossRef]
  12. Shi, Y.; Hu, Z.; Niu, M.; Li, T.; Li, H.; Liu, H.; Li, X. High-Sensitive Double Incidence Multi-Pass Cell for Trace Gas Detection Based on TDLAS. Sens. Actuators B-Chem. 2024, 412, 135829. [Google Scholar] [CrossRef]
  13. Liang, W. Interference Fringes Suppression for Wavelength Modulation Spectroscopy Based on Maximal Overlap Discrete Wavelet Transformation. Measurement 2025, 253, 117471. [Google Scholar] [CrossRef]
  14. Xie, Y.; Xiong, H.; Feng, S.; Pan, N.; Li, C.; Liu, Y.; Zhang, Y.; Shao, L.; Lu, G.; Liu, K.; et al. Sensitivity improvement of quartz-enhanced photoacoustic spectroscopy using the stochastic resonance method. Photoacoustics 2025, 43, 100707. [Google Scholar] [CrossRef] [PubMed]
  15. Liang, L.; Liu, Z. Fringe Pattern Preprocessing via Adaptive Multidirectional Empirical Mode Decomposition. Opt. Express 2024, 32, 43512–43533. [Google Scholar] [CrossRef]
  16. Guo, C.; Wang, Q. Laser Self-Mixing Interference Displacement Signal Filtering Method Based on Empirical Mode Decomposition and Wavelet Threshold. Meas. Sci. Technol. 2024, 35, 045201. [Google Scholar] [CrossRef]
  17. Wang, S.; Yan, M.; Jiang, J.; Li, Z.; Chen, A.; Tan, K.; Liu, T. Improved Spectral Demodulation Algorithm with EEMDAD for Sapphire Fiber Fabry-Perot High-Temperature Sensing. Appl. Opt. 2022, 61, 8405–8413. [Google Scholar] [CrossRef]
  18. Esmaili, P.; Martiri, L.; Esmaili, P.; Cristaldi, L. Cycle-Informed Triaxial Sensor for Smart and Sustainable Manufacturing. Sensors 2025, 25, 4431. [Google Scholar] [CrossRef]
  19. Zhou, H.; Xie, C.; Hu, Y.; Shen, F.; Xing, K.; Wang, B.; Wang, Y. Lidar Signal Processing Method for Atmospheric Coherence Length Measurement Based on the WD-ADMF. Appl. Opt. 2024, 63, 3343–3348. [Google Scholar] [CrossRef]
  20. Cheikh, F.; Benhassine, N.E.; Sbaa, S. Fetal Phonocardiogram Signals Denoising Using Improved Complete Ensemble (EMD) with Adaptive Noise and Optimal Thresholding of Wavelet Coefficients. Biomed. Eng.-Biomed. Tech. 2022, 67, 237–247. [Google Scholar] [CrossRef]
  21. Jenkal, W.; Latif, R.; Laaboubi, M. ECG Signal Denoising Using an Improved Hybrid DWT-ADTF Approach. Cardiovasc. Eng. Technol. 2024, 15, 77–94. [Google Scholar] [CrossRef] [PubMed]
  22. Zhao, Y.; Chang, S.; Zhang, Y.; Xia, H. Application of the Hilbert-Huang Transform to Evaluate Signals in Chromatic Confocal Spectral Interferometry. Appl. Opt. 2024, 63, 9088–9096. [Google Scholar] [CrossRef]
  23. Chang, X.; Shen, C.; Liu, S.; Zheng, D.; Wang, S.; Yang, C.; Huang, N.E.; Bian, L. Robust Kramers-Kronig Holographic Imaging with Hilbert-Huang Transform. Opt. Lett. 2023, 48, 4161–4164. [Google Scholar] [CrossRef] [PubMed]
  24. Li, M.; Chen, J.; Chen, M. Spectroscopic Interferometer: Larger Measurement Range Using Wavelet Threshold Denoising and Adaptive Peak Extraction. Opt. Commun. 2024, 557, 130344. [Google Scholar] [CrossRef]
  25. Liu, R.L.; Zhang, D.; Yao, J.; Zhang, M. Processing of Laser Doppler Velocity Signal Based on Wavelet Threshold De-Noising. Laser Optoelectron. Prog. 2017, 54, 120701. [Google Scholar] [CrossRef]
  26. Qiu, H.; Lan, J.; Hu, Q.; Zhang, H.; Xu, Y.; Hao, X.; Li, Z. An Enhancement Filtering Method Based on CEEMDAN-EP-WTD for TDLAS Gas Sensing. Infrared Phys. Technol. 2024, 141, 105466. [Google Scholar] [CrossRef]
  27. Lin, L.; Wang, S.; Wang, K.; Zhao, Z.; Li, G. A Multi-Band Spectral Data Fusion Method for Improving the Accuracy of Quantitative Spectral Analysis. J. Pharm. Biomed. Anal. 2025, 254, 116585. [Google Scholar] [CrossRef]
  28. Li, S.; Zhao, Q.; Liu, J.; Zhang, X.; Hou, J. Noise Reduction of Steam Trap Based on SSA-VMD Improved Wavelet Threshold Function. Sensors 2025, 25, 1573. [Google Scholar] [CrossRef]
  29. Cheng, L.; Zhang, S.; Qi, Z.; Wang, X.; Chen, Y.; Feng, P. Research on eLoran Weak Signal Extraction Based on Wavelet Hard Thresholding Processing. Remote Sens. 2024, 16, 3012. [Google Scholar] [CrossRef]
  30. Wang, Z.-Y.; Xiang, Z.-R.; Zhi, J.-Y.; Ding, T.-C.; Zou, R. A Novel Physiological Signal Denoising Method Coupled with Multispectral Adaptive Wavelet Denoising (MAWD) and Unsupervised Source Counting Algorithm (USCA). J. Eng. Res. 2024, 12, 175–189. [Google Scholar] [CrossRef]
  31. Subhedar, J.; Urooj, S.; Mahajan, A. Retinal Optical Coherence Tomography Image Denoising Using Modified Soft Thresholding Wavelet Transform. Trait. Signal 2023, 40, 1179–1185. [Google Scholar] [CrossRef]
  32. Li, S.; Zhu, X.; Zhou, D. Power Quality Disturbance Signal Denoising and Detection Based on Improved DBO-VMD Combined with Wavelet Thresholding. Electr. Power Syst. Res. 2025, 238, 111193. [Google Scholar] [CrossRef]
  33. Liu, K.; Wang, L.; Tan, T.; Wang, G.; Zhang, W.; Chen, W.; Gao, X. Highly Sensitive Detection of Methane by Near-Infrared Laser Absorption Spectroscopy Using a Compact Dense-Pattern Multipass Cell. Sens. Actuators B-Chem. 2015, 220, 1000–1005. [Google Scholar] [CrossRef]
  34. Tian, X.; Cheng, G.; Chen, J.; Liu, K. Research on the Enhancement of Signal-to-Noise Ratio by Radio Frequency White Noise in Compact Dense-Pattern Multipass Cell for Trace Gas Detection. Microw. Opt. Technol. Lett. 2023, 65, 1108–1112. [Google Scholar] [CrossRef]
Figure 1. The wavelet thresholding denoising process.
Figure 1. The wavelet thresholding denoising process.
Sensors 25 05167 g001
Figure 2. EMD–Wavelet Adaptive Thresholding denoising framework.
Figure 2. EMD–Wavelet Adaptive Thresholding denoising framework.
Sensors 25 05167 g002
Figure 3. Simulated CH4 second harmonic signal. (a) Original second harmonic signal; (b) second harmonic signal with white noise.
Figure 3. Simulated CH4 second harmonic signal. (a) Original second harmonic signal; (b) second harmonic signal with white noise.
Sensors 25 05167 g003
Figure 4. The IMF components and a residual component of the second harmonic signal.
Figure 4. The IMF components and a residual component of the second harmonic signal.
Sensors 25 05167 g004
Figure 5. Comparison of IMF components after EMD–Wavelet Adaptive Thresholding denoising. (ac) IMF1–IMF3.
Figure 5. Comparison of IMF components after EMD–Wavelet Adaptive Thresholding denoising. (ac) IMF1–IMF3.
Sensors 25 05167 g005
Figure 6. Comparison between the EMD–Wavelet Adaptive Threshold denoising signal and the ideal second harmonic signal.
Figure 6. Comparison between the EMD–Wavelet Adaptive Threshold denoising signal and the ideal second harmonic signal.
Sensors 25 05167 g006
Figure 7. Schematic diagram of the experimental system.
Figure 7. Schematic diagram of the experimental system.
Sensors 25 05167 g007
Figure 8. The 2f signal waveforms for different CH4 concentrations. (a) Original signal; (b) EMD–Wavelet Adaptive Thresholding denoising signal.
Figure 8. The 2f signal waveforms for different CH4 concentrations. (a) Original signal; (b) EMD–Wavelet Adaptive Thresholding denoising signal.
Sensors 25 05167 g008
Figure 9. The 2f signal amplitude of CH4 and fitting curve as a function of CH4 concentrations.
Figure 9. The 2f signal amplitude of CH4 and fitting curve as a function of CH4 concentrations.
Sensors 25 05167 g009
Figure 10. Continuous concentration test results before and after EMD–Wavelet Adaptive Thresholding denoising.
Figure 10. Continuous concentration test results before and after EMD–Wavelet Adaptive Thresholding denoising.
Sensors 25 05167 g010
Figure 11. Histogram plot obtained from time-series measurements of 30 ppm CH4. (a) Original signal; (b) EMD–Wavelet Adaptive Thresholding denoising signal.
Figure 11. Histogram plot obtained from time-series measurements of 30 ppm CH4. (a) Original signal; (b) EMD–Wavelet Adaptive Thresholding denoising signal.
Sensors 25 05167 g011
Figure 12. Allan deviation analysis before and after EMD–Wavelet Adaptive Thresholding denoising.
Figure 12. Allan deviation analysis before and after EMD–Wavelet Adaptive Thresholding denoising.
Sensors 25 05167 g012
Table 1. The correlation coefficient between the IMF components and the original signal.
Table 1. The correlation coefficient between the IMF components and the original signal.
IMFsCorrelation CoefficientIMFsCorrelation Coefficient
IMF10.0082IMF60.5755
IMF20.0042IMF70.1575
IMF30.0155IMF80.1216
IMF40.8454IMF90.1491
IMF50.7925Res0.000594
Table 2. Comparison of denoising effects with different algorithms.
Table 2. Comparison of denoising effects with different algorithms.
Denoising MethodRMSE/%SNRCC/%
Noisy signal0.71057.518256.14
EMD0.024123.402899.7016
Wavelet hard thresholding0.019426.884699.8713
Wavelet soft thresholding0.010727.422799.9037
Wavelet adaptive thresholding0.021824.872199.7713
EMD–Wavelet Adaptive Thresholding0.006729.788599.9503
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Mu, T.; Tian, X.; Ni, P.; Chen, S.; Cao, Y.; Cheng, G. Sub-ppb Methane Detection via EMD–Wavelet Adaptive Thresholding in Wavelength Modulation TDLAS: A Hybrid Denoising Approach for Trace Gas Sensing. Sensors 2025, 25, 5167. https://doi.org/10.3390/s25165167

AMA Style

Mu T, Tian X, Ni P, Chen S, Cao Y, Cheng G. Sub-ppb Methane Detection via EMD–Wavelet Adaptive Thresholding in Wavelength Modulation TDLAS: A Hybrid Denoising Approach for Trace Gas Sensing. Sensors. 2025; 25(16):5167. https://doi.org/10.3390/s25165167

Chicago/Turabian Style

Mu, Tong, Xing Tian, Peiren Ni, Shichao Chen, Yanan Cao, and Gang Cheng. 2025. "Sub-ppb Methane Detection via EMD–Wavelet Adaptive Thresholding in Wavelength Modulation TDLAS: A Hybrid Denoising Approach for Trace Gas Sensing" Sensors 25, no. 16: 5167. https://doi.org/10.3390/s25165167

APA Style

Mu, T., Tian, X., Ni, P., Chen, S., Cao, Y., & Cheng, G. (2025). Sub-ppb Methane Detection via EMD–Wavelet Adaptive Thresholding in Wavelength Modulation TDLAS: A Hybrid Denoising Approach for Trace Gas Sensing. Sensors, 25(16), 5167. https://doi.org/10.3390/s25165167

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