Abstract
Catheter ablation has become a very efficient strategy to terminate sustained cardiac arrhythmias like atrial flutter (AFlut). Identification of the optimal ablation spot, however, often proves difficult when scar from previous ablations is present. Although the application of electro-anatomical mapping systems allows to record thousands of intracardiac electrograms (EGMs) from each atrium, state-of-the-art techniques provide limited options for automatic signal processing. Goal of the presented research was the development of an algorithm to detect EGMs that present double potentials (DPs), as these often indicate functional or anatomical lines of block for cardiac excitation. Using an annotated database, we developed several features based on the morphological descriptors of DPs. These were used to train a binary decision tree which was able to detect DPs with a correct rate of over 90%.
1 Introduction
The curative therapy by catheter ablation is a promising treatment approach for drug-resistant atrial flutter (AFlut), with success rates in the order of 88–100% [1]. Systematic ablation, however, requires a detailed understanding of the mechanism of the presenting tachycardia. Conventional local activation time (LAT) mapping is the standard approach to comprehend the excitation pattern by analyzing intracardiac electrograms (EGMs). It neglects, however, the morphological peculiarities of individual EGMs.
Normal EGMs are expected to contain one deflection per basic cycle length (BCL) during AFlu. The presence of two distinct activity complexes (ACs) per BCL is termed double potential (DP), and has been shown to indicate the presence of functional or anatomical block [2]. Recent research has focused on the usability of non-contact [3] or epicardial [4] mapping to gain information about conduction block. The development of automatic approaches to detect these DPs is a challenging task and is addressed in this research.
2 Methods
2.1 Database of flutter EGMs
Clinical data were acquired during local activation time mapping of stable AFlut from eight patients (mean age 64 ± 6.8 years). Informed consent has been obtained from all individuals included in this study. A total of 2863 EGMs was available, including simultaneous ECG and an intracardiac reference EGM. All data were 1 s long and sampled at 2034.5 Hz. The EGMs were compiled in a database and annotated by an experienced scientist. QRS complexes were marked in the ECG, as well as the active segments of the measured EGMs. After inspection, 882 EGMs were discarded due to noise, ventricular far field or an inconsistent activation pattern. The remaining 1981 EGMs contained 154 signals labeled as DP.
2.2 Annotation of activity
The annotation of activity within the recorded EGMs was a central step in processing prior to DP detection. Within a previous project, five different methods were optimized and subsequently compared to achieve best possible agreement between automatically detected and manually annotated activity. These comprised an energy-based approach [5], methods using Hilbert or wavelet transform [7], the matched-filter, and a voltage-based technique. After optimization, each algorithm achieved correct rates over 90% [8].
As the activity detection was a fundamental step in processing, its performance was expected to strongly affect the detection of DPs. Therefore, the classification technique presented in the following was combined with each activity detection algorithm.
2.3 Feature definition
A variety of features were developed which reflected the morphological peculiarities of DPs.
The number of ACs was used as feature and determined within one BCL. In order to avoid the double counting of ACs located at the limits of the inspected cycle, the relative activity inside the cycle was assessed for each AC. Summation of these measures led to a total value which matched with the number of ACs in the signal. Figure 1 demonstrates this approach for both a prolonged EGM [total of 1.00 AC, (A)] and an EGM with two separate deflections [total of 1.98 ACs, (B)].

The number of ACs used as feature in two signals. The activity (red) is shown for each EGM (blue). The relative amount of activity of each AC inside the analyzed cycle (bounded by the vertical lines) is summed up. The total value reflects the number of ACs within one cycle.
To be more independent from the annotation of ACs, the total amount of covered cycle length was introduced as additional feature relative activity as proposed in previous work [5].
Since two distinct deflections may be located within one annotated AC, peaks of instantaneous energy were assessed. The concept of this approach is outlined in Figure 2. While the energy within ACs of normal EGMs typically showed one peak (A), multiple strong deflections within ACs of DPs caused several local maxima (B). Based on this observation, two features were generated. The number of peaks indicated the average number of peaks within the ACs. Also the distance between the peaks and the centroid of the energy was computed, assessed as peak to centroid distance.

Relationship between EGM morphology and the energy distribution within ACs. Multiple distinct deflections caused multiple peaks within an AC (B), while a single deflection translated into one peak (A). Both the number of peaks and the peak to centroid distance represent potential features for classification.
Adjacent ACs were frequently merged during the postprocessing step of activity detection. Thus annotated ACs were retrospectively inspected to assess the presence of baseline between deflections. First, the annotated activity prior to post-processing was analyzed and the duration of the longest segment of inactivity was measured as feature baseline I. Second, baseline II was computed as maximum duration of EGM segments with amplitudes below a low voltage threshold.
![Figure 3: Demonstration of features which assess the presence of baseline within ACs. The initial result of activity annotation of an EGM (A) was inspected to detect discrete activities prior to merging [baseline I, (B)]. In addition, the EGM was evaluated directly to detect segments of low voltage [baseline II, (C)].](/document/doi/10.1515/cdbme-2016-0041/asset/graphic/j_cdbme-2016-0041_fig_003.jpg)
Demonstration of features which assess the presence of baseline within ACs. The initial result of activity annotation of an EGM (A) was inspected to detect discrete activities prior to merging [baseline I, (B)]. In addition, the EGM was evaluated directly to detect segments of low voltage [baseline II, (C)].
Also the similarity of detected ACs was assessed using simple means like the mean AC duration and standard deviation of AC length. Analysis of these values was inspired by the observation that only in case of DPs a low similarity of ACs was expected.
2.4 Classification tree
A decision tree was chosen as classifier to distinguish between normal EGMs and DPs, with the Gini Diversity Index chosen as split criterion. Over-fitting was avoided by limiting the complexity of the tree to 10 branches. Also the minimum number of branch and leaf node observations were limited to 10 and 1, respectively.
2.5 Performance evaluation
As the number of normal EGMs was much larger than from the available DPs, a balancing of training data was required to gain a realistic performance evaluation of the classifier. Therefore random over-sampling of the minority class was performed. Cross-validation was performed using the leave-one-out technique, and considering the identification of a DP as positive. One decision tree was benchmarked for each activity detection method, as the latter was expected to play a major role for the outcome. Correct rate (CR), sensitivity (Se), specificity (Sp), as well as positive and negative predictive values (PPV and NPV) were computed as statistical performance measures.
3 Results
3.1 Classification performance
First, the suitability of the developed features and the classification approach was assessed. To exclude the effect of automatic activity detection, a decision tree was trained using the manual annotations. The CR computed by cross-validation was about 99%, confirming the suitability of the implemented method.
Subsequently, a classifier was trained for each automatic activity annotation algorithm and benchmarked. The results are summarized in Table 1. For the completely automatic approach, best performance was observed for the voltage-based method with about 90% accuracy.
After benchmarking, a final tree was induced using all data. Five features were considered in the resulting tree, being number of ACs, relative activity, peak to centroid distance, baseline II and mean AC duration.
Cross-validation performance of the decision trees for DP detection.
| CR | Se | Sp | PPV | NPV | |
|---|---|---|---|---|---|
| Manual | 99.0 | 99.6 | 98.4 | 98.4 | 99.6 |
| Energy | 79.7 | 69.2 | 90.2 | 87.6 | 74.5 |
| Hilbert | 83.4 | 79.1 | 87.8 | 86.7 | 80.8 |
| Wavelet | 78.7 | 65.5 | 91.7 | 88.8 | 72.7 |
| Voltage | 90.5 | 91.3 | 89.6 | 89.8 | 91.2 |
| Matched | 77.2 | 61.1 | 93.3 | 90.1 | 70.6 |
All values given in %.
3.2 Application in clinical mapping
The applicability of the developed classifier was demonstrated on a set of clinical data. Electrograms recorded during activation mapping of perimitral counter-clockwise atrial flutter were classified into normal EGMs or DPs. This process was included in the automatic signal analysis and the resulting information was projected back on the anatomy based on the location of each measurement point. The result is visualized in Figure 4, showing the LAT map at the top and the corresponding DP map below. A line of conduction block can be noticed on the anterior wall, causing a delay of excitation between the inferior and the superior part. Its position coincided with the region in which DPs were detected by automatic classification.

