Abstract
Inertial sensor networks enable realtime gait analysis for a multitude of applications. The usability of inertial measurement units (IMUs), however, is limited by several restrictions, e.g. a fixed and known sensor placement. To enhance the usability of inertial sensor networks in every-day live, we propose a method that automatically determines which sensor is attached to which segment of the lower limbs. The presented method exhibits a low computational workload, and it uses only the raw IMU data of 3 s of walking. Analyzing data from over 500 trials with healthy subjects and Parkinson’s patients yields a correct-pairing success rate of 99.8% after 3 s and 100% after 5 s.
1 Introduction
Miniature inertial sensors are a novel and promising technology that allows precise assessment of human motion in clinical environments. However, for most systems each sensor has to be attached to a predefined body segment and often with a predefined sensor-to-segment orientation. Therefore, the set-up of the inertial systems is time-consuming and prone to errors if not supervised by a qualified instructor. This impedes the use of inertial sensors for home care systems, daily-life assistive devices and long-term motion analysis. In a multitude of clinical applications, it is desirable to let the patient attach the sensors autonomously and to employ a method that automatically determines which sensor has been attached to which body segment.
In particular, the following problem must be solved: Assume that six inertial sensor are attached to the lower limbs as depicted in Figure 1. Assume furthermore that it is not known which sensor has been attached to which of the six segments, nor in which orientation it has been attached. As the subject moves, the sensor readings should be used to determine which sensor are attached to the feet, to the shanks and to the thighs, and which are attached to the one side of the body and which to the other. This shall be achieved without requiring a specifically precise motion or posture.

Definition of the different sensor positions, which are used for the proposed sensor-to-segment pairing method.
Several methods have been proposed, which might be employed to solve this problem. [1] and [2] introduced methods for recognizing the on-body position of a sensor during walking. To this end, they use machine-learning methods and a large training set. Weenk et al. [3] presented a method for automatic identification of the sensor positions during walking for a full-body setup of 17 inertial sensors. This method relies on inertial sensor orientation estimation, which is besides its computational cost an error-prone procedure. In addition they require the subject to stand still in the beginning. Lambrecht et al. [4] developed a computationally low-cost method for the sensor position identification on the upper limbs that relies on special motions which the user has to perform.
We propose a method for the sensor-to-segment pairing on the lower limbs that aims for a low computational workload and supersedes the need for precise postures or movements. In particular, we
only assume the user to be walking,
use the raw accelerometer and gyroscope readings,
identify the paring from only 3 s of walking,
require no computationally expensive computations.
2 Method
Consider the setup depicted in Figure 1. Assume that each IMU provides 3D accelerometer readings a(t) as well as 3D gyroscope readings g(t) at a measurement sampling interval of ts = 0.02 s. Since we have no prior knowledge about the sensor-to-segment orientations, we only use the Euclidean norms of the measured vectors. To minimize the influence of signal fluctuation, we always apply sufficient low-pass filtering to these norm signals. We denote the low-pass filtered norms by
We denote the six sensors by an arbitrary but fixed enumeration
The final goal is to assign every sensor number i to a location (p,s). E.g. we use the notation S(shank, side 1) = 2 to indicate that the shank sensor of side 1 was found to be the sensor with number i = 2.
In order to achieve this goal, we divide this task by its dimensions. To this end, we define sets 𝕊foot, 𝕊shank and 𝕊thigh, each containing two sensors, such that
To keep the mathematical notations short, we define an operator that returns the sensor number i of the sensor that is associated with the kth-largest entry of a given set of real values.
Definition 1 Let c ∈ ℝn be a set of n real values, each of which is uniquely associated with one sensor, and let
For example, let the set c = {1.2, 0.3, 4.8} contain the angular rate norms of sensors i = 4, 6, 5. Then
In order to find robust criteria for the sensor-to-segment pairing, we only consider relative comparisons of characteristic signal values, since absolute values and thresholds typically change with gait velocity as well as from subject to subject.
We analyzed a large number of characteristics and features in the signals recorded during gait. For the sake of brevity, we present only the most useful and robust features in the present contribution. The proposed sensor-to-segment pairing algorithm consists of the following steps:
Identification of the foot sensors
Identification of the shank and thigh sensors
Pairing the shank sensors to their related foot sensors
Pairing the thigh sensors to their related foot sensors
All of these steps shall be performed by processing the IMU measurements that are collected during 3 s of gait. Let
With respect to Step 1, consider the following feature:
Feature 1: Foot sensors have the highest all-time-maximum of low-pass-filtered acceleration.
Note that the all-time-maximum is the maximum over the 3 s of collected data.To exploit this feature, we define a set
Once we know the foot sensors, the shank and thigh are distinguished by exploiting the following feature:
Feature 2: Shank sensors have higher all-time-maximum of low-pass-filtered angular rates than thigh sensors.
We exploit this feature by defining a set
Once we know the foot and shank sensors, we consequently know the thigh sensors:
For Step 3 and 4, we must identify the sides. Without prior knowledge, we have no means to distinguish both legs in terms of left and right. Note that one might assume that both feet exhibit more inversion than eversion or that both thighs exhibit more abduction than adduction during swing phase. However, these assumptions might easily be violated in pathological gaits. Therefore, we refrain from assuming any of such assumptions. Instead, we let the two foot sensors represent one leg each. Thus, we must find out which shank and thigh sensor belongs to which of the two foot sensors, in the following.
This goal is achieved by exploiting some fundamental characteristics of gait: In general, gait means that both legs alternate between stance and swing. During swing, both the shank and the foot of the swinging leg rotate quickly. Let us approximate the swing phase of one leg by the period of time in which the angular rate of the foot sensor is higher than the all-time maximum angular rate of both shank sensors. We denote the duration of this time interval by T≈swing.
Feature 3: During swing phase of one leg, the shank sensor of that leg measures a higher low-pass-filtered angular rate than the other shank sensor (see Figure 2a).

