Home Medicine Comparative study of methods for solving the correspondence problem in EMD applications
Article Open Access

Comparative study of methods for solving the correspondence problem in EMD applications

  • Diana Piper EMAIL logo , Karin Schiecke , Herbert Witte and Lutz Leistritz
Published/Copyright: September 30, 2016

Abstract

We address the correspondence problem which arises when applying empirical mode decomposition (EMD) to multi-trial and multi-subject data. EMD decomposes a signal into a set of narrow-band components named intrinsic mode functions (IMFs). The number of IMFs and their signal properties can be different between trials, channels and subjects. In order to assign IMFs with similar characteristics to each other, we compare two assignment methods, unbalanced assignment and k-cardinality assignment and two clustering algorithms, namely hierarchical clustering and density-based spatial clustering of applications with noise based on heart rate variability data of children with temporal lobe epilepsy.

1 Introduction

The empirical mode decomposition (EMD) is a data-driven adaptive algorithm for multi-scale decomposition and time-frequency analysis of real-world signals proposed by Huang et al. in 1998 [1]. EMD takes no a priori assumptions regarding the data and can be applied to non-linear and non-stationary signals. It decomposes the signal into a set of amplitude and frequency modulated zero mean oscillatory signals, named intrinsic mode functions (IMFs). The sifting process by which the IMFs are obtained, acts like a data adapted filtering and the method was shown to have filter bank properties [2]. Without predefined cut-off frequencies, each IMF has its own distinct frequency band and specific frequency characteristics, preserving the non-linear properties of the signal’s natural components. That is why EMD has already been used in many applications in fields such as neuroscience and biomedicine [3], [4]. Currently several modified versions of EMD exist that either address disadvantages like the mixing problem, i.e. similar frequencies can appear in different IMFs, such as ensemble empirical mode decomposition (EEMD) [5] and complete ensemble empirical mode decomposition with adaptive noise (CEEMD) [6], or are multivariate extensions of EMD such as bivariate EMD [7], trivariate EMD and multivariate empirical mode decomposition (MEMD) [8] when multichannel (multi-trial) data are available. The advantage of the multivariate versions is that the number of IMFs is equal for all channels (trials) and the filter bank property is preserved [9]. Applying EMD separately on each channel (trial, subject) most often produces a different number of IMFs for each channel with IMFs being misaligned (the spectral characteristics deviate from each other). This is known as the correspondence problem (CP). In the case of a multi-trial, multichannel and group analyses, the CP must be solved before any further analysis (e.g. ensemble averaging) of the IMFs can be performed. Solutions to the CP have been provided so far only by a few studies. A semi-automated approach (SA) based on assignment decision made by an expert [10] can be considered only for small data sets as it is time consuming. Cluster analysis approaches used to assign trial or group-related IMFs [11], [12], [13] cannot guarantee a pair-wise assignment to different groups of different IMFs from one source. Using MEMD reduces the CP by enforcing an equal number of IMFs for all channels, and a direct correspondence to each other with respect to their frequency characteristics [8]. However, some IMFs may contain no real signal information but are the result of the forced correspondence. In a recent study [13], we proposed a fully automated approach for assigning IMFs from different sources based on the Kuhn-Munkres algorithm (KMA) [14]. The KMA based approach was tested on simulated as well as on real data and was compared to the SA and a hierarchical clustering approach [10]. In this study, we continue to explore the CP by applying two new methods, k-cardinality assignment [13] and density-based spatial clustering of applications with noise (DBSCAN) [15]. For a direct comparison with the previous results we investigate one of the real data sets used in [13]. The data consists of heart rate variability (HRV) derived from children with temporal lobe epilepsy (TLE).

2 Material and methods

2.1 Data

HRV data was derived from ECG recordings from 18 children with TLE. The ECG data were obtained during pre-surgical evaluation of the subjects performed at the Vienna pediatric epilepsy center following a standard procedure. The protocol was approved by the local committee of the University Hospital Vienna. A detailed description on how the HRV was computed can be found in [4], [13]. The data consist of 300 s before seizure onset and has a sampling frequency of 8 Hz.

