电路分析外文翻译
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
英文原文:
Circuit analysis with MATLAB
The electrical appliances is becoming more and more important in today’s world where computer technology, internet technology and communication technology are developing rapidly and people’s life has been greatly improved.
Circuit analysis is a necessary course and basic knowledge for electronic special student. It is the foundation of circuit maintenance and circuit application. As one of the most important subjects for an under-graduated student who’s mayor in electronic information engineering, circuit analysis state for the professional capability. With the development of the circuit analysis field, circuits get more complicated and simulation technology using computer grown up. Dynamic circuit analysis is the most difficult, which takes time and a huge mount of manual work especially when circuit is complicated. So we uses the Matlab/Simulink simulation tools and the power system block model library to make analysis on several simple circuit such as the alternating urgent steady-state circuit、direct current steady-state circuit and first-order dynamic circuit. The circuits are programmed by Matlab language and simulate it by Simulink tools. Although simulation by computer software can not replace the traditional way, it helps people to understand circuit analysis directly and effectively. By these tools,people can demonstrate the circuit performances and reduce complicated calculation. It makes us save a lot of work. During this process,we know how Matlab/Simulink work and show the advantage of Matlab/Simulink tools on circuit analysis,it turns out to be simple,convenience,efficient and flexible.
MATLAB is a high-performance language for technical computing. It integrates computation, visualization, and programming in an easy-to-use environment where problems and solutions are expressed in familiar mathematical notation. Typical uses include:
1.Math and computation
2.Algorithm development
3.Modeling, simulation, and prototyping
4.Data analysis, exploration, and visualization
5.Scientific and engineering graphics
6.Application development, including graphical user interface building
MATLAB is an interactive system whose basic data element is an array that does not require dimensioning. That allows you to solve many technical computing problems, especially those with matrix and vector formations in a fraction of the time, which would take a lot of time to write a program in a scalar non-interactive language such as C or FORTRAN.
The name MATLAB stands for matrix laboratory. MATLAB was originally written to provide easy access to matrix software developed by the LINPACK and EISPACK projects. Today, MATLAB engines incorporate the LAPACK and BLAS libraries, embedding the state of the art in software for matrix computation.
MATLAB has evolved over a period of years with input many users. In university environments, it is the standard instructional tool for introductory and advanced