By Glenn A. Emelko

Total Page:16

File Type:pdf, Size:1020Kb

By Glenn A. Emelko A NEW ALGORITHM FOR EFFICIENT SOFTWARE IMPLEMENTATION OF REED-SOLOMON ENCODERS FOR WIRELESS SENSOR NETWORKS by Glenn A. Emelko Submitted to the Office of Graduate Studies at Case Western Reserve University in partial fulfillment of the requirements for the degree of DOCTOR OF PHILOSOPHY in ELECTRICAL ENGINEERING Department of Electrical Engineering and Computer Science Case Western Reserve University Glennan 321, 10900 Euclid Ave. Cleveland, Ohio 44106 May 2009 CASE WESTERN RESERVE UNIVERSITY SCHOOL OF GRADUATE STUDIES We hereby approve the thesis/dissertation of _Glenn A. Emelko____________________________________ candidate for the _Doctor of Philosophy_ degree *. (signed)_Francis L. Merat______________________________ (chair of the committee) _Wyatt S. Newman______________________________ _H. Andy Podgurski_____________________________ _William L. Schultz______________________________ _David A. Singer________________________________ ________________________________________________ (date) _March 2, 2009__________ * We also certify that written approval has been obtained for any proprietary material contained therein. i Dedication For my loving wife Liz, and for my children Tom and Leigh Anne. I thank you for giving me love and support and for believing in me every step along my journey. ii Table of Contents Dedication........................................................................................................................... ii List of Figures......................................................................................................................4 Abstract................................................................................................................................5 Acknowledgements..............................................................................................................6 Chapters I: Introduction ..........................................................................................................9 Design Constraints.......................................................................................9 Need for Error Correction Implemented in Software................................10 Dissertation Purpose and Summary ..........................................................11 II: Background on Galois Field Arithmetic ...........................................................12 Galois Fields..............................................................................................13 Arithmetic Operations................................................................................15 Extension Fields.........................................................................................17 Operations in Extension Fields..................................................................18 Primitive Elements.....................................................................................20 III: Reed-Solomon Error Correction Codes...........................................................22 Properties...................................................................................................22 Notation......................................................................................................23 Shortened Codes ........................................................................................24 Reed-Solomon Fundamentals ....................................................................25 Computing a Generator .............................................................................26 Valid Code Blocks......................................................................................28 1 How Reed-Solomon Allows Errors to be Corrected..................................28 The (7,3) RS Code......................................................................................28 Encoding Messages in (7,3) RS Code........................................................30 Reed-Solomon Using an LFSR...................................................................32 Generalized Error Correction ...................................................................35 Limitations .................................................................................................35 IV: Other Relevant Work.......................................................................................36 V: Implementation of a Reed-Solomon Encoder in Software ...............................38 Initial Program Listing ..............................................................................39 Galois Field Multiplication Function ........................................................40 Computing the Generator Polynomial.......................................................41 Reed-Solomon Encoder Function and Test Program ................................42 Irreducible Polynomials for Other Fields..................................................43 VI: Improving Efficiency.......................................................................................45 Multiplication by Adding Logarithms........................................................46 Using Multiples of Two in the Field ..........................................................47 Identify the Code to Convert to Assembly Language.................................49 Loop Unrolling ..........................................................................................50 VII: A Software Row-Based Algorithm for Reed-Solomon Encoders..................53 Multiplying “Row-at-a-Time” ...................................................................54 Evaluation of the Original Algorithm........................................................55 Evaluation of the Improved Algorithm ......................................................57 Step-by-Step Analysis of the Improved Algorithm .....................................57 2 Summary of the Algorithm .........................................................................59 Quantified Improvement ............................................................................61 VIII: Generalizing the Improved Algorithm..........................................................62 Pseudo-Code Implementation of the Improved Algorithm ........................64 Implementation ..........................................................................................66 Execution Speed.........................................................................................68 Analysis and Improvements .......................................................................69 IX: Conclusion.......................................................................................................72 Appendix A: Code Timing.................................................................................................73 Appendix B: Listing of program to select RS Generator Polynomials..............................74 Reference List ....................................................................................................................79 3 List of Figures Figure 1: Addition and Multiplication in GF(5) ................................................................16 2 2 Figure 2a, 2b: Addition and Multiplication in GF(3 )x +1 .................................................19 3 3 Figure 3a, 3b: Addition and Multiplication in GF(2 )x +x+1 ...............................................30 Figure 4: Example of long division in GF(23) with reducing polynomial x2+x+1............31 Figure 5: Construction of a LFSR to compute Reed-Solomon residues............................33 Figures 6a-6e: Reed-Solomon Encoder source code in C for GF(22) through GF(231).................................................................................... 39-43 Figure 7: Output from Reed-Solomon Encoder.................................................................44 Figure 8: Graph of execution speed for C implementation of a Reed- Solomon Encoder.......................................................................................45 Figure 9: Improving the Efficiency of GFMult() by using Logarithm and Exponent tables ...................................................................................46 Figure 10: Graph of execution speed after Improvement with the Powers-of-2 table.......................................................................................47 Figure 11: Source Code for GFMult() implementing Powers-of-2 table ..........................48 Figure 12: GFMult() implemented in PIC assembly code using shift-and-add.................49 Figure 13: Graph of execution speed for PIC assembly implementation of shift-and-add..........................................................................................50 Figure 14: Galois multiplication in PIC assembly, using unrolled shift-and-add..............51 Figure 15: Implementation of the Reed-Solomon encoder in PIC assembly.....................52 Figure 16: Table of sums and multiplies in the base algorithm from Figure 6..................56 Figure 17: Using inline row rather than column operations during multiplication ...........60 Figure 18: Table of sums and multiplies for the improved algorithm ...............................62 Figure 19: Example of a CDROM (32,28) RS encoder with inline row operations..........66 Figure 20: Example of a (32,28) RS encoder using the recommended polynomials ........70 4 A New Algorithm for Efficient Software Implementation of Reed-Solomon Encoders for Wireless Sensor Networks Abstract by Glenn A. Emelko With the recent introduction and development of ad-hoc
Recommended publications
  • Solving 8 × 8 Domineering
    Theoretical Computer Science 230 (2000) 195–206 www.elsevier.com/locate/tcs View metadata, citation and similar papers at core.ac.uk brought to you by CORE Mathematical Games provided by Elsevier - Publisher Connector Solving 8 × 8 Domineering D.M. Breuker, J.W.H.M. Uiterwijk ∗, H.J. van den Herik Department of Computer Science, MATRIKS Research Institute, Universiteit Maastricht, P.O. Box 616, 6200 MD Maastricht, Netherlands Received May 1998; revised October 1998 Communicated by A.S. Fraenkel Abstract So far the game of Domineering has mainly been investigated by combinatorial-games re- searchers. Yet, it is a genuine two-player zero-sum game with perfect information, of which the general formulation is a topic of AI research. In that domain, many techniques have been developed for two-person games, especially for chess. In this article we show that one such technique, i.e., transposition tables, is ÿt for solving standard Domineering (i.e., on an 8×8 board). The game turns out to be a win for the player ÿrst to move. This result coincides with a result obtained independently by Morita Kazuro. Moreover, the technique of transposition tables is also applied to di erently sized m × n boards, m ranging from 2 to 8, and n from m to 9. The results are given in tabular form. Finally, some conclusions on replacement schemes are drawn. In an appendix an analysis of four tournament games is provided. c 2000 Published by Elsevier Science B.V. All rights reserved. Keywords: Domineering; Solving games; Transposition tables; Replacement schemes 1. Introduction Domineering is a two-player zero-sum game with perfect information.
    [Show full text]
  • Claude Elwood Shannon (1916–2001) Solomon W
    Claude Elwood Shannon (1916–2001) Solomon W. Golomb, Elwyn Berlekamp, Thomas M. Cover, Robert G. Gallager, James L. Massey, and Andrew J. Viterbi Solomon W. Golomb Done in complete isolation from the community of population geneticists, this work went unpublished While his incredibly inventive mind enriched until it appeared in 1993 in Shannon’s Collected many fields, Claude Shannon’s enduring fame will Papers [5], by which time its results were known surely rest on his 1948 work “A mathematical independently and genetics had become a very theory of communication” [7] and the ongoing rev- different subject. After his Ph.D. thesis Shannon olution in information technology it engendered. wrote nothing further about genetics, and he Shannon, born April 30, 1916, in Petoskey, Michi- expressed skepticism about attempts to expand gan, obtained bachelor’s degrees in both mathe- the domain of information theory beyond the matics and electrical engineering at the University communications area for which he created it. of Michigan in 1936. He then went to M.I.T., and Starting in 1938 Shannon worked at M.I.T. with after spending the summer of 1937 at Bell Tele- Vannevar Bush’s “differential analyzer”, the an- phone Laboratories, he wrote one of the greatest cestral analog computer. After another summer master’s theses ever, published in 1938 as “A sym- (1940) at Bell Labs, he spent the academic year bolic analysis of relay and switching circuits” [8], 1940–41 working under the famous mathemati- in which he showed that the symbolic logic of cian Hermann Weyl at the Institute for Advanced George Boole’s nineteenth century Laws of Thought Study in Princeton, where he also began thinking provided the perfect mathematical model for about recasting communications on a proper switching theory (and indeed for the subsequent mathematical foundation.
    [Show full text]
  • Hexaflexagons, Probability Paradoxes, and the Tower of Hanoi
    HEXAFLEXAGONS, PROBABILITY PARADOXES, AND THE TOWER OF HANOI For 25 of his 90 years, Martin Gard- ner wrote “Mathematical Games and Recreations,” a monthly column for Scientific American magazine. These columns have inspired hundreds of thousands of readers to delve more deeply into the large world of math- ematics. He has also made signifi- cant contributions to magic, philos- ophy, debunking pseudoscience, and children’s literature. He has produced more than 60 books, including many best sellers, most of which are still in print. His Annotated Alice has sold more than a million copies. He continues to write a regular column for the Skeptical Inquirer magazine. (The photograph is of the author at the time of the first edition.) THE NEW MARTIN GARDNER MATHEMATICAL LIBRARY Editorial Board Donald J. Albers, Menlo College Gerald L. Alexanderson, Santa Clara University John H. Conway, F.R. S., Princeton University Richard K. Guy, University of Calgary Harold R. Jacobs Donald E. Knuth, Stanford University Peter L. Renz From 1957 through 1986 Martin Gardner wrote the “Mathematical Games” columns for Scientific American that are the basis for these books. Scientific American editor Dennis Flanagan noted that this column contributed substantially to the success of the magazine. The exchanges between Martin Gardner and his readers gave life to these columns and books. These exchanges have continued and the impact of the columns and books has grown. These new editions give Martin Gardner the chance to bring readers up to date on newer twists on old puzzles and games, on new explanations and proofs, and on links to recent developments and discoveries.
    [Show full text]
  • Combinatorial Game Theory
    Combinatorial Game Theory Aaron N. Siegel Graduate Studies MR1EXLIQEXMGW Volume 146 %QIVMGER1EXLIQEXMGEP7SGMIX] Combinatorial Game Theory https://doi.org/10.1090//gsm/146 Combinatorial Game Theory Aaron N. Siegel Graduate Studies in Mathematics Volume 146 American Mathematical Society Providence, Rhode Island EDITORIAL COMMITTEE David Cox (Chair) Daniel S. Freed Rafe Mazzeo Gigliola Staffilani 2010 Mathematics Subject Classification. Primary 91A46. For additional information and updates on this book, visit www.ams.org/bookpages/gsm-146 Library of Congress Cataloging-in-Publication Data Siegel, Aaron N., 1977– Combinatorial game theory / Aaron N. Siegel. pages cm. — (Graduate studies in mathematics ; volume 146) Includes bibliographical references and index. ISBN 978-0-8218-5190-6 (alk. paper) 1. Game theory. 2. Combinatorial analysis. I. Title. QA269.S5735 2013 519.3—dc23 2012043675 Copying and reprinting. Individual readers of this publication, and nonprofit libraries acting for them, are permitted to make fair use of the material, such as to copy a chapter for use in teaching or research. Permission is granted to quote brief passages from this publication in reviews, provided the customary acknowledgment of the source is given. Republication, systematic copying, or multiple reproduction of any material in this publication is permitted only under license from the American Mathematical Society. Requests for such permission should be addressed to the Acquisitions Department, American Mathematical Society, 201 Charles Street, Providence, Rhode Island 02904-2294 USA. Requests can also be made by e-mail to [email protected]. c 2013 by the American Mathematical Society. All rights reserved. The American Mathematical Society retains all rights except those granted to the United States Government.
    [Show full text]
  • SHANNON SYMPOSIUM and STATUE DEDICATION at UCSD
    SHANNON SYMPOSIUM and STATUE DEDICATION at UCSD At 2 PM on October 16, 2001, a statue of Claude Elwood Shannon, the Father of Information Theory who died earlier this year, will be dedicated in the lobby of the Center for Magnetic Recording Research (CMRR) at the University of California-San Diego. The bronze plaque at the base of this statue will read: CLAUDE ELWOOD SHANNON 1916-2001 Father of Information Theory His formulation of the mathematical theory of communication provided the foundation for the development of data storage and transmission systems that launched the information age. Dedicated October 16, 2001 Eugene Daub, Sculptor There is no fee for attending the dedication but if you plan to attend, please fill out that portion of the attached registration form. In conjunction with and prior to this dedication, 15 world-renowned experts on information theory will give technical presentations at a Shannon Symposium to be held in the auditorium of CMRR on October 15th and the morning of October 16th. The program for this Symposium is as follows: Monday Oct. 15th Monday Oct. 15th Tuesday Oct. 16th 9 AM to 12 PM 2 PM to 5 PM 9 AM to 12 PM Toby Berger G. David Forney Jr. Solomon Golomb Paul Siegel Edward vanderMeulen Elwyn Berlekamp Jacob Ziv Robert Lucky Shu Lin David Neuhoff Ian Blake Neal Sloane Thomas Cover Andrew Viterbi Robert McEliece If you are interested in attending the Shannon Symposium please fill out the corresponding portion of the attached registration form and mail it in as early as possible since seating is very limited.
    [Show full text]
  • Entrepreneurial Chess
    Noname manuscript No. (will be inserted by the editor) Entrepreneurial Chess Elwyn Berlekamp · Richard M. Low Received: February 6, 2017 / Accepted: date Abstract Although the combinatorial game Entrepreneurial Chess (or Echess) was invented around 2005, this is our first publication devoted to it. A single Echess position begins with a Black king vs. a White king and a White rook on a quarter-infinite board, spanning the first quadrant ofthe xy-plane. In addition to the normal chess moves, Black is given the additional option of “cashing out”, which removes the board and converts the position into the integer x + y, where [x; y] are the coordinates of his king’s position when he decides to cash out. Sums of Echess positions, played on different boards, span an unusually wide range of topics in combinatorial game theory. We find many interesting examples. Keywords combinatorial games · chess Mathematics Subject Classification (2000) 91A46 1 Introduction Following its beginnings in the context of recreational mathematics, combina- torial game theory has matured into an active area of research. Along with its natural appeal, the subject has applications to complexity theory, logic, graph theory and biology [8]. For these reasons, combinatorial games have caught the attention of many people and the large body of research literature on the Elwyn and Jennifer Berlekamp Foundation 5665 College Avenue, Suite #330B Oakland, CA 94618, USA E-mail: [email protected] Department of Mathematics San Jose State University San Jose, CA 95192, USA E-mail: [email protected] 2 Elwyn Berlekamp, Richard M. Low subject continues to increase.
    [Show full text]
  • NEW TEMPERATURES in DOMINEERING Ajeet Shankar Aj
    INTEGERS: ELECTRONIC JOURNAL OF COMBINATORIAL NUMBER THEORY 5 (2005), #G04 NEW TEMPERATURES IN DOMINEERING Ajeet Shankar Department of Electrical Engineering and Computer Science, University of California, Berkeley, Berkeley, CA 94720 [email protected] Manu Sridharan Department of Electrical Engineering and Computer Science, University of California, Berkeley, Berkeley, CA 94720 manu [email protected] Received: 4/6/04, Revised: 3/30/05, Accepted: 5/16/05, Published: 5/19/05 Abstract Games of No Chance [8] presents a table of known Domineering temperatures, including approximately 40 with denominator less than or equal to 512, and poses the challenge of finding new temperatures. We present 219 Domineering positions with distinct temperatures not shown in GONC – including 26 with temperature greater than 3/2 – obtained through exhaustive computational search of several Domineering grid sizes. 1. Background In the game of Domineering [7, 3], players Left and Right alternate placing dominoes on a finite grid of arbitrary size or shape. Left places her dominoes vertically, and Right horizontally. Play continues until a player cannot move; that player is the loser. In spite of its apparent simplicity, many of the properties of combinatorial games can be expressed in Domineering [3]. Analyzing general Domineering positions, i.e., finding their canonical values and temper- atures, is difficult. Early work exhaustively analyzed positions of very small size [3]. Since then, inroads have been made for positions with repetitive patterns, such as snakes [13, 9] and x × y rectangles for particular values of x [1]. There is preliminary work on determining which player can win for rectangular boards of increasingly large dimensions [4, 10], but no comprehensive analysis has been performed on these boards.
    [Show full text]
  • Department of Electrical Engineering and Com- • Numberphile: a Final Game with Elwyn Berlekamp (Amazons)/ Puter Science
    IEEE Information Theory Society Newsletter Vol. 69, No. 3, September 2019 EDITOR: Salim El Rouayheb ISSN 1059-2362 President’s Column Emina Soljanin The International Symposium on Information You may think that quantum information Theory (ISIT), our Society’s flagship confer- theory is an exotic area, and at most an eso- ence, took place a few weeks ago in Paris. teric subfield of information theory. Never- It was there, in la ville-lumie`re, that many of theless, it is classical information theory that us were able to discern some light at the end is a special (non-contextual) case of quantum of the tunnel we felt we entered more than a information theory. You may want to check year ago. But some have told me that they did with Google in which class of papers the term not think we got completely out of the (Vail) “information theory” is used the most often woods yet. I am now at home, looking at the nowadays. You may be surprised. It has been skyline of Manhattan, the city that never sleeps, alleged that the mathematician David Hilbert and reflecting back on the ISIT and the time had said that physics is too important to be left from the beginning of the year. to the physicists to which the physicist John Wheeler, several decades later in retaliation, The ISIT was a great success by all measures. responded that Go¨del is too important to be left (Alright, I know, many would use different to the mathematicians [1]. Today, I dare say, they words for the banquet, and I will come back would both agree that information theory is to that.) We had a record number of attendees and a very ex- too important to be left to the information theorists.
    [Show full text]
  • The Original View of Reed-Solomon Coding and the Welch-Berlekamp Decoding Algorithm
    The Original View of Reed-Solomon Coding and the Welch-Berlekamp Decoding Algorithm Item Type text; Electronic Dissertation Authors Mann, Sarah Edge Publisher The University of Arizona. Rights Copyright © is held by the author. Digital access to this material is made possible by the University Libraries, University of Arizona. Further transmission, reproduction or presentation (such as public display or performance) of protected items is prohibited except with permission of the author. Download date 30/09/2021 06:25:31 Link to Item http://hdl.handle.net/10150/301533 The Original View of Reed-Solomon Coding and the Welch-Berlekamp Decoding Algorithm by Sarah Edge Mann Copyright c Sarah Edge Mann 2013 A Dissertation Submitted to the Faculty of the Graduate Interdisciplinary Program in Applied Mathematics In Partial Fulfillment of the Requirements For the Degree of Doctor of Philosophy In the Graduate College The University of Arizona July 19, 2013 2 The University of Arizona Graduate College As members of the Dissertation Committee, we certify that we have read the disserta- tion prepared by Sarah Edge Mann entitled The Original View of Reed-Solomon Coding and the Welch-Berlekamp Decoding Algorithm and recommend that it be accepted as fulfilling the dissertation requirement for the Degree of Doctor of Philosophy. Date: July 19, 2013 Marek Rychlik Date: July 19, 2013 Kevin Lin Date: July 19, 2013 Don Wang Final approval and acceptance of this dissertation is contingent upon the candidate's sub- mission of the final copies of the dissertation to the Graduate College. I hereby certify that I have read this dissertation prepared under my direction and recom- mend that it be accepted as fulfilling the dissertation requirement.
    [Show full text]
  • Martin Gardner Papers SC0647
    http://oac.cdlib.org/findaid/ark:/13030/kt6s20356s No online items Guide to the Martin Gardner Papers SC0647 Daniel Hartwig & Jenny Johnson Department of Special Collections and University Archives October 2008 Green Library 557 Escondido Mall Stanford 94305-6064 [email protected] URL: http://library.stanford.edu/spc Note This encoded finding aid is compliant with Stanford EAD Best Practice Guidelines, Version 1.0. Guide to the Martin Gardner SC064712473 1 Papers SC0647 Language of Material: English Contributing Institution: Department of Special Collections and University Archives Title: Martin Gardner papers Creator: Gardner, Martin Identifier/Call Number: SC0647 Identifier/Call Number: 12473 Physical Description: 63.5 Linear Feet Date (inclusive): 1957-1997 Abstract: These papers pertain to his interest in mathematics and consist of files relating to his SCIENTIFIC AMERICAN mathematical games column (1957-1986) and subject files on recreational mathematics. Papers include correspondence, notes, clippings, and articles, with some examples of puzzle toys. Correspondents include Dmitri A. Borgmann, John H. Conway, H. S. M Coxeter, Persi Diaconis, Solomon W Golomb, Richard K.Guy, David A. Klarner, Donald Ervin Knuth, Harry Lindgren, Doris Schattschneider, Jerry Slocum, Charles W.Trigg, Stanislaw M. Ulam, and Samuel Yates. Immediate Source of Acquisition note Gift of Martin Gardner, 2002. Information about Access This collection is open for research. Ownership & Copyright All requests to reproduce, publish, quote from, or otherwise use collection materials must be submitted in writing to the Head of Special Collections and University Archives, Stanford University Libraries, Stanford, California 94304-6064. Consent is given on behalf of Special Collections as the owner of the physical items and is not intended to include or imply permission from the copyright owner.
    [Show full text]
  • The Dots and Boxes Game
    The Dots-and-Boxes Game The Dots-and-Boxes Game Sophisticated Child’s Play Elwyn Berlekamp Boca Raton London New York CRC Press is an imprint of the Taylor & Francis Group, an informa business AN A K PETERS BOOK CRC Press Taylor & Francis Group 6000 Broken Sound Parkway NW, Suite 300 Boca Raton, FL 33487-2742 First issued in hardback 2017 © 2000 by Taylor and Francis Group, LLC CRC Press is an imprint of Taylor & Francis Group, an Informa business No claim to original U.S. Government works ISBN-13: 978-1-56881-129-1 (pbk) ISBN-13: 978-1-138-42759-4 (hbk) This book contains information obtained from authentic and highly regarded sources. Reasonable efforts have been made to publish reliable data and information, but the author and publisher cannot assume responsibility for the validity of all materials or the consequences of their use. The authors and publishers have attempted to trace the copyright holders of all material reproduced in this publication and apologize to copyright holders if permission to publish in this form has not been obtained. If any copyright material has not been acknowledged please write and let us know so we may rectify in any future reprint. Except as permitted under U.S. Copyright Law, no part of this book may be reprinted, reproduced, transmitted, or utilized in any form by any electronic, mechanical, or other means, now known or hereafter invented, including photocopying, microfilming, and recording, or in any information stor- age or retrieval system, without written permission from the publishers. For permission to photocopy or use material electronically from this work, please access www.copy- right.com (http://www.copyright.com/) or contact the Copyright Clearance Center, Inc.
    [Show full text]
  • IEEE Information Theory Society Newsletter
    IEEE Information Theory Society Newsletter Vol. 53, No. 1, March 2003 Editor: Lance C. Pérez ISSN 1059-2362 LIVING INFORMATION THEORY The 2002 Shannon Lecture by Toby Berger School of Electrical and Computer Engineering Cornell University, Ithaca, NY 14853 1 Meanings of the Title Information theory has ... perhaps The title, ”Living Information Theory,” is a triple enten- ballooned to an importance beyond dre. First and foremost, it pertains to the information its actual accomplishments. Our fel- theory of living systems. Second, it symbolizes the fact low scientists in many different that our research community has been living informa- fields, attracted by the fanfare and by tion theory for more than five decades, enthralled with the new avenues opened to scientific the beauty of the subject and intrigued by its many areas analysis, are using these ideas in ... of application and potential application. Lastly, it is in- biology, psychology, linguistics, fun- tended to connote that information theory is decidedly damental physics, economics, the theory of the orga- alive, despite sporadic protestations to the contrary. nization, ... Although this wave of popularity is Moreover, there is a thread that ties together all three of certainly pleasant and exciting for those of us work- these meanings for me. That thread is my strong belief ing in the field, it carries at the same time an element that one way in which information theorists, both new of danger. While we feel that information theory is in- and seasoned, can assure that their subject will remain deed a valuable tool in providing fundamental in- vitally alive deep into the future is to embrace enthusias- sights into the nature of communication problems tically its applications to the life sciences.
    [Show full text]