DIGIT-SERIAL COMPUTATION

Size: px
Start display at page:

Download "DIGIT-SERIAL COMPUTATION"

Transcription

1 DIGIT-SERIAL COMPUTATION

2 TIlE KLUWER INTERNATIONAL SERIES IN ENGINEERING AND COMPUTER SCIENCE VLSI, COMPUTER ARCHITECTURE AND DIGITAL SIGNAL PROCESSING Consulting Editor Jonathan Allen Other books in the series: FORMAL SEMANTICS FOR VHDL, Carlos Delgado Kloos ISBN: ON OPTIMAL INTERCONNECTIONS FOR VLSI, Andrew B. Kahng, Gabriel Robins ISBN: SIMULATION TECHNIQUES AND SOLUTIONS FOR MIXED-SIGNAL COUPLING IN INTEGRATED CIRCUITS, Nishath K. Verghese, Timothy J. Schmerbeck, David J. Allstot ISBN: MIXED-MODE SIMULATION AND ANALOG MULTILEVEL SIMULATION, Resve Saleh, Shyh-Jye, A. Richard Newton ISBN: CAD FRAMEWORKS: Principles and Architecutres, Pieter van der Wolf ISBN: PIPELINED ADAPTIVE DIGITAL FILTERS, Naresh R. Shanbhag, Keshab K. Parhi ISBN: TIMED BOOLEAN FUNCTIONS: A UNIFIED FORMALISM FOR EXACT TIMING ANALYSIS, William K. C. Lam, Robert K. Brayton ISBN: AN ANALOG VLSI SYSTEM FOR STEREOSCIPIC VISION, Misha Mahowald ISBN: ANALOG DEVICE-LEVEL LAYOUT AUTOMATION, John M. Cohn, David J. Garrod, Rob A. Rutenbar, L. Richard Carley ISBN: VLSI DESIGN METHODOLOGIES FOR DIGITAL SIGNAL PROCESSING ARCHITECTURES, Magdy A. Bayoumi ISBN: CIRCUIT SYNTHESIS WITH VHDL, Roland Airiau, Jean-Michel Berge, Vincent Olive ISBN: ASYMPOTIC WAVEFORM EVALUATION, Eli Chiprout, Michel s. Nakhla ISBN: WAVE PIPELINING: THEORY AND CMOS IMPLEMENTATION, C. Thomas Gray, Wentai Liu, Ralph K. Cavin, III ISBN: CONNECTIONIST SPEECH RECOGNITION: A Hybrid Appoach, H. Bourlard, N. Morgan ISBN: BiCMOS TECHNOLOGY AND APPLICATIONS, SECOND EDITION, A.R. Alvarez ISBN: TECHNOLOGY CAD-COMPUTER SIMULATION OF IC PROCESSES AND DEVICES, R. Dutton, Z. Yu ISBN: VHDL '92, THE NEW FEATURES OF THE VHDL HARDWARE DESCRIPTION LANGUAGE, J. Berge, A. Fonkoua, S. Maginot, J. Rouillard ISBN: APPLICATION DRIVEN SYNTHESIS, F. Catthoor, L. Svenson ISBN :

3 DIGIT-SERIAL COMPUTATION by Richard Hartley General Electrical erd Keshab K. Parhi University 0/ Minnesota " ~. SPRINGER SCIENCE+BUSINESS MEDIA, LLC

4 ISBN DOI / ISBN (ebook) Library of Congress Cataloging-in-Publication Data A C.I.P. Catalogue record for this book is available from the Library of Congress. Copyright 1995 by Springer Science+Business Media New York Originally published by Kluwer Academic Publishers, New York in 1995 Softcover reprint ofthe hardcover 1st edition 1995 All rights reserved. No part of this publication may be reproduced, stored in a retrieval system or transmitted in any form or by any means, mechanical, photo-copying, recording, or otherwise, without the prior written permission of the publisher, Springer Science+Business Media, LLC Printed on acid-free paper.

5 Contents 1 Digit-Serial Architecture Data-Flow Architectures Synchronous Circuits Bit-Serial Architecture Comparison of Bit-Serial and Bit-Parallel Computation Bit-Serial Circuit Architecture Scheduling Timing Previous Values Digit-Serial Architecture Example Digit-Serial Circuit Digit-Serial Operators Arithmetic Operators Comparison Operators Logic Operators Constants Delay Operators Shift Operators Converters Timing Signal Generation Special Cells Layout Overview Bit-Slicing the Standard Cells Complete Chip Layout Digit-Serial Cell Design Digit-Serial Layout The Standard Template Delay Cells Deviation From The Standard Template The Add/Subtract/Compare Cell Division... 34

6 VI CONTENTS 2.3 Digit-Serial Shifting 2.4 Cordie Operators Multipliers Multipliers Parallel Array Multiplier Bit-Serial multiplication Signed Multiplication Serial Multiplication with Constant Word Length Size of the Multiplier Constant Multiplication Serial-Serial Multiplication Software Support Digit-Serial Multiplication Low Latency Multiplication 56 4 Digit-Serial Input Language Cells Leaf Cells Stack Cells Composite Cells Symbolic Cells Function Calls Adding New Functions Control Structures Standard Libraries Data Conversion Parallel/Serial Conversion Serial/Parallel Conversion Latches ROMs Static and Periodic Signals Examples Square Root Complex Arithmetic 90 5 Layout of Digit-Serial circuits Digit-Serial Cell Layout Conventions Layout of the Complete Chip Linear Layout Two-Dimensional Placement Chip Examples

7 CONTENTS vii 6 Scheduling Scheduling Solving The Programming Problem Previous Values and Feedback Loops Alternative Scheduling Method For z-l Operators Earliest-Possible Scheduling Swapping Multiplier Inputs Trees of Associative and Commutative Operators Algorithm for Optimizing Single Adder Trees Rearranging General Data-Flow Graphs Handling Subtractors Examples Why not other optimizations? Digit-Serial Performance Ripple-Carry Operators Look-Ahead Operators Improved Performance Through Unfolding An Example Bit-Level Unfolding Introduction Description of the Technique Operators With Latency Collapsing Outputs Automatic Unfolding Unfolding to Arbitrary Digit Sizes Parallel to Digit-Serial Converter The Folding Transformation Introduction Digit-Serial Design Using Folding Pipelining and Retiming For Folding Folding of Bit-Parallel to Bit-Serial and Digit-Serial Architectures Folding of Regular Data-Flow Graphs Digit-Serial Architectures by Unfolding Wavelet Transform Architectures Introduction The Wavelet Computation The Analysis Wavelet Architecture Life-Time Analysis Register Allocation

8 Vlll CONTENTS Digit-Serial Building Block The Synthesis Wavelet Architecture 11 Digit-Serial Systolic Arrays 11.1 Introduction Digit Serial Systolic Arrays 11.3 Design Examples Convolution Band Matrix Multiplication 11.4 The General Case - Theory Cell Specification Timing of the Whole Array Generating Digit-Serial Arrays Expanding the Period Finding the Minimum Digit-Size 12 Canonic Signed Digit Arithmetic 12.1 Canonic Signed Digit Format CSD Multiplication Pushing Subtractions Towards the Root Size of Adders Error Computation Bypassing Adders Sub-Expression Sharing Finding Common Sub-expressions Choice of Sub-expression An Example Routability Using the Two Most Common Sub-expressions 12.4 Carry-Save Arithmetic Carry-Save Subtraction Speed of a Carry-Save Multiplier Circuit Filters using Carry-Save Arithmetic 12.5 Asymptotic Occurrence of Pairs Number of n-bit CSD integers Number of non-zero bits in CSD integers Restricting the range of CSD integers Asymptotic frequency of non-zero bits Frequency of pairs Asymptotic frequency of pairs

9 CONTENTS IX 13 Online Arithmetic Redundant Data Formats Reduction of the Range of Digits Addition An Alternative Implementation Data Range and Overflow Reduction without Overflow Inhibition Reduction with Overflow Inhibition Overflow with the Alternative Reduction Scheme Radix-2 Carry-Free Addition Data Format Conversion Radix-2 Format Conversion Radix-2 Multiplication Architectures Doubly-Redundant Multiplier Architectures Singly-Redundant Multiplier Architectures Radix-4 and Higher Radix Multiplication Constant Multiplication Generalization to Higher Radices Variable-by-Variable Multiplication.. 288

10 Preface Digital signal processing (DSP) is used in a wide range of applications such as speech, telephone, mobile radio, video, radar and sonar. The sample rate requirements of these applications range from 10 KHz to 100 MHz. Real time implementation of these systems requires design of hardware which can process signal samples as these are received from the source, as opposed to storing them in buffers and processing them in batch mode. Efficient implementation of realtime hardware for DSP applications requires study of families of architectures and implementation styles out of which an appropriate architecture can be selected for a specified application. To this end, the digit-serial implementation style is proposed as an appropriate design methodology for cases where bit-serial systems cannot meet the sample rate requirements, and bit-parallel systems require excessive hardware. The number of bits processed in a clock cycle is referred to as the digit-size. The hardware complexity and the achievable sample rate increase with increase in the digit-size. As special cases, a digitserial system is reduced to bit-serial or bit-parallel when the digit-size is selected to equal one or the word-length, respectively. A family of implementations can be obtained by changing the digit-size parameter, thus permitting an optimal trade-off between throughput and size. Because of their structured architecture, digit-serial designs lend themselves to automatic compilation from algorithmic descriptions. An implementation of this design methodology, the Parsifal silicon compiler was developed at the General Electric Corporate Research and Development laboratory. Parsifal constitutes a complete design environment, including capabilities for simulation, fault-simulation, chip layout, layout verification and timing verification. However, this book limits itself to a description of the digit-serial architecture and design and layout synthesis methods used in Parsifal. The book goes beyond a description general digit-serial architectures (as embodied for instance in Parsifal) to discuss some wider-ranging issues in digitserial design. We discuss systematic methods for the design of digit-serial architectures and design elements in chapters on "folding" and "unfolding". In addition we include chapters on systolic arrays, canonic-signed-digit number representation and carry-save arithmetic from the viewpoint of digit-serial arithmetic. The emphasis of the book is on least-significant-digit (LSD) first digit-serial computation. However, much of the material applies as well to most-significantdigit (MSD) first arithmetic. MSD-first digit-serial arithmetic is often called online arithmetic, and has been a popular area of research. In on-line arithmetic, a redundant number representation is necessary to allow computation to proceed in a most-significant-bit first manner. The carry-free property of redundant number based architectures makes them ideal for high-speed implementation of DSP algorithms involving feedback loops, where minimization of loop latency is

11 important. Without attempting a comprehensive survey we include a chapter on on-line arithmetic as a way of introducing the reader to this interesting area. The book is organized as follows. The first five chapters relate most closely to the Parsifal design system. Chapter 1 introduces the digit-serial architecture and implementation methodology. Issues related to the design of digit-serial computational units, or cells are discussed in Chapter 2, leaving to Chapter 3 the discussion of design of digit-serial multipliers. The bit-serial language "BSL" used for describing DSP circuits in Parsifal is described in Chapter 4, and Chapter 5 describes the method of layout generation. Chapter 6 describes the scheduling algorithms used in Parsifal. These algorithms are also generally applicable to a wider class of synchronous designs. The remaining chapters are concerned with more general aspects of digitserial and related architectures. Chapter 7 analyzes the performance of digitserial circuits. Chapters 8 and 9 explore formal approaches to the design of digit-serial circuits using architecture transformations. They present methods for systematic design of digit-serial circuits from bit-serial and bit-parallel designs using unfolding and folding techniques, respectively. Chapter 10 presents a case study where the digit-serial methodology is shown to be ideal for implementation of discrete wavelet transforms. This chapter also considers approaches to register minimization in architectures using life-time analysis. Systolic arrays are considered in Chapter 11 where it is shown that they offer special advantages over bit-parallel implementations. In particular, complete hardware utilization may be achieved by replacing bit-parallel processing elements with digit-serial ones. This also reduces the area by the hardware under-utilization factor. Chapter 12 presents canonic signed digit representation and carry-save arithmetic as techniques for design of DSP circuits which consume less area and power. Finally, Chapter 13 addresses on-line arithmetic. xu Acknowledgment The authors gratefully acknowledge their colleagues who have contributed to the development of the Parsifal compiler or helped with the preparation of this book. The GE bit-serial compiler (BSSC, or Parsifal I) was developed at the GE Corporate Research and Development center by Sharbel Noujaim, Richard Hartley and Jeffrey Jasica with layout help particularly from Dan Locker. The Parsifal compiler is an extension of BSSC implementing the digit-serial design methodology. It was developed by Richard Hartley and Peter Corbett with design assistance from Steve Karr, Phil Jacobs and Kathy Panton. Richard Hartley thanks all these people for their help, but wishes to single out Sharbel Nouj aim, Peter Corbett and Jeff Jasica for particular thanks, and acknowledgment of their contribution to the development of the ideas presented in this book. Indeed much of the material of the book is derived from our joint publications. In addition, the section on tree-height reduction is derived from joint work with Albert Casavant. Thanks are also gratefully given to managers Ron

12 xiii Jerdonek and Manuel d'abreu for their support of this project, and to the many users of BSSC and Parsifal, particularly Fathy Yassa, for their suggestions and feedback. Keshab Parhi acknowledges Ching-Yi Wang's contributions to the unfolding algorithm and his help in preparation of the index. He is also grateful to Tracy Denk who generated many figures used in this book. Finally, we would like to thank Bob Holland and Kluwer Academic Publishers for their encouragement and help in producing this book.

RANDOMISED CONTROLLED CLINICAL TRIALS, Second Edition

RANDOMISED CONTROLLED CLINICAL TRIALS, Second Edition RANDOMISED CONTROLLED CLINICAL TRIALS, Second Edition RANDOMISED CONTROLLED CLINICAL TRIALS, Second Edition Christopher J Bulpitt Division of Geriatric Medicine Royal Postgraduate Medical School Hammersmith

More information

Chapter 8 Multioperand Addition

Chapter 8 Multioperand Addition Chapter 8 Multioperand Addition Using Two-Operand Adders Carry-Save Adders Wallace and Dadda Trees Parallel Counters Generalized Parallel Counters Adding Multiple Signed Numbers Ch 8. Multioperand Addition

More information

Test Equipment Depot Washington Street Melrose, MA TestEquipmentDepot.com

Test Equipment Depot Washington Street Melrose, MA TestEquipmentDepot.com Test Equipment Depot - 800.517.8431-99 Washington Street Melrose, MA 02176 TestEquipmentDepot.com Table of Contents Table of Contents... iii Preface... viii Getting Started... 9 0.1 Breadboard... 9 0.2

More information

Prevention of Skin Cancer

Prevention of Skin Cancer Prevention of Skin Cancer Cancer Prevention Cancer Causes Volume 3 Prevention of Skin Cancer Edited by David Hill, Ph.D. Centre for Behavioural Research in Cancer, The Cancer Council Victoria, Melbourne,

More information

Social Psychology of Self-Referent Behavior

Social Psychology of Self-Referent Behavior Social Psychology of Self-Referent Behavior Social Psychology of Self-Referent Behavior Howard B. Kaplan Baylor College of Medicine Houston, Teras Springer Science + Business Media, LLC Library of Congress

More information

Curriculum structure of B.Tech ECE Programme (III Semester onwards)

Curriculum structure of B.Tech ECE Programme (III Semester onwards) 1.Range for total credits in III, IV, V and VI semester is 22-28 2. A course on Management (PC), will be run in VII semester for four branches and the rest will have it in VIII semester 3. Course credit

More information

Series Editors Samuel J. Black, University of Massachusetts, Amherst, MA, US.A. J. Richard Seed, University of North Carolina, Chapel Hill, NC, US.A.

Series Editors Samuel J. Black, University of Massachusetts, Amherst, MA, US.A. J. Richard Seed, University of North Carolina, Chapel Hill, NC, US.A. LEISHMANIA World Class Parasites VOLUME 4 Volumes in the World Class Parasites book series are written for researchers, students and scholars who enjoy reading about excellent research on problems of global

More information

Steiner Minimal Trees

Steiner Minimal Trees Steiner Minimal Trees Nonconvex Optimization and Its Applications Volume 23 Managing Editors: Panos Pardalos University of Florida, U.S.A. Reiner Horst University of Trier, Germany Advisory Board: Ding-Zhu

More information

ERA: Architectures for Inference

ERA: Architectures for Inference ERA: Architectures for Inference Dan Hammerstrom Electrical And Computer Engineering 7/28/09 1 Intelligent Computing In spite of the transistor bounty of Moore s law, there is a large class of problems

More information

Chapter 3 Software Packages to Install How to Set Up Python Eclipse How to Set Up Eclipse... 42

Chapter 3 Software Packages to Install How to Set Up Python Eclipse How to Set Up Eclipse... 42 Table of Contents Preface..... 21 About the Authors... 23 Acknowledgments... 24 How This Book is Organized... 24 Who Should Buy This Book?... 24 Where to Find Answers to Review Questions and Exercises...

More information

FIR filter bank design for Audiogram Matching

FIR filter bank design for Audiogram Matching FIR filter bank design for Audiogram Matching Shobhit Kumar Nema, Mr. Amit Pathak,Professor M.Tech, Digital communication,srist,jabalpur,india, shobhit.nema@gmail.com Dept.of Electronics & communication,srist,jabalpur,india,

More information

Developmental Tasks: Towards a Cultural Analysis of Human Development

Developmental Tasks: Towards a Cultural Analysis of Human Development Developmental Tasks: Towards a Cultural Analysis of Human Development Developtnental Tasks: Towards a Cultural Analysis of Human Development Edited by Jan J.F. ter Laak: Peter G. Heymans Department of

More information

BEYOND GENTLE TEACHING. A Nonaversive Approach to Helping Those in Need

BEYOND GENTLE TEACHING. A Nonaversive Approach to Helping Those in Need BEYOND GENTLE TEACHING A Nonaversive Approach to Helping Those in Need BEYOND GENTLE TEACHING A Nonaversive Approach to Helping Those in Need John J. McGee and Frank J. Menolascino Creighton University

More information

Six Group Therapies SAMUEL LONG. Edited by. Springer Science+Business Media, LLC. Empire Slale Poll, Inc. New York, New York

Six Group Therapies SAMUEL LONG. Edited by. Springer Science+Business Media, LLC. Empire Slale Poll, Inc. New York, New York Six Group Therapies Six Group Therapies Edited by SAMUEL LONG Empire Slale Poll, Inc. New York, New York Springer Science+Business Media, LLC Six group therapies. Library of Congress Cataloging in Publication

More information

Review Questions in Introductory Knowledge... 37

Review Questions in Introductory Knowledge... 37 Table of Contents Preface..... 17 About the Authors... 19 How This Book is Organized... 20 Who Should Buy This Book?... 20 Where to Find Answers to Review Questions and Exercises... 20 How to Report Errata...

More information

Evolutionary Programming

Evolutionary Programming Evolutionary Programming Searching Problem Spaces William Power April 24, 2016 1 Evolutionary Programming Can we solve problems by mi:micing the evolutionary process? Evolutionary programming is a methodology

More information

Water-soluble Vitamin Assays in Human Nutrition

Water-soluble Vitamin Assays in Human Nutrition Water-soluble Vitamin Assays in Human Nutrition Water-soluble Vitamin Assays in Human Nutrition G.F.M. Ball SPRINGER-SCIENCE+BUSINESS MEDIA, B.V. First edition 1994 1994 Springer Science+Business Media

More information

Sign Language Interpretation Using Pseudo Glove

Sign Language Interpretation Using Pseudo Glove Sign Language Interpretation Using Pseudo Glove Mukul Singh Kushwah, Manish Sharma, Kunal Jain and Anish Chopra Abstract The research work presented in this paper explores the ways in which, people who

More information

Audiology Workbook. Third Edition

Audiology Workbook. Third Edition Audiology Workbook Third Edition Editor-in-Chief for Audiology Brad A. Stach, PhD Audiology Workbook Third Edition Steven Kramer, PhD Larry H. Small, PhD 5521 Ruffin Road San Diego, CA 92123 e-mail: info@pluralpublishing.com

More information

Design of Low-Power CMOS Cell Structures Using Subthreshold Conduction Region

Design of Low-Power CMOS Cell Structures Using Subthreshold Conduction Region International Journal of Scientific & Engineering Research, Volume 2, Issue 2, February-2011 1 Design of Low-Power CMOS Cell Structures Using Subthreshold Conduction Region Vishal Sharma, Sanjay Kumar

More information

Unified Padring Design Flow

Unified Padring Design Flow 2013 First International Conference on Artificial Intelligence, Modelling & Simulation Unified Padring Design Flow Ang Boon Chong, Ho Kah Chun PMC-Sierra, Design Service, Penang,Malaysia Boonchong.ang@pmcs.com,

More information

Impact of Local Interconnects on Timing and Power in a High Performance Microprocessor

Impact of Local Interconnects on Timing and Power in a High Performance Microprocessor Impact of Local Interconnects on Timing and Power in a High Performance Microprocessor Rupesh S. Shelar Low Power IA Group Intel Corporation, Austin, TX December 13 th 2011 UT ICS/IEEE Seminar, UT Austin

More information

Assignment Question Paper I

Assignment Question Paper I Subject : - Discrete Mathematics Maximum Marks : 30 1. Define Harmonic Mean (H.M.) of two given numbers relation between A.M.,G.M. &H.M.? 2. How we can represent the set & notation, define types of sets?

More information

Digital. hearing instruments have burst on the

Digital. hearing instruments have burst on the Testing Digital and Analog Hearing Instruments: Processing Time Delays and Phase Measurements A look at potential side effects and ways of measuring them by George J. Frye Digital. hearing instruments

More information

Studies in Computational Intelligence

Studies in Computational Intelligence Studies in Computational Intelligence Volume 491 Series Editor Janusz Kacprzyk, Polish Academy of Sciences, Warsaw, Poland e-mail: kacprzyk@ibspan.waw.pl For further volumes: http://www.springer.com/series/7092

More information

From Biostatistics Using JMP: A Practical Guide. Full book available for purchase here. Chapter 1: Introduction... 1

From Biostatistics Using JMP: A Practical Guide. Full book available for purchase here. Chapter 1: Introduction... 1 From Biostatistics Using JMP: A Practical Guide. Full book available for purchase here. Contents Dedication... iii Acknowledgments... xi About This Book... xiii About the Author... xvii Chapter 1: Introduction...

More information

Consultation-Liaison Psychiatry and Beyond

Consultation-Liaison Psychiatry and Beyond Consultation-Liaison Psychiatry 1990 and Beyond Consultation-Liaison Psychiatry 1990 and Beyond Edited by University of California, San Francisco Fresllo, California SPRINGER SCIENCE+BUSINESS MEDIA, LLC

More information

Advances in. Clinical Child. Psychology. Volume 16

Advances in. Clinical Child. Psychology. Volume 16 Advances in Clinical Child Psychology Volume 16 ADVANCES IN CLINICAL CHILD PSYCHOLOGY Advisory Editors ELAINE BLECHMAN, University of Colorado-Boulder SUSAN B. CAMPBELL, University of Pittsburgh JUDITH

More information

DATE 2006 Session 5B: Timing and Noise Analysis

DATE 2006 Session 5B: Timing and Noise Analysis DATE 2006 Session 5B: Timing and Noise Analysis Bus Stuttering : An Encoding Technique To Reduce Inductive Noise In Off-Chip Data Transmission Authors: Brock J. LaMeres, Agilent Technologies Sunil P. Khatri,

More information

Self, Identity, and Social Institutions

Self, Identity, and Social Institutions Self, Identity, and Social Institutions Other books by Neil MacKinnon: Symbolic Interactionism as Affect Control. Albany: State University of New York Press, 1994. David Heise: Causal Analysis. New York:

More information

fifth edition Assessment in Counseling A Guide to the Use of Psychological Assessment Procedures Danica G. Hays

fifth edition Assessment in Counseling A Guide to the Use of Psychological Assessment Procedures Danica G. Hays fifth edition Assessment in Counseling A Guide to the Use of Psychological Assessment Procedures Danica G. Hays Assessment in Counseling A Guide to the Use of Psychological Assessment Procedures Danica

More information

Convolutional Coding: Fundamentals and Applications. L. H. Charles Lee. Artech House Boston London

Convolutional Coding: Fundamentals and Applications. L. H. Charles Lee. Artech House Boston London Convolutional Coding: Fundamentals and Applications L. H. Charles Lee Artech House Boston London Contents Preface xi Chapter 1 Introduction of Coded Digital Communication Systems 1 1.1 Introduction 1 1.2

More information

VLSI Design, Fall Design of Adders Design of Adders. Jacob Abraham

VLSI Design, Fall Design of Adders Design of Adders. Jacob Abraham 8. Design of Adders 1 8. Design of Adders Jacob Abraham Department of Electrical and Computer Engineering The University of Texas at Austin VLSI Design Fall 2017 September 27, 2017 ECE Department, University

More information

Assessment of Reliability of Hamilton-Tompkins Algorithm to ECG Parameter Detection

Assessment of Reliability of Hamilton-Tompkins Algorithm to ECG Parameter Detection Proceedings of the 2012 International Conference on Industrial Engineering and Operations Management Istanbul, Turkey, July 3 6, 2012 Assessment of Reliability of Hamilton-Tompkins Algorithm to ECG Parameter

More information

TRACE ELEMENTS ANO IRON IN HUMAN METABOLISM

TRACE ELEMENTS ANO IRON IN HUMAN METABOLISM TRACE ELEMENTS ANO IRON IN HUMAN METABOLISM TOPICS IN HEMATOLOGV Series Editor: Maxwell M. Wintrobe, M.D. University of Utah, Salt Lake City THE RESPIRATORY FUNCTIONS OF BLOOD Lars Garby, M.D. and Jerry

More information

NATHAN D. SCHULTZ, MD ALLAN V. GIANNINI, MD TERRANCE T. CHANG, MD AND DIANE C. WONG I THIRD EDITION I SPRINGER SCIENCE+BUSINESS MEDIA, LLC

NATHAN D. SCHULTZ, MD ALLAN V. GIANNINI, MD TERRANCE T. CHANG, MD AND DIANE C. WONG I THIRD EDITION I SPRINGER SCIENCE+BUSINESS MEDIA, LLC The Best Guide to Allergy NATHAN D. SCHULTZ, MD ALLAN V. GIANNINI, MD TERRANCE T. CHANG, MD AND DIANE C. WONG I THIRD EDITION I * SPRINGER SCIENCE+BUSINESS MEDIA, LLC Dedication We dedicate this book to

More information

Gastrointestinal Motility. Tests and Problem-Oriented Approach

Gastrointestinal Motility. Tests and Problem-Oriented Approach Gastrointestinal Motility Tests and Problem-Oriented Approach Gastrointestinal Motility Tests and Problem-Oriented Approach Edited by University of Iowa College of Medicine Associate Editors Jeffrey L.

More information

KINGS COLLEGE OF ENGINEERING DEPARTMENT OF MECHANICAL ENGINEERING QUESTION BANK. Subject Name: ELECTRONICS AND MICRIPROCESSORS UNIT I

KINGS COLLEGE OF ENGINEERING DEPARTMENT OF MECHANICAL ENGINEERING QUESTION BANK. Subject Name: ELECTRONICS AND MICRIPROCESSORS UNIT I KINGS COLLEGE OF ENGINEERING DEPARTMENT OF MECHANICAL ENGINEERING QUESTION BANK Subject Name: ELECTRONICS AND MICRIPROCESSORS UNIT I Year/Sem:II / IV PART-A(2 MARKS) SEMICONDUCTORS AND RECTIFIERS 1. What

More information

IMAGERY Current Perspectives

IMAGERY Current Perspectives IMAGERY Current Perspectives IMAGERY Current Perspectives Edited by Joseph E. Shorr Institute for Psycho-Imagination Therapy Pennee Robin Institute for Psycho-Imagination Therapy Jack A. Connella Institute

More information

E SERIES. Contents CALIBRATION PROCEDURE. Version 2.0

E SERIES. Contents CALIBRATION PROCEDURE. Version 2.0 CALIBRATION PROCEDURE E SERIES Version 2.0 Contents Introduction Document Scope... 2 Calibration Overview... 3 What Is Calibration?... 3 Why Calibrate?... 3 How Often Should You Calibrate?... 3 What Can

More information

Discrete Signal Processing

Discrete Signal Processing 1 Discrete Signal Processing C.M. Liu Perceptual Lab, College of Computer Science National Chiao-Tung University http://www.cs.nctu.edu.tw/~cmliu/courses/dsp/ ( Office: EC538 (03)5731877 cmliu@cs.nctu.edu.tw

More information

Thyroid Ultrasound and Ultrasound-Guided FNABiopsy

Thyroid Ultrasound and Ultrasound-Guided FNABiopsy Thyroid Ultrasound and Ultrasound-Guided FNABiopsy Thyroid Ultrasound and Ultrasound-Guided FNA Biopsy edited by H. Jack Baskin, M.D. Florida Thyroid and Endocrine Clinic Orlando, Florida, USA Springer-Science+Business

More information

Analog Design and System Integration Lab. Graduate Institute of Electronics Engineering National Taiwan University

Analog Design and System Integration Lab. Graduate Institute of Electronics Engineering National Taiwan University Designs of Low-Noise K-band K VCO Analog Design and System Integration Lab. Graduate Institute of Electronics Engineering National Taiwan University Introduction Outlines The proposed VCO architecture

More information

INVESTIGATION OF ROUNDOFF NOISE IN IIR DIGITAL FILTERS USING MATLAB

INVESTIGATION OF ROUNDOFF NOISE IN IIR DIGITAL FILTERS USING MATLAB Clemson University TigerPrints All Theses Theses 5-2009 INVESTIGATION OF ROUNDOFF NOISE IN IIR DIGITAL FILTERS USING MATLAB Sierra Williams Clemson University, sierraw@clemson.edu Follow this and additional

More information

Speech to Text Wireless Converter

Speech to Text Wireless Converter Speech to Text Wireless Converter Kailas Puri 1, Vivek Ajage 2, Satyam Mali 3, Akhil Wasnik 4, Amey Naik 5 And Guided by Dr. Prof. M. S. Panse 6 1,2,3,4,5,6 Department of Electrical Engineering, Veermata

More information

Understanding. Regression Analysis

Understanding. Regression Analysis Understanding Regression Analysis Understanding Regression Analysis Michael Patrick Allen Washington State University Pullman, Washington Plenum Press New York and London Llbrary of Congress Cataloging-in-Publication

More information

Behavioral Consultation in Applied Settings. An Individual Guide

Behavioral Consultation in Applied Settings. An Individual Guide Behavioral Consultation in Applied Settings An Individual Guide APPLIED CLINICAL PSYCHOLOGY Series Editors: Alan S. Bellack, Medical College of Pennsylvania at EPPJ, Philadelphia, Pennsylvania, and Michel

More information

Neurobiology of Exceptionality

Neurobiology of Exceptionality Neurobiology of Exceptionality Neurobiology of Exceptionality Edited by Con Stough Swinburne University of Technology, Hawthorn, Victoria, Australia Kluwer Academic / Plenum Publishers New York, Boston,

More information

DOUBLE-CRUSH SYNDROME

DOUBLE-CRUSH SYNDROME DOUBLE-CRUSH SYNDROME DOUBLE-CRUSH SYNDROME by Vladimir Golovchinsky M.D., Ph.D., D. Sei. SPRINGER SCIENCE+BUSINESS MEDIA, LLC Library of Congress Cataloging-in-Publication Data A c.i.p. Catalogue record

More information

Family Assessment: Integrating Multiple Perspectives

Family Assessment: Integrating Multiple Perspectives Family Assessment: Integrating Multiple Perspectives Family Assessment Integrating Multiple Perspectives Edited by Manfred Cierpka Volker Thomas Douglas H. Sprenkle Library of Congress Cataloging-in-Publication

More information

ncounter Data Analysis Guidelines for Copy Number Variation (CNV) Molecules That Count NanoString Technologies, Inc.

ncounter Data Analysis Guidelines for Copy Number Variation (CNV) Molecules That Count NanoString Technologies, Inc. ncounter Data Analysis Guidelines for Copy Number Variation (CNV) NanoString Technologies, Inc. 530 Fairview Ave N Suite 2000 Seattle, Washington 98109 www.nanostring.com Tel: 206.378.6266 888.358.6266

More information

Clinical Anatomy. of the Eye SECOND EDITION

Clinical Anatomy. of the Eye SECOND EDITION Clinical Anatomy of the Eye SECOND EDITION, ~ Clinical Anatomy of he Eye SECOND EDITION RichardS. Snell, M.D., Ph.D. Emeritus Professor of Anatomy, The George Washington School of Medicine and Health Sciences,

More information

Feasibility Evaluation of a Novel Ultrasonic Method for Prosthetic Control ECE-492/3 Senior Design Project Fall 2011

Feasibility Evaluation of a Novel Ultrasonic Method for Prosthetic Control ECE-492/3 Senior Design Project Fall 2011 Feasibility Evaluation of a Novel Ultrasonic Method for Prosthetic Control ECE-492/3 Senior Design Project Fall 2011 Electrical and Computer Engineering Department Volgenau School of Engineering George

More information

SpringerBriefs in Applied Sciences and Technology

SpringerBriefs in Applied Sciences and Technology SpringerBriefs in Applied Sciences and Technology Computational Intelligence Series Editor Janusz Kacprzyk, Systems Research Institute, Polish Academy of Sciences, Warsaw, Poland SpringerBriefs in Computational

More information

Fundamentals of Biomechanics

Fundamentals of Biomechanics Fundamentals of Biomechanics Fundamentals of Biomechanics Duane Knudson California State University at Chico Chico, California Springer Science+Business Media, LLC Library of Congress Cataloging-in-Publication

More information

Frequency Tracking: LMS and RLS Applied to Speech Formant Estimation

Frequency Tracking: LMS and RLS Applied to Speech Formant Estimation Aldebaro Klautau - http://speech.ucsd.edu/aldebaro - 2/3/. Page. Frequency Tracking: LMS and RLS Applied to Speech Formant Estimation ) Introduction Several speech processing algorithms assume the signal

More information

Wrist Energy Fuzzy Assist Cancer Engine WE-FACE

Wrist Energy Fuzzy Assist Cancer Engine WE-FACE Wrist Energy Fuzzy Assist Cancer Engine WE-FACE Sharmila Begum M sharmilagaji@gmail.com, Assistant Professor, Periyar Maniammai University, Thanjavur, Tamil Nadu. Nivethitha S nivethithasomu@gmail.com

More information

An Adaptive Session Manager and Fault-Tolerance Agent running on RCSM for Festival User Sites

An Adaptive Session Manager and Fault-Tolerance Agent running on RCSM for Festival User Sites An Adaptive Session Manager and Fault-Tolerance Agent running on RCSM for Festival User Sites Eungnam Ko 1, Soongohn Kim 2 (Corresponding Author) 1 Division of Information & Communication, Baekseok University,

More information

Development of an Electronic Glove with Voice Output for Finger Posture Recognition

Development of an Electronic Glove with Voice Output for Finger Posture Recognition Development of an Electronic Glove with Voice Output for Finger Posture Recognition F. Wong*, E. H. Loh, P. Y. Lim, R. R. Porle, R. Chin, K. Teo and K. A. Mohamad Faculty of Engineering, Universiti Malaysia

More information

AVR Based Gesture Vocalizer Using Speech Synthesizer IC

AVR Based Gesture Vocalizer Using Speech Synthesizer IC AVR Based Gesture Vocalizer Using Speech Synthesizer IC Mr.M.V.N.R.P.kumar 1, Mr.Ashutosh Kumar 2, Ms. S.B.Arawandekar 3, Mr.A. A. Bhosale 4, Mr. R. L. Bhosale 5 Dept. Of E&TC, L.N.B.C.I.E.T. Raigaon,

More information

AUTOMATIONWORX. User Manual. UM EN IBS SRE 1A Order No.: INTERBUS Register Expansion Chip IBS SRE 1A

AUTOMATIONWORX. User Manual. UM EN IBS SRE 1A Order No.: INTERBUS Register Expansion Chip IBS SRE 1A AUTOMATIONWORX User Manual UM EN IBS SRE 1A Order No.: 2888741 INTERBUS Register Expansion Chip IBS SRE 1A AUTOMATIONWORX User Manual INTERBUS Register Expansion Chip IBS SRE 1A 06/2006 Designation: Revision:

More information

Development of novel algorithm by combining Wavelet based Enhanced Canny edge Detection and Adaptive Filtering Method for Human Emotion Recognition

Development of novel algorithm by combining Wavelet based Enhanced Canny edge Detection and Adaptive Filtering Method for Human Emotion Recognition International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 12, Issue 9 (September 2016), PP.67-72 Development of novel algorithm by combining

More information

Principles of Renal Physiology. 4th Edition

Principles of Renal Physiology. 4th Edition Principles of Renal Physiology 4th Edition Principles of Renal Physiology 4th Edition Chris Lote Professor of Experimental Nephrology, University of Birmingham, UK SPRINGER SCIENCE+BUSINESS MEDIA, B.V.

More information

Implementation of Spectral Maxima Sound processing for cochlear. implants by using Bark scale Frequency band partition

Implementation of Spectral Maxima Sound processing for cochlear. implants by using Bark scale Frequency band partition Implementation of Spectral Maxima Sound processing for cochlear implants by using Bark scale Frequency band partition Han xianhua 1 Nie Kaibao 1 1 Department of Information Science and Engineering, Shandong

More information

DETECTION OF CHANGE Event-Related Potential and jmri Findings

DETECTION OF CHANGE Event-Related Potential and jmri Findings DETECTION OF CHANGE Event-Related Potential and jmri Findings DETECTION OF CHANGE Event-Related Potential and fmri Findings edited by John Polich, Ph.D. The Scripps Research Institute, La Jolla, California

More information

THE CHEMISTRY OF TOBACCO AND TOBACCO SMOKE

THE CHEMISTRY OF TOBACCO AND TOBACCO SMOKE THE CHEMISTRY OF TOBACCO AND TOBACCO SMOKE THE CHEMISTRY OF TOBACCO AND TOBACCO SMOKE Proceedings of the Symposium on the Chemical Composition of Tobacco and Tobacco Smoke held during the 162nd National

More information

A Review on Gesture Vocalizer

A Review on Gesture Vocalizer A Review on Gesture Vocalizer Deena Nath 1, Jitendra Kurmi 2, Deveki Nandan Shukla 3 1, 2, 3 Department of Computer Science, Babasaheb Bhimrao Ambedkar University Lucknow Abstract: Gesture Vocalizer is

More information

Chapman and Hall Animal Behaviour Series

Chapman and Hall Animal Behaviour Series ANIMAL MOTIVATION Chapman and Hall Animal Behaviour Series SERIES EDITORS D.M.Broom Colleen Macleod Professor of Animal Welfare, University of Cambridge, UK P.W. Colgan Professor of Biology and Psychology,

More information

Sparse Coding in Sparse Winner Networks

Sparse Coding in Sparse Winner Networks Sparse Coding in Sparse Winner Networks Janusz A. Starzyk 1, Yinyin Liu 1, David Vogel 2 1 School of Electrical Engineering & Computer Science Ohio University, Athens, OH 45701 {starzyk, yliu}@bobcat.ent.ohiou.edu

More information

Stepwise Knowledge Acquisition in a Fuzzy Knowledge Representation Framework

Stepwise Knowledge Acquisition in a Fuzzy Knowledge Representation Framework Stepwise Knowledge Acquisition in a Fuzzy Knowledge Representation Framework Thomas E. Rothenfluh 1, Karl Bögl 2, and Klaus-Peter Adlassnig 2 1 Department of Psychology University of Zurich, Zürichbergstraße

More information

Advances in Clinical Neuropsychology. Volume 3

Advances in Clinical Neuropsychology. Volume 3 Advances in Clinical Neuropsychology Volume 3 A Continuation Order Plan is available for this series. A continuation order will bring delivery of each new volume immediately upon publication. Volumes are

More information

A Sleeping Monitor for Snoring Detection

A Sleeping Monitor for Snoring Detection EECS 395/495 - mhealth McCormick School of Engineering A Sleeping Monitor for Snoring Detection By Hongwei Cheng, Qian Wang, Tae Hun Kim Abstract Several studies have shown that snoring is the first symptom

More information

Sample Size Tables for Clinical Studies

Sample Size Tables for Clinical Studies Sample Size Tables for Clinical Studies Sample Size Tables for Clinical Studies, 3rd edition. D. M., M. J. Campbell, S. B. Tan, and S. H. Tan 2009 D. Machin, M.J. Campbell, S.B. Tan, S.H. Tan. ISBN: 978-1-4051-4650-0

More information

AND BIOMEDICAL SYSTEMS Rahul Sarpeshkar

AND BIOMEDICAL SYSTEMS Rahul Sarpeshkar ULTRA-LOW-POWER LOW BIO-INSPIRED INSPIRED AND BIOMEDICAL SYSTEMS Rahul Sarpeshkar Research Lab of Electronics Massachusetts Institute of Technology Electrical Engineering and Computer Science FOE Talk

More information

Analysis of Waiting-Time Data in Health Services Research

Analysis of Waiting-Time Data in Health Services Research Analysis of Waiting-Time Data in Health Services Research Boris Sobolev Lisa Kuramoto Analysis of Waiting-Time Data in Health Services Research Boris Sobolev Lisa Kuramoto University of British Columbia

More information

Personality, Social Skills, and Psychopathology. An Individual Differences Approach

Personality, Social Skills, and Psychopathology. An Individual Differences Approach Personality, Social Skills, and Psychopathology An Individual Differences Approach PERSPECTIVES ON INDIVIDUAL DIFFERENCES CECIL R. REYNOLDS, Texas A&M University, College Station ROBERT T. BROWN, University

More information

Current Issues in Clinical Psychology. Volume 2

Current Issues in Clinical Psychology. Volume 2 Current Issues in Clinical Psychology Volume 2 A Continuation Order Plan is available for this series. A continuation order will bring delivery of each ncw volume immediately upon publication. Volumes

More information

Chronic Pain. For other titles published in this series, go to

Chronic Pain. For other titles published in this series, go to Chronic Pain For other titles published in this series, go to www.springer.com/series/7633 Dawn A. Marcus, M.D. Chronic Pain A Primary Care Guide to Practical Management Second Edition Dawn A. Marcus,

More information

Statistics for Social and Behavioral Sciences

Statistics for Social and Behavioral Sciences Statistics for Social and Behavioral Sciences Advisors: S.E. Fienberg W.J. van der Linden For other titles published in this series, go to http://www.springer.com/series/3463 Jean-Paul Fox Bayesian Item

More information

ECG INTERPRETATION: FROM PATHOPHYSIOLOGY TO CLINICAL APPLICATION

ECG INTERPRETATION: FROM PATHOPHYSIOLOGY TO CLINICAL APPLICATION ECG INTERPRETATION: FROM PATHOPHYSIOLOGY TO CLINICAL APPLICATION ECG INTERPRETATION: FROM PATHOPHYSIOLOGY TO CLINICAL APPLICATION by Fred Kusumoto, MD Electrophysiology and Pacing Service Division of Cardiovascular

More information

Intelligence and Artificial Intelligence

Intelligence and Artificial Intelligence Intelligence and Artificial Intelligence Springer-Verlag Berlin Heidelberg GmbH U. Ratsch M. M. Richter 1.-0. Stamatescu (Eds.) Intelligence and Artificial Intelligence An Interdisciplinary Debate With

More information

LECTURE 5: REACTIVE AND HYBRID ARCHITECTURES

LECTURE 5: REACTIVE AND HYBRID ARCHITECTURES Reactive Architectures LECTURE 5: REACTIVE AND HYBRID ARCHITECTURES An Introduction to MultiAgent Systems http://www.csc.liv.ac.uk/~mjw/pubs/imas There are many unsolved (some would say insoluble) problems

More information

A Study of Brief Psychotherapy

A Study of Brief Psychotherapy A Study of Brief Psychotherapy A Study of Brief Psychotherapy D. H. MALAN Tavistock Clinic, London A PLENUM/ROSETTA EDITION Library of Congress Cataloging in Publication Data Malan, David Huntingford.

More information

Low-Power 1-bit CMOS Full Adder Using Subthreshold Conduction Region

Low-Power 1-bit CMOS Full Adder Using Subthreshold Conduction Region International Journal of Scientific & Engineering Research Volume 2, Issue 6, June-2011 1 Low-Power 1-bit CMOS Full Adder Using Subthreshold Conduction Region Vishal Sharma, Sanjay Kumar Abstract In balancing

More information

ECG Acquisition System and its Analysis using MATLAB

ECG Acquisition System and its Analysis using MATLAB ECG Acquisition System and its Analysis using MATLAB Pooja Prasad 1, Sandeep Patil 2, Balu Vashista 3, Shubha B. 4 P.G. Student, Dept. of ECE, NMAM Institute of Technology, Nitte, Udupi, Karnataka, India

More information

VLSI Implementation of the DWT based Arrhythmia Detection Architecture using Co- Simulation

VLSI Implementation of the DWT based Arrhythmia Detection Architecture using Co- Simulation IJSTE - International Journal of Science Technology & Engineering Volume 2 Issue 10 April 2016 ISSN (online): 2349-784X VLSI Implementation of the DWT based Arrhythmia Detection Architecture using Co-

More information

Fig. 1: Typical PLL System

Fig. 1: Typical PLL System Integrating The PLL System On A Chip by Dean Banerjee, National Semiconductor The ability to produce a set of many different frequencies is a critical need for virtually all wireless communication devices.

More information

Frozen Section Library Series Editor Philip T. Cagle, MD Houston, Texas, USA

Frozen Section Library Series Editor Philip T. Cagle, MD Houston, Texas, USA Frozen Section Library Series Editor Philip T. Cagle, MD Houston, Texas, USA For further volumes, go to http://www.springer.com/series/7869 Frozen Section Library: Central Nervous System Richard A. Prayson

More information

STATISTICS APPLIED TO CLINICAL TRIALS SECOND EDITION

STATISTICS APPLIED TO CLINICAL TRIALS SECOND EDITION STATISTICS APPLIED TO CLINICAL TRIALS SECOND EDITION Statistics Applied to Clinical Trials, Second Edition by TON J. CLEOPHAS, MD, PhD, Associate-Professor, President American College of Angiology, Co-Chair

More information

VHDL implementation of Neuron based classification for future artificial intelligence applications

VHDL implementation of Neuron based classification for future artificial intelligence applications VHDL implementation of Neuron based classification for future artificial intelligence applications 1Reasearch Scholar, Deptof ECEAURORAEngineering College, Hyderabad,India. 2Assoc Prof,Dept of ECE AURORA

More information

Louise Grech Alan Lau Editors. Pharmaceutical Care Issues of Patients with Rheumatoid Arthritis. From Hospital to Community

Louise Grech Alan Lau Editors. Pharmaceutical Care Issues of Patients with Rheumatoid Arthritis. From Hospital to Community Louise Grech Alan Lau Editors Pharmaceutical Care Issues of Patients with Rheumatoid Arthritis From Hospital to Community Pharmaceutical Care Issues of Patients with Rheumatoid Arthritis Louise Grech

More information

Cognitive Neuroscience History of Neural Networks in Artificial Intelligence The concept of neural network in artificial intelligence

Cognitive Neuroscience History of Neural Networks in Artificial Intelligence The concept of neural network in artificial intelligence Cognitive Neuroscience History of Neural Networks in Artificial Intelligence The concept of neural network in artificial intelligence To understand the network paradigm also requires examining the history

More information

International Journal of Advances in Engineering & Technology, Sept., IJAET ISSN: Tambaram, Chennai

International Journal of Advances in Engineering & Technology, Sept., IJAET ISSN: Tambaram, Chennai CHALLENGER S MEDIA M.Nalini 1, G.Jayasudha 2 and Nandhini.J.Rao 3 1 Assistant Professor, Department of Electronics and Instrumentation, Sri Sairam Engineering College, West Tambaram, Chennai-600044. 2

More information

Principles of Hearing Aid Audiology

Principles of Hearing Aid Audiology Principles of Hearing Aid Audiology Principles of Hearing Aid Audiology Maryanne Tate I a 11 I Springer-Science+Business Media, B. v. First edition 1994 Maryanne Tate 1994 Originally published by Maryanne

More information

Neurostyle. Medical Innovation for Better Life

Neurostyle. Medical Innovation for Better Life Neurostyle Medical Innovation for Better Life Neurostyle Pte Ltd is a company dedicated to design, develop, manufacture and distribute neurological and neuromuscular medical devices. Strategically located

More information

PSYCHIATRIC CONSEQUENCES OF BRAIN DISEASE IN THE ELDERLY. A Focus on MANAGEMENT

PSYCHIATRIC CONSEQUENCES OF BRAIN DISEASE IN THE ELDERLY. A Focus on MANAGEMENT PSYCHIATRIC CONSEQUENCES OF BRAIN DISEASE IN THE ELDERLY A Focus on MANAGEMENT PSYCHIATRIC CONSEQUENCES OF BRAIN DISEASE IN THE ELDERLY A Focus on MANAGEMENT Edited by David K. Conn Bayerest Centre for

More information

Perspectives on Methodology in Consumer Research

Perspectives on Methodology in Consumer Research Perspectives on Methodology in Consumer Research Perspectives on Methodology in Consumer Research Edited by David Brinberg and Richard 1. Lutz With 32 Figures Springer-Verlag New York Berlin Heidelberg

More information

Criminological Theory

Criminological Theory Criminological Theory Criminological Theory A Genetic Social Approach Tim Owen Senior Lecturer in Criminology, University of Central Lancashire, Preston, UK Tim Owen 2014 Softcover reprint of the hardcover

More information

Congenital Hip Disease in Adults

Congenital Hip Disease in Adults Congenital Hip Disease in Adults George Hartofilakidis George C. Babis Kalliopi Lampropoulou-Adamidou Congenital Hip Disease in Adults George Hartofilakidis, MD, FACS Orthopaedic Department Medical School

More information

William A. Yost and George Gourevitch Editors. Directional Hearing. With 133 Figures. Springer-Verlag New York Berlin Heidelberg London Paris Tokyo

William A. Yost and George Gourevitch Editors. Directional Hearing. With 133 Figures. Springer-Verlag New York Berlin Heidelberg London Paris Tokyo Directional Hearing William A. Yost and George Gourevitch Editors Directional Hearing With 133 Figures Springer-Verlag New York Berlin Heidelberg London Paris Tokyo William A. Yost Director Parmly Hearing

More information