Gelman | Electronic Engineering and Computing Technology | E-Book | sack.de
E-Book

E-Book, Englisch, Band 60, 500 Seiten, eBook

Reihe: Lecture Notes in Electrical Engineering

Gelman Electronic Engineering and Computing Technology


1. Auflage 2010
ISBN: 978-90-481-8776-8
Verlag: Springer Netherland
Format: PDF
Kopierschutz: 1 - PDF Watermark

E-Book, Englisch, Band 60, 500 Seiten, eBook

Reihe: Lecture Notes in Electrical Engineering

ISBN: 978-90-481-8776-8
Verlag: Springer Netherland
Format: PDF
Kopierschutz: 1 - PDF Watermark



Electronic Engineering and Computing Technology contains sixty-one revised and extended research articles written by prominent researchers participating in the conference. Topics covered include Control Engineering, Network Management, Wireless Networks, Biotechnology, Signal Processing, Computational Intelligence, Computational Statistics, Internet Computing, High Performance Computing, and industrial applications. Electronic Engineering and Computing Technology will offer the state of art of tremendous advances in electronic engineering and computing technology and also serve as an excellent reference work for researchers and graduate students working with/on electronic engineering and computing technology.

Gelman Electronic Engineering and Computing Technology jetzt bestellen!

Zielgruppe


Research


Autoren/Hrsg.


Weitere Infos & Material


On the Experimental Control of a Separately Excited DC Motor.- MASH Digital Delta–Sigma Modulator with Multi-Moduli.- Sensorless PM-Drive Aspects.- Design of Silicon Resonant Micro Accelerometer Based on Electrostatic Rigidity.- Longer MEMS Switch Lifetime Using Novel Dual-Pulse Voltage Driver.- Optimal Control of Full Envelope Helicopter.- Determination of Consistent Induction Motor Parameters.- Broken Rotor Bars in Squirrel Cage Induction Machines – Modeling and Simulation.- Different Designs of Large Chipper Drives.- Macro Cell Placement: Based on a Force Directed Flow.- Surface Roughness Scattering in MOS Structures.- A Novel Transform Domain Based Hybrid Recurrent Neural Equaliser for Digital Communication Channel.- Embedding Interconnection Networks in Crossed Cubes.- Software Fault Tolerance: An Aspect Oriented Approach.- An Adaptive Multibiometric System for Uncertain Audio Condition.- Analysis of Performance Impact due to Hardware Virtualization Using a Purely Hardware-Assisted VMM.- Metrics-Driven Software Quality Prediction Without Prior Fault Data.- Models of Computation for Heterogeneous Embedded Systems.- A Quotient-Graph for the Analysis of Reflective Petri Nets.- Using Xilinx System Generator for Real Time Hardware Co-simulation of Video Processing System.- Perception-Based Road Traffic Congestion Classification Using Neural Networks and Decision Tree.- RDFa Ontology-Based Architecture for String-Based Web Attacks: Testing and Evaluation.- Classification of Road Traffic Congestion Levels from Vehicle’s Moving Patterns: A Comparison Between Artificial Neural Network and Decision Tree Algorithm.- Fuzzy Parameters and Cutting Forces Optimization via Genetic Algorithm Approach.- Encoding Data to Use with a Sparse Distributed Memory.- A Proposal forIntegrating Formal Logic and Artificial Neural Systems: A Practical Exploration.- A Clustering Application in Portfolio Management.- Building an Expert System for HIV and Aids Information.- A Multi-Objective Approach to Generate an Optimal Management Plan in an IMS-QSE.- Topological Spatial Relations for Circular Spatially Extended Points: An Overview.- Spatial Neighbors for Topological Spatial Relations: The Case of a Circular Spatially Extended Point.- Multi-Agent Exploration Inside Structural Collapses.- Diagnostic Problem Solving by Means of Neuro-Fuzzy Learning, Genetic Algorithm and Chaos Theory Principles Applying.- The New Measure of Robust Principal Component Analysis.- The Affects of Demographics Differentiations on Authorship Identification.- Anonymous ID Assignment and Opt-Out.- Clustering Biological Data Using Enhanced k-Means Algorithm.- The Ornstein–Uhlenbeck Processes Driven by Lévy Process and Application to Finance.- Discrete Orthogonality of Zernike Functions and Its Application to Corneal Measurements.- A New Scheme for Land Cover Classification in Aerial Images: Combining Extended Dependency Tree-HMM and Unsupervised Segmentation.- Applying View Models in SOA: A Case Study.- Optimal Sample Number for Autonomous and Central Wireless Sensor Actuator Network.- WI-FI Point-to-Point Links: Performance Aspects of IEEE 802.11a, b, g Laboratory Links.- A Subnet Handover Scheme Based Communication System of Subway.- PROMESPAR: A High Performance Computing Implementation of the Regional Atmospheric Model PROMES.- Transparent Integration of a Low-Latency Linux Driver for Dolphin SCI and DX.- Effect of Dyslipidemia on a Simple Morphological Feature Extracted from Photoplethysmography Flow Mediated Dilation.- Study of the General Solution for theTwo-Dimensional Electrical Impedance Equation.- Biological Application of Widefield Surface Plasmon Resonance Microscope to Study Cell/Surface Interactions and the Effect of TGF-?3, HCL and BSA/HCL on Cell Detachment Assay of Bone Cells Monolayer.- Application of a Novel Widefield Surface Plasmon Resonance Microscope in Cell Imaging and Wound Closure Properties of TGF-?3, BSA/HCl and HCl in Cultured Human Bone Cell Monolayer.- Speech Rehabilitation Methods for Laryngectomised Patients.- Study of the Tip Surface Morphology of Glass Micropipettes and Its Effects on Giga-Seal Formation.- Effect of Canned Cycles on Drilled Hole Quality.- Micro Machine Parts Fabricated from Aqueous Based Stainless Steel Slurry.- Voxel-Based Component Description for Functional Graded Parts.- A Multi-Parametric Analysis of Drift Flux Models to Pipeline Applications.- Influence of Preventive Maintenance Frequency on Manufacturing Systems Performances.- On the Numerical Prediction of Stability in Thin Wall Machining.- Risk Analysis of ERP Projects in the Manufacturing SMES: Case Study.- Sleeping in Sitting Posture Analysis of Economy Class Aircraft Passenger.- A Scheduling Method for Cranes in a Container Yard with Inter-Crane Interference.


