Автор: Horowitz Paul Название: The art of electronics The x Chapters ISBN: 1108499945 ISBN-13(EAN): 9781108499941 Издательство: Cambridge Academ Рейтинг: Цена: 8870.00 р. Наличие на складе: Заказано в издательстве.
Описание: The x-Chapters is the missing pieces of The Art of Electronics, to be used either as its complement, or as a direct route to exploring some of the most exciting and oft-overlooked topics in advanced electronic engineering. Students, researchers and practitioners will find here techniques and circuits that are unavailable elsewhere.
Автор: Lienig Jens, Scheible Juergen Название: Fundamentals of Layout Design for Electronic Circuits ISBN: 303039283X ISBN-13(EAN): 9783030392833 Издательство: Springer Рейтинг: Цена: 11878.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book covers the fundamental knowledge of layout design from the ground up, addressing both physical design, as generally applied to digital circuits, and analog layout.
Автор: Tomar G. S., Bagwari Ashish Название: Fundamentals of Electronic Devices and Circuits ISBN: 9811502692 ISBN-13(EAN): 9789811502699 Издательство: Springer Рейтинг: Цена: 11179.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book focuses on conceptual frameworks that are helpful in understanding the basics of electronics - what the feedback system is, the principle of an oscillator, the operational working of an amplifier, and other relevant topics.
Автор: Peng Cong Название: Circuit Design Considerations for Implantable Devices ISBN: 8793519869 ISBN-13(EAN): 9788793519862 Издательство: Taylor&Francis Рейтинг: Цена: 12554.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
Implantable devices are a unique area for circuit designers. A comprehensive understanding of design trade-offs at the system level is important to ensure device success. Circuit Design Considerations for Implantable Devices provides knowledge to CMOS circuit designers with limited biomedical background to understand design challenges and trade-offs for implantable devices, especially neural interfacing.
Technical topics discussed in the book include:
Neural interface
Neural sensing amplifiers
Electrical stimulation
Embedded Signal Analysis
Wireless Power Transmission to mm-Sized Free-Floating Distributed Implants
Описание: Provides best-practise manual methods and links them tightly to up-to-date automation algorithms. This book includes tractable examples and explains key techniques. The book will enable readers to select and setup suitable methods for each design task - knowing their prerequisites, advantages and their limitations.
Автор: Haberfellner Reinhard, de Weck Olivier, Fricke Ernst Название: Systems Engineering: Fundamentals and Applications ISBN: 3030134334 ISBN-13(EAN): 9783030134334 Издательство: Springer Рейтинг: Цена: 6567.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: By shedding the overtly technical approach adopted by many other SE methods, this book can be used as a problem-solving guide in a great variety of disciplines, engineering and otherwise. By segmenting the book into separate parts that build upon each other, the SE concept`s accessibility is reinforced.
Автор: Haberfellner Reinhard, de Weck Olivier, Fricke Ernst Название: Systems Engineering: Fundamentals and Applications ISBN: 303013430X ISBN-13(EAN): 9783030134303 Издательство: Springer Рейтинг: Цена: 6567.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
This translation brings a landmark systems engineering (SE) book to English-speaking audiences for the first time since its original publication in 1972. For decades the SE concept championed by this book has helped engineers solve a wide variety of issues by emphasizing a top-down approach. Moving from the general to the specific, this SE concept has situated itself as uniquely appealing to both highly trained experts and anybody managing a complex project. Until now, this SE concept has only been available to German speakers. By shedding the overtly technical approach adopted by many other SE methods, this book can be used as a problem-solving guide in a great variety of disciplines, engineering and otherwise.
By segmenting the book into separate parts that build upon each other, the SE concept’s accessibility is reinforced. The basic principles of SE, problem solving, and systems design are helpfully introduced in the first three parts. Once the fundamentals are presented, specific case studies are covered in the fourth part to display potential applications. Then part five offers further suggestions on how to effectively practice SE principles; for example, it not only points out frequent stumbling blocks, but also the specific points at which they may appear. In the final part, a wealth of different methods and tools, such as optimization techniques, are given to help maximize the potential use of this SE concept.
Engineers and engineering students from all disciplines will find this book extremely helpful in solving complex problems. Because of its practicable lessons in problem-solving, any professional facing a complex project will also find much to learn from this volume.
Описание: The first book to introduce computer architecture for security and provide the tools to implement secure computer systems This book provides the fundamentals of computer architecture for security. It covers a wide range of computer hardware, system software and data concepts from a security perspective.
Автор: G.S. Tomar; Ashish Bagwari Название: Fundamentals of Electronic Devices and Circuits ISBN: 9811502668 ISBN-13(EAN): 9789811502668 Издательство: Springer Рейтинг: Цена: 11179.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book focuses on conceptual frameworks that are helpful in understanding the basics of electronics – what the feedback system is, the principle of an oscillator, the operational working of an amplifier, and other relevant topics. It also provides an overview of the technologies supporting electronic systems, like OP-AMP, transistor, filter, ICs, and diodes. It consists of seven chapters, written in an easy and understandable language, and featuring relevant block diagrams, circuit diagrams, valuable and interesting solved examples, and important test questions. Further, the book includes up-to-date illustrations, exercises, and numerous worked examples to illustrate the theory and to demonstrate their use in practical designs.
Microcontrollers are embedded into larger systems to provide benefits such as better performance, more features, better efficiency, lower costs and better dependability. This textbook introduces students to creating microcontroller-based embedded systems featuring an ARM Cortex-M CPU core.
Chapter 1 introduces students to the concepts of MCU-based embedded systems, and how they differ from general-purpose computers. It then introduces the ARM Cortex-M0+ CPU, the Kinetis KL25Z MCU, and the low cost FRDM-KL25Z MCU development board.
Chapter 2 presents the general purpose I/O peripheral to provide an early, hands-on experience with reading switches and lighting LEDs using C code. It also introduces the CMSIS hardware abstraction layer, which simplifies software access to peripherals.
Chapter 3 introduces multitasking on the CPU, with the goals of improving responsiveness and software modularity while reducing CPU overhead. The interplay of interrupts, peripherals and schedulers (both cooperative and preemptive) is examined.
Chapter 4 presents the ARM Cortex-M0+ processor core, including organization, registers, memory, and instruction set. It then discusses interrupts and exceptions, including CPU response and hardware configuration. Designing software for a system with interrupts is discussed, including program design (including partitioning work), interrupt configuration, writing handlers in C, and sharing data safely given preemption.
Chapter 5 first gives an overview of tool-chain which translates a program from C source code to executable object code. It then shows side-by-side the source code and the object code the tool-chain has generated to implement it. Topics covered include functions, arguments, return values, activation records, exception handlers, control flow constructs for loops and selection, memory allocation and use, and accessing data in memory.
Chapter 6 presents analog interfacing, starting with theory and ending with practical implementations. Quantization and sampling are presented as a foundation for digital to analog conversion, and analog to digital conversion. The DAC, ADC and analog comparator peripherals are presented and used.
Chapter 7 presents timer peripherals and their use for generating a periodic interrupt or a pulse-width modulated signal, or for measuring elapsed time or a signal's frequency. Watchdog timers, used to detect and reset an out-of-control program, are also discussed. The SysTick, PIT, TPM and COP timers are examined.
Chapter 8 discusses serial communications, starting with the fundamentals of data serialization, framing, error detection, media access control and addressing. Software queues are introduced to show how to buffer data between communication ISRs and other parts of the program. Three protocols and their supporting peripherals are investigated next: SPI, asynchronous serial (UART) and I2C. UART communication is demonstrated using the FRDM-KL25Z's debug MCU as a serial port bridge over USB to the PC. I2C communication is demonstrated using the FRDM-KL25Z's built-in 3 axis accelerometer with I2C interface.
Chapter 9 introduces the direct memory access peripheral and its ability to transfer data autonomously, offloading work from the CPU and offering dramatically improved performance. Examples include using DMA for bulk data copying, and for DAC-based analog waveform generation with precise timing.
An appendix covers how to measure the power and energy use on the FRDM-KL25Z board, including disconnecting the debug MCU to reduce power. Energy measurement using an ultracapacitor is also presented.
For use in ECE, EE, and CS departments.
Автор: Lienig, Jens Bruemmer, Hans Название: Fundamentals of electronic systems design ISBN: 3319558390 ISBN-13(EAN): 9783319558394 Издательство: Springer Рейтинг: Цена: 11179.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
This textbook covers the design of electronic systems from the ground up, from drawing and CAD essentials to recycling requirements. Chapter by chapter, it deals with the challenges any modern system designer faces: The design process and its fundamentals, such as technical drawings and CAD, electronic system levels, assembly and packaging issues and appliance protection classes, reliability analysis, thermal management and cooling, electromagnetic compatibility (EMC), all the way to recycling requirements and environmental-friendly design principles.
"This unique book provides fundamental, complete, and indispensable information regarding the design of electronic systems. This topic has not been addressed as complete and thorough anywhere before. Since the authors are world-renown experts, it is a foundational reference for today's design professionals, as well as for the next generation of engineering students."
Dr. Patrick Groeneveld, Synopsys Inc.
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru