Saupe, Dietmar
Forschungsvorhaben
Organisationseinheiten
Berufsbeschreibung
Nachname
Vorname
Name
Suchergebnisse Publikationen
Validation of a model and of a simulator for road cycling on real tracks
2009, Dahmen, Thorsten, Byshko, Roman, Saupe, Dietmar, Röder, Martin, Mantler, Stephan
Methods for data acquisition, analysis, and modelling of performance parameters in road cycling have been developed. A simulator to facilitate the measurement of training parameters in a laboratory environment has been designed as well as models for performance prediction. The simulation includes real height profiles and a video playback that is synchronised with the cyclist's current virtual position on the track and online visualisation of various course and performance parameters. Field data obtained in this study were compared with the state-of-the art mathematical model for road cycling power, established by Martin et al. in 1998, which accounts for the gradient force, air resistance, rolling resistance, frictional losses in wheel bearings, and inertia. The model was able to describe the performance parameters accurately with correlation coefficients of 0.87-0.95. This study showed that the mathematical model can be implemented on an ergometer for simulating rides on real courses. Comparing field and simulator measurements gave correlation coefficients between 0.66-0.81.
Optimal hybrid memory constrained isosurface extraction
2006, Toelke, Jürgen, Saupe, Dietmar
Efficient isosurface extraction from large volume data sets requires special algorithms and data structures that allow to quickly identify large parts of the data set, that do not contain any part of the surface and which can be eliminated from the search. Such algorithms typically use a hierarchical spatial subdivision of the volume or they organize the scalar values attached to the cells of the volume, i.e., intervals, in some suitable data structures. Octrees, kd-trees, and interval trees are commonly applied. However, these auxiliary data structures demand storage space that can be several times as large as the original volume data itself. In practise, memory capacity is constrained, preventing the application of the most efficient data structures for extraction of isosurfaces from large volume data sets. For such cases out-of-core methods provide a solution, however, at the cost of disk block reading operations. We present a hybrid algorithm that constructs an optimal data structure within the memory constraint by combining binary space partition (bsp) trees with fast search methods at some leaf nodes of the bsp-tree and memory-free linear search or out-of-core methods at the remaining leaf nodes. The method optimally trades off space for extraction speed. We develop the theory for the optimization, provide implementation details and examples demonstrating the efficiency of the approach. To perform the optimization, we develop and apply models for calculating the memory and estimating the expected extraction time for the search methods based on auxiliary data structures and for an out-of-core method.