top

  Info

  • Utilizzare la checkbox di selezione a fianco di ciascun documento per attivare le funzionalità di stampa, invio email, download nei formati disponibili del (i) record.

  Info

  • Utilizzare questo link per rimuovere la selezione effettuata.
Designing embedded systems with PIC microcontrollers [[electronic resource] ] : principles and applications / / Tim Wilmshurst
Designing embedded systems with PIC microcontrollers [[electronic resource] ] : principles and applications / / Tim Wilmshurst
Autore Wilmshurst Tim
Edizione [2nd ed.]
Pubbl/distr/stampa Amsterdam, : Newnes, 2010
Descrizione fisica 1 online resource (693 p.)
Disciplina 004.16
Soggetto topico Embedded computer systems - Design and construction
Microprocessors - Design and construction
ISBN 1-282-66610-X
9786612666100
0-08-096184-3
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto section 1. Getting started with embedded systems -- section 2. Minimum systems and the PIC 16F84A -- section 3. Larger systems and the PIC 16F873A -- section 4. Smarter systems and the PIC 18F2420 -- section 5. Where can we go from here? : distributed systems, bigger systems.
Record Nr. UNINA-9910780943603321
Wilmshurst Tim  
Amsterdam, : Newnes, 2010
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Designing embedded systems with PIC microcontrollers [[electronic resource] ] : principles and applications / / Tim Wilmshurst
Designing embedded systems with PIC microcontrollers [[electronic resource] ] : principles and applications / / Tim Wilmshurst
Autore Wilmshurst Tim
Edizione [2nd ed.]
Pubbl/distr/stampa Amsterdam, : Newnes, 2010
Descrizione fisica 1 online resource (693 p.)
Disciplina 004.16
Soggetto topico Embedded computer systems - Design and construction
Microprocessors - Design and construction
ISBN 1-282-66610-X
9786612666100
0-08-096184-3
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto section 1. Getting started with embedded systems -- section 2. Minimum systems and the PIC 16F84A -- section 3. Larger systems and the PIC 16F873A -- section 4. Smarter systems and the PIC 18F2420 -- section 5. Where can we go from here? : distributed systems, bigger systems.
Record Nr. UNINA-9910823454503321
Wilmshurst Tim  
Amsterdam, : Newnes, 2010
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Designing embedded systems with PIC microcontrollers [[electronic resource] ] : principles and applications / / Tim Wilmshurst
Designing embedded systems with PIC microcontrollers [[electronic resource] ] : principles and applications / / Tim Wilmshurst
Autore Wilmshurst Tim
Edizione [1st ed.]
Pubbl/distr/stampa Amsterdam ; ; Boston ; ; London, : Newnes, 2007
Descrizione fisica 1 online resource (583 p.)
Disciplina 004.16
Soggetto topico Embedded computer systems - Design and construction
Microprocessors - Design and construction
Soggetto genere / forma Electronic books.
ISBN 1-280-74740-4
9786610747405
0-08-046814-4
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Front cover; Title page; Copyright page; Table of contents; Introduction; Acknowledgements; Section 1 Getting Started with Embedded Systems; 1 Tiny computers, hidden control; 1.1 The main idea - embedded systems in today's world; 1.1.1 What is an embedded system?; 1.2 Some example embedded systems; 1.2.1 The domestic refrigerator; 1.2.2 A car door mechanism; 1.2.3 The electronic 'ping-pong'; 1.2.4 The Derbot Autonomous Guided Vehicle; 1.3 Some computer essentials; 1.3.1 Elements of a computer; 1.3.2 Instruction sets - CISC and RISC; 1.3.3 Memory types; 1.3.4 Organising memory
1.4 Microprocessors and microcontrollers 1.4.1 Microprocessors; 1.4.2 Microcontrollers; 1.4.3 Microcontroller families; 1.4.4 Microcontroller packaging and appearance; 1.5 Microchip and the PIC microcontroller; 1.5.1 Background; 1.5.2 PIC microcontrollers today; 1.6 An introduction to PIC microcontrollers using the 12 Series; 1.6.1 The 12F508 architecture; 1.7 What others do - a Freescale microcontroller; Summary; References; Section 2 Minimum Systems and the PIC® 16F84A; 2 Introducing the PIC® 16 Series and the 16F84A; 2.1 The main idea - the PIC 16 Series family; 2.1.1 A family overview
2.1.2 The 16F84A 2.1.3 A caution on upgrades; 2.2 An architecture overview of the 16F84A; 2.2.1 The Status register; 2.3 A review of memory technologies; 2.3.1 Static RAM (SRAM); 2.3.2 EPROM (Erasable Programmable Read-Only Memory); 2.3.3 EEPROM (Electrically Erasable Programmable Read-Only Memory); 2.3.4 Flash; 2.4 The 16F84A memory; 2.4.1 The 16F84A program memory; 2.4.2 The 16F84A data and Special Function Register memory ('RAM'); 2.4.3 The Configuration Word; 2.4.4 EEPROM; 2.5 Some issues of timing; 2.5.1 Clock oscillator and instruction cycle; 2.5.2 Pipelining; 2.6 Power-up and Reset
2.7 What others do - the Atmel AT89C2051 2.8 Taking things further - the 16F84A on-chip reset circuit; Summary; References; 3 Parallel ports, power supply and the clock oscillator; 3.1 The main idea - parallel input/output; 3.2 The technical challenge of parallel input/output; 3.2.1 Building a parallel interface; 3.2.2 Port electrical characteristics; 3.2.3 Some special cases; 3.3 Connecting to the parallel port; 3.3.1 Switches; 3.3.2 Light-emitting diodes; 3.4 The PIC 16F84A parallel ports; 3.4.1 The 16F84A Port B; 3.4.2 The 16F84A Port A; 3.4.3 Port output characteristics
3.5 The clock oscillator 3.5.1 Clock oscillator types; 3.5.2 Practical oscillator considerations; 3.5.3 The 16F84A clock oscillator; 3.6 Power supply; 3.6.1 The need for power, and its sources; 3.6.2 16F84A operating conditions; 3.7 The hardware design of the electronic ping-pong; Summary; References; 4 Starting to program - an introduction to Assembler; 4.1 The main idea - what programs do and how we develop them; 4.1.1 The problem of programming and the Assembler compromise; 4.1.2 The process of writing in Assembler; 4.1.3 The program development process
4.2 The PIC 16 Series instruction set, with a little more on the ALU
Record Nr. UNINA-9910457953403321
Wilmshurst Tim  
Amsterdam ; ; Boston ; ; London, : Newnes, 2007
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Designing embedded systems with PIC microcontrollers [[electronic resource] ] : principles and applications / / Tim Wilmshurst
Designing embedded systems with PIC microcontrollers [[electronic resource] ] : principles and applications / / Tim Wilmshurst
Autore Wilmshurst Tim
Edizione [1st ed.]
Pubbl/distr/stampa Amsterdam ; ; Boston ; ; London, : Newnes, 2007
Descrizione fisica 1 online resource (583 p.)
Disciplina 004.16
Soggetto topico Embedded computer systems - Design and construction
Microprocessors - Design and construction
ISBN 1-280-74740-4
9786610747405
0-08-046814-4
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Front cover; Title page; Copyright page; Table of contents; Introduction; Acknowledgements; Section 1 Getting Started with Embedded Systems; 1 Tiny computers, hidden control; 1.1 The main idea - embedded systems in today's world; 1.1.1 What is an embedded system?; 1.2 Some example embedded systems; 1.2.1 The domestic refrigerator; 1.2.2 A car door mechanism; 1.2.3 The electronic 'ping-pong'; 1.2.4 The Derbot Autonomous Guided Vehicle; 1.3 Some computer essentials; 1.3.1 Elements of a computer; 1.3.2 Instruction sets - CISC and RISC; 1.3.3 Memory types; 1.3.4 Organising memory
1.4 Microprocessors and microcontrollers 1.4.1 Microprocessors; 1.4.2 Microcontrollers; 1.4.3 Microcontroller families; 1.4.4 Microcontroller packaging and appearance; 1.5 Microchip and the PIC microcontroller; 1.5.1 Background; 1.5.2 PIC microcontrollers today; 1.6 An introduction to PIC microcontrollers using the 12 Series; 1.6.1 The 12F508 architecture; 1.7 What others do - a Freescale microcontroller; Summary; References; Section 2 Minimum Systems and the PIC® 16F84A; 2 Introducing the PIC® 16 Series and the 16F84A; 2.1 The main idea - the PIC 16 Series family; 2.1.1 A family overview
2.1.2 The 16F84A 2.1.3 A caution on upgrades; 2.2 An architecture overview of the 16F84A; 2.2.1 The Status register; 2.3 A review of memory technologies; 2.3.1 Static RAM (SRAM); 2.3.2 EPROM (Erasable Programmable Read-Only Memory); 2.3.3 EEPROM (Electrically Erasable Programmable Read-Only Memory); 2.3.4 Flash; 2.4 The 16F84A memory; 2.4.1 The 16F84A program memory; 2.4.2 The 16F84A data and Special Function Register memory ('RAM'); 2.4.3 The Configuration Word; 2.4.4 EEPROM; 2.5 Some issues of timing; 2.5.1 Clock oscillator and instruction cycle; 2.5.2 Pipelining; 2.6 Power-up and Reset
2.7 What others do - the Atmel AT89C2051 2.8 Taking things further - the 16F84A on-chip reset circuit; Summary; References; 3 Parallel ports, power supply and the clock oscillator; 3.1 The main idea - parallel input/output; 3.2 The technical challenge of parallel input/output; 3.2.1 Building a parallel interface; 3.2.2 Port electrical characteristics; 3.2.3 Some special cases; 3.3 Connecting to the parallel port; 3.3.1 Switches; 3.3.2 Light-emitting diodes; 3.4 The PIC 16F84A parallel ports; 3.4.1 The 16F84A Port B; 3.4.2 The 16F84A Port A; 3.4.3 Port output characteristics
3.5 The clock oscillator 3.5.1 Clock oscillator types; 3.5.2 Practical oscillator considerations; 3.5.3 The 16F84A clock oscillator; 3.6 Power supply; 3.6.1 The need for power, and its sources; 3.6.2 16F84A operating conditions; 3.7 The hardware design of the electronic ping-pong; Summary; References; 4 Starting to program - an introduction to Assembler; 4.1 The main idea - what programs do and how we develop them; 4.1.1 The problem of programming and the Assembler compromise; 4.1.2 The process of writing in Assembler; 4.1.3 The program development process
4.2 The PIC 16 Series instruction set, with a little more on the ALU
Record Nr. UNINA-9910784459903321
Wilmshurst Tim  
Amsterdam ; ; Boston ; ; London, : Newnes, 2007
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Designing embedded systems with PIC microcontrollers [[electronic resource] ] : principles and applications / / Tim Wilmshurst
Designing embedded systems with PIC microcontrollers [[electronic resource] ] : principles and applications / / Tim Wilmshurst
Autore Wilmshurst Tim
Edizione [1st ed.]
Pubbl/distr/stampa Amsterdam ; ; Boston ; ; London, : Newnes, 2007
Descrizione fisica 1 online resource (583 p.)
Disciplina 004.16
Soggetto topico Embedded computer systems - Design and construction
Microprocessors - Design and construction
ISBN 1-280-74740-4
9786610747405
0-08-046814-4
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Front cover; Title page; Copyright page; Table of contents; Introduction; Acknowledgements; Section 1 Getting Started with Embedded Systems; 1 Tiny computers, hidden control; 1.1 The main idea - embedded systems in today's world; 1.1.1 What is an embedded system?; 1.2 Some example embedded systems; 1.2.1 The domestic refrigerator; 1.2.2 A car door mechanism; 1.2.3 The electronic 'ping-pong'; 1.2.4 The Derbot Autonomous Guided Vehicle; 1.3 Some computer essentials; 1.3.1 Elements of a computer; 1.3.2 Instruction sets - CISC and RISC; 1.3.3 Memory types; 1.3.4 Organising memory
1.4 Microprocessors and microcontrollers 1.4.1 Microprocessors; 1.4.2 Microcontrollers; 1.4.3 Microcontroller families; 1.4.4 Microcontroller packaging and appearance; 1.5 Microchip and the PIC microcontroller; 1.5.1 Background; 1.5.2 PIC microcontrollers today; 1.6 An introduction to PIC microcontrollers using the 12 Series; 1.6.1 The 12F508 architecture; 1.7 What others do - a Freescale microcontroller; Summary; References; Section 2 Minimum Systems and the PIC® 16F84A; 2 Introducing the PIC® 16 Series and the 16F84A; 2.1 The main idea - the PIC 16 Series family; 2.1.1 A family overview
2.1.2 The 16F84A 2.1.3 A caution on upgrades; 2.2 An architecture overview of the 16F84A; 2.2.1 The Status register; 2.3 A review of memory technologies; 2.3.1 Static RAM (SRAM); 2.3.2 EPROM (Erasable Programmable Read-Only Memory); 2.3.3 EEPROM (Electrically Erasable Programmable Read-Only Memory); 2.3.4 Flash; 2.4 The 16F84A memory; 2.4.1 The 16F84A program memory; 2.4.2 The 16F84A data and Special Function Register memory ('RAM'); 2.4.3 The Configuration Word; 2.4.4 EEPROM; 2.5 Some issues of timing; 2.5.1 Clock oscillator and instruction cycle; 2.5.2 Pipelining; 2.6 Power-up and Reset
2.7 What others do - the Atmel AT89C2051 2.8 Taking things further - the 16F84A on-chip reset circuit; Summary; References; 3 Parallel ports, power supply and the clock oscillator; 3.1 The main idea - parallel input/output; 3.2 The technical challenge of parallel input/output; 3.2.1 Building a parallel interface; 3.2.2 Port electrical characteristics; 3.2.3 Some special cases; 3.3 Connecting to the parallel port; 3.3.1 Switches; 3.3.2 Light-emitting diodes; 3.4 The PIC 16F84A parallel ports; 3.4.1 The 16F84A Port B; 3.4.2 The 16F84A Port A; 3.4.3 Port output characteristics
3.5 The clock oscillator 3.5.1 Clock oscillator types; 3.5.2 Practical oscillator considerations; 3.5.3 The 16F84A clock oscillator; 3.6 Power supply; 3.6.1 The need for power, and its sources; 3.6.2 16F84A operating conditions; 3.7 The hardware design of the electronic ping-pong; Summary; References; 4 Starting to program - an introduction to Assembler; 4.1 The main idea - what programs do and how we develop them; 4.1.1 The problem of programming and the Assembler compromise; 4.1.2 The process of writing in Assembler; 4.1.3 The program development process
4.2 The PIC 16 Series instruction set, with a little more on the ALU
Record Nr. UNINA-9910811285803321
Wilmshurst Tim  
Amsterdam ; ; Boston ; ; London, : Newnes, 2007
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
The digital consumer technology handbook [[electronic resource] ] : a comprehensive guide to devices, standards, future directions, and programmable logic solutions / / by Amit Dhir
The digital consumer technology handbook [[electronic resource] ] : a comprehensive guide to devices, standards, future directions, and programmable logic solutions / / by Amit Dhir
Autore Dhir Amit
Pubbl/distr/stampa Amsterdam ; ; Boston, Mass., : Newnes, 2004
Descrizione fisica 1 online resource (673 p.)
Disciplina 621.381
Soggetto topico Digital electronics
Household electronics
Soggetto genere / forma Electronic books.
ISBN 1-281-07757-7
9786611077570
0-08-053041-9
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; The Digital Consumer Technology Handbook: A Comprehensive Guide to Devices, Standards, Future Directions, and Programmable Logic Solutions; Copyright Page; Contents; Preface; Chapter 1. Generation D; The Digital Decade; The Urge to Be Connected; Our Daily Lives; The Digitization of Consumer Products; Why Digitization?; Converging Media; Faster and Cheaper Components; Broadband Access; The Fat Internet Pipe; Home Networking; The Day of the Digital Consumer Device; Bringing it All Together; Chapter 2. Digital Consumer Devices; Introduction; The Era of Digital Consumer Devices
Market Forecast Market Drivers; Phases of Market Acceptance; Success Factors and Challenges; Functional Requirements; What About the Personal Computer?; Digital Home; King of All; The Single All-Encompassing Consumer Device; Summary; Chapter 3. Digital Television and Video; Introduction; History of Television; Components of a Digital TV System; Digital TV Standards; SDTV and HDTV Technologies; Digital Set-top Boxes; Market Outlook; Integrated Digital Televisions; Digital Home Theater Systems; Digital Video Recorders; Summary; Chapter 4. Audio Players; Introduction
The Need for Digital Audio; Strengths of the Digital Domain Principles of Digital Audio; Digital Physical Media Formats; Pulse Code Modulation (PCM); Internet Audio Formats; Components of MP3 Portable Players; Flash Memory; Internet Audio Players-Market Data and Trends; Other Portable Audio Products; Convergence of MP3 Functionality in Other Digital Consumer Devices; Internet Radio; Digital Audio Radio; Online Music Distribution; Summary; Chapter 5. Cellular/Mobile Phones; Introduction; Definition; Landscape; Migration to Digital and 3G; Standards and Consortia; Market Data; Market Trends
Summary Chapter 6. Gaming Consoles; Definition; Market Data and Trends; Key Players; Game of War; Components of a Gaming Console; Broadband Access and Online Gaming; Gaming Consoles; More Than Just Gaming Machines; PC Gaming; Growing Convergence of DVD Players and Gaming Consoles; New Gaming Opportunities; Summary; Chapter 7. Digital Video/Versatile Disc (DVD); Introduction; The Birth of the DVD; DVD Format Types; Regional Codes; How Does the DVD Work?; DVD Applications; DVD Market Numbers, Drivers and Challenges; Convergence of Multiple Services; Summary
Chapter 8. Desktop and Notebook Personal Computers (PCs)Introduction; Definition of the Personal Computer; Competing to be the Head of the Household; The PC Fights Back; Portable/Mobile Computing; Requirements Overdose; New PC Demand Drivers; Summary; Chapter 9. PC Peripherals; Introduction; Printers; Scanners; Smart Card Readers; Keyboards; Mice; Summary; Chapter 10. Digital Displays; Introduction; CRTs; Cathode Ray Tubes; LCD; Liquid Crystal Displays; PDP; Plasma Display Panels; PALCD; Plasma Addressed Liquid Crystal Display; FEDs; Field Emission Displays; DLP; Digital Light Processor
Organic LEDs
Record Nr. UNINA-9910458254203321
Dhir Amit  
Amsterdam ; ; Boston, Mass., : Newnes, 2004
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
The digital consumer technology handbook [[electronic resource] ] : a comprehensive guide to devices, standards, future directions, and programmable logic solutions / / by Amit Dhir
The digital consumer technology handbook [[electronic resource] ] : a comprehensive guide to devices, standards, future directions, and programmable logic solutions / / by Amit Dhir
Autore Dhir Amit
Pubbl/distr/stampa Amsterdam ; ; Boston, Mass., : Newnes, 2004
Descrizione fisica 1 online resource (673 p.)
Disciplina 621.381
Soggetto topico Digital electronics
Household electronics
ISBN 1-281-07757-7
9786611077570
0-08-053041-9
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; The Digital Consumer Technology Handbook: A Comprehensive Guide to Devices, Standards, Future Directions, and Programmable Logic Solutions; Copyright Page; Contents; Preface; Chapter 1. Generation D; The Digital Decade; The Urge to Be Connected; Our Daily Lives; The Digitization of Consumer Products; Why Digitization?; Converging Media; Faster and Cheaper Components; Broadband Access; The Fat Internet Pipe; Home Networking; The Day of the Digital Consumer Device; Bringing it All Together; Chapter 2. Digital Consumer Devices; Introduction; The Era of Digital Consumer Devices
Market Forecast Market Drivers; Phases of Market Acceptance; Success Factors and Challenges; Functional Requirements; What About the Personal Computer?; Digital Home; King of All; The Single All-Encompassing Consumer Device; Summary; Chapter 3. Digital Television and Video; Introduction; History of Television; Components of a Digital TV System; Digital TV Standards; SDTV and HDTV Technologies; Digital Set-top Boxes; Market Outlook; Integrated Digital Televisions; Digital Home Theater Systems; Digital Video Recorders; Summary; Chapter 4. Audio Players; Introduction
The Need for Digital Audio; Strengths of the Digital Domain Principles of Digital Audio; Digital Physical Media Formats; Pulse Code Modulation (PCM); Internet Audio Formats; Components of MP3 Portable Players; Flash Memory; Internet Audio Players-Market Data and Trends; Other Portable Audio Products; Convergence of MP3 Functionality in Other Digital Consumer Devices; Internet Radio; Digital Audio Radio; Online Music Distribution; Summary; Chapter 5. Cellular/Mobile Phones; Introduction; Definition; Landscape; Migration to Digital and 3G; Standards and Consortia; Market Data; Market Trends
Summary Chapter 6. Gaming Consoles; Definition; Market Data and Trends; Key Players; Game of War; Components of a Gaming Console; Broadband Access and Online Gaming; Gaming Consoles; More Than Just Gaming Machines; PC Gaming; Growing Convergence of DVD Players and Gaming Consoles; New Gaming Opportunities; Summary; Chapter 7. Digital Video/Versatile Disc (DVD); Introduction; The Birth of the DVD; DVD Format Types; Regional Codes; How Does the DVD Work?; DVD Applications; DVD Market Numbers, Drivers and Challenges; Convergence of Multiple Services; Summary
Chapter 8. Desktop and Notebook Personal Computers (PCs)Introduction; Definition of the Personal Computer; Competing to be the Head of the Household; The PC Fights Back; Portable/Mobile Computing; Requirements Overdose; New PC Demand Drivers; Summary; Chapter 9. PC Peripherals; Introduction; Printers; Scanners; Smart Card Readers; Keyboards; Mice; Summary; Chapter 10. Digital Displays; Introduction; CRTs; Cathode Ray Tubes; LCD; Liquid Crystal Displays; PDP; Plasma Display Panels; PALCD; Plasma Addressed Liquid Crystal Display; FEDs; Field Emission Displays; DLP; Digital Light Processor
Organic LEDs
Record Nr. UNINA-9910784635203321
Dhir Amit  
Amsterdam ; ; Boston, Mass., : Newnes, 2004
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
The digital consumer technology handbook [[electronic resource] ] : a comprehensive guide to devices, standards, future directions, and programmable logic solutions / / by Amit Dhir
The digital consumer technology handbook [[electronic resource] ] : a comprehensive guide to devices, standards, future directions, and programmable logic solutions / / by Amit Dhir
Autore Dhir Amit
Pubbl/distr/stampa Amsterdam ; ; Boston, Mass., : Newnes, 2004
Descrizione fisica 1 online resource (673 p.)
Disciplina 621.381
Soggetto topico Digital electronics
Household electronics
ISBN 1-281-07757-7
9786611077570
0-08-053041-9
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; The Digital Consumer Technology Handbook: A Comprehensive Guide to Devices, Standards, Future Directions, and Programmable Logic Solutions; Copyright Page; Contents; Preface; Chapter 1. Generation D; The Digital Decade; The Urge to Be Connected; Our Daily Lives; The Digitization of Consumer Products; Why Digitization?; Converging Media; Faster and Cheaper Components; Broadband Access; The Fat Internet Pipe; Home Networking; The Day of the Digital Consumer Device; Bringing it All Together; Chapter 2. Digital Consumer Devices; Introduction; The Era of Digital Consumer Devices
Market Forecast Market Drivers; Phases of Market Acceptance; Success Factors and Challenges; Functional Requirements; What About the Personal Computer?; Digital Home; King of All; The Single All-Encompassing Consumer Device; Summary; Chapter 3. Digital Television and Video; Introduction; History of Television; Components of a Digital TV System; Digital TV Standards; SDTV and HDTV Technologies; Digital Set-top Boxes; Market Outlook; Integrated Digital Televisions; Digital Home Theater Systems; Digital Video Recorders; Summary; Chapter 4. Audio Players; Introduction
The Need for Digital Audio; Strengths of the Digital Domain Principles of Digital Audio; Digital Physical Media Formats; Pulse Code Modulation (PCM); Internet Audio Formats; Components of MP3 Portable Players; Flash Memory; Internet Audio Players-Market Data and Trends; Other Portable Audio Products; Convergence of MP3 Functionality in Other Digital Consumer Devices; Internet Radio; Digital Audio Radio; Online Music Distribution; Summary; Chapter 5. Cellular/Mobile Phones; Introduction; Definition; Landscape; Migration to Digital and 3G; Standards and Consortia; Market Data; Market Trends
Summary Chapter 6. Gaming Consoles; Definition; Market Data and Trends; Key Players; Game of War; Components of a Gaming Console; Broadband Access and Online Gaming; Gaming Consoles; More Than Just Gaming Machines; PC Gaming; Growing Convergence of DVD Players and Gaming Consoles; New Gaming Opportunities; Summary; Chapter 7. Digital Video/Versatile Disc (DVD); Introduction; The Birth of the DVD; DVD Format Types; Regional Codes; How Does the DVD Work?; DVD Applications; DVD Market Numbers, Drivers and Challenges; Convergence of Multiple Services; Summary
Chapter 8. Desktop and Notebook Personal Computers (PCs)Introduction; Definition of the Personal Computer; Competing to be the Head of the Household; The PC Fights Back; Portable/Mobile Computing; Requirements Overdose; New PC Demand Drivers; Summary; Chapter 9. PC Peripherals; Introduction; Printers; Scanners; Smart Card Readers; Keyboards; Mice; Summary; Chapter 10. Digital Displays; Introduction; CRTs; Cathode Ray Tubes; LCD; Liquid Crystal Displays; PDP; Plasma Display Panels; PALCD; Plasma Addressed Liquid Crystal Display; FEDs; Field Emission Displays; DLP; Digital Light Processor
Organic LEDs
Record Nr. UNINA-9910814844003321
Dhir Amit  
Amsterdam ; ; Boston, Mass., : Newnes, 2004
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Digital logic design [[electronic resource] /] / B. Holdsworth and R.C. Woods
Digital logic design [[electronic resource] /] / B. Holdsworth and R.C. Woods
Autore Holdsworth B (Brian)
Edizione [4th ed.]
Pubbl/distr/stampa Oxford, : Newnes, 2002
Descrizione fisica 1 online resource (535 p.)
Disciplina 321.395
Altri autori (Persone) WoodsR. C (R. Clive)
Soggetto topico Logic design
Digital electronics
Soggetto genere / forma Electronic books.
ISBN 1-281-22270-4
9786611222703
0-08-047730-5
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Front Cover; Digital Logic Design; Copyright Page; Contents; Preface to the fourth edition; Acknowledgments; Chapter 1. Number systems and codes; 1.1 Introduction; 1.2 Number systems; 1.3 Conversion between number systems; 1.4 Binary addition and subtraction; 1.5 Signed arithmetic; 1.6 Complement arithmetic; 1.7 Complement representation for binary numbers; 1.8 The vlidity of 1's and 2's complement arithmetic; 1.9 Offset binary representation; 1.10 Addition and subtraction of 2's complement numbrs; 1.11 Graphical interpretation of 2's complemnt representation
1.12 Addition and subtraction of 1's complement numbers1.13 Multiplication of unsigned binary numbers; 1.14 Multiplication of signed binary numbers; 1.15 Binary division; 1.16 Floating point arithmetic; 1.17 Binary codes for decimal digits; 1.18 n-cubes and distance; 1.19 Error detection and correction; 1.20 The Hamming code; 1.21 Gray code; 1.22 The ASCII code; Chapter 2. Boolean algebra; 2.1 Introduction; 2.2 Boolean algebra; 2.3 Derived Boolean operations; 2.4 Boolean functions; 2.5 Truth tables; 2.6 The logic o a switch; 2.7 The switch implementation of the AND function
2.8 The switch implementation of the OR function2.9 The gating function of the AND and OR gates; 2.10 The inversion function; 2.11 Gate or switch imlementation of a Boolean function; 2.12 The Boolean theorems; 2.13 Complete sets; 2.14 The exclusive-OR (XOR) function; 2.15 The Reed-Muller equation; 2.16 Set theory and the Venn diagram; Chapter 3. Karnaugh maps and function simplification; 3.1 Introduction; 3.2 Minterms and maxterms; 3.3 Canonical forms; 3.4 Boolean functions of two variables; 3.5 The Karnaugh map; 3.6 Poltting Boolean functions on a Karnaugh map
3.7 Maxterms on the Karnaugh map3.8 Simplificaion of Boolean functions; 3.9 The inverse function; 3.10 'Don't care' terms; 3.11 Simplification of products of maxterms; 3.12 The Quine-McCluskey tablar simplification method; 3.13 Properties of prime implicant tables; 3.14 Cyclic prime implicant tables; 3.15 Semi-cyclic prime implicant tables; 3.16 Quine-McCluskey simplification of functions containing 'don't care' terms; 3.17 Decimal approach to Quine-McCluskey simplification of Boolean functions; 3.18 Multiple output circuits; 3.19 Tabular methods for multiple output functions
3.20 Reduced dimension maps3.21 Plotting RDMs from truth tables; 3.22 Reading RDM functions; 3.23 Looping rules for RDMs; 3.24 Criteria for minimisation; Chapter 4. Combinational logic design principles; 4.1 Introduction; 4.2 The NAND function; 4.3 NAND logic implementation of AND and OR functions; 4.4 NAND logic implementation of sums-of-products; 4.5 The NOR function; 4.6 NOR logic implementation of AND and OR functions; 4.7 NOR logic implementation of products-of-sums; 4.8 NOR logic implementation of sums-of-products; 4.9 Bookean algebraic analysis of NAND and NOR networks
4.10 Symbolic circuit analysis for NAND and NOR networks
Record Nr. UNINA-9910457332303321
Holdsworth B (Brian)  
Oxford, : Newnes, 2002
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Digital logic design [[electronic resource] /] / B. Holdsworth and R.C. Woods
Digital logic design [[electronic resource] /] / B. Holdsworth and R.C. Woods
Autore Holdsworth B (Brian)
Edizione [4th ed.]
Pubbl/distr/stampa Oxford, : Newnes, 2002
Descrizione fisica 1 online resource (535 p.)
Disciplina 321.395
Altri autori (Persone) WoodsR. C (R. Clive)
Soggetto topico Logic design
Digital electronics
ISBN 1-281-22270-4
9786611222703
0-08-047730-5
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Front Cover; Digital Logic Design; Copyright Page; Contents; Preface to the fourth edition; Acknowledgments; Chapter 1. Number systems and codes; 1.1 Introduction; 1.2 Number systems; 1.3 Conversion between number systems; 1.4 Binary addition and subtraction; 1.5 Signed arithmetic; 1.6 Complement arithmetic; 1.7 Complement representation for binary numbers; 1.8 The vlidity of 1's and 2's complement arithmetic; 1.9 Offset binary representation; 1.10 Addition and subtraction of 2's complement numbrs; 1.11 Graphical interpretation of 2's complemnt representation
1.12 Addition and subtraction of 1's complement numbers1.13 Multiplication of unsigned binary numbers; 1.14 Multiplication of signed binary numbers; 1.15 Binary division; 1.16 Floating point arithmetic; 1.17 Binary codes for decimal digits; 1.18 n-cubes and distance; 1.19 Error detection and correction; 1.20 The Hamming code; 1.21 Gray code; 1.22 The ASCII code; Chapter 2. Boolean algebra; 2.1 Introduction; 2.2 Boolean algebra; 2.3 Derived Boolean operations; 2.4 Boolean functions; 2.5 Truth tables; 2.6 The logic o a switch; 2.7 The switch implementation of the AND function
2.8 The switch implementation of the OR function2.9 The gating function of the AND and OR gates; 2.10 The inversion function; 2.11 Gate or switch imlementation of a Boolean function; 2.12 The Boolean theorems; 2.13 Complete sets; 2.14 The exclusive-OR (XOR) function; 2.15 The Reed-Muller equation; 2.16 Set theory and the Venn diagram; Chapter 3. Karnaugh maps and function simplification; 3.1 Introduction; 3.2 Minterms and maxterms; 3.3 Canonical forms; 3.4 Boolean functions of two variables; 3.5 The Karnaugh map; 3.6 Poltting Boolean functions on a Karnaugh map
3.7 Maxterms on the Karnaugh map3.8 Simplificaion of Boolean functions; 3.9 The inverse function; 3.10 'Don't care' terms; 3.11 Simplification of products of maxterms; 3.12 The Quine-McCluskey tablar simplification method; 3.13 Properties of prime implicant tables; 3.14 Cyclic prime implicant tables; 3.15 Semi-cyclic prime implicant tables; 3.16 Quine-McCluskey simplification of functions containing 'don't care' terms; 3.17 Decimal approach to Quine-McCluskey simplification of Boolean functions; 3.18 Multiple output circuits; 3.19 Tabular methods for multiple output functions
3.20 Reduced dimension maps3.21 Plotting RDMs from truth tables; 3.22 Reading RDM functions; 3.23 Looping rules for RDMs; 3.24 Criteria for minimisation; Chapter 4. Combinational logic design principles; 4.1 Introduction; 4.2 The NAND function; 4.3 NAND logic implementation of AND and OR functions; 4.4 NAND logic implementation of sums-of-products; 4.5 The NOR function; 4.6 NOR logic implementation of AND and OR functions; 4.7 NOR logic implementation of products-of-sums; 4.8 NOR logic implementation of sums-of-products; 4.9 Bookean algebraic analysis of NAND and NOR networks
4.10 Symbolic circuit analysis for NAND and NOR networks
Record Nr. UNINA-9910784329403321
Holdsworth B (Brian)  
Oxford, : Newnes, 2002
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui