Design and Analysis of Computer Experiments for Screening Input Variables Dissertation Presented in Partial Fulfillment of the R

Total Page:16

File Type:pdf, Size:1020Kb

Design and Analysis of Computer Experiments for Screening Input Variables Dissertation Presented in Partial Fulfillment of the R Design and Analysis of Computer Experiments for Screening Input Variables Dissertation Presented in Partial Fulfillment of the Requirements for the Degree Doctor of Philosophy in the Graduate School of The Ohio State University By Hyejung Moon, M.S. Graduate Program in Statistics The Ohio State University 2010 Dissertation Committee: Thomas J. Santner, Co-Adviser Angela M. Dean, Co-Adviser William I. Notz ⃝c Copyright by Hyejung Moon 2010 ABSTRACT A computer model is a computer code that implements a mathematical model of a physical process. A computer code is often complicated and can involve a large number of inputs, so it may take hours or days to produce a single response. Screening to determine the most active inputs is critical for reducing the number of future code runs required to understand the detailed input-output relationship, since the computer model is typically complex and the exact functional form of the input- output relationship is unknown. This dissertation proposes a new screening method that identifies active inputs in a computer experiment setting. It describes a Bayesian computation of sensitivity indices as screening measures. It provides algorithms for generating desirable designs for successful screening. The proposed screening method is called GSinCE (Group Screening in Computer Experiments). The GSinCE procedure is based on a two-stage group screening ap- proach, in which groups of inputs are investigated in the first stage and then inputs within only those groups identified as active at the first stage are investigated indi- vidually at the second stage. Two-stage designs with desirable properties are con- structed to implement the procedure. Sensitivity indices are used to measure the effects of inputs on the response. Inputs with large sensitivity indices are determined by comparison with a benchmark null distribution constructed from user-specified, low-impact inputs. The use of low-impact inputs is useful for screening out inputs ii having small effects as well as those that are totally inert. Simulated examples show that, compared with one-stage procedures, the GSinCE procedure provides accurate screening while reducing computational effort. In this dissertation, the sensitivity indices used as screening measures are com- puted in a Gaussian process model framework. This approach is known to be compu- tationally efficient by using small numbers of expensive computer code runs for the estimation of sensitivity indices. The existing approach for quantitative inputs is ex- tended so that sensitivity indices can be computed when inputs include a qualitative input in addition to quantitative inputs. An orthogonal design in which the design matrix has uncorrelated columns is important for estimating the effects of inputs. Moreover, a space-filling design for which design points are well spread out is needed to explore the experimental re- gion thoroughly. New algorithms for achieving such orthogonal space-filling designs are proposed in this dissertation. The three kinds of software are provided for the proposed GSinCE procedure, computation of sensitivity indices, and design search algorithms. iii This is dedicated to my daughter Moonyoung, son Nathan, husband Jungick, and parents. iv ACKNOWLEDGMENTS I would first like to express my gratitude to my co-advisors, Professor Thomas Santner and Professor Angela Dean. They have given me tremendous help in my professional development and great guidance in my life. They are very special teach- ers and mentors to me. I am truly grateful for the effort that they have put into my education and the time that they have shared with me. I would also like to thank Professor William Notz for helpful comments and support as a member of my dissertation committee. I want to give special thanks to my parents for their love and support. Without their help and sacrifices, my husband Jungick and I could not finish Ph.D. study at the same time. I would also like to thank Jungick for his love and for every moment that we have shared during our Ph.D. study. I am most thankful to my precious little ones, daughter Moonyoung and son Nathan. They have given me all the happiness, hope, and strength to do my best in my life. v VITA October 1977 . Korea 2000 . .B.S. Statistics, Korea University 2000 to 2004 . .Statistician, The Bank of Korea 2006 . .M.S. Statistics, The Ohio State University 2005 to present . Graduate Research Associate, Graduate Teaching Associate, The Ohio State University FIELDS OF STUDY Major Field: Statistics vi TABLE OF CONTENTS Page Abstract . ii Dedication . iv Acknowledgments . v Vita . vi List of Tables . x List of Figures . xiv Chapters: 1. Introduction . 1 1.1 Computer Experiments . 1 1.2 Gaussian Stochastic Process Model . 2 1.3 Screening Procedure . 5 1.3.1 Screening in Computer Experiments . 5 1.3.2 Group Screening in Physical Experiments . 6 1.4 Design of Computer Experiments . 7 1.5 Overview of Dissertation . 9 2. Two-stage Sensitivity-based Group Screening in Computer Experiments . 10 2.1 Introduction . 10 2.1.1 Background . 10 2.1.2 Overview of the Proposed Procedure . 13 2.2 GSinCE Initialization Stage . 14 2.3 GSinCE Procedure Stage 1 . 16 vii 2.3.1 Stage 1 Sampling Phase . 16 2.3.2 Stage 1 Grouping Phase . 17 2.3.3 Stage 1 Analysis Phase . 19 2.4 GSinCE Procedure Stage 2 . 24 2.4.1 Stage 2 Sampling Phase . 24 2.4.2 Stage 2 Analysis Phase . 25 3. Performance of GSinCE . 26 3.1 Simulation Studies to Set τ ...................... 26 3.1.1 Simulations for f = 20 . 29 3.1.2 Simulations for f = 30 . 33 3.1.3 Simulations for f = 10 . 35 3.1.4 Summary of Simulation Studies . 43 3.2 Application of GSinCE in Least Favorable Cases . 43 3.2.1 Small Percentage of Active Inputs . 44 3.2.2 Non-linear Functions . 45 3.2.3 Detecting Large Effects . 50 3.3 Properties of Two-stage Designs . 51 3.3.1 Augmented Design . 52 3.3.2 Combined Design at Stage 2 . 54 4. Application of GSinCE . 57 4.1 Examples from the Literature . 57 4.1.1 Borehole Model . 58 4.1.2 A Model for the Weight of an Aircraft Wing . 60 4.1.3 OTL Circuit Model . 62 4.1.4 Piston Simulator Model . 64 4.1.5 Summary . 65 4.2 A Real Computer Experiment: FRAPCON Model . 66 4.2.1 Description of Code . 66 4.2.2 Use of GSinCE . 67 4.2.3 Implementations . 70 5. Computation of Sensitivity Indices . 81 5.1 Sensitivity Indices of Quantitative Inputs . 81 5.1.1 Definition of Sensitivity Indices . 82 5.1.2 Estimation in Gaussian Process Framework . 87 5.1.3 The Integrals: sgint, dbint, mxint . 94 5.1.4 Example . 100 viii 5.2 Sensitivity Indices of Mixed Inputs . 103 5.2.1 Setup . 104 5.2.2 Correlation Function for Mixed Inputs . 105 5.2.3 Estimation of Sensitivity Indices for Mixed Inputs . 107 5.2.4 Example . 115 6. Algorithms for Generating Maximin Latin Hypercube and Orthogonal De- signs . 118 6.1 Introduction . 118 6.2 Maximin Criteria for Space-filling Designs . 121 6.3 Algorithms for Space-filling Latin Hypercube Designs . 123 6.3.1 Complete Search and Random Generation . 123 6.3.2 Random Swap Methods for Maximin LHDs . 124 6.3.3 A Smart Swap Method for Maximin LHDs . 125 6.4 Algorithms for Orthogonal Maximin Designs . 127 6.4.1 Orthogonal Maximin LHDs . 127 6.4.2 Orthogonal Maximin Gram-Schmidt Designs . 129 6.5 Comparisons . 133 6.5.1 Maximin LHDs . 133 6.5.2 Orthogonal Maximin Designs . 135 6.6 Summary . 139 7. Alternative Two-stage Designs . 141 7.1 Orthogonal Array-based Latin Hypercube Design . 141 7.2 Stage 1 Design for a Two-stage Group Screening Procedure . 143 7.2.1 Construction . 143 7.2.2 Secondary Criteria . 148 7.3 Stage 2 Design for a Two-stage Group Screening Procedure . 149 7.4 Limitations . 150 7.4.1 Availability of OA-based LHD . 150 7.4.2 Group Variable Defined by Averaging . 150 8. Software . 155 8.1 GSinCE Code . 155 8.2 Sensitivity Code . 158 8.3 Maximin Code . 164 Bibliograhpy . 168 ix LIST OF TABLES Table Page 3.1 Marginal probabilities and coefficient distributions for the simulation study . 29 3.2 Six combinations used to recommend τ . 30 3.3 Median and IQR values of the performance measures, and average num- ber of groups and average total runs over 200 test functions with about 25% of active inputs among f = 20 inputs for each τ in each combi- nation; value in parentheses is the number of test functions generated with no active inputs . 32 3.4 Modified values of qL and q×|NN . Other probabilities are as in Table 3.1 to achieve about 25% of f = 30 inputs active . 34 3.5 Median values of the performance measures, and median/average val- ues of true/claimed active inputs over 50 test functions with about 25% of active inputs among f = 30 inputs; value in parentheses is the number of test functions generated with no active inputs . 34 3.6 Modified values of qL to achieve about 25%, and 35% of f = 10 inputs active, while keeping other probabilities as in Table 3.1 . 36 3.7 Median values of the performance measures, and median/average val- ues of true/claimed active inputs over 100 test functions with about 25% of active inputs among f = 10 inputs; value in parentheses is the number of test functions generated with no active inputs . 38 3.8 Median values of the performance measures, and median/average val- ues of true/claimed active inputs over 100 test functions with.
Recommended publications
  • Group Developed Weighing Matrices∗
    AUSTRALASIAN JOURNAL OF COMBINATORICS Volume 55 (2013), Pages 205–233 Group developed weighing matrices∗ K. T. Arasu Department of Mathematics & Statistics Wright State University 3640 Colonel Glenn Highway, Dayton, OH 45435 U.S.A. Jeffrey R. Hollon Department of Mathematics Sinclair Community College 444 W 3rd Street, Dayton, OH 45402 U.S.A. Abstract A weighing matrix is a square matrix whose entries are 1, 0 or −1,such that the matrix times its transpose is some integer multiple of the identity matrix. We examine the case where these matrices are said to be devel- oped by an abelian group. Through a combination of extending previous results and by giving explicit constructions we will answer the question of existence for 318 such matrices of order and weight both below 100. At the end, we are left with 98 open cases out of a possible 1,022. Further, some of the new results provide insight into the existence of matrices with larger weights and orders. 1 Introduction 1.1 Group Developed Weighing Matrices A weighing matrix W = W (n, k) is a square matrix, of order n, whose entries are in t the set wi,j ∈{−1, 0, +1}. This matrix satisfies WW = kIn, where t denotes the matrix transpose, k is a positive integer known as the weight, and In is the identity matrix of size n. Definition 1.1. Let G be a group of order n.Ann×n matrix A =(agh) indexed by the elements of the group G (such that g and h belong to G)issaidtobeG-developed if it satisfies the condition agh = ag+k,h+k for all g, h, k ∈ G.
    [Show full text]
  • An Uncertainty-Quantification Framework for Assessing Accuracy
    An Uncertainty-Quantification Framework for Assessing Accuracy, Sensitivity, and Robustness in Computational Fluid Dynamics S. Rezaeiravesha,b,∗, R. Vinuesaa,b,∗∗, P. Schlattera,b,∗∗ aSimEx/FLOW, Engineering Mechanics, KTH Royal Institute of Technology, SE-100 44 Stockholm, Sweden bSwedish e-Science Research Centre (SeRC), Stockholm, Sweden Abstract A framework is developed based on different uncertainty quantification (UQ) techniques in order to assess validation and verification (V&V) metrics in computational physics problems, in general, and computational fluid dynamics (CFD), in particular. The metrics include accuracy, sensitivity and robustness of the simula- tor's outputs with respect to uncertain inputs and computational parameters. These parameters are divided into two groups: based on the variation of the first group, a computer experiment is designed, the data of which may become uncertain due to the parameters of the second group. To construct a surrogate model based on uncertain data, Gaussian process regression (GPR) with observation-dependent (heteroscedastic) noise structure is used. To estimate the propagated uncertainties in the simulator's outputs from first and also the combination of first and second groups of parameters, standard and probabilistic polynomial chaos expansions (PCE) are employed, respectively. Global sensitivity analysis based on Sobol decomposition is performed in connection with the computer experiment to rank the parameters based on their influence on the simulator's output. To illustrate its capabilities, the framework is applied to the scale-resolving simu- lations of turbulent channel flow using the open-source CFD solver Nek5000. Due to the high-order nature of Nek5000 a thorough assessment of the results' accuracy and reliability is crucial, as the code is aimed at high-fidelity simulations.
    [Show full text]
  • Designing Combined Physical and Computer Experiments to Maximize Prediction Accuracy
    Computational Statistics and Data Analysis 113 (2017) 346–362 Contents lists available at ScienceDirect Computational Statistics and Data Analysis journal homepage: www.elsevier.com/locate/csda Designing combined physical and computer experiments to maximize prediction accuracy Erin R. Leatherman a,∗, Angela M. Dean b, Thomas J. Santner b a West Virginia University, United States b The Ohio State University, United States article info a b s t r a c t Article history: Combined designs for experiments involving a physical system and a simulator of the Received 1 March 2016 physical system are evaluated in terms of their accuracy of predicting the mean of Received in revised form 18 July 2016 the physical system. Comparisons are made among designs that are (1) locally optimal Accepted 19 July 2016 under the minimum integrated mean squared prediction error criterion for the combined Available online 25 July 2016 physical system and simulator experiments, (2) locally optimal for the physical or simulator experiments, with a fixed design for the component not being optimized, (3) maximin Keywords: augmented nested Latin hypercube, and (4) I-optimal for the physical system experiment Augmented nested LHD Calibration and maximin Latin hypercube for the simulator experiment. Computational methods are Gaussian process Kriging interpolator proposed for constructing the designs of interest. For a large test bed of examples, the IMSPE empirical mean squared prediction errors are compared at a grid of inputs for each test Latin hypercube design surface using a statistically calibrated Bayesian predictor based on the data from each Simulator design. The prediction errors are also studied for a test bed that varies only the calibration parameter of the test surface.
    [Show full text]
  • ACM-8RF Connected to the EIA-485 Port
    G PN 50362:C0 ECN 01-155 Control Relay Module ACM-8RF Instruction Manual Document 50362 03/21/2001 Rev: C While a fire alarm system may lower insurance Fire Alarm System Limitations rates, it is not a substitute for fire insurance! An automatic fire alarm system–typically made up Heat detectors do not sense particles of combustion of smoke detectors, heat detectors, manual pull and alarm only when heat on their sensors increases stations, audible warning devices, and a fire alarm at a predetermined rate or reaches a predetermined control with remote notification capability–can provide level. Rate-of-rise heat detectors may be subject to early warning of a developing fire. Such a system, reduced sensitivity over time. For this reason, the however, does not assure protection against property rate-of-rise feature of each detector should be tested damage or loss of life resulting from a fire. at least once per year by a qualified fire protection specialist. Heat detectors are designed to protect The Manufacturer recommends that smoke and/or property, not life. heat detectors be located throughout a protected premise following the recommendations of the current IMPORTANT! Smoke detectors must be installed in edition of the National Fire Protection Association the same room as the control panel and in rooms Standard 72 (NFPA 72), manufacturer's recommenda- used by the system for the connection of alarm tions, State and local codes, and the recommenda- transmission wiring, communications, signaling, and/or tions contained in the Guide for Proper Use of System power. If detectors are not so located, a developing Smoke Detectors, which is made available at no fire may damage the alarm system, crippling its ability charge to all installing dealers.
    [Show full text]
  • Computer Simulation of an Unsprung Vehicle, Part I C
    Agricultural and Biosystems Engineering Agricultural and Biosystems Engineering Publications 1967 Computer Simulation of an Unsprung Vehicle, Part I C. E. Goering University of Missouri Wesley F. Buchele Iowa State University Follow this and additional works at: https://lib.dr.iastate.edu/abe_eng_pubs Part of the Agriculture Commons, and the Bioresource and Agricultural Engineering Commons The ompc lete bibliographic information for this item can be found at https://lib.dr.iastate.edu/ abe_eng_pubs/960. For information on how to cite this item, please visit http://lib.dr.iastate.edu/ howtocite.html. This Article is brought to you for free and open access by the Agricultural and Biosystems Engineering at Iowa State University Digital Repository. It has been accepted for inclusion in Agricultural and Biosystems Engineering Publications by an authorized administrator of Iowa State University Digital Repository. For more information, please contact [email protected]. Computer Simulation of an Unsprung Vehicle, Part I Abstract The mechanics of unsprung wheel tractors has received extensive study in the last 40 years. The quantitative approach to the problem essentially began with the work of McKibben (7) in the 1920s. Twenty years later, Worthington (12) analyzed the effect of pneumatic tires on tractor stabiIity. Later, Buchele (3) drew on land- locomotion theory to introduce soil variables into the equations for tractor stability. Differential equations were avoided in these analyses by assuming that the tractor moved with zero or constant acceleration. Thus, vibration and actual tipping of the tractor were beyond the scope of the analyses. Disciplines Agriculture | Bioresource and Agricultural Engineering Comments This article is published as Goering, C.
    [Show full text]
  • Erste Arbeiten Mit Zuse-Computern
    HERMANN FLESSNER ERSTE ARBEITEN MIT ZUSE-COMPUTERN BAND 1 Erste Arbeiten mit Zuse-Computern Mit einem Geleitwort von Prof. Dr.-Ing. Horst Zuse Band 1 Rechnen, Planen und Konstruieren mit Computern Von Prof. em. Dr.-Ing. Hermann Flessner Universit¨at Hamburg Mit 166 Abbildungen Prof. em. Dr.-Ing. Hermann Flessner Geboren 1930 in Hamburg. Nach Abitur 1950 – 1952 Zimmererlehre in Dusseldorf.¨ 1953 – 1957 Studium des Bauingenieurwesens an der Technischen Hochschule Hannover. 1958 – 1962 Statiker undKonstrukteurinderEd.Zublin¨ AG. 1962 Wiss. Mitarbeiter am Institut fur¨ Massivbau der TH Hannover; dort 1964 Lehrauftrag und 1965 Promotion. Ebd. 1966 Professor fur¨ Elektronisches Rechnen im Bauwesen. 1968 – 1978 Professor fur¨ Angewandte Informatik im Ingenieurwesen an der Ruhr-Universit¨at Bochum; 1969 – 70 zwischenzeitlich Gastprofessor am Massachusetts Institute of Technology (M.I.T.), Cambridge, USA. Ab 1978 Ordentl. Professor fur¨ Angewandte Informatik in Naturwissenschaft und Technik an der Universit¨at Hamburg. Dort 1994 Emeritierung, danach beratender Ingenieur. Biografische Information der Deutschen Nationalbibliothek Die Deutsche Nationalbibliothek verzeichnet diese Publikation in der Deutschen Nationalbibliothek; detaillierte bibliografische Daten sind im Internet uber¨ http://dnb.d-nb.de abrufbar uber:¨ Flessner, Hermann: Erste Arbeiten mit ZUSE-Computern, Band 1 Dieses Werk ist urheberrechtlich geschutzt.¨ Die dadurch begrundeten¨ Rechte, insbesondere die der Ubersetzung,¨ des Nachdrucks, der Entnahme von Abbildungen, der Wiedergabe auf photomechani- schem oder digitalem Wege und der Speicherung in Datenverarbeitungsanlagen bzw. Datentr¨agern jeglicher Art bleiben, auch bei nur auszugsweiser Verwertung, vorbehalten. c 2016 H. Flessner, D - 21029 Hamburg 2. Auflage 2017 Herstellung..und Verlag:nBoD – Books on Demand, Norderstedt Text und Umschlaggestaltung: Hermann Flessner ISBN: 978-3-7412-2897-1 V Geleitwort Hermann Flessner kenne ich, pr¨aziser gesagt, er kennt mich als 17-j¨ahrigen seit ca.
    [Show full text]
  • SEL-421 Relay Protection and Automation System
    SEL-421 Relay Protection and Automation System Instruction Manual User’s Guide 20111215 *PM421-01-NB* © 2001–2011 by Schweitzer Engineering Laboratories, Inc. All rights reserved. All brand or product names appearing in this document are the trademark or registered trademark of their respective holders. No SEL trademarks may be used without written permission. SEL products appearing in this document may be covered by US and Foreign patents. Schweitzer Engineering Laboratories, Inc. reserves all rights and benefits afforded under federal and international copyright and patent laws in its products, including without limitation software, firmware, and documentation. The information in this manual is provided for informational use only and is subject to change without notice. Schweitzer Engineering Laboratories, Inc. has approved only the English language manual. This product is covered by the standard SEL 10-year warranty. For warranty details, visit www.selinc.com or contact your customer service representative. PM421-01 SEL-421 Relay User’s Guide Date Code 20111215 Table of Contents Table of Contents................................................................................................................................................. i List of Tables ......................................................................................................................................................vii List of Figures..................................................................................................................................................
    [Show full text]
  • Appendix 9 Updated MIG 0 15.3
    Units of Measure [UNECE Recommendation No. 20] Code Description 05 lift 06 small spray 08 heat lot 10 group 11 outfit 13 ration 14 shot 15 stick, military 16 hundred fifteen kg drum 17 hundred lb drum 18 fiftyfive gallon (US) drum 19 tank truck 20 twenty foot container 21 forty foot container 22 decilitre per gram 23 gram per cubic centimetre 24 theoretical pound 25 gram per square centimetre 26 actual ton 27 theoretical ton 28 kilogram per square metre 29 pound per thousand square foot 30 horse power day per air dry metric ton 31 catch weight 32 kilogram per air dry metric ton 33 kilopascal square metre per gram 34 kilopascal per millimetre 35 millilitre per square centimetre second 36 cubic foot per minute per square foot 37 ounce per square foot 38 ounce per square foot per 0,01inch 40 millilitre per second 41 millilitre per minute 43 super bulk bag 44 fivehundred kg bulk bag 45 threehundred kg bulk bag 46 fifty lb bulk bag 47 fifty lb bag 48 bulk car load 53 theoretical kilogram 54 theoretical tonne 56 sitas 57 mesh 58 net kilogram 59 part per million 60 percent weight 61 part per billion (US) 62 percent per 1000 hour 63 failure rate in time 64 pound per square inch, gauge 66 oersted 69 test specific scale 71 volt ampere per pound 72 watt per pound 73 ampere tum per centimetre 74 millipascal 76 gauss 77 milli-inch 78 kilogauss 80 pound per square inch absolute 81 henry 84 kilopound-force per square inch 85 foot pound-force 87 pound per cubic foot 89 poise 90 Saybold universal second 91 stokes 92 calorie per cubic centimetre 93 calorie
    [Show full text]
  • Computational Physics: Simulation of Classical and Quantum Systems
    Computational Physics Philipp O.J. Scherer Computational Physics Simulation of Classical and Quantum Systems 123 Prof. Dr. Philipp O.J. Scherer TU München Physikdepartment T38 85748 München Germany [email protected] Additional materials to this book can be downloaded from http://extras.springer.com ISBN 978-3-642-13989-5 e-ISBN 978-3-642-13990-1 DOI 10.1007/978-3-642-13990-1 Springer Heidelberg Dordrecht London New York Library of Congress Control Number: 2010937781 c Springer-Verlag Berlin Heidelberg 2010 This work is subject to copyright. All rights are reserved, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilm or in any other way, and storage in data banks. Duplication of this publication or parts thereof is permitted only under the provisions of the German Copyright Law of September 9, 1965, in its current version, and permission for use must always be obtained from Springer. Violations are liable to prosecution under the German Copyright Law. The use of general descriptive names, registered names, trademarks, etc. in this publication does not imply, even in the absence of a specific statement, that such names are exempt from the relevant protective laws and regulations and therefore free for general use. Cover design: eStudio Calamar S.L., Heidelberg Printed on acid-free paper Springer is part of Springer Science+Business Media (www.springer.com) for Christine Preface Computers have become an integral part of modern physics. They help to acquire, store, and process enormous amounts of experimental data.
    [Show full text]
  • Bridge Measurement Analysis
    Bridge Measurement Analysis Svetlana Avramov-Zamurovic1, Bryan Waltrip2 and Andrew Koffman2 1United States Naval Academy, Weapons and Systems Engineering Department Annapolis, MD 21402, Telephone: 410 293 6124 Email: [email protected] 2National Institute of Standards and Technology†, Electricity Division Gaithersburg, MD 21899. Telephone: 301 975 2438, Email: [email protected] Introduction At the United States Academy there are several engineering majors, including Systems Engineering. This program offers excellent systems integration education. In particular the major concentrates on control of electrical, computer and mechanical systems. In addition to several tracks, students have the opportunity to independently research a field of interest. This is a great opportunity for teachers and students to pursue more in-depth analyses. This paper will describe one such experiment in the field of metrology. Very often engineering laboratories at undergraduate schools are well equipped with power supplies, signal generators, oscilloscopes and general-purpose multimeters. This set allows teachers and students to set up test-beds for most of the basic electronics circuits studied in different engineering tracks. Modern instrumentation is in general user-friendly and students like using the equipment. However, students are often not aware that there are two pieces of information necessary to establish a measurement result: the numerical value of the measured quantity and the uncertainty with which that measurement was performed. In order to achieve high measurement accuracy, more complex measurement systems must be developed. This paper will describe the process of analyzing a bridge measurement using MATLAB‡. Measurement Bridge One of the basic circuits that demonstrate the concept of a current/voltage divider is a Wheatstone bridge (given in Figure 1.) A source voltage is applied to a parallel connection of impedances.
    [Show full text]
  • Konrad Zuse the Computer- My Life
    Konrad Zuse The Computer- My Life Konrad Zuse The Computer- My Life With Forewords byEL.Bauer and H. Zemanek Springer-Verlag Berlin Heidelberg GmbH Professor Dr. Ing. E. h. Dr. mult. rer. nat. h.c. Konrad Zuse 1m Haselgrund 21, D-36088 Hunfeld, Germany Editor: Dr. Hans Wossner, Springer-Verlag Heidelberg Translators: Patricia McKenna, New York J.Andrew Ross, Springer-Verlag Heidelberg Titl e of the original German edition: Der Computer - Mein Lebenswerk, 1993 © Springer-Verlag Berlin Heidelberg 1984, 1986, 1990, 1993 Computing Reviews Classification (1991) : K. 2, A. 0 With 68 Figures ISBN 978-3-642-08 151 -4 ISBN 978-3-662-02931-2 (eBook) DOI 10.1007/978-3-662-02931-2 Libary of Congress Cataloging-in-Publication Data . Zuse, Konr ad . (Computer. mein Lebensw erk . English) Th e computer, my life / Konrad Zuse;with for eword s bv F.L. Bauer and H. Zemanek. p. cm. Includes bibliographical references and index. I. Zuse, Konrad. 2. Computers -Germany - History . 3. Computer engineers - Germany - Biography. I. Titl e. TK7885.22.Z87A3 1993 62I.39'092-dc20 [B] 93-18574 This work is subject to copyright. All rights are reserved , whether the whole world or part for the mat erial is concerned , specifically the rights of translation, reprinting, reuse ofillustrati- ons, recitation, broadcasting , reproduction on microfilm or in any ot her way, and storage in data banks. Dupli cation of this publication or parts thereof is permitted only under the pro- visions of German Copyr ight Law of September 9, 1965, in its current version , and permissi- on for use must always be obtained from Springer-Verlag.
    [Show full text]
  • The Z1: Architecture and Algorithms of Konrad Zuse's First Computer
    The Z1: Architecture and Algorithms of Konrad Zuse’s First Computer Raul Rojas Freie Universität Berlin June 2014 Abstract This paper provides the first comprehensive description of the Z1, the mechanical computer built by the German inventor Konrad Zuse in Berlin from 1936 to 1938. The paper describes the main structural elements of the machine, the high-level architecture, and the dataflow between components. The computer could perform the four basic arithmetic operations using floating-point numbers. Instructions were read from punched tape. A program consisted of a sequence of arithmetical operations, intermixed with memory store and load instructions, interrupted possibly by input and output operations. Numbers were stored in a mechanical memory. The machine did not include conditional branching in the instruction set. While the architecture of the Z1 is similar to the relay computer Zuse finished in 1941 (the Z3) there are some significant differences. The Z1 implements operations as sequences of microinstructions, as in the Z3, but does not use rotary switches as micro- steppers. The Z1 uses a digital incrementer and a set of conditions which are translated into microinstructions for the exponent and mantissa units, as well as for the memory blocks. Microinstructions select one out of 12 layers in a machine with a 3D mechanical structure of binary mechanical elements. The exception circuits for mantissa zero, necessary for normalized floating-point, were lacking; they were first implemented in the Z3. The information for this article was extracted from careful study of the blueprints drawn by Zuse for the reconstruction of the Z1 for the German Technology Museum in Berlin, from some letters, and from sketches in notebooks.
    [Show full text]