(A) Low-pass-filtered angular rates for one foot sensor and both shank sensors. Green dots indicate when the angular rate of the foot rises/falls above/below the all-time maximum angular rate (horizontal line) of both shank sensors. These events define the beginning and the end of the approximate swing phase (vertical lines). Integrating the signals over this time interval allows evaluation of Feature 3. (B) Low-pass-filtered zero-mean jerk of both thigh sensors. The integration interval that is used for evaluation of Feature 4 is shifted by 70% of T≈swing as indicated by the green arrow.
Denote the side of the leg that undergoes the first swing-phase (within the collected data) by side 1 and assign the foot sensors to the sides 1 and 2 accordingly. We compare the integrals of both angular rates of the shank sensors during T≈swing. Define Gshank ∈ ℝ2, with
For the final step of pairing a thigh sensor to its related foot sensor, the zero-mean jerk
was found to be a useful signal. Just like the angular rates for foot and shank sensors, the jerk of the thigh sensors alternates between high phases and low phases. These high-thigh-jerk phases appear a little later than the (approximated) swing phases of the corresponding foot. We quantify this time-shift to be approximately 70% of the swing duration T≈swing and denote it by T̂≈swing.
Feature 4: Near the end of the swing phase of one leg, the thigh sensor of that leg measures a higher low-pass-filtered zero-mean jerk than the other thigh sensor.
For illustration, see Figure 2b. We define Jthigh ∈ ℝ2 with
3 Experimental results
In order to evaluate the reliability of the proposed sensor-to-segment pairing, we analyze the data of three different experiments with several subjects and walking-trials. In all trials, the subjects were equipped with the proposed setup of six IMUs on the lower limbs. All subjects walked on a straight line at either slow, medium (self-selected) or fast pace. We analyzed 85 walking-trials of five healthy subjects, 53 trials of six ambulatory elderly patients suffering from Parkinson’s disease (partially with walking frame) and 395 trials of eleven healthy barefoot walking subjects, who walked at slow, normal and fast pace with two additional inertial sensors on the right thigh.
Table 1 presents the results of the sensor-to-segment pairings. Please note that only a correct classification of all six sensors was counted as a successful trial. A classification rate of 532 out of 533 trials is achieved for all subjects including fast and slow walkers as well as barefoot and shoe walkers and even Parkinson patients.
Success rate of the sensor-to-segment pairing.
| 16 Subjects | 6 Patients self assessed | |||
|---|---|---|---|---|
| Speed | Slow | Medium | Fast | |
| Trials | 132 | 216 | 132 | 53 |
| Pairing | 99.2% | 100% | 100% | 100% |
In Table 2 we see the results of the sensor-to-segment pairing for different thigh sensor positions. While the left thigh sensor is always attached to the lateral position, three positions (lateral, lateral low and frontal) are considered for the right thigh sensor. Even for the two asymmetric mountings, the classification rate remains very close to 100%.
Influence of thigh sensor placement.

In clinical applications, a reliability of 100% is obligatory. In order to achieve this perfect rate, we propose an online implementation of the presented method, such that it is applied repeatedly during walking. More precisely, we continuously store the data of the last 3 s in a ringbuffer and apply the proposed method to that data every second. Consequently, we obtain three paring results within the first 5 s, five pairing results within the first 7 s, and so on. At all times, if conflicting results are obtained, the algorithm only returns the most frequent sensor-to-segment pairing result. Using the same data as before, the online implementation achieves a success rate of 100% after 5 s already, i.e. the sensor-to-segment pairing is always correctly identified from at most three executions of the presented algorithm.
4 Conclusion
The results demonstrate that the sensor-to-segment pairing is highly reliable under a multitude of different conditions. In particular, neither the different walking styles and velocities nor the sensor placement had an influence on the pairing success of 100% after 5 s. We conclude that the proposed method enhances the practical usability of IMU-based gait analysis in many clinical applications. The user can independently attach the inertial sensors without the need for professional supervision. Since we refrained from using magnetometer readings, the methods are highly suitable for indoor environments. Our present and future work focuses on the combination of the presented method and methods for inertial gait analysis [5], [6], [7] to realize a plug-and-play gait analysis system.
Acknowledgement
We would like to express our deep gratitude to Noelia Chia Bejarano and Simona Ferrante from Politecnico di Milano as well as to Gunnar Leivseth from NTNU Trondheim who provided some of the datasets that were analyzed.
Author’s Statement
Research funding:This work was supported by the German Federal Ministry of Education and Research (FKZ 16SV7069K). Conflict of interest: Authors state no conflict of interest. Material and Methods: Informed consent: Informed consent has been obtained from all individuals included in this study. Ethical approval: The research related to human use complies with all the relevant national regulations, institutional policies and was performed in accordance with the tenets of the Helsinki Declaration, and has been approved by the authors’ institutional review board or equivalent committee.
References
[1] Kunze K, Lukowicz P, Junker H, Tröster G. Where am I: recognizing on-body positions of wearable sensors. Location- and Context-Awareness, Volume 3479 of Lecture Notes in Computer Science, Springer, 2005:264–75.10.1007/11426646_25Search in Google Scholar
[2] Mannini A, Sabatini AM, Intille SS. Accelerometry-based recognition of the placement site of a wearable sensor. Pervasive Mobile Comp. 2015;21:62–74.10.1016/j.pmcj.2015.06.003Search in Google Scholar PubMed PubMed Central
[3] Weenk D, van Beijnum B, Baten C, Hermens H, Veltink P. Automatic identification of intertial sensor placement on human body segments during walking. J NeuroEng Rehabil. 2013;10:31.10.1186/1743-0003-10-31Search in Google Scholar PubMed PubMed Central
[4] Lambrecht S, Romero JP, Benito-Leon J, Rocon E, Pons JL. Task independent identification of sensor location on upper limb from orientation data. Engineering in Medicine and Biology Society, 36th Annual International Conference of the IEEE, 2014;6627–30.10.1109/EMBC.2014.6945147Search in Google Scholar PubMed
[5] Seel T, Landgraf L, Víctor Cermeño Escobar, Raisch J, Schauer T. Online gait phase detection with automatic adaption to gait velocity changes using accelerometers and gyroscopes. Biomed Eng. 2014;59:795–8.Search in Google Scholar
[6] Seel T, Graurock D, Schauer T. Realtime assessment of foot orientation by accelerometer and gyroscopes. Curr Dir Biomed Eng 2015;1:466–9.10.1515/cdbme-2015-0112Search in Google Scholar
[7] Seel T, Schauer T, Raisch J. IMU-based joint angle measurement for gait analysis. Sensors. 2014;14:6891–909.10.3390/s140406891Search in Google Scholar PubMed PubMed Central
©2016 Thomas Seel et al., licensee De Gruyter.
This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 License.
Articles in the same Issue
- Synthesis and characterization of PIL/pNIPAAm hybrid hydrogels
- Novel blood protein based scaffolds for cardiovascular tissue engineering
- Cell adhesion and viability of human endothelial cells on electrospun polymer scaffolds
- Effects of heat treatment and welding process on superelastic behaviour and microstructure of micro electron beam welded NiTi
- Long-term stable modifications of silicone elastomer for improved hemocompatibility
- The effect of thermal treatment on the mechanical properties of PLLA tubular specimens
- Biocompatible wear-resistant thick ceramic coating
- Protection of active implant electronics with organosilicon open air plasma coating for plastic overmolding
- Examination of dielectric strength of thin Parylene C films under various conditions
- Open air plasma deposited antimicrobial SiOx/TiOx composite films for biomedical applications
- Systemic analysis about residual chloroform in PLLA films
- A macrophage model of osseointegration
- Towards in silico prognosis using big data
- Technical concept and evaluation of a novel shoulder simulator with adaptive muscle force generation and free motion
- Usability evaluation of a locomotor therapy device considering different strategies
- Hypoxia-on-a-chip
- Integration of a semi-automatic in-vitro RFA procedure into an experimental setup
- Fabrication of MEMS-based 3D-μECoG-MEAs
- High speed digital interfacing for a neural data acquisition system
- Bionic forceps for the handling of sensitive tissue
- Experimental studies on 3D printing of barium titanate ceramics for medical applications
- Patient specific root-analogue dental implants – additive manufacturing and finite element analysis
- 3D printing – a key technology for tailored biomedical cell culture lab ware
- 3D printing of hydrogels in a temperature controlled environment with high spatial resolution
- Biocompatibility of photopolymers for additive manufacturing
- Biochemical piezoresistive sensors based on pH- and glucose-sensitive hydrogels for medical applications
- Novel wireless measurement system of pressure dedicated to in vivo studies
- Portable auricular device for real-time swallow and chew detection
- Detection of miRNA using a surface plasmon resonance biosensor and antibody amplification
- Simulation and evaluation of stimulation scenarios for targeted vestibular nerve excitation
- Deep brain stimulation: increasing efficiency by alternative waveforms
- Prediction of immediately occurring microsleep events from brain electric signals
- Determining cardiac vagal threshold from short term heart rate complexity
- Classification of cardiac excitation patterns during atrial fibrillation
- An algorithm to automatically determine the cycle length coverage to identify rotational activity during atrial fibrillation – a simulation study
- Deriving respiration from high resolution 12-channel-ECG during cycling exercise
- Reducing of gradient induced artifacts on the ECG signal during MRI examinations using Wilcoxon filter
- Automatic detection and mapping of double potentials in intracardiac electrograms
- Modeling the pelvic region for non-invasive pelvic intraoperative neuromonitoring
- Postprocessing algorithm for automated analysis of pelvic intraoperative neuromonitoring signals
- Best practice: surgeon driven application in pelvic operations
- Vasomotor assessment by camera-based photoplethysmography
- Classification of morphologic changes in photoplethysmographic waveforms
- Novel computation of pulse transit time from multi-channel PPG signals by wavelet transform
- Efficient design of FIR filter based low-pass differentiators for biomedical signal processing
- Nonlinear causal influences assessed by mutual compression entropy
- Comparative study of methods for solving the correspondence problem in EMD applications
- fNIRS for future use in auditory diagnostics
- Semi-automated detection of fractional shortening in zebrafish embryo heart videos
- Blood pressure measurement on the cheek
- Derivation of the respiratory rate from directly and indirectly measured respiratory signals using autocorrelation
- Left cardiac atrioventricular delay and inter-ventricular delay in cardiac resynchronization therapy responder and non-responder
- An automatic systolic peak detector of blood pressure waveforms using 4th order cumulants
- Real-time QRS detection using integrated variance for ECG gated cardiac MRI
- Preprocessing of unipolar signals acquired by a novel intracardiac mapping system
- In-vitro experiments to characterize ventricular electromechanics
- Continuous non-invasive monitoring of blood pressure in the operating room: a cuffless optical technology at the fingertip
- Application of microwave sensor technology in cardiovascular disease for plaque detection
- Artificial blood circulatory and special Ultrasound Doppler probes for detecting and sizing gaseous embolism
- Detection of microsleep events in a car driving simulation study using electrocardiographic features
- A method to determine the kink resistance of stents and stent delivery systems according to international standards
- Comparison of stented bifurcation and straight vessel 3D-simulation with a prior simulated velocity profile inlet
- Transient Euler-Lagrange/DEM simulation of stent thrombosis
- Automated control of the laser welding process of heart valve scaffolds
- Automation of a test bench for accessing the bendability of electrospun vascular grafts
- Influence of storage conditions on the release of growth factors in platelet-rich blood derivatives
- Cryopreservation of cells using defined serum-free cryoprotective agents
- New bioreactor vessel for tissue engineering of human nasal septal chondrocytes
- Determination of the membrane hydraulic permeability of MSCs
- Climate retainment in carbon dioxide incubators
- Multiple factors influencing OR ventilation system effectiveness
- Evaluation of an app-based stress protocol
- Medication process in Styrian hospitals
- Control tower to surgical theater
- Development of a skull phantom for the assessment of implant X-ray visibility
- Surgical navigation with QR codes
- Investigation of the pressure gradient of embolic protection devices
- Computer assistance in femoral derotation osteotomy: a bottom-up approach
- Automatic depth scanning system for 3D infrared thermography
- A service for monitoring the quality of intraoperative cone beam CT images
- Resectoscope with an easy to use twist mechanism for improved handling
- In vitro simulation of distribution processes following intramuscular injection
- Adjusting inkjet printhead parameters to deposit drugs into micro-sized reservoirs
- A flexible standalone system with integrated sensor feedback for multi-pad electrode FES of the hand
- Smart control for functional electrical stimulation with optimal pulse intensity
- Tactile display on the remaining hand for unilateral hand amputees
- Effects of sustained electrical stimulation on spasticity assessed by the pendulum test
- An improved tracking framework for ultrasound probe localization in image-guided radiosurgery
- Improvement of a subviral particle tracker by the use of a LAP-Kalman-algorithm
- Learning discriminative classification models for grading anal intraepithelial neoplasia
- Regularization of EIT reconstruction based on multi-scales wavelet transforms
- Assessing MRI susceptibility artefact through an indicator of image distortion
- EyeGuidance – a computer controlled system to guide eye movements
- A framework for feedback-based segmentation of 3D image stacks
- Doppler optical coherence tomography as a promising tool for detecting fluid in the human middle ear
- 3D Local in vivo Environment (LivE) imaging for single cell protein analysis of bone tissue
- Inside-Out access strategy using new trans-vascular catheter approach
- US/MRI fusion with new optical tracking and marker approach for interventional procedures inside the MRI suite
- Impact of different registration methods in MEG source analysis
- 3D segmentation of thyroid ultrasound images using active contours
- Designing a compact MRI motion phantom
- Cerebral cortex classification by conditional random fields applied to intraoperative thermal imaging
- Classification of indirect immunofluorescence images using thresholded local binary count features
- Analysis of muscle fatigue conditions using time-frequency images and GLCM features
- Numerical evaluation of image parameters of ETR-1
- Fabrication of a compliant phantom of the human aortic arch for use in Particle Image Velocimetry (PIV) experimentation
- Effect of the number of electrodes on the reconstructed lung shape in electrical impedance tomography
- Hardware dependencies of GPU-accelerated beamformer performances for microwave breast cancer detection
- Computer assisted assessment of progressing osteoradionecrosis of the jaw for clinical diagnosis and treatment
- Evaluation of reconstruction parameters of electrical impedance tomography on aorta detection during saline bolus injection
- Evaluation of open-source software for the lung segmentation
- Automatic determination of lung features of CF patients in CT scans
- Image analysis of self-organized multicellular patterns
- Effect of key parameters on synthesis of superparamagnetic nanoparticles (SPIONs)
- Radiopacity assessment of neurovascular implants
- Development of a desiccant based dielectric for monitoring humidity conditions in miniaturized hermetic implantable packages
- Development of an artifact-free aneurysm clip
- Enhancing the regeneration of bone defects by alkalizing the peri-implant zone – an in vitro approach
- Rapid prototyping of replica knee implants for in vitro testing
- Protecting ultra- and hyperhydrophilic implant surfaces in dry state from loss of wettability
- Advanced wettability analysis of implant surfaces
- Patient-specific hip prostheses designed by surgeons
- Plasma treatment on novel carbon fiber reinforced PEEK cages to enhance bioactivity
- Wear of a total intervertebral disc prosthesis
- Digital health and digital biomarkers – enabling value chains on health data
- Usability in the lifecycle of medical software development
- Influence of different test gases in a non-destructive 100% quality control system for medical devices
- Device development guided by user satisfaction survey on auricular vagus nerve stimulation
- Empirical assessment of the time course of innovation in biomedical engineering: first results of a comparative approach
- Effect of left atrial hypertrophy on P-wave morphology in a computational model
- Simulation of intracardiac electrograms around acute ablation lesions
- Parametrization of activation based cardiac electrophysiology models using bidomain model simulations
- Assessment of nasal resistance using computational fluid dynamics
- Resistance in a non-linear autoregressive model of pulmonary mechanics
- Inspiratory and expiratory elastance in a non-linear autoregressive model of pulmonary mechanics
- Determination of regional lung function in cystic fibrosis using electrical impedance tomography
- Development of parietal bone surrogates for parietal graft lift training
- Numerical simulation of mechanically stimulated bone remodelling
- Conversion of engineering stresses to Cauchy stresses in tensile and compression tests of thermoplastic polymers
- Numerical examinations of simplified spondylodesis models concerning energy absorption in magnetic resonance imaging
- Principle study on the signal connection at transabdominal fetal pulse oximetry
- Influence of Siluron® insertion on model drug distribution in the simulated vitreous body
- Evaluating different approaches to identify a three parameter gas exchange model
- Effects of fibrosis on the extracellular potential based on 3D reconstructions from histological sections of heart tissue
- From imaging to hemodynamics – how reconstruction kernels influence the blood flow predictions in intracranial aneurysms
- Flow optimised design of a novel point-of-care diagnostic device for the detection of disease specific biomarkers
- Improved FPGA controlled artificial vascular system for plethysmographic measurements
- Minimally spaced electrode positions for multi-functional chest sensors: ECG and respiratory signal estimation
- Automated detection of alveolar arches for nasoalveolar molding in cleft lip and palate treatment
- Control scheme selection in human-machine- interfaces by analysis of activity signals
- Event-based sampling for reducing communication load in realtime human motion analysis by wireless inertial sensor networks
- Automatic pairing of inertial sensors to lower limb segments – a plug-and-play approach
- Contactless respiratory monitoring system for magnetic resonance imaging applications using a laser range sensor
- Interactive monitoring system for visual respiratory biofeedback
- Development of a low-cost senor based aid for visually impaired people
- Patient assistive system for the shoulder joint
- A passive beating heart setup for interventional cardiology training
Articles in the same Issue
- Synthesis and characterization of PIL/pNIPAAm hybrid hydrogels
- Novel blood protein based scaffolds for cardiovascular tissue engineering
- Cell adhesion and viability of human endothelial cells on electrospun polymer scaffolds
- Effects of heat treatment and welding process on superelastic behaviour and microstructure of micro electron beam welded NiTi
- Long-term stable modifications of silicone elastomer for improved hemocompatibility
- The effect of thermal treatment on the mechanical properties of PLLA tubular specimens
- Biocompatible wear-resistant thick ceramic coating
- Protection of active implant electronics with organosilicon open air plasma coating for plastic overmolding
- Examination of dielectric strength of thin Parylene C films under various conditions
- Open air plasma deposited antimicrobial SiOx/TiOx composite films for biomedical applications
- Systemic analysis about residual chloroform in PLLA films
- A macrophage model of osseointegration
- Towards in silico prognosis using big data
- Technical concept and evaluation of a novel shoulder simulator with adaptive muscle force generation and free motion
- Usability evaluation of a locomotor therapy device considering different strategies
- Hypoxia-on-a-chip
- Integration of a semi-automatic in-vitro RFA procedure into an experimental setup
- Fabrication of MEMS-based 3D-μECoG-MEAs
- High speed digital interfacing for a neural data acquisition system
- Bionic forceps for the handling of sensitive tissue
- Experimental studies on 3D printing of barium titanate ceramics for medical applications
- Patient specific root-analogue dental implants – additive manufacturing and finite element analysis
- 3D printing – a key technology for tailored biomedical cell culture lab ware
- 3D printing of hydrogels in a temperature controlled environment with high spatial resolution
- Biocompatibility of photopolymers for additive manufacturing
- Biochemical piezoresistive sensors based on pH- and glucose-sensitive hydrogels for medical applications
- Novel wireless measurement system of pressure dedicated to in vivo studies
- Portable auricular device for real-time swallow and chew detection
- Detection of miRNA using a surface plasmon resonance biosensor and antibody amplification
- Simulation and evaluation of stimulation scenarios for targeted vestibular nerve excitation
- Deep brain stimulation: increasing efficiency by alternative waveforms
- Prediction of immediately occurring microsleep events from brain electric signals
- Determining cardiac vagal threshold from short term heart rate complexity
- Classification of cardiac excitation patterns during atrial fibrillation
- An algorithm to automatically determine the cycle length coverage to identify rotational activity during atrial fibrillation – a simulation study
- Deriving respiration from high resolution 12-channel-ECG during cycling exercise
- Reducing of gradient induced artifacts on the ECG signal during MRI examinations using Wilcoxon filter
- Automatic detection and mapping of double potentials in intracardiac electrograms
- Modeling the pelvic region for non-invasive pelvic intraoperative neuromonitoring
- Postprocessing algorithm for automated analysis of pelvic intraoperative neuromonitoring signals
- Best practice: surgeon driven application in pelvic operations
- Vasomotor assessment by camera-based photoplethysmography
- Classification of morphologic changes in photoplethysmographic waveforms
- Novel computation of pulse transit time from multi-channel PPG signals by wavelet transform
- Efficient design of FIR filter based low-pass differentiators for biomedical signal processing
- Nonlinear causal influences assessed by mutual compression entropy
- Comparative study of methods for solving the correspondence problem in EMD applications
- fNIRS for future use in auditory diagnostics
- Semi-automated detection of fractional shortening in zebrafish embryo heart videos
- Blood pressure measurement on the cheek
- Derivation of the respiratory rate from directly and indirectly measured respiratory signals using autocorrelation
- Left cardiac atrioventricular delay and inter-ventricular delay in cardiac resynchronization therapy responder and non-responder
- An automatic systolic peak detector of blood pressure waveforms using 4th order cumulants
- Real-time QRS detection using integrated variance for ECG gated cardiac MRI
- Preprocessing of unipolar signals acquired by a novel intracardiac mapping system
- In-vitro experiments to characterize ventricular electromechanics
- Continuous non-invasive monitoring of blood pressure in the operating room: a cuffless optical technology at the fingertip
- Application of microwave sensor technology in cardiovascular disease for plaque detection
- Artificial blood circulatory and special Ultrasound Doppler probes for detecting and sizing gaseous embolism
- Detection of microsleep events in a car driving simulation study using electrocardiographic features
- A method to determine the kink resistance of stents and stent delivery systems according to international standards
- Comparison of stented bifurcation and straight vessel 3D-simulation with a prior simulated velocity profile inlet
- Transient Euler-Lagrange/DEM simulation of stent thrombosis
- Automated control of the laser welding process of heart valve scaffolds
- Automation of a test bench for accessing the bendability of electrospun vascular grafts
- Influence of storage conditions on the release of growth factors in platelet-rich blood derivatives
- Cryopreservation of cells using defined serum-free cryoprotective agents
- New bioreactor vessel for tissue engineering of human nasal septal chondrocytes
- Determination of the membrane hydraulic permeability of MSCs
- Climate retainment in carbon dioxide incubators
- Multiple factors influencing OR ventilation system effectiveness
- Evaluation of an app-based stress protocol
- Medication process in Styrian hospitals
- Control tower to surgical theater
- Development of a skull phantom for the assessment of implant X-ray visibility
- Surgical navigation with QR codes
- Investigation of the pressure gradient of embolic protection devices
- Computer assistance in femoral derotation osteotomy: a bottom-up approach
- Automatic depth scanning system for 3D infrared thermography
- A service for monitoring the quality of intraoperative cone beam CT images
- Resectoscope with an easy to use twist mechanism for improved handling
- In vitro simulation of distribution processes following intramuscular injection
- Adjusting inkjet printhead parameters to deposit drugs into micro-sized reservoirs
- A flexible standalone system with integrated sensor feedback for multi-pad electrode FES of the hand
- Smart control for functional electrical stimulation with optimal pulse intensity
- Tactile display on the remaining hand for unilateral hand amputees
- Effects of sustained electrical stimulation on spasticity assessed by the pendulum test
- An improved tracking framework for ultrasound probe localization in image-guided radiosurgery
- Improvement of a subviral particle tracker by the use of a LAP-Kalman-algorithm
- Learning discriminative classification models for grading anal intraepithelial neoplasia
- Regularization of EIT reconstruction based on multi-scales wavelet transforms
- Assessing MRI susceptibility artefact through an indicator of image distortion
- EyeGuidance – a computer controlled system to guide eye movements
- A framework for feedback-based segmentation of 3D image stacks
- Doppler optical coherence tomography as a promising tool for detecting fluid in the human middle ear
- 3D Local in vivo Environment (LivE) imaging for single cell protein analysis of bone tissue
- Inside-Out access strategy using new trans-vascular catheter approach
- US/MRI fusion with new optical tracking and marker approach for interventional procedures inside the MRI suite
- Impact of different registration methods in MEG source analysis
- 3D segmentation of thyroid ultrasound images using active contours
- Designing a compact MRI motion phantom
- Cerebral cortex classification by conditional random fields applied to intraoperative thermal imaging
- Classification of indirect immunofluorescence images using thresholded local binary count features
- Analysis of muscle fatigue conditions using time-frequency images and GLCM features
- Numerical evaluation of image parameters of ETR-1
- Fabrication of a compliant phantom of the human aortic arch for use in Particle Image Velocimetry (PIV) experimentation
- Effect of the number of electrodes on the reconstructed lung shape in electrical impedance tomography
- Hardware dependencies of GPU-accelerated beamformer performances for microwave breast cancer detection
- Computer assisted assessment of progressing osteoradionecrosis of the jaw for clinical diagnosis and treatment
- Evaluation of reconstruction parameters of electrical impedance tomography on aorta detection during saline bolus injection
- Evaluation of open-source software for the lung segmentation
- Automatic determination of lung features of CF patients in CT scans
- Image analysis of self-organized multicellular patterns
- Effect of key parameters on synthesis of superparamagnetic nanoparticles (SPIONs)
- Radiopacity assessment of neurovascular implants
- Development of a desiccant based dielectric for monitoring humidity conditions in miniaturized hermetic implantable packages
- Development of an artifact-free aneurysm clip
- Enhancing the regeneration of bone defects by alkalizing the peri-implant zone – an in vitro approach
- Rapid prototyping of replica knee implants for in vitro testing
- Protecting ultra- and hyperhydrophilic implant surfaces in dry state from loss of wettability
- Advanced wettability analysis of implant surfaces
- Patient-specific hip prostheses designed by surgeons
- Plasma treatment on novel carbon fiber reinforced PEEK cages to enhance bioactivity
- Wear of a total intervertebral disc prosthesis
- Digital health and digital biomarkers – enabling value chains on health data
- Usability in the lifecycle of medical software development
- Influence of different test gases in a non-destructive 100% quality control system for medical devices
- Device development guided by user satisfaction survey on auricular vagus nerve stimulation
- Empirical assessment of the time course of innovation in biomedical engineering: first results of a comparative approach
- Effect of left atrial hypertrophy on P-wave morphology in a computational model
- Simulation of intracardiac electrograms around acute ablation lesions
- Parametrization of activation based cardiac electrophysiology models using bidomain model simulations
- Assessment of nasal resistance using computational fluid dynamics
- Resistance in a non-linear autoregressive model of pulmonary mechanics
- Inspiratory and expiratory elastance in a non-linear autoregressive model of pulmonary mechanics
- Determination of regional lung function in cystic fibrosis using electrical impedance tomography
- Development of parietal bone surrogates for parietal graft lift training
- Numerical simulation of mechanically stimulated bone remodelling
- Conversion of engineering stresses to Cauchy stresses in tensile and compression tests of thermoplastic polymers
- Numerical examinations of simplified spondylodesis models concerning energy absorption in magnetic resonance imaging
- Principle study on the signal connection at transabdominal fetal pulse oximetry
- Influence of Siluron® insertion on model drug distribution in the simulated vitreous body
- Evaluating different approaches to identify a three parameter gas exchange model
- Effects of fibrosis on the extracellular potential based on 3D reconstructions from histological sections of heart tissue
- From imaging to hemodynamics – how reconstruction kernels influence the blood flow predictions in intracranial aneurysms
- Flow optimised design of a novel point-of-care diagnostic device for the detection of disease specific biomarkers
- Improved FPGA controlled artificial vascular system for plethysmographic measurements
- Minimally spaced electrode positions for multi-functional chest sensors: ECG and respiratory signal estimation
- Automated detection of alveolar arches for nasoalveolar molding in cleft lip and palate treatment
- Control scheme selection in human-machine- interfaces by analysis of activity signals
- Event-based sampling for reducing communication load in realtime human motion analysis by wireless inertial sensor networks
- Automatic pairing of inertial sensors to lower limb segments – a plug-and-play approach
- Contactless respiratory monitoring system for magnetic resonance imaging applications using a laser range sensor
- Interactive monitoring system for visual respiratory biofeedback
- Development of a low-cost senor based aid for visually impaired people
- Patient assistive system for the shoulder joint
- A passive beating heart setup for interventional cardiology training