SPICE for Power Electronics and Electric Power
eBook - ePub

SPICE for Power Electronics and Electric Power

  1. 559 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

SPICE for Power Electronics and Electric Power

Book details
Book preview
Table of contents
Citations

About This Book

Power electronics can be a difficult course for students to understand and for professors to teach. Simplifying the process for both, SPICE for Power Electronics and Electric Power, Third Edition illustrates methods of integrating industry standard SPICE software for design verification and as a theoretical laboratory bench.

Helpful PSpice Software and Program Files Available for Download

Based on the author Muhammad H. Rashid's considerable experience merging design content and SPICE into a power electronics course, this vastly improved and updated edition focuses on helping readers integrate the SPICE simulator with a minimum amount of time and effort. Giving users a better understanding of the operation of a power electronics circuit, the author explores the transient behavior of current and voltage waveforms for each and every circuit element at every stage. The book also includes examples of all types of power converters, as well as circuits with linear and nonlinear inductors.

New in this edition:

  • Student learning outcomes (SLOs) listed at the start of each chapter
  • Changes to run on OrCAD version 9.2
  • Added VPRINT1 and IPRINT1 commands and examples
  • Notes that identify important concepts
  • Examples illustrating EVALUE, GVALUE, ETABLE, GTABLE, ELAPLACE, GLAPLACE, EFREQ, and GFREQ
  • Mathematical relations for expected outcomes, where appropriate
  • The Fourier series of the output voltages for rectifiers and inverters
  • PSpice simulations of DC link inverters and AC voltage controllers with PWM control

This book demonstrates techniques of executing power conversions and ensuring the quality of the output waveforms rather than the accurate modeling of power semiconductor devices. This approach benefits students, enabling them to compare classroom results obtained with simple switch models of devices. In addition, a new chapter covers multi-level converters.

Assuming no prior knowledge of SPICE or PSpice simulation, the text provides detailed step-by-step instructions on how to draw a schematic of a circuit, execute simulations, and view or plot the output results. It also includes suggestions for laboratory experiments and design problems that can be used for student homework assignments.

Frequently asked questions

Simply head over to the account section in settings and click on ā€œCancel Subscriptionā€ - itā€™s as simple as that. After you cancel, your membership will stay active for the remainder of the time youā€™ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlegoā€™s features. The only differences are the price and subscription period: With the annual plan youā€™ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, weā€™ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access SPICE for Power Electronics and Electric Power by Muhammad H. Rashid in PDF and/or ePUB format, as well as other popular books in Technology & Engineering & Electrical Engineering & Telecommunications. We have over one million books available in our catalogue for you to explore.
1
Introduction
After completing this chapter, students should be able to do the following:
ā€¢ Describe the general features and the types of SPICE software.
ā€¢ Describe the types of analysis that can be performed on electronic and electrical circuits.
ā€¢ Describe the limitations of PSpiceĀ® software.
ā€¢ List the online resources on SPICE.
1.1 INTRODUCTION
Electronic circuit design requires accurate methods of evaluating circuit performance. Because of the enormous complexity of modern integrated circuits, computer-aided circuit analysis is essential and can provide information about circuit performance that is almost impossible to obtain with laboratory prototype measurements. Computer-aided analysis makes possible the following procedures:
1. Evaluation of the effects of variations in elements, such as resistors, transistors, and transformers
2. Assessment of performance improvements or degradations
3. Evaluation of the effects of noise and signal distortion without the need for expensive measuring instruments
4. Sensitivity analysis to determine the permissible bounds determined by the tolerances of all element values or parameters of active elements
5. Fourier analysis without expensive wave analyzers
6. Evaluation of the effects of nonlinear elements on circuit performance
7. Optimization of the design of electronic circuits in terms of circuit parameters
SPICE (simulation program with integrated circuit emphasis) is a general-purpose circuit program that simulates electronic circuits. It can perform analyses on various aspects of electronic circuits, such as the operating (or quiescent) points of transistors, time-domain response, small-signal frequency response, and so on. SPICE contains models for common circuit elements, active as well as passive, and it is capable of simulating most electronic circuits. It is a versatile program and is widely used in both the industry and academic institutions.
Until recently, SPICE was available only on mainframe computers. In addition to the cost of the computer system, such a machine can be inconvenient for classroom use. In 1984, MicroSim introduced the PSpice simulator, which is similar to the Berkeley version of SPICE and runs on an IBM-PC or compatible, and is available free of cost to students for classroom use. PSpice thus widens the scope for the integration of computer-aided circuit analysis into electronic circuits courses at the undergraduate level. Other versions of PSpice, which run on the Macintosh II, 486-based processor, VAX, SUN, NEC, and other computers, are also available.
1.2 DESCRIPTIONS OF SPICE
PSpice is a member of the SPICE family of circuit simulators, all of which originate from the SPICE2 circuit simulator, whose development spans a period of about 30 years. During the mid-1960s, the program ECAP was developed at IBM [1]. In the late 1960s, ECAP served as the starting point for the development of the program CANCER at the University of California (UC) at Berkeley. Using CANCER as the basis, SPICE was developed at Berkeley in the early 1970s. During the mid-1970s, SPICE2, which is an improved version of SPICE, was developed at UCā€“Berkeley. The algorithms of SPICE2 are robust, powerful, and general in nature, and SPICE2 has become an industry standard tool for circuit simulation. SPICE3, a variation of SPICE2, is designed especially to support computer-aided design (CAD) research programs at UCā€“Berkeley. As the development of SPICE2 was supported using public funds, this software is in the public domain, which means that it may be used freely by all U.S. citizens.
SPICE2, referred to simply as SPICE, has become an industry standard. The input syntax for SPICE is a free-format style that does not require data to be entered in fixed column locations. SPICE assumes reasonable default values for unspecified circuit parameters. In addition, it performs a considerable amount of error checking to ensure that a circuit has been entered correctly.
PSpice, which uses the same algorithms as SPICE2, is equally useful for simulating all types of circuits in a wide range of applications. A circuit is described by statements stored in a file called the circuit file. The circuit file is read by the SPICE simulator. Each statement is self-contained and independent of every other statement, and does not interact with other statements. SPICE (or PSpice) statements are easy to learn and use.
A schematic editor can be used to draw the circuit and create a Schematics file, which can then be read by PSpice for running the simulation.
1.3 TYPES OF SPICE
The commercially supported versions of SPICE2 can be classified into two types: mainframe versions and PC-based versions. Their methods of computation may differ, but their features are almost identical. However, some may include such additions as a preprocessor or shell program to manage input and provide interactive control, as well as a postprocessor to refine the normal SPICE output. A person used to one SPICE version (e.g., PSpice) should be able to work with other versions.
Mainframe versions are
HSPICE (from Meta-Software), which is for integrated circuit design with special device models
RAD-SPICE (from Meta-Software), which simulates circuits subjected to ionizing radiation
IG-SPICE (from A.B. Associates), which is designed for ā€œinteractiveā€ circuit simulation with graphics output
I-SPICE (from NCSS Time Sharing), which is designed for ā€œinteractiveā€ circuit simulation with graphics output
Precise (from Electronic Engineering Software)
PSpice (from MicroSim)
AccuSim (from Mentor Graphics)
Spectre (from Cadence Design)
SPICE-Plus (from Valid Logic)
The PC versions include the following:
AllSpice (from Acotech)
Is-Spice (from Intusoft)
Z-SPICE (from Z-Tech)
SPICE-Plus (from Analog Design Tools)
DSPICE (from Daisy Systems)
PSpice (from MicroSim)
OrCAD (from Cadence)
Spice (from KEMET)
B2 Spice A/D (from Beige Bag Software)
AI...

Table of contents

  1. Cover
  2. Title Page
  3. Copyright Page
  4. Dedication
  5. Table of Contents
  6. Preface
  7. Acknowledgments
  8. Author
  9. PSpice Software and Program Files
  10. Chapter 1 Introduction
  11. Chapter 2 Circuit Descriptions
  12. Chapter 3 Defining Output Variables
  13. Chapter 4 Voltage and Current Sources
  14. Chapter 5 Passive Elements
  15. Chapter 6 Dot Commands
  16. Chapter 7 Diode Rectifiers
  17. Chapter 8 DCā€“DC Converters
  18. Chapter 9 Pulse Widthā€“Modulated Inverters
  19. Chapter 10 Resonant-Pulse Inverters
  20. Chapter 11 Controlled Rectifiers
  21. Chapter 12 AC Voltage Controllers
  22. Chapter 13 Control Applications
  23. Chapter 14 Characteristics of Electrical Motors
  24. Chapter 15 Simulation Errors, Convergence Problems, and Other Difficulties
  25. Index