MATLAB在电路中的应用

iculties,shalleaintheaccidentinvestigation,managementandreporting,eachpostshouldbedevelopedunderthissystemspecialistscheck,cleartheexaminatons,time,cyclesandotherrelevantregulations.Strengtheningsitesupervisionandexamination,todetectandinvestigateillegalcommand,illegaloperationsandviolationsofoperatingrules.Secondsafetyreferstotheproductionsite,technologymanagement,equipment,facilities,andsooncanleadtoaccidentsrisksexist.1,accordingtotheextentofthesecurityrisks,solvingisdividedintoa,b,andclevelsofdifficulty;A-level:difficult,miningdifficulties,shallbereportedtothecompany'sproblems.B-class:difficulttoresolvedif

MATLAB在电路中的应用

院系:电子与信息科学工程学院 专业:电子信息科学与技术 班级:电技11-1班 姓名:陈曦 学好:

ng,fire,andotherslope.3,accordingtotheseverityofthehazardfilledinbyunittroubleshooting,registrationform(seeattconsistofminingorganizationstosolveproblems.C-class:fromsegmentsandbusinessrisksthatmustbeaddressedintheDepartment.2,open-pitmineunsafetypesinclude:electrical,transport,blastieaintheaccidentinvestigation,managementandreporting,eachpostshouldbedevelopedunderthissystemspecialistscheck,cleartheexaminatons,time,cyclesandotherrelevantregulations.Strengtheningsitesupervisionandexamination,todetectandinvestigateillegalcommand,illegaloperationsandviolationsofoperatingrules.Secondsafetyreferstotheproductionsite,technologymanagement,equipment,facilities,andsooncanleadtoaccidentsrisksexist.1,accordingtotheextentofthesecurityrisks,solvingisdividedintoa,b,andclevelsofdifficulty;A-level:difficult,miningdifficulties,shallbereportedtothecompany'sproblems.B-class:difficulttoresolvedifMATLAB在电路中的应用

0 引言

MATLAB是“矩阵实验室”(MATrix LABoratoy)的缩写,它是以矩阵运算为基础的交互式程序语言,能够满足科学、工程计算和绘图的需求。与其它计算机语言相比,其特点是简洁和智能化,适应科技专业人员的思维方式和书写习惯,使得编程和调试效率大大提高。它用解释方式工作,键入持续后立即得出结果,人机交互性能好,易于调试并被科技人员所乐于接受。特别是它可适应多种平台,并且随着计算机硬软件的更新及时升级,因此MATLAB语言在国外的大学工学院中,特别是频繁进行数值计算的电子信息类学科中,已经成为每个学生都掌握的工具了。它大大提高了课程教学、解题作业、分析研究的效率。 MATLAB特点:

一、  起点高

1、  每个变量代表一个矩阵,它可以有n×m个元素。 2、  每个元素都看作复数,比其它语言优越。 3、  所有的运算都对矩阵和复数有效。 二、  人机界面适合科技人员

1、语言规则与笔算式相似:MATLAB的程序与科技人员的书写习惯相近,因此易写易读,易于在科技人员之间交流。

2、矩阵行数、列数无需定义:若要输入一个矩阵,在其它语言编程时必须先定义相应的阶数,而用MATLAB语言则不必有阶数的定义语句,输入数据的行列数就决定了它的阶数。

3、键入算式立即得结果,无需编译:MATLAB是以解释方式工作的,即它对每条语句解释后立即执行。若有错误也立即作出反应,便于编程者马上改正。这都大大减轻了编程和调试的工作量。

三、  强大而简易的作图功能 1、能根据输入数据自动确定坐标绘图。 2、能在多种坐标系下绘图。

3、能绘制三维坐标系中的曲线和曲面。 4、可以设置不同颜色、线形、观看视角等。

iculties,shallconsistofminingorganizationstosolveproblems.C-class:fromsegmentsandbusinessrisksthatmustbeaddressedintheDepartment.2,open-pitmineunsafetypesinclude:electrical,transport,blasting,fire,andotherslope.3,accordingtotheseverityofthehazardfilledinbyunittroubleshooting,registrationform(seeatteaintheaccidentinvestigation,managementandreporting,eachpostshouldbedevelopedunderthissystemspecialistscheck,cleartheexaminations,time,cyclesandotherrelevantregulations.Strengtheningsitesupervisionandexamination,todetectandinvestigateillegalcommand,illegaloperationsandviolationsofoperatingrules.Secondsafetyreferstotheproductionsite,technologymanagement,equipment,facilities,andsooncanleadtoaccidentsrisksexist.1,accordingtotheextentofthesecurityrisks,solvingisdividedintoa,b,andclevelsofdifficulty;A-level:difficult,miningdifficulties,shallbereportedtothecompany'sproblems.B-class:difficulttoresolvedif如果数据齐全,通常只需一条命令即可出图。 四、  智能化程度高

1、绘图时自动选择最佳坐标以及按输入输出变量元数自动选择算法等。 2、做数值积分时自动按精度选择步长。

3、自动检测和显示程序出错的能力强,易于调试。 五、  功能丰富,可扩展性强

MATLAB软件包括基本部分和专业扩展部分。基本部分包括:矩阵的运算和各种变换,代数和超越函数的求解,数据处理和傅立叶变换,数值积分等,可以满足大学理工科本科的计算需要。

扩展部分称为工具箱。它实际上是用MATLAB的基本语句编成的各种子程序集,用于解决某一方面的专业问题,或实现某一类的新算法。现在已经有通信系统、控制系统、信号处理、图像处理、系统辨识、模糊集合、神经元网络、小波分析、系统仿真工具箱SIMULINK等20余个工具箱,并且还继续发展中。

其中SIMULINK使得MATLAB的功能得到了进一步的扩展。SIMULINK由模块库、模型构造及指令分析和演示程序组成,是一个模块化、模型化的系统动态仿真环境。用户应用SIMULINK对系统进行建模、仿真和分析时如同堆积木一样简单方便,只需要在模型窗口中单击或拖动鼠标即可。SIMULINK不能脱离MATLAB而独立运行,但是它借助MATLAB在科学计算上得天独厚的优势以及可视化的仿真模型窗口,拟补了传统软件工具的不足。同时SIMULINK也是众多仿真软件中功能最强大、最优秀的一种软件工具。它使得动态系统仿真的实现相当方便,对系统的非线性因素和随机因素的研究也十分便捷直观。通过SIMULINK还可以对电气、机械、通信等的连续、离散或混合系统进行深入的系统建模、仿真与分析研究。因此,它成为当今科学计算和系统仿真领域里的首选软件工具。 由于这些特点,它有利于分析计算电路的各种问题,主要包括:直流电阻电路分析;正弦稳态分析;动态电路分析和二端口网络等。分析电路主要是求解电路各支路的电压、电流等,具体步骤是先建立适当的数学模型,然后通过MATLAB软件编程求解,并且编程相比其他高级语言更简便;电路越复杂,效率越高。

1 基于MATLAB的电路分析

iculties,shallconsistofminingorganizationstosolveproblems.C-class:fromsegmentsandbusinessrisksthatmustbeaddressedintheDepartment.2,open-pitmineunsafetypesinclude:electrical,transport,blasting,fire,andotherslope.3,accordingtotheseverityofthehazardfilledinbyunittroubleshooting,registrationform(seeatteaintheaccidentinvestigation,managementandreporting,eachpostshouldbedevelopedunderthissystemspecialistscheck,cleartheexaminatons,time,cyclesandotherrelevantregulations.Strengtheningsitesupervisionandexamination,todetectandinvestigateillegalcommand,illegaloperationsandviolationsofoperatingrules.Secondsafetyreferstotheproductionsite,technologymanagement,equipment,facilities,andsooncanleadtoaccidentsrisksexist.1,accordingtotheextentofthesecurityrisks,solvingisdividedintoa,b,andclevelsofdifficulty;A-level:difficult,miningdifficulties,shallbereportedtothecompany'sproblems.B-class:difficulttoresolvedif1.1 直流电阻电路及正弦稳态分析 具体分析按以下几个步骤来实现:

(1)建立数学模型。根据所给电路建立适当的数学模型,对直流电阻电路和正弦稳态交流电路,可以用同一数学模型,因为MATLAB的基本元素是复数,其数学模型实际上就是电路教材中网孔电流方程和节点电压方程的矩阵形式。例如:三变量的网孔电流方程为: Z11I1+Z12I2+Z13I3=US11 Z21I1+Z22I2+Z23I3=US22 Z31I3+Z32I2+Z33I3=US33

因为MATLAB中的变量是复数,所以以上的电流和电压变量上方没有加点。限于篇幅,Z,Us的具体意义在此不详述。 其矩阵形式为: Z×I=Us

(2)编程。由MATLAB的语句构成的程序文件叫M文件,它是以“.M”作为文件扩展名的文本文件, 可以直接阅读并可由任何文本编辑器建立。调用M文件,输入电路元件参数并运行程序后即可得到结果。

实际上该程序的编写相当简单,只要有电路和程序设计的基础知识即可,且程序不长。为了简化编程,亦可直接利用MATLAB的交互命令,输入电路元件参数后也可得到结果。 (3)例题分析。

例题1:如图1所示,已知R1=R2=R3=4Ω,R4=2 Ω,IS =2A,α=0.5,β=4,求I1和I2。

图1

解:①建模。按图1,建立节点电压方程: (1/R1+1/R2)Un1 + (-1/R2)Un2 = IS+αI2

iculties,shallconsistofminingorganizationstosolveproblems.C-class:fromsegmentsandbusinessrisksthatmustbeaddressedintheDepartment.2,open-pitmineunsafetypesinclude:electrical,transport,blasting,fire,andotherslope.3,accordingtotheseverityofthehazardfilledinbyunittroubleshooting,registrationform(seeatteaintheaccidentinvestigation,managementandreporting,eachpostshouldbedevelopedunderthissystemspecialistscheck,cleartheexaminations,time,cyclesandotherrelevantregulations.Strengtheningsitesupervisionandexamination,todetectandinvestigateillegalcommand,illegaloperationsandviolationsofoperatingrules.Secondsafetyreferstotheproductionsite,technologymanagement,equipment,facilities,andsooncanleadtoaccidentsrisksexist.1,accordingtotheextentofthesecurityrisks,solvingisdividedintoa,b,andclevelsofdifficulty;A-level:difficult,miningdifficulties,shallbereportedtothecompany'sproblems.B-class:difficulttoresolvedif(-1/R2) Un1 + (1/R1+1/R2+1/R3) Un2 = -αI2+βI1/R3 I1 = (Un1 - Un2 )/ R2 I2 =Un2/R4

②编程。利用MATLAB编写的程序如下: clear,format compact %输入元件参数值

R1=4;R2=4;R3=4;R4=2; Is=2;α=0.5;β=4;

%按Z×X=Y列写电路的矩阵方程,其中: X= [U1;U2; I1; I2]

z11=1/R1+1/R2;z12= -1/R2;z13= 0;z14= -α; z21= -1/R2;z22= 1/R2+1/R3+1/R4;z23= -β/R3; z24=α;

z31= 1/R2;z32= -1/R2;z33= -1;z34= 0; z41= 0;z42= 1/R4;z43= 0;z44= -1; %以上设置系数矩阵X的元素

Z= [z11, z12, z13, z14;z21, z22, z23, z24;z31, z32, z33, z34; z41, z42, z43, z44]; Y= [Is;0;0;0]; X=Z \\Y ; %求解结果 I1=X (3), I2= X (4); I1 , I2 %输出结果

运行程序得:I1= 1,I2=1 即正确答案为: I1= 1A, I2=1A

例题2:图2电路中L1=3.6H, L2=0.06H,M=0.465H,R1=20Ω,R2=0.08Ω,RL= 42Ω,Us=115COS(314t)V,求电流I1, I2。

iculties,shallconsistofminingorganizationstosolveproblems.C-class:fromsegmentsandbusinessrisksthatmustbeaddressedintheDepartment.2,open-pitmineunsafetypesinclude:electrical,transport,blasting,fire,andotherslope.3,accordingtotheseverityofthehazardfilledinbyunittroubleshooting,registrationform(seeatt

联系客服:779662525#qq.com(#替换为@) 苏ICP备20003344号-4