Home Medicine An automatic systolic peak detector of blood pressure waveforms using 4th order cumulants
Article Open Access

An automatic systolic peak detector of blood pressure waveforms using 4th order cumulants

  • Marcus Schmidt EMAIL logo , Andy Schumann , Karl-Jürgen Bär and Georg Rose
Published/Copyright: September 30, 2016

Abstract

The arterial blood pressure (ABP) holds a lot of information about the cardiovascular system. To analyse the ABP signal, at first the pulse wave has to be detected correctly. Due to influences, e.g. of noise, an accurate beat detection is a challenging task. In this work, a novel real-time ABP detector based on higher-order statistics is presented. The method uses the 4th order cumulants for ABP-peak detection. To evaluate this detector, the Fantasia database freely available at physionet was used. In this database, 142,936 systolic peaks were available to check the efficiency of the beat detector. A sensitivity of 99.91% and a positive predictive value of 99.50% were achieved with the novel method.

1 Introduction

The arterial blood pressure (ABP) is the sum of cardiac pressure and pulse wave reflections and holds a lot of information about the cardiovascular system [1]. The ABP is subdivided in the systole and the diastole which are characterized due to several points. Onset and dicrotic notch mark the beginning and the end of the systole and consequently the beginning and the end of the blood ejection [2]. Hence the beginning and the end of the diastole are represented due to dicrotic notch and onset. To detect the characteristic point of ABP is a difficult task because of the influence of noise to the signal. Before analysing ABP waveforms, at first the systolic peak has to be detected. It represents the highest blood pressure (BP) and its different to the onset is used for diagnostics. Further ABP can used for heart rate variability analysis [3] and reducing false alarms in intensive care units (ICU) [4].

In the past, a lot of ABP detection algorithms were developed. They used the first derivative of the BP-signal in combination with a decision rule [5] and in addition to that a bandpass filter [6]. In another method, also the first derivation was calculated and then summed [7]. This BP-detector is freely available at physionet.org [8]. A BP-detector based on higher order statistics in combination with a decision rule was presented in [9]. Here, the mean value, the variance together with the skewness and the kurtosis were summed. The resulting curve was evaluated concerning systolic peak and dicrotic notch detection.

In this work, an ABP detector based on the 4th order cumulants with adaptive threshold is developed. The novel method was evaluated on Fantasia database available at physionet.org [8].

2 Theory

Be X a stochastic variable and defined as X = [x1, x2, … , xN], its 4th order cumulants presented in [10] is given as:

(1)k4=μ43μ22.

μ2 and μ4 are the 2nd and 4th order central moment and can be defined as:

(2)μ2=i=1N(xiμ)2

and

(3)μ4=i=1N(xiμ)4.

The variable μ is the mean value of X. All cumulant can be written as a function of the central moments.

The cumulants have useful properties which are listed in [11], [12]. Important properties which were needed in this work for BP-signal detection are the shift-invariance (see eq. 4 and eq. 5) defined in [11].

(4)k1(X+c)=k1(X)+c,c,
(5)kn(X+c)=kn(X),n2,

Due to the facts presented in eq. (4) and eq. (5), the cumulants are known as the semiinvariance of X [13].

For two probabilistically independent stochastic variables X and Y a third property of the cumulants is the additivity (eq. 6).

(6)kn(X+Y)=kn(X)+kn(Y).

Combining the property of additivity with the fact that the cumulants are zero for variables with a gaussian distribution shows that white gaussian noise has no impact on the calculation [14].

The 4th order cumulant is a linear combination of the 2nd and 4th order central moment. Both statistical parameter give specific values about the ratio of the mean distribution to its borders. This means that for distributions where most of the values of a stochastic variable are situated on the border the moments exhibit high values. In conclusion the 4th order cumulants exhibit high values too. This fact can be used for the description of edges. For edges with high slopes the resulted moments and also the cumulants show high values.

3 Material and methods

3.1 Databases

