Embedded systems design with special arithmetic and number systems
This book introduces readers to alternative approaches to designing efficient embedded systems using unconventional number systems. The authors describe various systems that can be used for designing efficient embedded and application-specific processors, such as Residue Number System, Logarithmic N...
Saved in:
Other Authors: | , , |
---|---|
Format: | eBook |
Language: | English |
Published: |
Cham, Switzerland :
Springer,
[2017]
|
Subjects: | |
ISBN: | 9783319497426 9783319497419 |
Physical Description: | 1 online resource (x, 389 pages : illustrations (some color)) |
LEADER | 06468cam a2200493Ki 4500 | ||
---|---|---|---|
001 | 99928 | ||
003 | CZ-ZlUTB | ||
005 | 20240914112354.0 | ||
006 | m o d | ||
007 | cr |n||||||||| | ||
008 | 170323s2017 sz a ob 001 0 eng d | ||
040 | |a YDX |b eng |e pn |c YDX |d N$T |d EBLCP |d GW5XE |d N$T |d COO |d AZU |d UPM |d MERER |d VT2 |d OCLCQ |d UAB |d IOG |d U3W |d CAUOI |d ICW |d OCLCQ |d KSU |d AU@ |d ESU |d OCLCQ |d WYU |d LVT |d UKAHL |d OCLCQ |d LEAUB |d OCLCF |d ERF |d UKBTH |d ADU |d LEATE |d OCLCQ |d VLB |d OCLCQ |d LQU |d SFB |d OCLCQ |d SRU | ||
020 | |a 9783319497426 |q (electronic bk.) | ||
020 | |z 9783319497419 | ||
024 | 7 | |a 10.1007/978-3-319-49742-6 |2 doi | |
024 | 8 | |a 10.1007/978-3-319-49 | |
035 | |a (OCoLC)978646060 |z (OCoLC)978273268 |z (OCoLC)978827197 |z (OCoLC)979824578 |z (OCoLC)980231761 |z (OCoLC)980410717 |z (OCoLC)980646881 |z (OCoLC)981004810 |z (OCoLC)984869007 |z (OCoLC)988619148 |z (OCoLC)993514757 |z (OCoLC)993688078 |z (OCoLC)999514763 |z (OCoLC)1005756786 |z (OCoLC)1011794104 |z (OCoLC)1048171403 |z (OCoLC)1058408522 |z (OCoLC)1066654447 |z (OCoLC)1086454553 |z (OCoLC)1112566247 |z (OCoLC)1112954487 |z (OCoLC)1113384328 |z (OCoLC)1116999264 |z (OCoLC)1122812130 |z (OCoLC)1127168473 |z (OCoLC)1134824874 |z (OCoLC)1156731596 | ||
245 | 0 | 0 | |a Embedded systems design with special arithmetic and number systems / |c Amir Sabbagh Molahosseini, Leonel Seabra de Sousa, Chip-Hong Chang, editors. |
264 | 1 | |a Cham, Switzerland : |b Springer, |c [2017] | |
264 | 4 | |c ©2017 | |
300 | |a 1 online resource (x, 389 pages : |b illustrations (some color)) | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a počítač |b c |2 rdamedia | ||
338 | |a online zdroj |b cr |2 rdacarrier | ||
504 | |a Includes bibliographical references and index. | ||
505 | 0 | |a Preface; Contents; Part I Unconventional Number Representations: Arithmetic Units and Processor Design; 1 Introduction to Residue Number System: Structure and Teaching Methodology; 1.1 Introduction; 1.2 RNS Structure; 1.3 RNS Teaching Methodology; 1.3.1 Basic Concepts; 1.3.2 Modular Adders and Multipliers; 1.3.3 Forward Converter; 1.3.4 Reverse Converter; 1.3.5 Application: RNS-Based Embedded Systems Design; 1.3.6 Hard RNS Operations; 1.3.7 ASIC/FPGA Implementation; 1.4 Conclusion; References; 2 RNS-Based Embedded Processor Design; 2.1 Introduction; 2.2 Processor Architecture. | |
505 | 8 | |a 2.3 Instruction Set Architecture2.4 RNS Arithmetic Operations; 2.4.1 Binary-to-RNS Conversion; 2.4.2 Arithmetic Channels; 2.4.2.1 Modulo {2n-k}; 2.4.2.2 Modulo {2n+k}; 2.4.2.3 Proposed Arithmetic Structures; 2.4.3 RNS-to-Binary Conversion; 2.4.3.1 Proposed CRT Approach; 2.4.3.2 Proposed MRC Approach; 2.5 Control Units; 2.6 State-of-the-Art Analysis; 2.6.1 State of the Art; 2.6.2 Analysis Based on the Arithmetic Units; 2.7 Summary; References; 3 Non-Modular Operations of the Residue Number System: Functions for Computing; Nomenclature; 3.1 Introduction; 3.2 Non-Modular Operation in the RNS. | |
505 | 8 | |a 3.2.1 Mixed-Radix Conversion3.2.2 Chinese Remainder Theorem; 3.3 The 'Diagonal Function' of the RNS; 3.4 The 'Quotient Function' of the RNS; 3.5 Performance Analysis; 3.6 Conclusion; References; 4 Fault-Tolerant Computing in Redundant Residue Number System; 4.1 Motivations; 4.2 Background and Preliminaries; 4.2.1 Residue Number System; 4.2.2 Residue Arithmetic; 4.2.3 Residue-to-Binary Conversion; 4.3 Redundant Residue Number System; 4.4 Single Residue Digit Error Detectionand Correction Algorithms; 4.5 Multiple Residue Digit Error Detection and Correction Algorithms. | |
505 | 8 | |a 4.6 Applications of RRNS Codes in Error Detection and Correction4.7 Summary; References; 5 Decimal Floating Point Number System; 5.1 Need for Decimal Floating Point Formats; 5.2 Representation of Decimal Digits; 5.3 Decimal Addition; 5.3.1 Floating Point Addition; 5.3.2 Specific Designs; 5.4 Decimal Multiplication; 5.4.1 Floating Point Multiplication; 5.4.2 Specific Designs; 5.5 Decimal Fused Multiply Add (FMA); 5.5.1 Floating Point FMA; 5.5.2 Specific Designs; 5.6 Decimal Division; 5.6.1 Floating Point Division; 5.6.2 Specific Designs; 5.7 Decimal Square Root and Other Functions. | |
505 | 8 | |a 5.8 Verification5.9 Potential Embedded Systems Applications; 5.10 Conclusion; References; 6 Design and Evaluation of Booth-Encoded Multipliers in Redundant Binary Representation; 6.1 Introduction; 6.2 Booth Multiplier Design in Redundant Binary Representation; 6.2.1 Redundant Binary Arithmetic and Carry-Free Adding Rule; 6.2.2 Booth Algorithms in Redundant Binary Multiplier; 6.2.3 Redundant Binary Coding Interface Components; 6.2.4 Review of Existing RB Multipliers; 6.3 Architectural Exploration on Redundant Binary Booth Multipliers. | |
506 | |a Plný text je dostupný pouze z IP adres počítačů Univerzity Tomáše Bati ve Zlíně nebo vzdáleným přístupem pro zaměstnance a studenty | ||
520 | |a This book introduces readers to alternative approaches to designing efficient embedded systems using unconventional number systems. The authors describe various systems that can be used for designing efficient embedded and application-specific processors, such as Residue Number System, Logarithmic Number System, Redundant Binary Number System Double-Base Number System, Decimal Floating Point Number System and Continuous Valued Number System. Readers will learn the strategies and trade-offs of using unconventional number systems in application-specific processors and be able to apply and design appropriate arithmetic operations from these number systems to boost the performance of digital systems." Serves as a single-source reference to designing embedded systems with unconventional number systems " Covers theory as well as implementation on application-specific processors " Explains mathematical concepts in a manner accessible to readers with diverse backgrounds. | ||
590 | |a SpringerLink |b Springer Complete eBooks | ||
650 | 0 | |a Embedded computer systems |x Design. | |
655 | 7 | |a elektronické knihy |7 fd186907 |2 czenas | |
655 | 9 | |a electronic books |2 eczenas | |
700 | 1 | |a Molahosseini, Amir Sabbagh. | |
700 | 1 | |a Seabra de Sousa, Leonel. | |
700 | 1 | |a Chang, Chip-Hong. | |
776 | 0 | 8 | |i Print version: |t Embedded systems design with special arithmetic and number systems. |b 1ST ed. 2017. |d Cham : Springer, 2017 |z 3319497413 |z 9783319497419 |w (OCoLC)961004923 |
856 | 4 | 0 | |u https://proxy.k.utb.cz/login?url=https://link.springer.com/10.1007/978-3-319-49742-6 |y Plný text |
992 | |c NTK-SpringerENG | ||
999 | |c 99928 |d 99928 | ||
993 | |x NEPOSILAT |y EIZ |