Home Medicine Reducing of gradient induced artifacts on the ECG signal during MRI examinations using Wilcoxon filter
Article Open Access

Reducing of gradient induced artifacts on the ECG signal during MRI examinations using Wilcoxon filter

  • Marcus Schmidt EMAIL logo , Johannes W. Krug and Georg Rose
Published/Copyright: September 30, 2016

Abstract

The electrocardiogramm (ECG) is the state-of-the-art signal for gating in cardiovascular magnetic resonance imaging and patient monitoring. Using the ECG for gating and monitoring during the magnetic resonance imaging examination is a high challenging task due to the superimposition of the magnetohydrodynamic effect, radio-frequency (RF) pulses and fast switching gradient magnetic fields. The gradient induced artifacts hamper the correct QRS detection which is needed for correct gating and heart rate calculation and ECG displaying for patient monitoring. To suppress the gradient artifacts from the ECG signal acquired during MRI, a technique based on the Wilcoxon filter was developed. It was evaluated using ECG signals of 14 different subjects acquired in a 3 T MRI scanner. It could be shown reliable results for reducing gradient induced artifacts in the ECG signal in real-time.

1 Introduction

The electrocardiogram (ECG) is the state-of-the-art signal for gating in cardiovascular magnetic resonance (CMR) imaging where it is used to reduce cardiac motion artifacts [1]. When the ECG signal is acquired during a magnetic resonance imaging (MRI) examination, it is superimposed by interfering signals caused by the magnetohydrodynamic (MHD) effect, radio-frequency (RF) pulses and fast switching gradient magnetic fields [2]. RF-pulses and fast switching gradient magnetic fields are required during MR image acquisition. RF-pulses can be reduced with hardware shielding or lowpass filtering, because its frequency range (> 42 MHz) is separated from the ECG’s frequency range (0.05–100 Hz). The gradient magnetic fields cause severe distortions of the ECG signal due to the voltages induced in the body and the ECG electrode cables [3]. Without further preprocessing, these gradient induced distortions will cause a significant drop of the QRS detection quality.

Different algorithms for the reduction of gradient artifacts exist in the literature. These algorithms are based on adaptive filter techniques [4], [5], [6], on bayesian filters [7] and independent component analysis (ICA) [8]. Some of these filter techniques used additional information from the MR scanner [4], [5], [6] to reduce the MR induced artifacts. Other filter could only be used for semi-online filtering [7] or needed learning and update periodes of the demixing matrix for ICA [8] what presents a potential error source.

In this work, the gradient induced artifacts were reduced using the Wilcoxon filter. This approach was applied to ECG signals during the imaging process without additional information from the MR scanner in real-time.

2 Theory

The Wilcoxon filter is a special case of a rankfilter, which is used for noise reduction in image processing [9]. Further, this filter approach can also be applied to digital signal processing problems. If X is a rank sorted vector and part of a signal with N elements and written as X = [x1, x2, …, xN], the Wilcoxon filter is defined in [10], [11] as:

(1)Yi=median(xj+xk2, 1jkN),

The term xj+xk2 is well known as Walsh average [12]. The Wilcoxon filter is effective to white noise reduction and edges or slopes were not preserved because of the averaging of all possible pairs [10]. Calculating the Walsh average for all the pairs causes problems in computational complexity because N(N+1)/2 values have to be sorted. The number of computations of the Walsh averages can be reduced using the inherent property of the Wilcoxon filter presented in [13]. As presented in [10] all computed Walsh averages can be written in a matrix what is exemplary done for N = 5 as follows:

(x1(x1+x2)2(x1+x3)2(x1+x4)2(x1+x5)2x2(x2+x3)2(x2+x4)2(x2+x5)2x3(x3+x4)2(x3+x5)2x4(x4+x5)2x5)

The result of the median of eq. 1 is close to the median of the main diagonal with the elements colored in red [10], [13]. Therefore, the Wilcoxon filter for the example of N = 5 can be written as:

(2)yi=median[x3,x2+x42,x1+x52].