To evaluate the presented methods of the BP-signal morphology the Fantasia database freely available at physionet.org [8] was used. This database consists of 40 datasets recorded from 20 young people (21–34 years old, f1y01–f1y10 and f2y01–f2y10) and 20 elderly people (68–85 years old, f1o01–f1o10 and f2o01–f2o10). The arterial blood pressure was only recorded in half of the datasets (f2y01–f2y10 and f2o01–f2o10) which were used for ABP beat detection. Each of the records had an overall length of 120 min and were digitized with 250 Hz sampling frequency fs. The Fantasia database was divided into a training database DBF_Training and a test database DBF_Test. The training database consists of three datasets of the young (f2y01–f2y3) and the elderly (f2o01–f2o3) group. In DBF_Test the rest of the datasets was pooled.

For the evaluation of the presented ABP peak detector 144,399 annotated peaks on the basis of the annotated R-waves were available. In some datasets the ABP-signal showed a zero line what makes a correct detection of the ABP peaks impossible. According to this, the number of annotated beats was reduced to 142,936.

3.2 Detection algorithm

The algorithm for the detection of the BP systole (M1) is divided into two main steps. First, a bandpass was applied to reduce high frequently peaks and baseline wander. Here, the cutoff frequency of the lowpass filter was set to 10 Hz. The highpass filter had a cutoff frequency of 0.05 Hz. Both were elliptic filters of 3rd (lowpass) and 4th (highpass) order.

After the preprocessing step (see Figure 1A), the 4th order cumulants (eq. 1) were calculated in a sliding window of 0.02 ⋅ fs samples. This window was then shoved on sample by sample. The resulting signal of the 4th order cumulants (Figure 1B, red line) was used for ABP peak detection because of the cumulants which showed high values for the systole in comparison to very low values for the rest of the BP-signal.

Figure 1 Single steps for systolic peak detection: (A) Filtered ABP [mm Hg] (blue) and the resulted 4th order cumulants [(mm Hg)4/1000] (red), (B) 4th order cumulants (red) and the detected systolic peaks (magenta, green: peak on the top of the 4th order cumulants maximum) together with the defined threshold (black), (C) Filtered ABP and the detected systolic peaks (magenta, green: peak on the top of the 4th order cumulants maximum) of the BP-signal.
Figure 1

Single steps for systolic peak detection: (A) Filtered ABP [mm Hg] (blue) and the resulted 4th order cumulants [(mm Hg)4/1000] (red), (B) 4th order cumulants (red) and the detected systolic peaks (magenta, green: peak on the top of the 4th order cumulants maximum) together with the defined threshold (black), (C) Filtered ABP and the detected systolic peaks (magenta, green: peak on the top of the 4th order cumulants maximum) of the BP-signal.

To detect the ABP peak, a threshold was used and defined as the median of the last 10 maximum peaks of the 4th order cumulant signal (see the green points in Figure 1B). In a further step the median of the 10 detected cumulants maxima was multiplied with a factor of 0.05 which was experimental determined with the DBF_Training. The resulted threshold of the first 10 maxima is exemplary depicted as a black line in Figure 1B. An ABP peak was detected when the amplitude of the 4th order cumulants exceeded the threshold. The results of the detected peaks are also shown in Figure 1B as magenta colored points. In Figure 1C, the detected points (magenta) and the maximum of the 4th order cumulants (green) are depicted together with the filtered BP-signal.

For the reduction of false detection, two decision rules were applied. First, a point on the 4th order cumulants signal will be detected as true when the difference of the BP-signal of the current sample and the previous sample was positive what indicates a positive slope. It can be assumed that the detected point is part of the ABP peak. A second decision rule, first applied on ECG-signals by Pan and Tompkins [15], prevent further detection for 200 ms after a detected peak.

3.3 Evaluation metric

For each dataset of the DBFantasia, a reference annotation was needed to evaluate the presented algorithm. These references were determined using the open source algorithm from Zong et al. [7]. This systolic beat detector is freely available at physionet.org and part of the WFDB toolbox [16] (wabp.m). The results were visually inspected for all datasets by experts and then used as gold standard.

To compare the detection results, the sensitivity (Se), the positive predictive value (+P) and the detection error rate were calculated. By the ANSI/AAMI EC57 standard [17] these three statistical parameters are defined as:

(7)Se=TPTP+FN,
(8)+P=TPTP+FP

and

(9)DER=FP+FNTP+FN.

To calculate Se, +P and DER first the true positive (TP), the false positive (FP) and the false negative (FN) peaks has to be determined. The results of the presented ABP beat detector were compared with two other detectors. The first method was presented in [7] (M2) and based on a windowed slope sum function together with a decision rule. The second method (M3) was presented from Li et al. in [1] and is mainly based on the first derivation evaluation.

4 Results

To find the optimum threshold factor, the DBF_Training was used. The start value was set to 0.01 and increased in steps of 0.01–0.1. As an optimum threshold factor 0.05 was found. The results for the DBF_Training and the DBF_Test are depicted in Table 1.

Table 1

Results of the presented method applied on DBF_Training DBF_Test.

DatabaseTPFNFPSe (%)+P (%)DER (%)
DBF_Training41,3253117099.9399.590.49
DBF_Test101,4849655299.9199.460.64

For DBF_Training, a Se of 99.93% and a +P of 99.59% with a DER of 0.49% were reached. Similar values for Se (99.91%) and +P (99.46%) together with a DER of 0.64% are shown.

The detection results of the methods M1, M2 and M3 are shown in Table 2. The results of M2 and M3 were first presented in [1] and taken from their results.

Table 2

Comparison of the results of all methods applied on the presented database.

MethodTPFNFPSe (%)+ P (%)DER (%)
M1142,80912772299.9199.500.59
M2136,3891441241898.9598.262.78
M31357,4820822498.2999.981.56

M1 showed the lowest number of FN with 127 and a resulted Se of 99.91%. The lowest number of FP (24) was reached with M3 with a +P of 99.98%. The best DER of 0.59% was achieved using M1.

5 Discussion

A new real-time algorithm was presented based on the 4th order cumulants. The new detection algorithm was presented and tested on the Fantasia database. The results were compared with two other ABP detectors. The results for M2 and M3 were taken from [1]. Comparing the whole number of beats, a difference appears. In [1], only 137,830 beats were evaluated. In this work, 142,936 systolic beats were used for testing the algorithm. Nevertheless, it can be seen that M1 showed the best results. The reason for that can be found in the sum of FN and FP. M1 shows less FN and FP than in M2 and M3. Adding the missing ABP beats as TP for M2 and M3 it does not change the result for M1’s best performance.

Using the 4th order cumulants, the novel method shows no influence of a DC-offset. The reason for that is the cumulants property of shift-invariance. With reference to eq. (5) shows that the DC-offset, which represents an simple addition of a constant, disappears.

In Homaeinezhad et al. [9] higher-order statistic based ABP beat detection algorithm was first presented. Here, the mean value, the standard derivation as well as the skewness and the kurtosis were calculated in a sliding window and then summed. The resulted higher-order signal was used for ABP peak detection, but showed high computation complexity because of the number of statistical parameters. With the higher-order statistic signal also ABP analysis like onset or dicrotic notch detection was described in [9]. According to this work, it has to be investigated if equal results for ABP peak detection and a determination of the characteristic points could be achieved using the 4th order cumulants because of the less computation complexity according to the method presented in [9].

In further work the presented algorithm has to be applied to other databases which include an ABP-signal. Besides, the robustness of noise has to be investigated.

Author’s Statement

Research funding: The author state no funding involved. Conflict of interest: Authors state no conflict of interest. Material and Methods: Informed consent: Informed consent has been obtained from all individuals included in this study. Ethical approval: The research related to human use complies with all the relevant national regulations, institutional policies and was performed in accordance with the tenets of the Helsinki Declaration, and has been approved by the authors’ institutional review board or equivalent committee.

References

[1] Li BN, Dong MC, Vai MI. On an automatic delineator for arterial blood pressure waveforms. Biomed Signal Proces. 2009;5:76–81.10.1016/j.bspc.2009.06.002Search in Google Scholar