2.2 Methods

2.2.1 The correspondence problem

The CP can be solved by a pair-wise approach, i.e. pair-wise correspondence, or by a clustering approach. Different forms of CP are possible, depending on the method used to compute the IMFs, the signals’ properties and the specific approach used to assign the IMFs among themselves. Some of the cases that can arise in a group analysis of IMFs, which are addressed by the four methods used in the present study, are presented in Figure 1. The first three cases (I–III) are related to a pair-wise approach. Case (I) represents a 1:1 assignment of all IMFs for two sets with the same number of IMFs. In case (II) the number of IMFs of the two sets can be different, but a 1:1 assignment is still required for a maximum amount of IMFs. These cases can be solved by the KMA approach. Case (III) allows the selection of the number of IMFs that have to be assigned. This is helpful when IMFs of one set do not have a direct correspondent in the other one and their forced assignment should be avoided. We address this case by using the k-cardinality assignment method. Cases (IV) and (V) show the multiple correspondence approaches that can be solved with clustering. In case (IV) all IMFs must be assigned, allowing also sets with different number of IMFs. In this case, a 1:n-assignment is enforced. This case occurs when using hierarchical clustering is used. The last case (V) shows the behavior of DBSCAN. In this case 1:1- or 1:n- assignments can occur but also IMFs that don’t have a correspondent may be left unassigned.

Figure 1 Correspondence cases depending on the assignment method used. (I) and (II) KMA approach. (III) k-cardinality assignment. (IV) Hierarchical clustering. (V) DBSCAN.
Figure 1

Correspondence cases depending on the assignment method used. (I) and (II) KMA approach. (III) k-cardinality assignment. (IV) Hierarchical clustering. (V) DBSCAN.

2.2.2 Reference-based assignment approach

The group assignment of IMFs can be seen as a pair-wise linear assignment, with one set of IMFs selected as a reference for all remaining sets [13]. The linear assignment problem is solved by an extension of the Kuhn-Munkres algorithm [16] that minimizes the cost of an assignment with the minimum cost between two matching pairs. The reference set is selected among the ones with maximum number of IMFs and has the minimal total assignment cost [13]. The k-cardinality assignment allows the selection of k IMFs for each set that have to be assigned, with k < minimum number of IMFs. The k-cardinality assignment problem was shown to be resolvable by transforming it into an assignment problem [17]. Thus, the KMA approach can also be used to solve the k-cardinality assignment after the required transformation. A maximum k For all methods, the cost of assigning two IMFs is computed as one minus the Person correlation coefficient between the amplitude spectra of two IMFs.

2.2.3 Clustering approach

One advantage of the clustering methods is that no reference set is required for assignment. However, a disjunct assignment of different IMFs of one set to pair-wise corresponding clusters is not guaranteed as in the case of the reference-based approach. For the agglomerative hierarchical clustering approach with weighted average distance as a linkage criterion, the number of clusters is selected as the maximum number of IMFs among all sets. DBSCAN is a clustering algorithm that doesn’t require an a priori selection of the number of clusters and allows a special noise cluster for all unassigned IMFs. Thus, a forced matching of non-matching IMFs may be avoided. However, two parameters must be selected for DBSCAN: the minimum number of elements that can form a cluster and the maximum distance allowed between two points of the same cluster [15]. The performance of DBSCAN is highly dependable of the selection of these criteria, especially of the latter distance threshold. The distance measure used corresponds to the cost defined for the KMA.

3 Results

The HRV data are independently decomposed using CEEMD with a noise standard deviation of 0.05, 20 noise process realizations each and a maximum number of sifting iteration of 100 [6]. The sifting process by which the IMFs are computed assures that the IMFs are ordered from high to low in relation to their frequency band. Thus, low-index IMFs have a higher peak frequency and usually broader frequency band as compared to the IMFs with higher indices. After the spectrum of each IMF is computed with the fast Fourier transform (FFT), the distances between all pairs of IMFs are determined. These distances represent the cost of assigning two IMFs into one group/cluster. An example of distances computed between IMFs belonging to four subjects is presented in Figure 2. It is noticeable that high-index IMFs that correspond to the low frequency bands have a much smaller distance between them compared to the distance between other IMFs, not only for IMFs of different subjects but also for IMFs of the same subject. This is an important aspect that affects the behavior of the clustering approaches that can be observed in Figure 3, where the final assignment of the IMFs for the entire group using all methods is shown.

Figure 2 Pair-wise distances between IMFs from subjects #1, #4, #10 and #14. High-index IMFs (10–13) (low band frequencies) have smaller distance between themselves.
Figure 2

Pair-wise distances between IMFs from subjects #1, #4, #10 and #14. High-index IMFs (10–13) (low band frequencies) have smaller distance between themselves.

Figure 3 Assignment results for all IMFs from all subjects. (I) Multiple correspondence reference-based assignment with subject #10 as a reference. (II) Hierarchical clustering. (III) DBSCAN. k-cardinality assignment with reference subject #10 and k = 10 (IV), k = 8 (V) and k = 5 (VI).
Figure 3

Assignment results for all IMFs from all subjects. (I) Multiple correspondence reference-based assignment with subject #10 as a reference. (II) Hierarchical clustering. (III) DBSCAN. k-cardinality assignment with reference subject #10 and k = 10 (IV), k = 8 (V) and k = 5 (VI).

The reference-based approach (I) and the k-cardinality assignment with k = 10 (II) offer the best solution to the CP. For a smaller k, k = 8 (V) and k = 5 (VI), the low-index IMFs (high frequency band) are excluded from assignment, which is to be expected given that the distance between high-band IMFs is greater than for low-band ones (see Figure 2) and so, the total assignment cost is minimized when they are not assigned. The hierarchical clustering with 13 clusters (II) performs better than DBSCAN (III) but both fail to assign different high-index IMFs to different clusters. This can be seen in cluster M (II) and cluster G (III). Even more, DBSCAN finds only 7 clusters for a selected threshold distance of 0.165 with three different clusters having the same IMF index. This is the effect of the small distances between IMFs presented in Figure 2. In the case of DBSCAN, a higher threshold distance results in the assignment of all IMFs in one cluster, and a smaller value assigns better the high-index IMFs and excludes the other ones in the noise cluster. The physiologically most relevant IMFs (5–8) for HRV data given their spectral components [4], [13] are best assigned in the case of the reference-based approach and k-cardinality assignment with k = 10.

4 Conclusion

Appling EMD to multi-trial, multichannel and multiple subject data, the properties of the resulting IMFs can deviate from each other between trials, channels and subjects. The correspondence problem must be solved before any further analysis is performed. The automatic correspondence assignment of IMFs proposed in [13] and the k-cardinality assignment approach with k = 10, both reference-based and solvable with the KMA, offer the best results compared to the hierarchical clustering approach and DBSCAN. The advantage of the k-cardinality assignment approach is that it allows the selection of k number of IMFs to be assignment, relaxing the constriction that for all IMFs a correspondent is required. However, the selection of k is strongly data-dependent because it is not necessary fulfilled that IMFs of interest do not exhibit the lowest distances. In our example, as the number k decreases, the low-index IMFs that correspond to higher frequency bands will be the ones excluded, because the distance between them is much higher compared to the distance between high-index ones (lower frequencies). This effect is not desired when the IMFs of interest are the ones with higher frequencies.

Author’s Statement

Research funding: This study was supported by the German Research Foundation (Wi 1166/12–2 and Le 2025/6–2). 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] Huang NE, Shen Z, Long SR, Wu MLC, Shih HH, Zheng QN, et al. The empirical mode decomposition and the Hilbert spectrum for nonlinear and non-stationary time series analysis. Proc R Soc Lond A Mat. 1998;454:903–95.10.1098/rspa.1998.0193Search in Google Scholar

[2] Flandrin P, Rilling G, Goncalves P. Empirical mode decomposition as a filter bank. IEEE Signal Proc Let. 2004;11:112–4.10.1109/LSP.2003.821662Search in Google Scholar