Thus, the median is calculated from 3 instead of 15 elements. The computational complexity was reduced from N(N+1)/2 to (N+1)/2 . As shown in [13], this simplification can be applied for a larger filter lengths.

3 Material and methods

3.1 Databases

For the evaluation of the presented method, a database (DBSkyra) was composed from several ECG records acquired in a 3 T MR-scanner (MAGNETOM Skyra, Siemens, Germany). The database consists of ECG signals (lead II, electrode distance: 10 cm) recorded in a reduced Einthoven triangle (the distance between the electrodes was minimized) placed on the left chest with braided cables to reduce the MHD effect and induced voltage due to the fast switching gradients [14]. Because of the age relation of the young subjects and the ensuring location of the electrical heart axis, lead II shows the highest R-Peak amplitudes [15]. The ECG signals were acquired using an MR-compatible ECG recorder based on the technology of the patient monitoring system Tesla M3 (MIPM GmbH, Mammendorf, Germany). The analogue low-pass filtered (7.2 kHz) ECG signal was digitized with sampling frequency of 16 kHz and a resolution of 24 bit. The ECG recorder was placed on the subject’s abdomen. The raw ECG signals were transmitted via optical fiber to the computer system placed outside the MRI cabin.

The ECG signals were recorded from 14 healthy subjects (nine males and five females, V1 − V14) at the age of 23.42 ± 4.9 years. The subjects had an average weight of 74.4 ± 12.7 kg together with an average height of 178.1 ± 9.7 cm. For the evaluation a set of the following MR sequences was chosen: fluid attenuated inversion recovery (FLAIR), T2-weighted turbo spin echo (T2TSE), gradient echo cardiac (GRE Cardiac), gradient echo (GRE), echo planar 2D diffusion (EP2DDiff) and a spin echo (SE). The duration of each sequence together with the repetition time (TR) and the echo time (TE) is presented in Table 1. The MR sequences were applied in the presented order. Between two sequences a break of 20 s was done. During this break the ECG signal was still recorded. DBSkyra had a length of 90 min.

Table 1

MRI sequence parameters used for the acquisition of the ECG signals contained in DBSkyra.

SequenceTR (ms)TE (ms)Sequence length (s)
FLAIR90009165
T2TSE60009640
GRE Cardiac9.74.8910
GRE6962340
EP2DDiff64009830
SE191210

3.2 Filter algorithm

Figure 1A depicts an exemplary ECG signal during an EPI sequence. Due to the structure of the EPI it represents a worst-case scenario (see Figure 1B). Besides short impulse shaped artifacts (e.g. Figure 1B at 0.2 s), a longer series impulses with a length of total length 0.08 s can be observed (e.g. Figure 1(B) at 0.03–0.11 s). To deal with these differently shaped artifacts, the algorithm was applied in a sliding window of 10 ms length (160 samples) with a step width of 0.0625 ms (1 sample). The window length of 10 ms showed best results for the chosen MR sequences. The ECG samples of 10 ms were first sorted by size and then their Walsh averages were calculated. After that the median of the Walsh averages was computed (see eq. 1). To estimate the current sample of the filtered ECG signal (Yi), the vector of the unfiltered ECG signal (Xi) consists of the current sample and the last 159 Samples. The computational complexity was reduced by using the inherent property of the Wilcoxon filter presented in [13].

Figure 1 The functionality exemplary shown during a EPI sequence. (A) Raw ECG signal of lead II with gradient induced artifacts. (B) Detailed gradient induced artifacts of (A). (C) ECG signal after applied filter approach. (D) Result of the bandpass filtering of the artifact reduced ECG signal.
Figure 1

The functionality exemplary shown during a EPI sequence. (A) Raw ECG signal of lead II with gradient induced artifacts. (B) Detailed gradient induced artifacts of (A). (C) ECG signal after applied filter approach. (D) Result of the bandpass filtering of the artifact reduced ECG signal.

After applying the Wilcoxon-based gradient artifact filter (Figure. 1C), the ECG signal was bandpass filtered with a 45 Hz low-pass (5th order elliptic filter) and a 0.05 Hz high-pass (3th order elliptic filter) filter to smooth the ECG and to reduce baseline wander Figure 1D.

3.3 Evaluation metrics

To evaluate the filter results the mean square error (MSE) was used for comparing the ECG without gradient induced artifacts before s(n) and after ŝ(n) applying the presented filter approach because of the known reference ECG. The MSE is defined as follows:

(3)MSE=E[(s(n)s^(n))2].

The filter algorithm reduces the power of the ECG superimposed by the gradient artifacts [4]. Hence, the difference of the ECG signal before and after applying the filter approach can show the functionality of the algorithm. The average power of a discrete signal is defined as:

(4)Ps=1Nn=1N|s(n)|2.

The average power of the gradient artifact free ECG (Ps) was calculated from the first 10 s of each signal. The ratio between the average power of the ECG signal during MR sequences (Psa) and the filtered ECG (Psaf) is defined as:

(5)psaf=PsaPsafPsaf

To show only the functionality of the presented gradient filter, the last filter step depicted in 1 (D) was not involved in the evaluation. Psaf was calculated before this filter step.

4 Results

The MSE computed from the gradient artifact free ECG before and after filtering together with the average power and the power ratio defined in 3.3 for the 14 volunteers (V1–V14) are summarized in Table 2.

Table 2

Results of the MSE and the average powers (Ps, Psf, Psa and Psaf) of the ECG signals before and after filtering given in μV2 together with the defined ratios (Psaf) in [%].

VolunteerMSEPsPsaPsafpsaf
V10.1311.3966.790.808276
V20.2000.7824.981.052275
V30.0911.26121.540.9213,107
V40.0380.72234.760.5642,075
V50.0771.4357.171.105098
V60.1141.60223.351.2717,434
V70.1171.0768.140.867795
V80.0310.44157.890.7321,565
V90.0210.2722.430.1713,131
V100.0410.2871.130.6011,749
V110.0170.13101.340.5119,620
V120.0110.7819.520.902076
V130.0710.7256.091.583440
V140.0240.2125.390.1912,977

The MSE values range from 0.011–0.200 μV2 what show a low change in the ECG quality using the presented filter approach. The average power Ps ranges from 0.13–1.60 μV2 for each dataset. The average power Psa shows much higher values (19.52–234.76 μV2) than Ps due to the existing gradient induced artifacts. After filtering, the average power was reduced (0.19–1.58 μV2) and showed results which are in a similar range as Ps.

5 Discussion

The Wilcoxon filter was applied to reduce the gradient artifacts in the ECG signal of lead II in real-time.

A low MSE was observed between the original (gradient artifact free) ECG and the Wilcoxon filtered ECG. Further filter steps like low-pass filtering of the artifact free ECG can improve the results of the MSE and the Ps, e.g. noise reduction by A/D-converter. One reason is the efficiency of the filter for noise reduction caused by the determination of the Walsh average [10]. Another effect of the used filter approach is the nonpreserving of the edges. The slope, e.g. of the QRS-complex, was reduced what finally reduces the average power. A positive effect of the Wilcoxon filter is the reduction of pulse shaped artifacts what can be clearly shown in the comparison of Figure 1 A and C. The fact that edges are not preserved have an additional positive effect, too.

Due to the parameters of the ECG recorder and the possibility to record the gradient induced artifact in its full range of amplitude, the average power of the ECG is much higher than presented in [4]. One reason might be the high resolution of the presented ECG hardware. The amplitude of the MR induced artifact is not limited and can be shown in its full amplitude range. This results in a higher signal power.

The use of the Wilcoxon filter was possible due to the high sampling frequency and the high resolution of the ECG signal and the induced gradient artifacts because of the well presentation of the artifacts as high frequency peaks. A low sampling frequency as well as a low resolution would distort the ECG artifacts. As a result of that the high frequency peaks are missing and the median based filter can not be applied successfully.

In future works, the algorithm will be tested using ECG signals recorded in other MRI scanners with different static magnetic fields. In addition. ECG leads I and III have to be evaluated to show the efficiency of the presented gradient filter on different leads.

