Abstract
The arterial blood pressure (ABP) holds a lot of information about the cardiovascular system. To analyse the ABP signal, at first the pulse wave has to be detected correctly. Due to influences, e.g. of noise, an accurate beat detection is a challenging task. In this work, a novel real-time ABP detector based on higher-order statistics is presented. The method uses the 4th order cumulants for ABP-peak detection. To evaluate this detector, the Fantasia database freely available at physionet was used. In this database, 142,936 systolic peaks were available to check the efficiency of the beat detector. A sensitivity of 99.91% and a positive predictive value of 99.50% were achieved with the novel method.
1 Introduction
The arterial blood pressure (ABP) is the sum of cardiac pressure and pulse wave reflections and holds a lot of information about the cardiovascular system [1]. The ABP is subdivided in the systole and the diastole which are characterized due to several points. Onset and dicrotic notch mark the beginning and the end of the systole and consequently the beginning and the end of the blood ejection [2]. Hence the beginning and the end of the diastole are represented due to dicrotic notch and onset. To detect the characteristic point of ABP is a difficult task because of the influence of noise to the signal. Before analysing ABP waveforms, at first the systolic peak has to be detected. It represents the highest blood pressure (BP) and its different to the onset is used for diagnostics. Further ABP can used for heart rate variability analysis [3] and reducing false alarms in intensive care units (ICU) [4].
In the past, a lot of ABP detection algorithms were developed. They used the first derivative of the BP-signal in combination with a decision rule [5] and in addition to that a bandpass filter [6]. In another method, also the first derivation was calculated and then summed [7]. This BP-detector is freely available at physionet.org [8]. A BP-detector based on higher order statistics in combination with a decision rule was presented in [9]. Here, the mean value, the variance together with the skewness and the kurtosis were summed. The resulting curve was evaluated concerning systolic peak and dicrotic notch detection.
In this work, an ABP detector based on the 4th order cumulants with adaptive threshold is developed. The novel method was evaluated on Fantasia database available at physionet.org [8].
2 Theory
Be X a stochastic variable and defined as X = [x1, x2, … , xN], its 4th order cumulants presented in [10] is given as:
μ2 and μ4 are the 2nd and 4th order central moment and can be defined as:
and
The variable μ is the mean value of X. All cumulant can be written as a function of the central moments.
The cumulants have useful properties which are listed in [11], [12]. Important properties which were needed in this work for BP-signal detection are the shift-invariance (see eq. 4 and eq. 5) defined in [11].
Due to the facts presented in eq. (4) and eq. (5), the cumulants are known as the semiinvariance of X [13].
For two probabilistically independent stochastic variables X and Y a third property of the cumulants is the additivity (eq. 6).
Combining the property of additivity with the fact that the cumulants are zero for variables with a gaussian distribution shows that white gaussian noise has no impact on the calculation [14].
The 4th order cumulant is a linear combination of the 2nd and 4th order central moment. Both statistical parameter give specific values about the ratio of the mean distribution to its borders. This means that for distributions where most of the values of a stochastic variable are situated on the border the moments exhibit high values. In conclusion the 4th order cumulants exhibit high values too. This fact can be used for the description of edges. For edges with high slopes the resulted moments and also the cumulants show high values.
3 Material and methods
3.1 Databases
To evaluate the presented methods of the BP-signal morphology the Fantasia database freely available at physionet.org [8] was used. This database consists of 40 datasets recorded from 20 young people (21–34 years old, f1y01–f1y10 and f2y01–f2y10) and 20 elderly people (68–85 years old, f1o01–f1o10 and f2o01–f2o10). The arterial blood pressure was only recorded in half of the datasets (f2y01–f2y10 and f2o01–f2o10) which were used for ABP beat detection. Each of the records had an overall length of 120 min and were digitized with 250 Hz sampling frequency fs. The Fantasia database was divided into a training database DBF_Training and a test database DBF_Test. The training database consists of three datasets of the young (f2y01–f2y3) and the elderly (f2o01–f2o3) group. In DBF_Test the rest of the datasets was pooled.
For the evaluation of the presented ABP peak detector 144,399 annotated peaks on the basis of the annotated R-waves were available. In some datasets the ABP-signal showed a zero line what makes a correct detection of the ABP peaks impossible. According to this, the number of annotated beats was reduced to 142,936.
3.2 Detection algorithm
The algorithm for the detection of the BP systole (M1) is divided into two main steps. First, a bandpass was applied to reduce high frequently peaks and baseline wander. Here, the cutoff frequency of the lowpass filter was set to 10 Hz. The highpass filter had a cutoff frequency of 0.05 Hz. Both were elliptic filters of 3rd (lowpass) and 4th (highpass) order.
After the preprocessing step (see Figure 1A), the 4th order cumulants (eq. 1) were calculated in a sliding window of 0.02 ⋅ fs samples. This window was then shoved on sample by sample. The resulting signal of the 4th order cumulants (Figure 1B, red line) was used for ABP peak detection because of the cumulants which showed high values for the systole in comparison to very low values for the rest of the BP-signal.
![Figure 1 Single steps for systolic peak detection: (A) Filtered ABP [mm Hg] (blue) and the resulted 4th order cumulants [(mm Hg)4/1000] (red), (B) 4th order cumulants (red) and the detected systolic peaks (magenta, green: peak on the top of the 4th order cumulants maximum) together with the defined threshold (black), (C) Filtered ABP and the detected systolic peaks (magenta, green: peak on the top of the 4th order cumulants maximum) of the BP-signal.](/document/doi/10.1515/cdbme-2016-0056/asset/graphic/j_cdbme-2016-0056_fig_001.jpg)
Single steps for systolic peak detection: (A) Filtered ABP [mm Hg] (blue) and the resulted 4th order cumulants [(mm Hg)4/1000] (red), (B) 4th order cumulants (red) and the detected systolic peaks (magenta, green: peak on the top of the 4th order cumulants maximum) together with the defined threshold (black), (C) Filtered ABP and the detected systolic peaks (magenta, green: peak on the top of the 4th order cumulants maximum) of the BP-signal.
To detect the ABP peak, a threshold was used and defined as the median of the last 10 maximum peaks of the 4th order cumulant signal (see the green points in Figure 1B). In a further step the median of the 10 detected cumulants maxima was multiplied with a factor of 0.05 which was experimental determined with the DBF_Training. The resulted threshold of the first 10 maxima is exemplary depicted as a black line in Figure 1B. An ABP peak was detected when the amplitude of the 4th order cumulants exceeded the threshold. The results of the detected peaks are also shown in Figure 1B as magenta colored points. In Figure 1C, the detected points (magenta) and the maximum of the 4th order cumulants (green) are depicted together with the filtered BP-signal.
For the reduction of false detection, two decision rules were applied. First, a point on the 4th order cumulants signal will be detected as true when the difference of the BP-signal of the current sample and the previous sample was positive what indicates a positive slope. It can be assumed that the detected point is part of the ABP peak. A second decision rule, first applied on ECG-signals by Pan and Tompkins [15], prevent further detection for 200 ms after a detected peak.
3.3 Evaluation metric
For each dataset of the DBFantasia, a reference annotation was needed to evaluate the presented algorithm. These references were determined using the open source algorithm from Zong et al. [7]. This systolic beat detector is freely available at physionet.org and part of the WFDB toolbox [16] (wabp.m). The results were visually inspected for all datasets by experts and then used as gold standard.
To compare the detection results, the sensitivity (Se), the positive predictive value (+P) and the detection error rate were calculated. By the ANSI/AAMI EC57 standard [17] these three statistical parameters are defined as:
and
To calculate Se, +P and DER first the true positive (TP), the false positive (FP) and the false negative (FN) peaks has to be determined. The results of the presented ABP beat detector were compared with two other detectors. The first method was presented in [7] (M2) and based on a windowed slope sum function together with a decision rule. The second method (M3) was presented from Li et al. in [1] and is mainly based on the first derivation evaluation.
4 Results
To find the optimum threshold factor, the DBF_Training was used. The start value was set to 0.01 and increased in steps of 0.01–0.1. As an optimum threshold factor 0.05 was found. The results for the DBF_Training and the DBF_Test are depicted in Table 1.
Results of the presented method applied on DBF_Training DBF_Test.
| Database | TP | FN | FP | Se (%) | +P (%) | DER (%) |
|---|---|---|---|---|---|---|
| DBF_Training | 41,325 | 31 | 170 | 99.93 | 99.59 | 0.49 |
| DBF_Test | 101,484 | 96 | 552 | 99.91 | 99.46 | 0.64 |
For DBF_Training, a Se of 99.93% and a +P of 99.59% with a DER of 0.49% were reached. Similar values for Se (99.91%) and +P (99.46%) together with a DER of 0.64% are shown.
The detection results of the methods M1, M2 and M3 are shown in Table 2. The results of M2 and M3 were first presented in [1] and taken from their results.
Comparison of the results of all methods applied on the presented database.
| Method | TP | FN | FP | Se (%) | + P (%) | DER (%) |
|---|---|---|---|---|---|---|
| M1 | 142,809 | 127 | 722 | 99.91 | 99.50 | 0.59 |
| M2 | 136,389 | 1441 | 2418 | 98.95 | 98.26 | 2.78 |
| M3 | 1357,48 | 2082 | 24 | 98.29 | 99.98 | 1.56 |
M1 showed the lowest number of FN with 127 and a resulted Se of 99.91%. The lowest number of FP (24) was reached with M3 with a +P of 99.98%. The best DER of 0.59% was achieved using M1.
5 Discussion
A new real-time algorithm was presented based on the 4th order cumulants. The new detection algorithm was presented and tested on the Fantasia database. The results were compared with two other ABP detectors. The results for M2 and M3 were taken from [1]. Comparing the whole number of beats, a difference appears. In [1], only 137,830 beats were evaluated. In this work, 142,936 systolic beats were used for testing the algorithm. Nevertheless, it can be seen that M1 showed the best results. The reason for that can be found in the sum of FN and FP. M1 shows less FN and FP than in M2 and M3. Adding the missing ABP beats as TP for M2 and M3 it does not change the result for M1’s best performance.
Using the 4th order cumulants, the novel method shows no influence of a DC-offset. The reason for that is the cumulants property of shift-invariance. With reference to eq. (5) shows that the DC-offset, which represents an simple addition of a constant, disappears.
In Homaeinezhad et al. [9] higher-order statistic based ABP beat detection algorithm was first presented. Here, the mean value, the standard derivation as well as the skewness and the kurtosis were calculated in a sliding window and then summed. The resulted higher-order signal was used for ABP peak detection, but showed high computation complexity because of the number of statistical parameters. With the higher-order statistic signal also ABP analysis like onset or dicrotic notch detection was described in [9]. According to this work, it has to be investigated if equal results for ABP peak detection and a determination of the characteristic points could be achieved using the 4th order cumulants because of the less computation complexity according to the method presented in [9].
In further work the presented algorithm has to be applied to other databases which include an ABP-signal. Besides, the robustness of noise has to be investigated.
Author’s Statement
Research funding: The author state no funding involved. 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] Li BN, Dong MC, Vai MI. On an automatic delineator for arterial blood pressure waveforms. Biomed Signal Proces. 2009;5:76–81.10.1016/j.bspc.2009.06.002Search in Google Scholar
[2] Nichols WW, O’Rourke MF. Mc Donalds blood flow in arteries: theoretical, experimental and clinical principles. 5th ed. London: Arnold; 2005.Search in Google Scholar
[3] Baselli G, Cerutti S, Civardi S, Liberati D, Lombardi F, Malliani A, et al. Spectral and cross-spectral analysis of heart rate and arterial blood pressure variability signals. Comput Biomed Res. 1986;19:520–34.10.1016/0010-4809(86)90026-1Search in Google Scholar
[4] Aboukhalil A, Nielsen L, Moody GB, Mark RG, Clifford GD. Reducing false alarm rates for critical arrhythmias using the arterial blood pressure waveform. J Biomed Inform. 2008;41:442–51.10.1016/j.jbi.2008.03.003Search in Google Scholar PubMed PubMed Central
[5] Xu L, Zhang D, Wang K, Li N, Wang X. Baseline wander correction in pulse waveforms using wavelet-based cascaded adaptive filter. Comput Biol Med. 2007;37:716–31.10.1016/j.compbiomed.2006.06.014Search in Google Scholar PubMed
[6] Aboy M, McNames J, Thong T, Tsunami D, Ellenby MS, Goldstein B. An automatic beat detection algorithm for pressure signals. IEEE Trans Biomed Eng. 2005;52:1662–70.10.1109/TBME.2005.855725Search in Google Scholar PubMed
[7] Zong W, Hedlt T, Moody GB, Mark RG. An open-source algorithm to detect onset of arterial blood pressure pulses. Comput Cardiol. 2003;30:259–62.10.1109/CIC.2003.1291140Search in Google Scholar
[8] Goldberger AL, Amaral LAN, Glass L, Hausdorff JM, Ivanov PCh, Mark RG, et al. PhysioBank, PhysioToolkit, and PhysioNet: components of a new research resource for complex physiologic signals. Circulation. 2000;101:e215–20.10.1161/01.CIR.101.23.e215Search in Google Scholar
[9] Homaeinezhad MR, Ghaffari A, Aghaee M, Toosi HN, Rahmani R. A high-speed C++/MEX solution for long-duration arterial blood pressure characteritic locations detection. Biomed Signal Process Control. 2012;7:151–72.10.1016/j.bspc.2011.05.011Search in Google Scholar
[10] Leiner B. Einführung in die Statistik. 9th ed. München: Oldenbourg; 2004.10.1515/9783486835762Search in Google Scholar
[11] Koehler B-U. Konzepte der statistischen Signalverarbeitung. 1st ed. Berlin Heidelberg: Springer; 2005.Search in Google Scholar
[12] Nikias CL, Petropulu AP. Higher-order spectral analysis: an nonkinear signal processing framework. New Jersey: Prentice-Hall; 1993.10.1109/IEMBS.1993.978564Search in Google Scholar
[13] Müller-Funk U, Witting H. Mathematische Statistik II – Asymptotische Statistik: Parametrische Modelle und nichtparametrische Funktionale. 1th ed. Stuttgart: Teubner + Vieweg; 1995.10.1007/978-3-322-90152-1Search in Google Scholar
[14] Husar P. Biosignalverarbeitung. 1st ed. Heidelberg: Springer; 2010.10.1007/978-3-642-12657-4Search in Google Scholar
[15] Pan J, Tompkins WJ. A real-time QRS detection algorithm. IEEE Trans Biomed Eng. 1985;32:230–6.10.1109/TBME.1985.325532Search in Google Scholar PubMed
[16] Silva I, Moody GB. An open-source toolbox for analysing and processing PhysioNet databases in MATLAB and Octave. J Open Res Softw. 2014;2:e27.10.5334/jors.biSearch in Google Scholar PubMed PubMed Central
[17] Testing and Reporting Performance Results of Cardiac Rhythm and ST-Segment Measurement Algorithm. ANSI/AAMI:EC57 1998/(R)2003Search in Google Scholar
©2016 Marcus Schmidt et al., licensee De Gruyter.
This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 License.
Articles in the same Issue
- 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