A Pulse Signal Preprocessing Method Based on the Chauvenet Criterion

Weiguang Ni1,2, Jianzhuo Qi3, Lijia Liu1

  • 1College of Instrumentation and Electrical Engineering, Jilin University, Changchun, China.

Insights

A new Chauvenet criterion-based method effectively preprocesses noisy pulse signals by using adaptive thresholds to remove spike and poor-sensor-contact noise, significantly improving accuracy for cardiovascular and respiratory monitoring.

Area of Science:

  • Biomedical Signal Processing
  • Cardiovascular and Respiratory Monitoring
  • Machine Learning in Healthcare

Background:

  • Pulse signals are crucial for assessing cardiovascular, respiratory, and circulatory health.
  • Spike and poor-sensor-contact noise significantly degrade pulse signal accuracy.
  • Existing noise reduction methods are often complex and difficult to implement.

Purpose of the Study:

  • To propose a novel, efficient pulse signal preprocessing method based on the Chauvenet criterion.
  • To effectively discriminate and remove abnormal signals caused by spike and poor-sensor-contact noise.
  • To enhance the accuracy of subsequent detection models, such as those for sleep apnea.

Main Methods:

  • Development of a pulse signal preprocessing technique utilizing the Chauvenet criterion.
  • Implementation of adaptive thresholds for discriminating abnormal signals.
  • Application and evaluation on 81 hours of pulse signals from the MIT-BIH Polysomnographic Database.

Main Results:

  • The proposed method achieved 99.63% accuracy in discriminating 9,684 out of 9,720 noisy signal segments.
  • Quantitative evaluation showed improved signal quality with a higher Jaccard Similarity Coefficient (JSC) post-processing.
  • Back-propagation sleep apnea detection models using the preprocessed signals demonstrated higher recognition and prediction rates.
  • The Chauvenet-based method exhibited significantly shorter execution times compared to the Romanovsky-based method, especially with larger datasets.

Conclusions:

  • The proposed Chauvenet criterion-based method offers an effective and computationally efficient solution for pulse signal noise reduction.
  • This preprocessing technique demonstrably improves signal quality and enhances the performance of sleep apnea detection models.
  • The method's simplicity and speed make it a valuable tool for real-time biomedical signal analysis.

Related Concept Videos

Reconstruction of Signal using Interpolation01:10

Reconstruction of Signal using Interpolation

Signal processing techniques are essential for accurately converting continuous signals to digital formats and vice versa. When a continuous signal is sampled with a period T, the resulting sampled signal exhibits replicas of the original spectrum in the frequency domain, spaced at intervals equal to the sampling frequency. To handle this sampled signal, a zero-order hold method can be applied, which creates a piecewise constant signal by retaining each sample's value until the next...
633
Bandpass Sampling01:17

Bandpass Sampling

In signal processing, bandpass sampling is an effective technique for sampling signals that have most of their energy concentrated within a narrow frequency band. This type of signal is known as a bandpass signal. The key principle of bandpass sampling involves sampling the signal at a rate that is greater than twice the signal's bandwidth to prevent aliasing.
A bandpass signal has a spectrum with a lower frequency limit, denoted as ω1, and an upper frequency limit, denoted as ω2....
433
Parseval's Theorem01:18

Parseval's Theorem

Parseval's theorem is a fundamental concept in signal processing and harmonic analysis. It asserts that for a periodic function, the average power of the signal over one period equals the sum of the squared magnitudes of all its complex Fourier coefficients. This theorem, named after Marc-Antoine Parseval, provides a powerful tool for analyzing the energy distribution in signals.
Interestingly, Parseval's theorem also holds for the trigonometric form of the Fourier series, which expresses a...
990
Upsampling01:22

Upsampling

Managing signal sampling rates is essential in digital signal processing to maintain signal integrity. A decimated signal, characterized by a reduced frequency range due to its lower sampling rate, can be upsampled by inserting zeros between each sample. This upsampling process expands the original spectrum and introduces repeated spectral replicas at intervals dictated by the new Nyquist frequency. To refine this zero-inserted sequence, it is passed through a lowpass filter with a cutoff...
542