Skip to content

Biomedical analysis of Heart Rate Variability (HRV) of fetus relationship with various umbilical artery blood measurements. Correlation analysis and machine learning techniques are applied to detect abnormalities.

License

Notifications You must be signed in to change notification settings

lezaf/cardiotocography-signals-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cardiotocography-signals-analysis

We performed ML analysis on intrapartum cardiotocography (CTG) signals. Here is a brief summary of the data, the preprocessing we applied on signals, the analysis methods and some of the results.

Data

We used intrapartum cardiotocography (CTG) signals database from PhysioNet. Each CTG contains a FHR time series and a Uterine Contraction (UC) signal. The database also includes maternal, delivery, and fetal clinical details.

Preprocessing

To handle noise in CTG signals we performed following steps:

  • Step 1: Leading/trailing zeroes elimination
  • Step 2: Intermediate zero parts
    • We set a time threshold of 7 seconds for acceptance of intermediate zero parts. Above this threshold the intermediate parts were eliminated since their interpolation would give an unrealistic behavior of the signal.
  • Step 3: Remaining zero values interpolation
  • Step 4: Extremely low/high HR values interpolation

The preprocessing effect on CTG signals is depicted below:

CTG signals preprocessing effects

Process

We used Fetal Heart Rate (FHR) time series to calculate Heart Rate Variability (HRV) of fetus. Performing correlation analysis between HRV and the available features, we concluded to a subset of features with underlying relationship:

  • pH
  • BDecf
  • BE

For the case of HRV/pH relationship we further experiment with ML algorithms, including k-means and DBSCAN to decide normal/abnormal pH range.

Snapshots

For the case of HRV/pH in vaginal delivery, we concluded in normal pH values: $7.17 \leq pH \leq 7.32$.

HRV/pH analysis

Citations

About

Biomedical analysis of Heart Rate Variability (HRV) of fetus relationship with various umbilical artery blood measurements. Correlation analysis and machine learning techniques are applied to detect abnormalities.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages