90 resultater (0,39098 sekunder)

Mærke

Butik

Pris (EUR)

Nulstil filter

Produkter
Fra
Butikker

Logic Non-volatile Memory: The Nvm Solutions For Ememory - Charles Ching Hsiang Hsu - Bog - World Scientific Publishing Co Pte Ltd - Plusbog.dk

Logic Non-volatile Memory: The Nvm Solutions For Ememory - Charles Ching Hsiang Hsu - Bog - World Scientific Publishing Co Pte Ltd - Plusbog.dk

Would you like to add the capabilities of the Non-Volatile Memory (NVM) as a storage element in your silicon integrated logic circuits, and as a trimming sector in your high voltage driver and other silicon integrated analog circuits? Would you like to learn how to embed the NVM into your silicon integrated circuit products to improve their performance?This book is written to help you.It provides comprehensive instructions on fabricating the NVM using the same processes you are using to fabricate your logic integrated circuits. We at our eMemory company call this technology the embedded Logic NVM. Because embedded Logic NVM has simple fabrication processes, it has replaced the conventional NVM in many traditional and new applications, including LCD driver, LED driver, MEMS controller, touch panel controller, power management unit, ambient and motion sensor controller, micro controller unit (MCU), security ID setting tag, RFID, NFC, PC camera controller, keyboard controller, and mouse controller. The recent explosive growth of the Logic NVM indicates that it will soon dominate all NVM applications. The embedded Logic NVM was invented and has been implemented in users' applications by the 200+ employees of our eMemory company, who are also the authors and author-assistants of this book.This book covers the following Logic NVM products: One Time Programmable (OTP) memory, Multiple Times Programmable (MTP) memory, Flash memory, and Electrically Erasable Programmable Read Only Memory (EEPROM). The fundamentals of the NVM are described in this book, which include: the physics and operations of the memory transistors, the basic building block of the memory cells and the access circuits.All of these products have been used continuously by the industry worldwide. In-depth readers can attain expert proficiency in the implementation of the embedded Logic NVM technology in their products.

DKK 1072.00
1

Financial Analysis - Steven M. Bragg - Bog - John Wiley & Sons Inc - Plusbog.dk

Financial Analysis - Steven M. Bragg - Bog - John Wiley & Sons Inc - Plusbog.dk

"The latest edition goes beyond ho-hum analysis techniques and provides concrete problem solving. The text is sprinkled with real-world problems (and the analytical tools to solve them) that will be familiar to accounting professionals everywhere. A must-have for anyone looking to improve their company''s decision making . . . and their own role in it." —George R. MacEachern President, Grosvenor Financial Services "Steve Bragg has presented yet another comprehensive reference tool for the finance professional. Financial Analysis: A Controller''s Guide is the perfect reference guide for today''s controller, presenting not only traditional financial analysis information, but also various types of analyses that will benefit any type of organization. This book is a must-have for any financial professional desiring to make a relevant contribution to his/her organization." —Jodi Nefzger, CPP Director of Finance, Masonic Home of Missouri Today''s proactive controllers can soar past their mundane responsibilities and become active participants in their corporation''s success with the visionary tools found in Steven Bragg''s Financial Analysis: A Controller''s Guide , Second Edition. Now updated to include analyses of intangible asset measurement and performance improvement as well as evaluation methods to determine which products and services should be eliminated, Financial Analysis: A Controller''s Guide , Second Edition helps financial managers upgrade their skills so they can answer their organization''s call for company operations reviews, investment evaluations, problem reporting, and special investigation requests. Controllers prepared to address this growing need for more innovative financial analysis will open doors to a variety of promotions and high-level interactions with other departments. Become a highly valued member of your company''s infrastructure with the indispensable tools found in Financial Analysis: A Controller''s Guide , Second Edition.

DKK 1153.00
1

The Controller's Function - Steven M. Bragg - Bog - John Wiley & Sons Inc - Plusbog.dk

Distributed Secondary Control of Microgrid Systems - Haoming Liu - Bog - Taylor & Francis Ltd - Plusbog.dk

FPGA Prototyping by VHDL Examples - Pong P. Chu - Bog - John Wiley & Sons Inc - Plusbog.dk

FPGA Prototyping by VHDL Examples - Pong P. Chu - Bog - John Wiley & Sons Inc - Plusbog.dk