Maps demonstrating the clinical activation pattern (A) and the occurrence of DPs as detected by the presented algorithm (B). DPs were found primarily at a line of block along the anterior wall.
4 Discussion
Within the presented research, a method for the automatic detection and annotation of DPs was developed and benchmarked. Despite their diagnostic relevance, this is the first work known to the authors addressing this issue.
A number of potentially relevant features was generated, inspired by the morphological properties of DPs. Their suitability for the differentiation between normal EGMs and DPs was confirmed by a resulting classification accuracy of 99%. In order to achieve a fully automatic approach, the DP classification was combined with a preceding activity detection. Each potential activity detection algorithm was therefore assessed as potential preprocessing step.
The voltage-based approach performed best with about 90% accuracy, and was subsequently applied to a patient specific set of clinical mapping data. The outcome correctly identified a line of block which was confirmed by visual inspection.
Although this approach was successfully demonstrated, additional features could help to further improve classification performance, as well optimizing the classifier type. In future, this method will be applied as novel diagnostic algorithm for the analysis of clinical flutter data [6]. Combination with different mapping systems and catheters will allow to identify critical cases in which DPs remain undetected and inspire further research.
Author’s Statement
Research funding: The work of Tobias Oesterlein is funded by the German Research Foundation (DO637/14-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 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] Patel AM, d’Avila A, Neuzil P, Kim SJ, Mela T, Singh JP, et al. Atrial tachycardia after ablation of persistent atrial fibrillation: identification of the critical isthmus with a combination of multielectrode activation mapping and targeted entrainment mapping. Circ Arrhythm Electrophysiol. 2008;1:14–22.10.1161/CIRCEP.107.748160Search in Google Scholar
[2] Olshansky B, Okumura K, Henthorn RW, Waldo AL. Characterization of double potentials in human atrial flutter: studies during transient entrainment. J Am Coll Cardiol. 1990;15:833–41.10.1016/0735-1097(90)90283-USearch in Google Scholar
[3] Takami M, Yoshida A, Fukuzawa K, Takei A, Kanda G, Takami K, et al. Utility of virtual unipolar electrogram morphologies to detect transverse conduction block and turnaround points of typical atrial flutter. J Interv Card Electrophysiol. 2011;32:111–9.10.1007/s10840-011-9571-3Search in Google Scholar PubMed PubMed Central
[4] Nitta T, Wakita M, Watanabe Y, Ohmori H, Sakamoto SI, Ishii Y, et al. Double potential mapping: a novel technique for locating the site of incomplete ablation. Innovations (Phila). 2012;7:429–34.10.1177/155698451200700610Search in Google Scholar
[5] Schilling C, Keller M, Scherr D, Oesterlein T, Haissaguerre M, Schmitt C, et al. Fuzzy decision tree to classify complex fractionated atrial electrograms. Biomed Tech (Berl). 2015;60:245–55.10.1515/bmt-2014-0110Search in Google Scholar PubMed
[6] Oesterlein TG, Schmid J, Bauer S, Jadidi A, Schmitt C, Dössel O, et al. Analysis and visualization of intracardiac electrograms in diagnosis and research: concept and application of KaPAVIE. CMPB. 2015;127:165–73.10.1016/j.cmpb.2015.12.007Search in Google Scholar PubMed
[7] Houben RPM, de Groot NMS, Allessie MA. Analysis of fractionated atrial fibrillation electrograms by wavelet decomposition. IEEE Trans Biomed Eng. 2010;57:1388–98.10.1109/TBME.2009.2037974Search in Google Scholar PubMed
[8] Lenis G, Kramlich A, Oesterlein T, Luik A, Schmitt C, Dössel O. Development and benchmarking of activity detection algorithms for intracardiac electrograms measured during atrial flutter. Workshop Biosignal. 2016;5–8.Search in Google Scholar
©2016 Tobias Oesterlein 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