"Chapter 14 Software Fault Tolerance: An Aspect Oriented Approach (p. 153-154)

Kashif Hameed, RobWilliams, and Jim Smith

Abstract Software fault tolerance demands additional tasks like error detection and recovery through executable assertions, exception handling, diversity and redundancy based mechanisms. These mechanisms do not come for free; rather they introduce additional complexity to the core functionality. This paper presents light weight error detection and recovery mechanisms based on the rate of change in signal or data values. Maximum instantaneous and mean rates are used as plausibility checks to detect erroneous states and recover. These plausibility checks are exercised in a novel aspect oriented software fault tolerant design framework that reduces the additional logical complexity. A Lego NXT Robot based case study has been completed to demonstrate the effectiveness of the proposed design framework.

Keywords Aspect oriented design and programming - executable assertions - exception handling - fault tolerance - plausibility checks

14.1 Introduction

Adding fault tolerance measures to safety critical and mission critical applications introduces additional complexity to the core application. By incorporating handler code, for error detection, checkpointing, exception handling, and redundancy/ diversity management, the additional complexity may adversely affect the dependability of a safety critical or mission critical system. One of the solutions to reduce this complexity is to separate and modularize the extra, cross-cutting concerns from the true functionality. At the level of design and programming, several approaches have been utilized that aim at separating functional and non-functional aspects.

Component level approach like IFTC [1], computational reflection and meta-object protocol based MOP [2] have shown that dependability issues can be implemented independently of functional requirements. The evolving area of Aspect-Oriented Programming & Design (AOP&D) presents the same level of independence by supporting the modularized implementation of crosscutting concerns. Aspect-oriented language extensions, like AspectJ [3] and AspectCCC [4] provide mechanisms like Advice (behavioural and structural changes) that may be applied by a pre-processor at specific locations in the program called join point.

These are designated by pointcut expressions. In addition to that, static and dynamic modifications to a program are incorporated by slices which can affect the static structure of classes and functions. In the context of fault tolerance, an induced fault can activate an error that changes the behaviour of the program and may lead to system failure. In order to tolerate a fault, abnormal behaviour must be detected and transformed back by introducing additional behaviour changes (Exception Handler) or alternate structure adoption (Recovery Blocks, N-Version Programming) strategies."


Ao, Sio Iong, Ph.D.
Education & Post-Doctoral Research

Harvard University: Post-Doctoral Fellow in Computer Science (Harvard School of Engineering and Applied Sciences, and Time Series Center, Initiative in Innovative Computing)

University of Oxford: Post-Doctoral Researcher (Oxford University Computing Laboratory)
The University of Hong Kong: Doctor of Philosophy (Mathematics)
The Chinese University of Hong Kong: Master of Philosophy (Systems Engineering & Engineering Management)
Scholarships & Awards
Dean List of Class (1994/95), Keio University Award (1996/97), CUHK Studentship Award (2001-2003), CUHK Postgraduate Student Grants Award for Overseas Academic Activities (2003), HKU Studentship Award (2004-2007), HKU Postgraduate Student Grants Award for Overseas Academic Activities (2005), Postgraduate Student Grant for MSRI Summer Graduate Workshop (MSRI, Berkeley, USA, 2006), International Association of Engineers Academics Fellowship Award (2007/09)
Other Honors: Selected for the Who's Who in the World (Marquis Who's Who, 2007 & 2008), Selected for 2000 Outstanding Intellectuals of the 21st Century,
(2008, International Biographical Centre, Cambridge, England);

- Commended for the Thirty-Fourth Edition of the Dictionary of International Biography (2008, International Biographical Centre, Cambridge, England), Best Paper Award of The 2007 International Conference of Information Engineering, Certificate of Commendation (The University of Hong Kong, 2007), Selected for the First Edition of Who's Who in Asia (Marquis Who's Who, 2006), Best Student Paper Award of The International MultiConference of Engineers and Computer Scientists 2006 and The 2006 IAENG International Workshop on Financial Engineering

Professor Len Gelman: Chair in Vibro-Acoustic Monitoring; Chairman of Condition Monitoring Technical Committee, British Institute of NDT; Director, Centre of Vibro-Acoustics and Fatigue; Director, International Institute of Acoustics and Vibration

School of Engineering, Cranfield University

Brief Description

Professor Len Gelman, PhD, Dr of Sciences (habilitation) is Director of Centre of Vibro-Acoustics and Fatigue, Cranfield University. He has more than 25 year’s experience in signal processing and vibro-acoustic monitoring of complex mechanical systems (e.g. rotating, reciprocating machinery, etc.) both in industry and academia. He has been Principal Investigator on numerous contracts and grants, including grants from the USA National Academy of Sciences, USA National Research Council, USA International Science Foundation, USA Civilian Research and Development Foundation (twice), USA MacArthur Foundation, Lady Davis, Israel, Centro Volta, Italy. He is Principal Investigator on UK EPSRC, UK DTI (three times), UK Royal Society, Rolls Royce (two times) and Shell grants.

He is a Fellow of the British Institute of Non-Destructive Testing (BINDT) and UK Institution of Diagnostic Engineers, Chairman of the Condition Monitoring and Diagnostic Technology Committee of the BINDT and Director of the International Institute of Acoustics and Vibration (USA). He is the author of over200 publications (including 17 patents) and 11 keynote papers. He is editor-in-chief of the book series "Condition monitoring" (Coxmoor, UK), Chair of 2007 World Congress on Engineering Asset Management, Honorary Co-Chair of 2007 and 2008 World Congresses of Engineering and Chair of 2008 Condition Monitoring Conference. He has participated in the scientific boards of numerous international conferences, has spent a large amount of time lecturing and consulting to industry in all parts of the world and has held visiting professor positions at 5 overseas universities.



Ihre Fragen, Wünsche oder Anmerkungen
Vorname*
Nachname*
Ihre E-Mail-Adresse*
Kundennr.
Ihre Nachricht*
Lediglich mit * gekennzeichnete Felder sind Pflichtfelder.
Wenn Sie die im Kontaktformular eingegebenen Daten durch Klick auf den nachfolgenden Button übersenden, erklären Sie sich damit einverstanden, dass wir Ihr Angaben für die Beantwortung Ihrer Anfrage verwenden. Selbstverständlich werden Ihre Daten vertraulich behandelt und nicht an Dritte weitergegeben. Sie können der Verwendung Ihrer Daten jederzeit widersprechen. Das Datenhandling bei Sack Fachmedien erklären wir Ihnen in unserer Datenschutzerklärung.