Author’s Statement

Research funding: Marcus Schmidt and Johannes W. Krug are funded by the Federal Ministry for Economic Affairs and Energy (BMWi, Germany) under grant number KF3172301JL3. Conflict of interest: Authors state no conflict of interest. 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] Scott AD, Keegan J, Firmin DN. Motion in Cardiovascular MR Imaging. Radiology. 2009;250:331–51.10.1148/radiol.2502071998Search in Google Scholar

[2] Felblinger J, Slotboom J, Kreis R, Jung B, Boesch C. Restoration of electrophysiological signals distorted by inductive effects of magnetic field gradients during MR sequences. J Magn Reson Med. 1999;41:715–21.10.1002/(SICI)1522-2594(199904)41:4<715::AID-MRM9>3.0.CO;2-7Search in Google Scholar

[3] Laudon MK, Webster JG, Frayne R, Grist TM. Minimizing interference from magnetic resonance imagers during electrocardiography. IEEE Trans on Biomed Eng. 1998;45:160–4.10.1109/10.661264Search in Google Scholar

[4] Abächerli R, Pasquier C, Odille F, Felblinger J. Suppression of mr gradient artifacts on electrophysiological signals based on an adaptive real-time filter with lms coeffcient updates. J Magn Reson Imaging. 2005;18:41–50.10.1007/s10334-004-0093-1Search in Google Scholar

[5] Park HD, Jang BR, Cho SP, Kim HJ, Choi KH, Lee KJ. Minimizing MR gradient and RF pulse artifacts on ECG signals for MRI gating based on an adaptive real-time digital filter. IFMBE. 2007;14:1127–30.10.1007/978-3-540-36841-0_270Search in Google Scholar

[6] Abi-Abdallah D, Drochon A, Robin V, Fokapu O. Cardiac and respiratory MRI gating using combined wavelet sub-band decomposition and adaptive filtering. Ann Biomed Eng. 2007;35:733–43.10.1007/s10439-007-9285-ySearch in Google Scholar

[7] Oster J, Pietquin O, Kraemer M, Felblinger J. Bayesian framework for artefact reduction on ECG in MRI. ICASSP. 2010;35:489–92.10.1109/ICASSP.2010.5495684Search in Google Scholar

[8] Oster J, Pietquin O, Abächerli R, Kraemer M, Felblinger J. Independent component analysis-based artefact reduction: application to the electrocardiogram for improved magnetic resonance imaging triggering. Physiol Meas. 2009;30:1381–97.10.1088/0967-3334/30/12/007Search in Google Scholar

[9] Crinon RJ. The Wilcoxon filter: a robust filtering scheme. Proc ICASSP. 1985;10:668–71.10.1109/ICASSP.1985.1168348Search in Google Scholar

[10] Pintas I, Venetsanopoulos AN. Nonlinear digital filters. 1st ed. New York: Springer Science + Business Media; 1990.10.1007/978-1-4757-6017-0Search in Google Scholar

[11] Song J, Kassam SA. Nonlinear filters based on generalized ranks for edge preserving smoothing. Proc IEEE Symp Circ Sys. 1986;401–4.Search in Google Scholar

[12] Dümbgen L. Einführung in die Statistik. 1st ed. Birkhäuser; 2016.10.1007/978-3-0348-0004-4Search in Google Scholar

[13] Lee JH, Kao JS. A fast algorithm for two-dimensional Wilcoxon filtering. Proc IEEE Symp Circ Sys. 1987;268–71.Search in Google Scholar

[14] Wendt RE, Rokey R, Vick GW, Johnston DL. Electrocardiographic gating and monitoring in NMR imaging. J Magn Reson Imaging. 1988;6:89–95.10.1016/0730-725X(88)90528-0Search in Google Scholar

[15] Vijay Raghawa Rao BN. Clinical Examination in Cardiology. 1st ed. New Delhi: Elsevier; 2007.Search 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 27.2.2026 from https://www.degruyterbrill.com/document/doi/10.1515/cdbme-2016-0040/html
Scroll to top button