Startseite Combining different ECG derived respiration tracking methods to create an optimal reconstruction of the breathing pattern
Artikel Open Access

Combining different ECG derived respiration tracking methods to create an optimal reconstruction of the breathing pattern

  • Gustavo Lenis EMAIL logo , Felix Conz und Olaf Dössel
Veröffentlicht/Copyright: 12. September 2015
Veröffentlichen auch Sie bei De Gruyter Brill

Abstract

ECG derived respiration (EDR) is a technique applied to estimate the respiration signal using only the electrocardiogram (ECG). Different approaches have been proposed in the past on how respiration could be gained from the ECG. However, in many applications only one of them is used while the others are not considered at all. In this paper, we propose a new algorithm for the optimal linear combination of different EDR methods in order to create a more accurate estimation. Using two well known databases, it was statistically shown that an optimally chosen fixed set of coefficients for the linear combination delivers a better estimation than each of the methods used solely.

1 Introduction

Respiratory signals are required in a large variety of applications not only in medicine. For instance, the diagnosis of sleep disorders and the detection of apnea is carried out measuring respiration during the night. In addition, the performance of professional athletes can be improved by monitoring their respiration during physical activity. Furthermore, stress assessment and management can be evaluated by considering respiration signals. However, measuring and quantifying respiration can become a tedious job. Typically, the measurement is carried out using spirometers or acquiring transthoracic impedance. They have the disadvantage of requiring additional medical equipment and often disturbing the normal respiration of the subject. Therefore, the ECG derived respiration (EDR) appeared as a low cost convenient alternative. For this method only the ECG is needed which is already available in many cases. Respiration has a direct effect on the ECG due to three major coupling mechanisms. First, the electrodes used to record the ECG move with respect to the heart as the thorax inflates and deflates. Therefore, the projection of the mean electrical axis of the heart on the given electrodes changes with ribcage movement. Second, the electrical impedance of the torso changes depending on the volume of air present in the lungs. Air, and consequently the lungs have a significantly different electrical permittivity than the organs in the thorax. Since the lungs are between the heart and the electrodes on the chest, the potential difference measured by them changes depending on respiration. Third, a physiological phenomenon called respiratory sinus arrhythmia (RSA), which is a direct modulation of the heart rate by respiration rate. The modulation is achieved because during the inspiration the heart beats slower while during exhalation the heart rate accelerates. In the past, these three coupling mechanisms have been used to create different methods to extract a respiration signal from the ECG. In general, they have a direct influence on the baseline of the ECG, its amplitude through a modulation process and the instantaneous heart rate. In this work, we implemented a group of commonly used EDR methods and found an optimal linear combination of them in order to build a better reconstruction of the real breathing signal.

2 Methods

2.1 Data used in this study

In order to develop and test our algorithms, two well known data sets from Physionet [2] were used. The first data set is the Fantasia database (Fantasia). It contains a total of 40 recordings from 20 young and 20 elderly subjects in resting state while watching the Disney movie Fantasia. One ECG channel and one respiratory signal are present. The signals were digitized at 250 Hz. The second database is the MIT-BIH Polysomnographic Database (SLP). It contains a total of 18 recordings from 16 subjects that were evaluated for chronic obstructive sleep apnea syndrome. Among other physiologic signals, one ECG channel and one respiratory signal are present. The recordings have a duration between 2 and 7 hours depending on the subject. The signals were digitized at 250 Hz.

2.2 Preprocessing the ECG signal

When preprocessing ECG signals for EDR methods, it is of highest priority to fully suppress baseline wander. The majority of EDR methods try to reflect amplitude fluctuations in the ECG caused by respiration and are thus corrupted by low frequency artifacts. In order to estimate and then subtract the baseline, a concatenation of two median filters was applied. Median filters work analogously to moving average filters but they calculate the median signal value within a sliding window. The width of the sliding windows for the median estimation was chosen to be 200 ms and 600 ms respectively. This approach eliminates baseline wander while retaining P-QRS-T waves. A demonstration of the method is shown in figure 1. High frequency noise and power line interference were filtered using Gaussian kernels.

Figure 1 Baseline wander removal with concatenation of two median filters. Signal prior to filtering (red) and its spectrum compared to filtered signal and its spectrum (blue).
Figure 1

Baseline wander removal with concatenation of two median filters. Signal prior to filtering (red) and its spectrum compared to filtered signal and its spectrum (blue).

2.3 EDR methods used

A large number of algorithms have been developed in the past to estimate respiration from the ECG. An introduction to this topic is given by Bailón [1] and O’Brien [3]. In this work, we implemented a total of 13 methods. As mention in the introduction, they are based on one of the three phenomena that couple respiration and ECG. Out of the 13 methods, 6 of them deal with the amplitude modulation caused on the QRS complex (first principal component (PCA), QRS integral, QR slope, QRS width, R peak and RS amplitude) and 4 of them on the T wave (T integral, T peak, T slope, RT peak). One of the methods uses the statistical properties of the ECG in every beat (kurtosis). Another one extracts the spectral properties of the signal below 0.5 Hz using the discrete wavelet transform (wavelet). Finally, the last method uses time distance between each QRS complex (RR interval). Since the majority of the methods do not deliver a continuous signal but rather one sample point per beat, an interpolation has to be carried out. We chose a low pass filter with a cutoff frequency equal to halve of the mean heart rate of the subject. Using this interpolation method we minimize additional frequency content that was not present in the original respiration signal. The functionality of the R peak method is displayed in figure 2.

Figure 2 Right: ECG signal and R peak amplitudes. Left: EDR based on R peak amplitude
Figure 2

Right: ECG signal and R peak amplitudes. Left: EDR based on R peak amplitude

2.4 Quantifying quality of EDR methods

In order to benchmark the EDR methods implemented in this work and choose the best ones to combine later, the maximal correlation between the measured and the estimated respiration was used. The procedure was carried out on non overlapping windows of the signal with a width of 20 s. A median correlation value was calculated in the end. This way, every method received a score between 0 and 1 for every signal. In the end, we chose the best four methods (PCA, R peak, QRS integral and RS amplitude) and they all turned out to be QRS complex based estimations. In order to include new information from other ECG waves and thus different time points, we also considered the best two T wave methods (T peak and T integral). The performance of each method on the Fantasia data set can be seen in figure 3.

Figure 3 Performance of each EDR method on the Fantasia data set.
Figure 3

Performance of each EDR method on the Fantasia data set.

2.5 Optimal linear combination of EDR methods to improve estimation

An optimal linear combination of the chosen EDR methods can be found (equation 1). For this purpose, a pre-possessing step is needed first. Every EDR method delivers a signal with its own amplitude and phase. In order to compensate amplitude differences between the methods, every EDR signal was normalized to have a unitary variance. Phase shift among EDR signals was corrected using the cross correlation between the PCA method and each of other methods. The time point of maximal cross correlation was subtracted from every EDR signal so that no time shift between the methods was present in the end.

(1)sopt(t)=aoptTs(t)=a1a2a6.s1(t)s2(t)s6(t)

The vector of coefficients aoptT was obtained using an optimization algorithm. The resulting EDR signal should be as similar as possible to the reference respiration measurement. Similarity was quantified in a correlation sense. In order to avoid linearly dependent parameter sets, we also restrained the values of each coefficient to be in the interval [0; 1] and to sum up to 1. Thus, the problem can be formulated as a minimization of a target function (equation 3). The optimization was carried out using the function fmincon implemented in MATLAB®.

(2)aoptT=argminaT[0;1]61corrsopt(t),sref(t)2
(3)subject toi=16ai=1

For each subject in the Fantasia database, an optimal parameter set was calculated. It turned out that every signal had a different optimal coefficient vector. Therefore, the median parameter set among the complete database was fixed and defined as global optimum. In order to test the performance of this globally optimal parameter vector, it was compared to other three estimations. First, every single EDR method prior to optimal linear combination was considered. Second, the best performing EDR method for each subject was taken into account. Third, the locally best linear combination of methods for each subject was considered too. In addition, the optimal parameter vector was tested without modifications on the SLP database. Moreover, the comparison was carried out in the same way as for the Fantasia database.

3 Results

3.1 Optimal linear combination of EDR methods for the Fantasia database

Optimal coefficient vector obtained for the Fantasia can be seen in table 1. Figure 4 shows the results of the performance of the linear combination of EDR methods in the Fantasia database. It can be observed that the median performance of the combined EDR signal was higher than the median of every single EDR method. In addition, even though a fixed set of coefficients was used, the combined signal competes with the best single EDR method and linear combination of methods for every patient. The fixed coefficient vector achieved a median cross correlation coeffi-cient of almost 0.8.

Table 1

Optimal coeflcient vector for linear combination of EDR methods

EDR MethodPCAQRS integralR peakRS amplitudeT integralT peak
Coeff. value0.37410.42530.00000.01640.01620.1679
Figure 4 Performance of linearly combined EDR methods on the Fantasia data set.
Figure 4

Performance of linearly combined EDR methods on the Fantasia data set.

3.2 Performance of the algorithm on the SLP database

Figure 5 shows the results of the performance of linear combination of EDR methods on the SLP database using the fixed parameter vector obtained from the Fantasia database. The results are qualitatively similar to the ones presented in the previous section. However, in this data set the fixed coefficient vector achieved a median cross correlation coefficient of almost 0.9, which was larger than the one obtained for the Fantasia dataset.

Figure 5 Performance of linearly combined EDR methods on the SLP data set.
Figure 5

Performance of linearly combined EDR methods on the SLP data set.

4 Discussion

The magnitude of each coefficient in the parameter vector reflects the performance of each EDR method. Higher values are in accordance with better performance. It was also possible to demonstrate that a fixed set of coefficients can deliver a median performance that is better than each of the single EDR methods. This is in accordance with the theory of optimal linear estimation. Furthermore, the fixed set of parameters performed almost as good as the specially chosen estimations for each subject. Since in the majority of EDR applications no prior knowledge about the quality of each EDR method is available, a fixed vector of coeffi-cients for the linear combination is a promising approach to this problem. The fixed set of parameters has the disadvantage of not adapting from subject to subject. This can be problematic if for one particular subject an EDR method is specially noisy. In that case, it would be convenient to reduce its corresponding coefficient in the linear combination. It was also very interesting to see that a fixed parameter vector that was originally obtained using the Fantasia database could be generalize to the new and up to that point unknown SLP database. This result proves that a fixed set of parameters can be used for general applications with different subjects, recording devices and ECG leads.

5 Limitations and outlook

The proposed algorithm has two significant drawbacks. First, the coefficient vector for the linear combination is fixed. In future, the algorithm could be extended to deliver a coefficient vector that changes in time and adapts its components to local signal quality. Second, the algorithm does not include all EDR methods. It would be interesting to optimally integrate all EDR methods to the existing algorithm and reevaluate its performance. Adding new EDR methods not mentioned here, together with an ECG multilead approach could significantly improve the performance of the algorithm even further.

Author's Statement

  1. 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 has been complied with all the relevant national regulations, institutional policies and in accordance the tenets of the Helsinki Declaration, and has been approved by the authors’ institutional review board or equivalent committee.

References

[1] Bailón R, Sörnmo L and Laguna P. Estimation of the ECG-derived respiration (EDR) signal from the ECG. In: Advanced methods and tools for ECG data analysis. Nordwood: Artech House 2006: 215–244.Suche in Google Scholar

[2] Goldberger AL, Amaral LAN, Glass L, Hausdorff JM, Ivanov PCh, Mark RG, Mietus JE, Moody GB, Peng C-K, Stanley HE. PhysioBank, PhysioToolkit, and PhysioNet: Components of a New Research Resource for Complex Physiologic Signals. Circulation 2000; 79: e215–e220.10.1161/01.CIR.101.23.e215Suche in Google Scholar

[3] O’Brien C, Heneghan C. A comparison of algorithms for estimation of a respiratory signal from the surface electrocardiogram. Computers in biology and medicine 2007; 37: 305–31410.1016/j.compbiomed.2006.02.002Suche in Google Scholar PubMed

Published Online: 2015-9-12
Published in Print: 2015-9-1

© 2015 by Walter de Gruyter GmbH, Berlin/Boston

This article is distributed under the terms of the Creative Commons Attribution Non-Commercial License, which permits unrestricted non-commercial use, distribution, and reproduction in any medium, provided the original work is properly cited.

