Startseite Prediction of immediately occurring microsleep events from brain electric signals
Artikel Open Access

Prediction of immediately occurring microsleep events from brain electric signals

  • Martin Golz EMAIL logo , David Sommer und Jarek Krajewski
Veröffentlicht/Copyright: 30. September 2016
Veröffentlichen auch Sie bei De Gruyter Brill

Abstract

This contribution addresses the question if imminent changes of the cortical state are predictable. The analysis is based on 1484 examples of microsleep (MS) and 1940 counterexamples of sustained attention (SA), both observed during overnight driving in the simulator. EEG segments (8 s in length) immediately before each respective event were included. Features were extracted by (i) modified periodogram and (ii) Choi-Williams distribution. Machine learning algorithms, namely the optimized learning vector quantization (OLVQ) and the support-vector machine with Gaussian kernel function (SVM), were trained in order to map signal features to the event type (MS or SA). Cross validation analysis yielded test set classification accuracies of 87.5 ± 0.1 % and 82.7 ± 0.1 % for feature set (i) and (ii), respectively. In general, SVM outperformed OLVQ. In conclusion, EEG contains enough information to predict immediately upcoming microsleep events.

1 Introduction

The detection of short-term brain states based on biosignals is still challenging. One important example of such brain states are attention losses during driving or during other tasks that require sustained attention. Main causes of short and unintended attention losses are sleepiness and monotony. Thus, they are often called microsleep (MS) events. It has been shown that the detection of MS from electroencephalographic and electroocculographic recordings is possible if computational intelligence algorithms, like artificial neural networks or margin optimizing algorithms within the recursive kernel Hilbert space, i.e. support-vector machines (SVM), are applied [1], [2]. To the best of our knowledge, the short term prediction of MS events has not been investigated up to now.

In a recent paper, sleepiness estimations were presented based solely on EEG utilizing time-frequency analysis, especially the Choi-Williams distribution [3]. Here, the same methods were applied to describe sleepiness, but within a short-time arrangement in order to predict MS.

2 Material and methods

2.1 Experimental design

Data were recorded during a driving simulation study in the year of 2007 in cooperation with Caterpillar Machine Research Inc. Sixteen young adults (12 male, 4 female, mean age 24.4 ± 3.1 years) were randomly selected out of 133 interested volunteers. Two experimental nights per subject were conducted. During three days before experiments, the scheduled sleep-wake restrictions (wake-up time: 6:00 – 8:00, time to bed: 22:00 – 1:00) were monitored by wrist actimetry. Furthermore, it was verified that subjects refrained from naps during the day before driving. This way, a relatively large time since sleep was ensured which is an important factor of sleepiness. Experiments started at 22:30 and ended at 7:30 and included 8 driving sessions of 40 min duration each. EEG (Fp1, Fp2, A1, C3, Cz, C4, A2, O1, O2; common average reference) and EOG (vertical, horizontal) were recorded (device: Sigma PLpro, Sigma Medizintechnik GmbH, Gelenau, Germany). Further details were published earlier [4].

Behavioural MS events had been evaluated by an expert supervisor. Evaluations were based on visual inspections of video material, of lane deviation time series and of EOG. Vague or very short-lasting signs of MS (< 0.3 s) were excluded. The duration of behavioural signs of MS ranged between 0.3 and 6 s. On the other hand, periods of time where the driver is indeed drowsy, but still able to keep the car in lane, were used as counterexamples and were labelled as sustained attention (SA).

2.2 Biosignal processing

Two different cases of segmentation were considered:

  1. Prediction: the whole EEG segment is located before an MS or SA event,

  2. Detection: the EEG segment is centred around an MS or SA event (see Figure 1).

Figure 1 Two cases of EEG segmentation around each MS or SA event.
Figure 1

Two cases of EEG segmentation around each MS or SA event.

A practical application could process such EEG data in real time and decide immediately and continuously whether there is an MS event or not. The decision would be too late in the detection case and just in time in the prediction case. The EEG segment length was fixed to 8 s.

Power spectral densities (PSD): Under the assumption that the EEG is quasi-stationary within the segment, PSD values were estimated based on the periodogram method modified by data tapering (Hann taper). PSD were logarithmically scaled (in decibel units) and band-averaged in small frequency bands between 0.1 and 23.1 Hz. The width of these bands was empirically optimized, resulting in 1 Hz. As alternative estimation methods, the weighted overlapped segment analysis (Welch’s method) and the multi-taper method (Thomson’s method) were applied, but yielded slightly less accuracy in subsequent machine learning.

Choi-Williams distribution (CWD): Assuming that the EEG is non-stationary within the segment, then analyses by methods of the Cohen class might be considered. Following the suggestions of [3], the CWD was utilized. CWD satisfies a number of mathematical properties. For signals with quasi-constant instantaneous frequency it achieves potentially better time-frequency concentration than other methods, e.g. the smoothed pseudo Wigner-Ville distribution, which are more accurate for chirp-like signals. CWD depends on the signal’s time-frequency structure and performs potentially poor if signal components overlap in time and frequency. The cross-CWD between two signals x(t) and y(t) is expressed as follows [5]:

Txy(t,f)=2σ4π|τ|eν2σ/(16τ2)
(1)x(t+ν+τ2)y*(t+ντ2)ej2πfτdνdτ

If x(t) = y(t), then the auto-CWD of x(t) is estimated. The kernel width σ was fixed to 0.005 [3]. For each of the four EEG bands (δ = 0.1 – 4 Hz, θ = 4 – 8 Hz, α = 8 – 12 Hz, and β = 12 – 35 Hz), the instantaneous power function (IP) was estimated:

(2)Sxy,i(t)=fi1fi2|Txy|dffTB1fTB2|Txy|df

Sxy,i denotes the IP of the i-th band, fi1 and fi2 the lower and upper band limit of the i-th band, and fTB1 and fTB2 the lower and upper band limit of the total band. In accordance to [3], these limits were set to fTB1 = 0.1 Hz and fTB2 = 45 Hz. The instantaneous frequency (IF) was estimated as the first moment of the CWD with respect to frequency:

(3)fIF(t)=TB1TB2fTxy(t,f)dffTB1fTB2Txy(t,f)df

Finally, the complexity of the CWD within each band was estimated by means of the Shannon entropy:

(4)Hi(t)=fi1fi2Txy(t,f)log2(Txy(t,f))df

High values of the instantaneous spectral entropies (ISE) indicate broad-band spectral characteristics (uniform, flat spectrum), whereas low ISE values imply line spectrum characteristics, with power concentrated into a few frequency bins.

From each of these functions (eqs. 2 – 4), the following parameters of descriptive statistics were calculated: mean, median, minimum, maximum [3]. This led to 4 parameters of the IP functions (eq. 2) in 4 frequency bands, to 4 parameters of the IF function (eq. 3), and to 4 parameters of the ISE functions (eq. 4) in 4 frequency bands.

In accord with [3], feature extraction was performed on

  1. Auto-CWD of the following 7 channels: Fp1, Fp2, C3, Cz, C4, O1, O2;

  2. Cross-CWD of the following 6 ipsilateral pairs: Fp1-C3, Fp2-C4, Fp1-O1, Fp2-O2, C3-O1, C4-O2;

  3. Cross-CWD of the following 5 contralateral pairs: Fp1-Fp2, C3-C4, O1-O2, C3-O2, C4-O1.

This resulted in 36 features in each of 18 channels and channel pairs, i.e. 648 CWD features per EEG segment. In case of PSD, 23 features were extracted per channel (see above). For these preliminary investigations, cross spectral densities were not estimated. Therefore, only 7 channels, but no channel pairs, were included in PSD estimation. This generated 161 PSD features per EEG segment.

2.3 Classification analysis

The goal of this step is to find a mapping of high-dimensional feature vectors 𝒈d to class labels c. Here, the feature space had a dimensionality of d = 648 and d =161 for CWD and PSD, respectively. Classification was restricted to a two-class problem: c = +1 for MS events and c = −1 for SA behaviour of the driver.