A hands-on introduction to FPGA prototyping and SoC design This Second Edition of the popular book follows the same “learning-by-doing” approach to teach the fundamentals and practices of VHDL synthesis and FPGA prototyping. It uses a coherent series of examples to demonstrate the process to develop sophisticated digital circuits and IP (intellectual property) cores, integrate them into an SoC (system on a chip) framework, realize the system on an FPGA prototyping board, and verify the hardware and software operation. The examples start with simple gate-level circuits, progress gradually through the RT (register transfer) level modules, and lead to a functional embedded system with custom I/O peripherals and hardware accelerators. Although it is an introductory text, the examples are developed in a rigorous manner, and the derivations follow strict design guidelines and coding practices used for large, complex digital systems. The new edition is completely updated. It presents the hardware design in the SoC context and introduces the hardware-software co-design concept. Instead of treating examples as isolated entities, the book integrates them into a single coherent SoC platform that allows readers to explore both hardware and software “programmability” and develop complex and interesting embedded system projects. The revised edition: - - Adds four general-purpose IP cores, which are multi-channel PWM (pulse width modulation) controller, I 2 C controller, SPI controller, and XADC (Xilinx analog-to-digital converter) controller. - - Introduces a music synthesizer constructed with a DDFS (direct digital frequency synthesis) module and an ADSR (attack-decay-sustain-release) envelop generator. - - Expands the original video controller into a complete stream-based video subsystem that incorporates a video synchronization circuit, a test pattern generator, an OSD (on-screen display) controller, a sprite generator, and a frame buffer. - - Introduces basic concepts of software-hardware co-design with Xilinx MicroBlaze MCS soft-core processor. - - Provides an overview of bus interconnect and interface circuit. - - Introduces basic embedded system software development. - - Suggests additional modules and peripherals for interesting and challenging projects. - The FPGA Prototyping by VHDL Examples, Second Edition makes a natural companion text for introductory and advanced digital design courses and embedded system course. It also serves as an ideal self-teaching guide for practicing engineers who wish to learn more about this emerging area of interest.

DKK 854.00
1

FPGA Prototyping by SystemVerilog Examples - Pong P. Chu - Bog - John Wiley & Sons Inc - Plusbog.dk

FPGA Prototyping by SystemVerilog Examples - Pong P. Chu - Bog - John Wiley & Sons Inc - Plusbog.dk

A hands-on introduction to FPGA prototyping and SoC design This is the successor edition of the popular FPGA Prototyping by Verilog Examples text. It follows the same “learning-by-doing” approach to teach the fundamentals and practices of HDL synthesis and FPGA prototyping. The new edition uses a coherent series of examples to demonstrate the process to develop sophisticated digital circuits and IP (intellectual property) cores, integrate them into an SoC (system on a chip) framework, realize the system on an FPGA prototyping board, and verify the hardware and software operation. The examples start with simple gate-level circuits, progress gradually through the RT (register transfer) level modules, and lead to a functional embedded system with custom I/O peripherals and hardware accelerators. Although it is an introductory text, the examples are developed in a rigorous manner, and the derivations follow the strict design guidelines and coding practices used for large, complex digital systems. The book is completely updated and uses the SystemVerilog language, which “absorbs” the Verilog language. It presents the hardware design in the SoC context and introduces the hardware-software co-design concept. Instead of treating examples as isolated entities, the book integrates them into a single coherent SoC platform that allows readers to explore both hardware and software “programmability” and develop complex and interesting embedded system projects. The new edition: Adds four general-purpose IP cores, which are multi-channel PWM (pulse width modulation) controller, I2C controller, SPI controller, and XADC (Xilinx analog-to-digital converter) controller. Introduces a music synthesizer constructed with a DDFS (direct digital frequency synthesis) module and an ADSR (attack-decay-sustain-release) envelope generator. Expands the original video controller into a complete stream based video subsystem that incorporates a video synchronization circuit, a test-pattern generator, an OSD (on-screen display) controller, a sprite generator, and a frame buffer. Provides a detailed discussion on blocking and nonblocking statements and coding styles. Describes basic concepts of software-hardware co-design with Xilinx MicroBlaze MCS soft-core processor. Provides an overview of bus interconnect and interface circuit. Presents basic embedded system software development. Suggests additional modules and peripherals for interesting and challenging projects. FPGA Prototyping by SystemVerilog Examples makes a natural companion text for introductory and advanced digital design courses and embedded system courses. It also serves as an ideal self-teaching guide for practicing engineers who wish to learn more about this emerging area of interest.

DKK 847.00
1

Fractional Order PID and ADR Controls - Pengchong Chen - Bog - Taylor & Francis Ltd - Plusbog.dk

Fractional Order PID and ADR Controls - Pengchong Chen - Bog - Taylor & Francis Ltd - Plusbog.dk

This book explores the design and analysis of fractional-order and active disturbance rejection control, examining both the theoretical foundations and their practical applications. It covers fractional-order Proportional-Integral-Derivative (PID) control, fractional-order Active Disturbance Rejection (ADR) control, and the combined fractional-order PID-ADR control. The book begins with an analysis of the three-parameter fractional-order PID controller, demonstrating its application to the Permanent Magnet Synchronous Motor (PMSM) speed servo system, due to its comprehensive inclusion of proportional, integral, and differential elements. It then delves into Active Disturbance Rejection Control and Periodic Disturbance Compensation, comparing the performance of each controller based on various parameters. This comparison enables readers to critically evaluate the advantages and limitations of each approach before implementation. Offering a thorough guide to fractional-order and active disturbance rejection control, the book also includes numerical methods for assessing and developing these systems. The book will be of particular interest to professionals working with numerical methods, fractional-order systems and control, PID controller, active disturbance rejection, control design and production, and is especially relevant to those in mechanical, industrial, and electrical engineering.

DKK 1093.00
1

Dynamic Modeling and Boundary Control of Flexible Axially Moving System - Yu Liu - Bog - Springer Verlag, Singapore - Plusbog.dk

Patient-Specific Controller for an Implantable Artificial Pancreas - Yvonne Ho - Bog - Springer Verlag, Singapore - Plusbog.dk

Discrete-Time Inverse Optimal Control for Nonlinear Systems - Fernando Ornelas Tellez - Bog - Taylor & Francis Ltd - Plusbog.dk

Discrete-Time Inverse Optimal Control for Nonlinear Systems - Fernando Ornelas Tellez - Bog - Taylor & Francis Ltd - Plusbog.dk

Discrete-Time Inverse Optimal Control for Nonlinear Systems proposes a novel inverse optimal control scheme for stabilization and trajectory tracking of discrete-time nonlinear systems. This avoids the need to solve the associated Hamilton-Jacobi-Bellman equation and minimizes a cost functional, resulting in a more efficient controller. Design More Efficient Controllers for Stabilization and Trajectory Tracking of Discrete-Time Nonlinear Systems The book presents two approaches for controller synthesis: the first based on passivity theory and the second on a control Lyapunov function (CLF). The synthesized discrete-time optimal controller can be directly implemented in real-time systems. The book also proposes the use of recurrent neural networks to model discrete-time nonlinear systems. Combined with the inverse optimal control approach, such models constitute a powerful tool to deal with uncertainties such as unmodeled dynamics and disturbances. Learn from Simulations and an In-Depth Case Study The authors include a variety of simulations to illustrate the effectiveness of the synthesized controllers for stabilization and trajectory tracking of discrete-time nonlinear systems. An in-depth case study applies the control schemes to glycemic control in patients with type 1 diabetes mellitus, to calculate the adequate insulin delivery rate required to prevent hyperglycemia and hypoglycemia levels. The discrete-time optimal and robust control techniques proposed can be used in a range of industrial applications, from aerospace and energy to biomedical and electromechanical systems. Highlighting optimal and efficient control algorithms, this is a valuable resource for researchers, engineers, and students working in nonlinear system control.

DKK 810.00
1

Two Discourses of the Navy 1638 and 1659 by John Hollond - J.r. Tanner - Bog - Navy Records Society - Plusbog.dk

PIC16F1847 Microcontroller-Based Programmable Logic Controller, Three Volume Set - Murat ) Uzam - Bog - Taylor & Francis Ltd - Plusbog.dk

PIC16F1847 Microcontroller-Based Programmable Logic Controller, Three Volume Set - Murat ) Uzam - Bog - Taylor & Francis Ltd - Plusbog.dk

Programmable logic controllers (PLCs) have been used extensively and are offered in terms of functions, program memories, and the number of inputs/outputs (I/Os), ranging from a few to thousands. With a focus on how to design and implement a PLC, this set explains hardware and associated basic concepts, intermediary and advanced concepts of PLC (using PIC16F1847 microcontroller). Flowcharts are provided to help the understanding of macros (instructions). Twenty application examples to show how to use the PIC16F1847-Based PLC in different control applications, related files for hardware and software components, and appendices are also provided. Aimed at researchers and graduate students in electrical engineering, power electronics, robotics and automation, sensors, this book: - - Explains how to design and use a PIC16F1847 microcontroller-based PLC including easy to use software structures. - - - Covers concepts like Contact and Relay Based Macros, Flip-Flop Macros, Timer Macros, Counter Macros and Comparison Macros. - - - Presents arithmetical and logical macros to carry out arithmetical and logical operations to be used for 8-bit or 16-bit variables and/or constant values. - - - Illustrates program control macros to enable or disable a block of PLC program or to move execution of a program from one place to another. - - - Discusses the implementation of Sequential Function Chart (SFC) elements with up to 24 steps. -

DKK 1022.00
1

Linear Systems - Xiang Gui Guo - Bog - Taylor & Francis Ltd - Plusbog.dk

Linear Systems - Xiang Gui Guo - Bog - Taylor & Francis Ltd - Plusbog.dk

Linear Systems: Non-Fragile Control and Filtering presents the latest research results and a systematic approach to designing non-fragile controllers and filters for linear systems. The authors combine the algebraic Riccati technique, the linear matrix inequality (LMI) technique, and the sensitivity analysis method to establish a set of new non-fragile (insensitive) control methods. This proposed method can optimize the closed-loop system performance and make the designed controllers or filters tolerant of coefficient variations in controller or filter gain matrices. A Systematic Approach to Designing Non-Fragile Controllers and Filters for Linear Systems The text begins with developments and main research methods in non-fragile control. It then systematically presents novel methods for non-fragile control and filtering of linear systems with respect to additive/multiplicative controller/filter gain uncertainties. The book introduces the algebraic Riccati equation technique to solve additive/multiplicative norm-bounded controller/filter gain uncertainty, and proposes a structured vertex separator to deal with the numerical problem resulting from interval-bounded coefficient variations. It also explains how to design insensitive controllers and filters in the framework of coefficient sensitivity theory. Throughout, the book includes numerical examples to demonstrate the effectiveness of the proposed design methods. More Effective Design Methods for Non-Fragile Controllers and Filters The design and analysis tools described will help readers to better understand and analyze parameter uncertainties and to design more effective non-fragile controllers and filters. Providing a coherent approach, this book is a valuable reference for researchers, graduate students, and anyone who wants to explore the area of non-fragile control and filtering.

DKK 810.00
1

Cost Management and Its Interplay with Business Strategy and Context - Cyril Tomkins - Bog - Taylor & Francis Ltd - Plusbog.dk

Embedded Control for Mobile Robotic Applications - L Vachhani - Bog - John Wiley & Sons Inc - Plusbog.dk

Embedded Control for Mobile Robotic Applications - L Vachhani - Bog - John Wiley & Sons Inc - Plusbog.dk

An all-in-one resource for designing and implementing embedded control in mobile robotics In Embedded Control for Mobile Robotic Applications, a distinguished trio of researchers delivers an authoritative and fulsome resource for understanding embedded control and robotics. The book includes coverage of a variety of embedded platforms, their use in controller implementation, stability analyses of designed controllers, and two new approaches for designing embedded controllers. The authors offer a full chapter on Field-Programmable-Gate-Array (FPGA) architecture development for controller design that is perfect for both practitioners and students taking robotics courses and provide a companion website that includes MATLAB codes for simulation and embedded platform-specific code for mobile robotic applications (in Embedded C and Verilog). The two approaches discussed by the authors—the top-down methodology and the bottom-up methodology—are of immediate practical utility to both practicing professionals in the field and students studying control applications and mobile robotics. The book also offers: A thorough introduction to embedded control, including processor, IC, and design technology, as well as a discussion of limitations in embedded control designComprehensive explorations of the bottom-up and top-down methods, including computations using CORDIC, interval arithmetic, sliding surface design, and switched nonlinear systemsPractical discussions of generic FPGA architecture design, including Verilog, PID controllers, DC motors and Encoder, and a systematic approach for designing architecture using FSMDIn-depth examinations of discrete-time controller design, including the approximation to discrete-time transfer function and embedded implementation stability Perfect for practitioners working in embedded control design and control applications in robotics, Embedded Control for Mobile Robotic Applications will also earn a place in the libraries of academicians, researchers, senior undergraduate students, and graduate students in these fields.

DKK 905.00
1