[3] Chen B, Zhao SL, Li PY. Application of Hilbert- Huang transform in structural health monitoring: a state-of-the-art review. Math Probl Eng. 2014;2014:22.10.1155/2014/317954Search in Google Scholar

[4] Piper D, Schiecke K, Pester B, Benninger F, Feucht M, Witte H. Time-varaint coherence between heart rate variability and EEG activity in epileptic patients: an advanced coupling analysis between physiological networks. New J Phys. 2014;16:115012.10.1088/1367-2630/16/11/115012Search in Google Scholar

[5] Wu Z, Huang NE. Ensemble empirical mode decompostion: a noise-assisted data analysis method. Adv Adapt Data Anal. 2009;1:1–41.10.1142/S1793536909000047Search in Google Scholar

[6] Torres ME, Colominas MA, Schlotthauer G, Flandrin P. A complete ensemble empirical mode decomposition with adaptive noise. IEEE Int Conf on Acoust, Speech and Signal Proc ICASSP-11, Prague (CZ) 2011; pp. 4144–7.10.1109/ICASSP.2011.5947265Search in Google Scholar

[7] Rilling G, Flandrin P, Goncalves P, Lilly JM. Bivariate empirical mode decomposition. IEEE Signal Proc Let. 2007;14:936–9.10.1109/LSP.2007.904710Search in Google Scholar

[8] Rehman N, Mandic DP. Multivariate empirical mode decomposition. Proc R Soc A Math Phys Eng Sci. 2010;466:1291–302.10.1098/rspa.2009.0502Search in Google Scholar

[9] Rehman N, Manic DP. Filter bank property of multivariate empirical mode decomposition. IEEE Trans Sig Process. 2011;59:1–6.10.1109/TSP.2011.2106779Search in Google Scholar

[10] Schiecke K, Wacker M, Piper D, Benninger F, Feucht M, Witte H. Time-variant, frequency selective, linear and nonlinear analysis of heart rate variability in children with temporal lobe epilepsy. IEEE Tr BME. 2014;61:1798–808.10.1109/TBME.2014.2307481Search in Google Scholar PubMed

[11] Wang ZS, Maler A, Logothetis NK, Liang HL. Single-trial classification of bistable perception by integrating empirical mode decomposition, clustering, and support vector machine. EURASIP J Adv Signal Process. 2008;2008:592742.10.1155/2008/592742Search in Google Scholar PubMed PubMed Central

[12] Rutkowski TM, Mandic DP, Cichocki A, Przybyszewski AW. Emd approach to multichannel eeg data – the amplitude and phase components clustering analysis. J Circuit Syst Comp. 2010;19:215–29.10.1142/S0218126610006037Search in Google Scholar

[13] Schiecke K, Schmidt C, Piper D, Putsche P, Feucht M, Leistritz L, et al. Assignment of empirical mode decomposition components and its application to biomedical signals. Methods Inf Med. 2015;54:461–73.10.3414/ME14-02-0024Search in Google Scholar PubMed

[14] Munkres J. Algorithms for the assignment and transportation problems. J Soc Ind Appl Math. 1957;5:32–8.10.1137/0105003Search in Google Scholar

[15] Sander J, Ester M, Kriegel HP, Xu XW. Density based clustering in spatial databases: the algorithm GDBSCAN and its applications. Data Min Knowl Disc. 1998;2:169–94.10.1023/A:1009745219419Search in Google Scholar

[16] Bourgeois F, Lassalle J-C. An extension of the Munkres algorithm for the assignment problem to rectangular matrices. Commun ACM 1971;14:802–4.10.1145/362919.362945Search in Google Scholar

[17] Bai Gz. A New Algorithm for k-Cardinality Assignment Problem, Computational Intelligence and Software Engineering, 2009. CiSE 2009. International Conference on, Wuhan, 2009. p. 1–4.10.1109/CISE.2009.5363717Search in Google Scholar

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

©2016 Diana Piper 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 28.2.2026 from https://www.degruyterbrill.com/document/doi/10.1515/cdbme-2016-0050/html
Scroll to top button