Optimized learning vector quantization (OLVQ1): [6] is an artificial neural network which performs stochastic learning during which weight vectors 𝒘𝒌d,k=1,,nN are adapted to regions of high probability densities. It aims at approximating the probability density function in feature space. The number of neurons nN is the most important design parameter of OLVQ1. With large nN the approximation is finer than with low nN. Therefore, with increasing nN, OLVQ1 tends to be more adaptive and results in higher classification performance. Amongst several LVQ algorithms, OLVQ1 has an adaptive step size parameter ηk for each individual neuron (k=1,,nN). If a neuron converges badly during training iterations, then ηk is increased, otherwise it is decreased. For many practical cases it has been shown by several authors that OLVQ1 outperforms other LVQ algorithms at the cost of a higher demand on main memory. In general, OLVQ1 converges rapidly in most applications.

Support-vector machines (SVM): Given a finite training set {(𝒈i,ci)|𝒈id,ci,i=1,,N} with fixed pairs of feature vectors gi , class labels ci , and sample size N, one wants to find amongst all possible linear separation functions wT g + b = 0, that which maximizes the margin, i.e. the distance between the linear separation function and the nearest feature vectors of each class. This optimization problem is solved at the saddle point of the Lagrange functional [7]:

(5)L(𝒘,b,α)=12𝒘2i=1Nαi(ci(𝒘𝒈i+b)1)

using Lagrange multipliers αi. Both the vector w and scalar b are to be optimized. The solution of (5) is given by

(6)𝒘S=i=1Nαici𝒈i;bS=12𝒘S(𝒈++𝒈)

where g+ and g are support vectors with α+>0,c+=+1 and α>0,c=1, respectively. If the problem is not solvable error-free, then a penalty term i=1Nslξi with NSl slack variables ξi0 has to be used which controls the amount of allowed classification errors [7]. This leads to a restriction of the Lagrange multipliers to the interval 0αiCi=1,,Nsl. The regularization parameter C has to be optimized empirically by minimizing the mean classification error of the given training set.

In order to extend the separation functions to nonlinear ones the SVM is extended by kernel functionsk(𝒈i,𝒈) with 𝒈i as a feature vector of the given training set and g as a free test vector of the feature space:

(7)i=1Nαicik(𝒈i,𝒈)+b=0

The Gaussian radial basis function k(𝒈i,𝒈)=exp(γ𝒈i𝒈2) had been used, where γ is a free parameter which had been optimized empirically.

3 Results

As mentioned above, all parameters of OLVQ1 and SVM were optimized empirically in order to get highest mean classification accuracy during training. Most importantly for OLVQ1 is the number of neurons nN which was varied between 2 and 400 (Figure 2). At least 50 neurons should be used, higher values lead to minor increases in mean test set classification accuracies.

Figure 2 Mean and standard deviation of classification accuracy across the number of neurons nN of the OLVQ1 classifier applied to the PSD feature set of the detection case.
Figure 2

Mean and standard deviation of classification accuracy across the number of neurons nN of the OLVQ1 classifier applied to the PSD feature set of the detection case.

Most importantly for SVM are the kernel width γ and the regularization parameter C. It turned out, that there is a relatively small interval for γ (10−5γ ≤ 10−3) where classification performed well for test data, i.e. data which were never presented during training (Figure 3). If both have been optimized then training set classification accuracies of 100% are achievable. Despite this perfect training, mean test set accuracies were never higher than 87.5%. For these calculations a huge amount of computational power was necessary, because of very low convergence of the SVM training. In a grid computing framework, more than 40 high-performance workstations performed distributed learning and distributed parameter optimization.

Figure 3 Mean and standard deviation of classification accuracy across the kernel width parameter γ of the SVM classifier applied to the PSD feature set of the prediction case.
Figure 3

Mean and standard deviation of classification accuracy across the kernel width parameter γ of the SVM classifier applied to the PSD feature set of the prediction case.

Results of training for empirically optimized parameter set tings are summarized in Table 1. OLVQ1 was always out performed by SVM and in all cases PSD features led to higher training accuracy than CWD features. With mean accuracy between 97.3 % and 99.8 % it was possible to gain nearly perfect training results with SVM.

Table 1

Classification accuracy (mean and standard deviation) for training data sets for the prediction and detection case based on two classifiers (OLVQ1, SVM) and two feature sets (CWD, PSD).