[2] Nichols WW, O’Rourke MF. Mc Donalds blood flow in arteries: theoretical, experimental and clinical principles. 5th ed. London: Arnold; 2005.Search in Google Scholar

[3] Baselli G, Cerutti S, Civardi S, Liberati D, Lombardi F, Malliani A, et al. Spectral and cross-spectral analysis of heart rate and arterial blood pressure variability signals. Comput Biomed Res. 1986;19:520–34.10.1016/0010-4809(86)90026-1Search in Google Scholar

[4] Aboukhalil A, Nielsen L, Moody GB, Mark RG, Clifford GD. Reducing false alarm rates for critical arrhythmias using the arterial blood pressure waveform. J Biomed Inform. 2008;41:442–51.10.1016/j.jbi.2008.03.003Search in Google Scholar PubMed PubMed Central

[5] Xu L, Zhang D, Wang K, Li N, Wang X. Baseline wander correction in pulse waveforms using wavelet-based cascaded adaptive filter. Comput Biol Med. 2007;37:716–31.10.1016/j.compbiomed.2006.06.014Search in Google Scholar PubMed

[6] Aboy M, McNames J, Thong T, Tsunami D, Ellenby MS, Goldstein B. An automatic beat detection algorithm for pressure signals. IEEE Trans Biomed Eng. 2005;52:1662–70.10.1109/TBME.2005.855725Search in Google Scholar PubMed

[7] Zong W, Hedlt T, Moody GB, Mark RG. An open-source algorithm to detect onset of arterial blood pressure pulses. Comput Cardiol. 2003;30:259–62.10.1109/CIC.2003.1291140Search in Google Scholar

[8] Goldberger AL, Amaral LAN, Glass L, Hausdorff JM, Ivanov PCh, Mark RG, et al. PhysioBank, PhysioToolkit, and PhysioNet: components of a new research resource for complex physiologic signals. Circulation. 2000;101:e215–20.10.1161/01.CIR.101.23.e215Search in Google Scholar

[9] Homaeinezhad MR, Ghaffari A, Aghaee M, Toosi HN, Rahmani R. A high-speed C++/MEX solution for long-duration arterial blood pressure characteritic locations detection. Biomed Signal Process Control. 2012;7:151–72.10.1016/j.bspc.2011.05.011Search in Google Scholar

[10] Leiner B. Einführung in die Statistik. 9th ed. München: Oldenbourg; 2004.10.1515/9783486835762Search in Google Scholar

[11] Koehler B-U. Konzepte der statistischen Signalverarbeitung. 1st ed. Berlin Heidelberg: Springer; 2005.Search in Google Scholar

[12] Nikias CL, Petropulu AP. Higher-order spectral analysis: an nonkinear signal processing framework. New Jersey: Prentice-Hall; 1993.10.1109/IEMBS.1993.978564Search in Google Scholar

[13] Müller-Funk U, Witting H. Mathematische Statistik II – Asymptotische Statistik: Parametrische Modelle und nichtparametrische Funktionale. 1th ed. Stuttgart: Teubner + Vieweg; 1995.10.1007/978-3-322-90152-1Search in Google Scholar

[14] Husar P. Biosignalverarbeitung. 1st ed. Heidelberg: Springer; 2010.10.1007/978-3-642-12657-4Search in Google Scholar

[15] Pan J, Tompkins WJ. A real-time QRS detection algorithm. IEEE Trans Biomed Eng. 1985;32:230–6.10.1109/TBME.1985.325532Search in Google Scholar PubMed

[16] Silva I, Moody GB. An open-source toolbox for analysing and processing PhysioNet databases in MATLAB and Octave. J Open Res Softw. 2014;2:e27.10.5334/jors.biSearch in Google Scholar PubMed PubMed Central

[17] Testing and Reporting Performance Results of Cardiac Rhythm and ST-Segment Measurement Algorithm. ANSI/AAMI:EC57 1998/(R)2003Search in Google Scholar

Published Online: 2016-9-30
Published in Print: 2016-9-1

©2016 Marcus Schmidt et al., licensee De Gruyter.

This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 License.

Articles in the same Issue

  1. Synthesis and characterization of PIL/pNIPAAm hybrid hydrogels
  2. Novel blood protein based scaffolds for cardiovascular tissue engineering
  3. Cell adhesion and viability of human endothelial cells on electrospun polymer scaffolds
  4. Effects of heat treatment and welding process on superelastic behaviour and microstructure of micro electron beam welded NiTi
  5. Long-term stable modifications of silicone elastomer for improved hemocompatibility
  6. The effect of thermal treatment on the mechanical properties of PLLA tubular specimens
  7. Biocompatible wear-resistant thick ceramic coating
  8. Protection of active implant electronics with organosilicon open air plasma coating for plastic overmolding
  9. Examination of dielectric strength of thin Parylene C films under various conditions
  10. Open air plasma deposited antimicrobial SiOx/TiOx composite films for biomedical applications
  11. Systemic analysis about residual chloroform in PLLA films
  12. A macrophage model of osseointegration
  13. Towards in silico prognosis using big data
  14. Technical concept and evaluation of a novel shoulder simulator with adaptive muscle force generation and free motion
  15. Usability evaluation of a locomotor therapy device considering different strategies
  16. Hypoxia-on-a-chip
  17. Integration of a semi-automatic in-vitro RFA procedure into an experimental setup
  18. Fabrication of MEMS-based 3D-μECoG-MEAs
  19. High speed digital interfacing for a neural data acquisition system
  20. Bionic forceps for the handling of sensitive tissue
  21. Experimental studies on 3D printing of barium titanate ceramics for medical applications
  22. Patient specific root-analogue dental implants – additive manufacturing and finite element analysis
  23. 3D printing – a key technology for tailored biomedical cell culture lab ware
  24. 3D printing of hydrogels in a temperature controlled environment with high spatial resolution
  25. Biocompatibility of photopolymers for additive manufacturing
  26. Biochemical piezoresistive sensors based on pH- and glucose-sensitive hydrogels for medical applications
  27. Novel wireless measurement system of pressure dedicated to in vivo studies
  28. Portable auricular device for real-time swallow and chew detection
  29. Detection of miRNA using a surface plasmon resonance biosensor and antibody amplification
  30. Simulation and evaluation of stimulation scenarios for targeted vestibular nerve excitation
  31. Deep brain stimulation: increasing efficiency by alternative waveforms
  32. Prediction of immediately occurring microsleep events from brain electric signals
  33. Determining cardiac vagal threshold from short term heart rate complexity
  34. Classification of cardiac excitation patterns during atrial fibrillation
  35. An algorithm to automatically determine the cycle length coverage to identify rotational activity during atrial fibrillation – a simulation study
  36. Deriving respiration from high resolution 12-channel-ECG during cycling exercise
  37. Reducing of gradient induced artifacts on the ECG signal during MRI examinations using Wilcoxon filter
  38. Automatic detection and mapping of double potentials in intracardiac electrograms
  39. Modeling the pelvic region for non-invasive pelvic intraoperative neuromonitoring
  40. Postprocessing algorithm for automated analysis of pelvic intraoperative neuromonitoring signals
  41. Best practice: surgeon driven application in pelvic operations
  42. Vasomotor assessment by camera-based photoplethysmography
  43. Classification of morphologic changes in photoplethysmographic waveforms
  44. Novel computation of pulse transit time from multi-channel PPG signals by wavelet transform
  45. Efficient design of FIR filter based low-pass differentiators for biomedical signal processing
  46. Nonlinear causal influences assessed by mutual compression entropy
  47. Comparative study of methods for solving the correspondence problem in EMD applications
  48. fNIRS for future use in auditory diagnostics
  49. Semi-automated detection of fractional shortening in zebrafish embryo heart videos
  50. Blood pressure measurement on the cheek
  51. Derivation of the respiratory rate from directly and indirectly measured respiratory signals using autocorrelation
  52. Left cardiac atrioventricular delay and inter-ventricular delay in cardiac resynchronization therapy responder and non-responder
  53. An automatic systolic peak detector of blood pressure waveforms using 4th order cumulants
  54. Real-time QRS detection using integrated variance for ECG gated cardiac MRI
  55. Preprocessing of unipolar signals acquired by a novel intracardiac mapping system
  56. In-vitro experiments to characterize ventricular electromechanics
  57. Continuous non-invasive monitoring of blood pressure in the operating room: a cuffless optical technology at the fingertip
  58. Application of microwave sensor technology in cardiovascular disease for plaque detection
  59. Artificial blood circulatory and special Ultrasound Doppler probes for detecting and sizing gaseous embolism
  60. Detection of microsleep events in a car driving simulation study using electrocardiographic features
  61. A method to determine the kink resistance of stents and stent delivery systems according to international standards
  62. Comparison of stented bifurcation and straight vessel 3D-simulation with a prior simulated velocity profile inlet
  63. Transient Euler-Lagrange/DEM simulation of stent thrombosis
  64. Automated control of the laser welding process of heart valve scaffolds
  65. Automation of a test bench for accessing the bendability of electrospun vascular grafts
  66. Influence of storage conditions on the release of growth factors in platelet-rich blood derivatives
  67. Cryopreservation of cells using defined serum-free cryoprotective agents
  68. New bioreactor vessel for tissue engineering of human nasal septal chondrocytes
  69. Determination of the membrane hydraulic permeability of MSCs
  70. Climate retainment in carbon dioxide incubators
  71. Multiple factors influencing OR ventilation system effectiveness
  72. Evaluation of an app-based stress protocol
  73. Medication process in Styrian hospitals
  74. Control tower to surgical theater
  75. Development of a skull phantom for the assessment of implant X-ray visibility
  76. Surgical navigation with QR codes
  77. Investigation of the pressure gradient of embolic protection devices
  78. Computer assistance in femoral derotation osteotomy: a bottom-up approach
  79. Automatic depth scanning system for 3D infrared thermography
  80. A service for monitoring the quality of intraoperative cone beam CT images
  81. Resectoscope with an easy to use twist mechanism for improved handling
  82. In vitro simulation of distribution processes following intramuscular injection
  83. Adjusting inkjet printhead parameters to deposit drugs into micro-sized reservoirs
  84. A flexible standalone system with integrated sensor feedback for multi-pad electrode FES of the hand
  85. Smart control for functional electrical stimulation with optimal pulse intensity
  86. Tactile display on the remaining hand for unilateral hand amputees
  87. Effects of sustained electrical stimulation on spasticity assessed by the pendulum test
  88. An improved tracking framework for ultrasound probe localization in image-guided radiosurgery
  89. Improvement of a subviral particle tracker by the use of a LAP-Kalman-algorithm
  90. Learning discriminative classification models for grading anal intraepithelial neoplasia
  91. Regularization of EIT reconstruction based on multi-scales wavelet transforms
  92. Assessing MRI susceptibility artefact through an indicator of image distortion
  93. EyeGuidance – a computer controlled system to guide eye movements
  94. A framework for feedback-based segmentation of 3D image stacks
  95. Doppler optical coherence tomography as a promising tool for detecting fluid in the human middle ear
  96. 3D Local in vivo Environment (LivE) imaging for single cell protein analysis of bone tissue
  97. Inside-Out access strategy using new trans-vascular catheter approach
  98. US/MRI fusion with new optical tracking and marker approach for interventional procedures inside the MRI suite
  99. Impact of different registration methods in MEG source analysis
  100. 3D segmentation of thyroid ultrasound images using active contours
  101. Designing a compact MRI motion phantom
  102. Cerebral cortex classification by conditional random fields applied to intraoperative thermal imaging
  103. Classification of indirect immunofluorescence images using thresholded local binary count features
  104. Analysis of muscle fatigue conditions using time-frequency images and GLCM features
  105. Numerical evaluation of image parameters of ETR-1
  106. Fabrication of a compliant phantom of the human aortic arch for use in Particle Image Velocimetry (PIV) experimentation
  107. Effect of the number of electrodes on the reconstructed lung shape in electrical impedance tomography
  108. Hardware dependencies of GPU-accelerated beamformer performances for microwave breast cancer detection
  109. Computer assisted assessment of progressing osteoradionecrosis of the jaw for clinical diagnosis and treatment
  110. Evaluation of reconstruction parameters of electrical impedance tomography on aorta detection during saline bolus injection
  111. Evaluation of open-source software for the lung segmentation
  112. Automatic determination of lung features of CF patients in CT scans
  113. Image analysis of self-organized multicellular patterns
  114. Effect of key parameters on synthesis of superparamagnetic nanoparticles (SPIONs)
  115. Radiopacity assessment of neurovascular implants
  116. Development of a desiccant based dielectric for monitoring humidity conditions in miniaturized hermetic implantable packages
  117. Development of an artifact-free aneurysm clip
  118. Enhancing the regeneration of bone defects by alkalizing the peri-implant zone – an in vitro approach
  119. Rapid prototyping of replica knee implants for in vitro testing
  120. Protecting ultra- and hyperhydrophilic implant surfaces in dry state from loss of wettability
  121. Advanced wettability analysis of implant surfaces
  122. Patient-specific hip prostheses designed by surgeons
  123. Plasma treatment on novel carbon fiber reinforced PEEK cages to enhance bioactivity
  124. Wear of a total intervertebral disc prosthesis
  125. Digital health and digital biomarkers – enabling value chains on health data
  126. Usability in the lifecycle of medical software development
  127. Influence of different test gases in a non-destructive 100% quality control system for medical devices
  128. Device development guided by user satisfaction survey on auricular vagus nerve stimulation
  129. Empirical assessment of the time course of innovation in biomedical engineering: first results of a comparative approach
  130. Effect of left atrial hypertrophy on P-wave morphology in a computational model
  131. Simulation of intracardiac electrograms around acute ablation lesions
  132. Parametrization of activation based cardiac electrophysiology models using bidomain model simulations
  133. Assessment of nasal resistance using computational fluid dynamics
  134. Resistance in a non-linear autoregressive model of pulmonary mechanics
  135. Inspiratory and expiratory elastance in a non-linear autoregressive model of pulmonary mechanics
  136. Determination of regional lung function in cystic fibrosis using electrical impedance tomography
  137. Development of parietal bone surrogates for parietal graft lift training
  138. Numerical simulation of mechanically stimulated bone remodelling
  139. Conversion of engineering stresses to Cauchy stresses in tensile and compression tests of thermoplastic polymers
  140. Numerical examinations of simplified spondylodesis models concerning energy absorption in magnetic resonance imaging
  141. Principle study on the signal connection at transabdominal fetal pulse oximetry
  142. Influence of Siluron® insertion on model drug distribution in the simulated vitreous body
  143. Evaluating different approaches to identify a three parameter gas exchange model
  144. Effects of fibrosis on the extracellular potential based on 3D reconstructions from histological sections of heart tissue
  145. From imaging to hemodynamics – how reconstruction kernels influence the blood flow predictions in intracranial aneurysms
  146. Flow optimised design of a novel point-of-care diagnostic device for the detection of disease specific biomarkers
  147. Improved FPGA controlled artificial vascular system for plethysmographic measurements
  148. Minimally spaced electrode positions for multi-functional chest sensors: ECG and respiratory signal estimation
  149. Automated detection of alveolar arches for nasoalveolar molding in cleft lip and palate treatment
  150. Control scheme selection in human-machine- interfaces by analysis of activity signals
  151. Event-based sampling for reducing communication load in realtime human motion analysis by wireless inertial sensor networks
  152. Automatic pairing of inertial sensors to lower limb segments – a plug-and-play approach
  153. Contactless respiratory monitoring system for magnetic resonance imaging applications using a laser range sensor
  154. Interactive monitoring system for visual respiratory biofeedback
  155. Development of a low-cost senor based aid for visually impaired people
  156. Patient assistive system for the shoulder joint
  157. A passive beating heart setup for interventional cardiology training
Downloaded on 5.3.2026 from https://www.degruyterbrill.com/document/doi/10.1515/cdbme-2016-0056/html
Scroll to top button