Artikel in diesem Heft

  1. Research Article
  2. Development and characterization of superparamagnetic coatings
  3. Research Article
  4. The development of an experimental setup to measure acousto-electric interaction signal
  5. Research Article
  6. Stability analysis of ferrofluids
  7. Research Article
  8. Investigation of endothelial growth using a sensors-integrated microfluidic system to simulate physiological barriers
  9. Research Article
  10. Energy harvesting for active implants: powering a ruminal pH-monitoring system
  11. Research Article
  12. New type of fluxgate magnetometer for the heart’s magnetic fields detection
  13. Research Article
  14. Field mapping of ballistic pressure pulse sources
  15. Research Article
  16. Development of a new homecare sleep monitor using body sounds and motion tracking
  17. Research Article
  18. Noise properties of textile, capacitive EEG electrodes
  19. Research Article
  20. Detecting phase singularities and rotor center trajectories based on the Hilbert transform of intraatrial electrograms in an atrial voxel model
  21. Research Article
  22. Spike sorting: the overlapping spikes challenge
  23. Research Article
  24. Separating the effect of respiration from the heart rate variability for cases of constant harmonic breathing
  25. Research Article
  26. Locating regions of arrhythmogenic substrate by analyzing the duration of triggered atrial activities
  27. Research Article
  28. Combining different ECG derived respiration tracking methods to create an optimal reconstruction of the breathing pattern
  29. Research Article
  30. Atrial and ventricular signal averaging electrocardiography in pacemaker and cardiac resynchronization therapy
  31. Research Article
  32. Estimation of a respiratory signal from a single-lead ECG using the 4th order central moments
  33. Research Article
  34. Compressed sensing of multi-lead ECG signals by compressive multiplexing
  35. Research Article
  36. Heart rate monitoring in ultra-high-field MRI using frequency information obtained from video signals of the human skin compared to electrocardiography and pulse oximetry
  37. Research Article
  38. Synchronization in wireless biomedical-sensor networks with Bluetooth Low Energy
  39. Research Article
  40. Automated classification of stages of anaesthesia by populations of evolutionary optimized fuzzy rules
  41. Research Article
  42. Effects of sampling rate on automated fatigue recognition in surface EMG signals
  43. Research Article
  44. Closed-loop transcranial alternating current stimulation of slow oscillations
  45. Research Article
  46. Cardiac index in atrio- and interventricular delay optimized cardiac resynchronization therapy and cardiac contractility modulation
  47. Research Article
  48. The role of expert evaluation for microsleep detection
  49. Research Article
  50. The impact of baseline wander removal techniques on the ST segment in simulated ischemic 12-lead ECGs
  51. Research Article
  52. Metal artifact reduction by projection replacements and non-local prior image integration
  53. Research Article
  54. A novel coaxial nozzle for in-process adjustment of electrospun scaffolds’ fiber diameter
  55. Research Article
  56. Processing of membranes for oxygenation using the Bellhouse-effect
  57. Research Article
  58. Inkjet printing of viable human dental follicle stem cells
  59. Research Article
  60. The use of an icebindingprotein out of the snowflea Hypogastrura harveyi as a cryoprotectant in the cryopreservation of mesenchymal stem cells
  61. Research Article
  62. New NIR spectroscopy based method to determine ischemia in vivo in liver – a first study on rats
  63. Research Article
  64. QRS and QT ventricular conduction times and permanent pacemaker therapy after transcatheter aortic valve implantation
  65. Research Article
  66. Adopting oculopressure tonometry as a transient in vivo rabbit glaucoma model
  67. Research Article
  68. Next-generation vision testing: the quick CSF
  69. Research Article
  70. Improving tactile sensation in laparoscopic surgery by overcoming size restrictions
  71. Research Article
  72. Design and control of a 3-DOF hydraulic driven surgical instrument
  73. Research Article
  74. Evaluation of endourological tools to improve the diagnosis and therapy of ureteral tumors – from model development to clinical application
  75. Research Article
  76. Frequency based assessment of surgical activities
  77. Research Article
  78. “Hands free for intervention”, a new approach for transoral endoscopic surgery
  79. Research Article
  80. Pseudo-haptic feedback in medical teleoperation
  81. Research Article
  82. Feasibility of interactive gesture control of a robotic microscope
  83. Research Article
  84. Towards structuring contextual information for workflow-driven surgical assistance functionalities
  85. Research Article
  86. Towards a framework for standardized semantic workflow modeling and management in the surgical domain
  87. Research Article
  88. Closed-loop approach for situation awareness of medical devices and operating room infrastructure
  89. Research Article
  90. Kinect based physiotherapy system for home use
  91. Research Article
  92. Evaluating the microsoft kinect skeleton joint tracking as a tool for home-based physiotherapy
  93. Research Article
  94. Integrating multimodal information for intraoperative assistance in neurosurgery
  95. Research Article
  96. Respiratory motion tracking using Microsoft’s Kinect v2 camera
  97. Research Article
  98. Using smart glasses for ultrasound diagnostics
  99. Research Article
  100. Measurement of needle susceptibility artifacts in magnetic resonance images
  101. Research Article
  102. Dimensionality reduction of medical image descriptors for multimodal image registration
  103. Research Article
  104. Experimental evaluation of different weighting schemes in magnetic particle imaging reconstruction
  105. Research Article
  106. Evaluation of CT capability for the detection of thin bone structures
  107. Research Article
  108. Towards contactless optical coherence elastography with acoustic tissue excitation
  109. Research Article
  110. Development and implementation of algorithms for automatic and robust measurement of the 2D:4D digit ratio using image data
  111. Research Article
  112. Automated high-throughput analysis of B cell spreading on immobilized antibodies with whole slide imaging
  113. Research Article
  114. Tissue segmentation from head MRI: a ground truth validation for feature-enhanced tracking
  115. Research Article
  116. Video tracking of swimming rodents on a reflective water surface
  117. Research Article
  118. MR imaging of model drug distribution in simulated vitreous
  119. Research Article
  120. Studying the extracellular contribution to the double wave vector diffusion-weighted signal
  121. Research Article
  122. Artifacts in field free line magnetic particle imaging in the presence of inhomogeneous and nonlinear magnetic fields
  123. Research Article
  124. Introducing a frequency-tunable magnetic particle spectrometer
  125. Research Article
  126. Imaging of aortic valve dynamics in 4D OCT
  127. Research Article
  128. Intravascular optical coherence tomography (OCT) as an additional tool for the assessment of stent structures
  129. Research Article
  130. Simple concept for a wide-field lensless digital holographic microscope using a laser diode
  131. Research Article
  132. Intraoperative identification of somato-sensory brain areas using optical imaging and standard RGB camera equipment – a feasibility study
  133. Research Article
  134. Respiratory surface motion measurement by Microsoft Kinect
  135. Research Article
  136. Improving image quality in EIT imaging by measurement of thorax excursion
  137. Research Article
  138. A clustering based dual model framework for EIT imaging: first experimental results
  139. Research Article
  140. Three-dimensional anisotropic regularization for limited angle tomography
  141. Research Article
  142. GPU-based real-time generation of large ultrasound volumes from freehand 3D sweeps
  143. Research Article
  144. Experimental computer tomograph
  145. Research Article
  146. US-tracked steered FUS in a respiratory ex vivo ovine liver phantom
  147. Research Article
  148. Contribution of brownian rotation and particle assembly polarisation to the particle response in magnetic particle spectrometry
  149. Research Article
  150. Preliminary investigations of magnetic modulated nanoparticles for microwave breast cancer detection
  151. Research Article
  152. Construction of a device for magnetic separation of superparamagnetic iron oxide nanoparticles
  153. Research Article
  154. An IHE-conform telecooperation platform supporting the treatment of dementia patients
  155. Research Article
  156. Automated respiratory therapy system based on the ARDSNet protocol with systemic perfusion control
  157. Research Article
  158. Identification of surgical instruments using UHF-RFID technology
  159. Research Article
  160. A generic concept for the development of model-guided clinical decision support systems
  161. Research Article
  162. Evaluation of local alterations in femoral bone mineral density measured via quantitative CT
  163. Research Article
  164. Creating 3D gelatin phantoms for experimental evaluation in biomedicine
  165. Research Article
  166. Influence of short-term fixation with mixed formalin or ethanol solution on the mechanical properties of human cortical bone
  167. Research Article
  168. Analysis of the release kinetics of surface-bound proteins via laser-induced fluorescence
  169. Research Article
  170. Tomographic particle image velocimetry of a water-jet for low volume harvesting of fat tissue for regenerative medicine
  171. Research Article
  172. Wireless medical sensors – context, robustness and safety
  173. Research Article
  174. Sequences for real-time magnetic particle imaging
  175. Research Article
  176. Speckle-based off-axis holographic detection for non-contact photoacoustic tomography
  177. Research Article
  178. A machine learning approach for planning valve-sparing aortic root reconstruction
  179. Research Article
  180. An in-ear pulse wave velocity measurement system using heart sounds as time reference
  181. Research Article
  182. Measuring different oxygenation levels in a blood perfusion model simulating the human head using NIRS
  183. Research Article
  184. Multisegmental fusion of the lumbar spine a curse or a blessing?
  185. Research Article
  186. Numerical analysis of the biomechanical complications accompanying the total hip replacement with NANOS-Prosthetic: bone remodelling and prosthesis migration
  187. Research Article
  188. A muscle model for hybrid muscle activation
  189. Research Article
  190. Mathematical, numerical and in-vitro investigation of cooling performance of an intra-carotid catheter for selective brain hypothermia
  191. Research Article
  192. An ideally parameterized unscented Kalman filter for the inverse problem of electrocardiography
  193. Research Article
  194. Interactive visualization of cardiac anatomy and atrial excitation for medical diagnosis and research
  195. Research Article
  196. Virtualizing clinical cases of atrial flutter in a fast marching simulation including conduction velocity and ablation scars
  197. Research Article
  198. Mesh structure-independent modeling of patient-specific atrial fiber orientation
  199. Research Article
  200. Accelerating mono-domain cardiac electrophysiology simulations using OpenCL
  201. Research Article
  202. Understanding the cellular mode of action of vernakalant using a computational model: answers and new questions
  203. Research Article
  204. A java based simulator with user interface to simulate ventilated patients
  205. Research Article
  206. Evaluation of an algorithm to choose between competing models of respiratory mechanics
  207. Research Article
  208. Numerical simulation of low-pulsation gerotor pumps for use in the pharmaceutical industry and in biomedicine
  209. Research Article
  210. Numerical and experimental flow analysis in centifluidic systems for rapid allergy screening tests
  211. Research Article
  212. Biomechanical parameter determination of scaffold-free cartilage constructs (SFCCs) with the hyperelastic material models Yeoh, Ogden and Demiray
  213. Research Article
  214. FPGA controlled artificial vascular system
  215. Research Article
  216. Simulation based investigation of source-detector configurations for non-invasive fetal pulse oximetry
  217. Research Article
  218. Test setup for characterizing the efficacy of embolic protection devices
  219. Research Article
  220. Impact of electrode geometry on force generation during functional electrical stimulation
  221. Research Article
  222. 3D-based visual physical activity assessment of children
  223. Research Article
  224. Realtime assessment of foot orientation by Accelerometers and Gyroscopes
  225. Research Article
  226. Image based reconstruction for cystoscopy
  227. Research Article
  228. Image guided surgery innovation with graduate students - a new lecture format
  229. Research Article
  230. Multichannel FES parameterization for controlling foot motion in paretic gait
  231. Research Article
  232. Smartphone supported upper limb prosthesis
  233. Research Article
  234. Use of quantitative tremor evaluation to enhance target selection during deep brain stimulation surgery for essential tremor
  235. Research Article
  236. Evaluation of adhesion promoters for Parylene C on gold metallization
  237. Research Article
  238. The influence of metallic ions from CoCr28Mo6 on the osteogenic differentiation and cytokine release of human osteoblasts
  239. Research Article
  240. Increasing the visibility of thin NITINOL vascular implants
  241. Research Article
  242. Possible reasons for early artificial bone failure in biomechanical tests of ankle arthrodesis systems
  243. Research Article
  244. Development of a bending test procedure for the characterization of flexible ECoG electrode arrays
  245. Research Article
  246. Tubular manipulators: a new concept for intracochlear positioning of an auditory prosthesis
  247. Research Article
  248. Investigation of the dynamic diameter deformation of vascular stents during fatigue testing with radial loading
  249. Research Article
  250. Electrospun vascular grafts with anti-kinking properties
  251. Research Article
  252. Integration of temperature sensors in polyimide-based thin-film electrode arrays
  253. Research Article
  254. Use cases and usability challenges for head-mounted displays in healthcare
  255. Research Article
  256. Device- and service profiles for integrated or systems based on open standards
  257. Research Article
  258. Risk management for medical devices in research projects
  259. Research Article
  260. Simulation of varying femoral attachment sites of medial patellofemoral ligament using a musculoskeletal multi-body model
  261. Research Article
  262. Does enhancing consciousness for strategic planning processes support the effectiveness of problem-based learning concepts in biomedical education?
  263. Research Article
  264. SPIO processing in macrophages for MPI: The breast cancer MPI-SNLB-concept
  265. Research Article
  266. Numerical simulations of airflow in the human pharynx of OSAHS patients
Heruntergeladen am 7.9.2025 von https://www.degruyterbrill.com/document/doi/10.1515/cdbme-2015-0014/html
Button zum nach oben scrollen