Classifier Feature setOLVQ1 CWDOLVQ1 PSDSVM CWDSVM PSD
Prediction86.6 ± 0.5%89.6 ± 0.5%97.3 ± 0.0%98.9 ± 0.0%
Detection94.1 ± 0.5%97.6 ± 0.3%98.3 ± 0.0%99.8 ± 0.0%

High training success is essential to gain the essence of machine learning: generalizability, i.e. future data should be classified accurately. This is verified by test data which were never presented during training. Results offer slight decreases in mean accuracies (Table 2) compared to mean accuracies of training data (Table 1). Again, OLVQ1 has been always outperformed by SVM, and PSD features always led to higher accuracy than CWD features. Comparing both segmentation cases, it turned out that for segments of the detection case MS events are much more accurately discriminable from SA behaviour than for segments of the prediction case.

Table 2

Classification accuracy for the test data sets.

Classifier Feature setOLVQ1 CWDOLVQ1 PSDSVM CWDSVM PSD
Prediction81.6 ± 1.5%82.9 ± 1.5%82.7 ± 0.1%87.5 ± 0.1%
Detection91.1 ± 1.3%95.5 ± 0.7%91.2 ± 0.1%97.3 ± 0.1%

4 Discussion and conclusion

The Choi-Williams distribution is a time-frequency analysis method which has been demonstrated to perform well for signals composed of several oscillatory processes with constant or varying instantaneous frequency in the presence of low noise. EEG is known as a composition of a huge amount of stochastic processes which mostly result in spectra with broad-band characteristics. Nevertheless, it is an open question how useful CWD performs for such processes. Here and also in [3], visual inspection of CWD results was replaced by multivariate analysis. Mean accuracies of about 75% were obtained from 20 subjects with excessive daytime sleepiness compared to 20 subjects without daytime sleepiness [3]. Here, a mean accuracy of 82.7% for CWD and 87.5% for PSD was obtained on records of 14 subjects. In contrast to [3] a short-term prediction of immediately upcoming events (MS or SA) during sleepiness was assessed. If it is allowed to observe the already existing event (detection case) then a much higher mean accuracy (97.3%) has been obtained.

Despite the large amount of noise and the large variance of the periodogram estimation, it seems that machine learning methods get enough information from multi-channel EEG to predict correctly immediately upcoming microsleep events. It is an open question how robust the results are if the sample size is increased by EEG of subjects not included in the training process of the machine learning methodology.

Acknowledgement

The authors would like to thank Mr. Adolf Schenka for technical support during the lab study and for data management.

Author’s Statement

Research funding: The author state no funding involved. 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] Davidson PR, Jones R, Peiris M. EEG-based lapse detection with high temporal resolution. IEEE Trans Biomed Eng. 2007;54:832–9.10.1109/TBME.2007.893452Suche in Google Scholar PubMed

[2] Golz M, Sommer D, Chen M, Trutschel U, Mandic D. Feature fusion for the detection of microsleep events. J VLSI Signal Proc. 2007;49:329–42.10.1007/s11265-007-0083-4Suche in Google Scholar

[3] Melia U, Guaita M, Vallverdú M, Clariá F, Montserrat JM, Vilaseca I, et al. Characterization of daytime sleepiness by time-frequency measures of EEG signals. J Med Biol Eng. 2015;35:406–17.10.1007/s40846-015-0039-2Suche in Google Scholar

[4] Golz M, Sommer D, Trutschel U, Sirois B, Edwards D. Evaluation of fatigue monitoring technologies. Somnologie. 2010;14:187–99.10.1007/s11818-010-0482-9Suche in Google Scholar

[5] Choi HI, Williams WJ. Improved time-frequency representation of multicomponent signals using exponential kernels. IEEE T Acoust Speech. 1989;37:862–71.10.1109/ASSP.1989.28057Suche in Google Scholar

[6] Kohonen T. Self-organizing maps. Berlin: Springer; 2003.Suche in Google Scholar

[7] Vapnik VN. Statistical learning theory. N.Y.: Wiley; 1998.Suche in Google Scholar

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

©2016 Martin Golz et al., licensee De Gruyter.

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

Artikel in diesem Heft

  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
Heruntergeladen am 3.10.2025 von https://www.degruyterbrill.com/document/doi/10.1515/cdbme-2016-0035/html
Button zum nach oben scrollen