MATLAB PowerSystems demo (模型理解任务分配:1-3+兴湘自动化)

合集下载

matpower中文手册【精品文档】

matpower中文手册【精品文档】
MATPOWER
一种基于 matlab 的电力系统仿真组件 版本 3.1b2 2006-9-15


Ray D. Zimmerman ,Carlos E. Murillo-Sánchez,甘德强 @1997-2006 卡奈尔大学电气学院电力系统工程研究中心(PSERC)
中文翻译制作:中国电力市场论坛() 一切版权属于原作者。
什么是 MATPOWER? ................................................................................................... 3 它从哪里来?................................................................................................................... 3 2 开始 .............................................................................................................................................. 3 2.1 系统要求 ........................................................................................................................... 3 2.2 安装 ................................................................................................................................... 4 2.3 执行电力常规潮流运算.................................................................................................... 4 2.4 执行最优潮流程序............................................................................................................ 4 2.5 获得帮助 ........................................................................................................................... 4 3 技术规则 ...................................................................................................................................... 5 3.1 数据文件格式.................................................................................................................... 5 3.2 模型 ................................................................................................................................... 8 交流模型(AC) ............................................................................................................. 8 直流公式(DC) ............................................................................................................. 9 3.3 电力潮流 ......................................................................................................................... 10 3.4 最优潮流 ......................................................................................................................... 10 传统的交流 OPF 方程 ................................................................................................... 12 基于最优化工具箱的 OPF 解法(constr).................................................................. 13 基于线性规划的 OPF 解法(LPconstr) ..................................................................... 14 3.4.2 广义交流最优潮流解法............................................................................................... 16 通用线性约束(一般线性约束)................................................................................. 17 通用成本函数................................................................................................................. 18 通用 P-Q 容量曲线...................................................................................................... 19 可调度负荷..................................................................................................................... 20 支路相角差限制............................................................................................................. 22 问题数据转换................................................................................................................. 22 附加线性约束的例子..................................................................................................... 23 3.4.3 直流 OPF 方法 ............................................................................................................. 23 机组组合算法................................................................................................................. 24 3.6 MATPOWER 选项 ........................................................................................................... 24 3.7 文件汇总 ......................................................................................................................... 27 4 致谢 ............................................................................................................................................ 31 5 参考文献 .................................................................................................................................... 31

任务分配matlab

任务分配matlab

在MATLAB中,任务分配通常涉及将任务分配给一组处理器或线程以并行执行。

这可以通过使用MATLAB 的并行计算工具箱(Parallel Computing Toolbox)来实现。

以下是一个简单的任务分配的示例,展示了如何使用这个工具箱。

首先,确保你已经安装了并行计算工具箱。

然后,你可以按照以下步骤进行:1.初始化并行环境:使用parpool函数初始化一个并行工作池。

这个函数将启动一组工作进程,你可以指定进程的数量。

2.matlabparpool('local', 4); % 使用4个工作进程在本地机器上启动并行池1.定义任务:定义一个可以并行执行的任务。

这个任务通常是一个函数或者一个可以独立执行的代码块。

例如,假设我们有一个函数myFunction,它接受一个输入参数并返回一个结果。

matlabfunction result = myFunction(input)% 这里是函数的代码result = input * 2; % 只是一个简单的示例end1.创建任务数组:创建一个包含所有任务的数据数组。

每个元素代表一个单独的任务。

2.matlabtasks = 1:10; % 创建一个包含10个任务的数组,每个任务是将一个数字乘以21.分配和执行任务:使用parfor(并行for循环)来分配和执行任务。

parfor循环将自动将任务分配给可用的工作进程。

2.matlabresults = zeros(size(tasks)); % 初始化结果数组parfor i = 1:numel(tasks)results(i) = myFunction(tasks(i)); % 执行任务并将结果存储在结果数组中end1.关闭并行池:完成任务后,使用delete函数关闭并行池。

2.matlabdelete(gcp); % 关闭当前并行池1.查看结果:最后,你可以查看results数组来检查任务的结果。

matlab simpowersystems电路仿真模块

matlab simpowersystems电路仿真模块

Matlab电路仿真软件包-simpowersystems1.入门1.1.SymPowerSystem是什么1.1.1.介绍在Matlab提供的simulink仿真环境下,与其他建模产品结合在一起,用于对电子、机械系统进行建模。

要学会使用SymPowerSystem,应首先学会使用Simulink仿真。

1.1.2.设计中的仿真的作用(略)1.1.3.SymPowerSystem仿真库你可迅速将SymPowerSystem投入使用。

该库包含了许多典型的功率设备模型,例如,变压器、导线、机械、能源电子等。

这些仿真模型来源于产品手册,基于工程实际。

SymPowerSystem包含一个主要的库:powerlib。

powerlib库显示了所有包含的模块和模块名称。

1.1.4.SymPowerSystem中的非线性模块(略)1.1.5.仿真时需要的环境:Maltab 和Simulink1.2.如何使用该指南1.2.1.对于新用户将学会如下知识和技能:(1)使用该库创建和仿真电子电路模型(2)将一个电子电路于simulink模块连接在一起(3)分析电子电路的稳定状态和频率响应(4)离散化模型,以便加快仿真速度(5)使用矢量图仿真方法(6)构建自定义的非线性仿真模型1.2.2.对于经验丰富的模块用户(略)1.2.3.所有用户(略)1.3.创建和仿真简单的电路1.3.1.介绍SymPowerSystem允许你对包含线性或非线性的电子电路进行建模和仿真。

在本章节中,您将学习到:(1)浏览SymPowerSystems的powerlib库(2)如何利用SymPowerSystem创建一个简单的电路(3)如何将电路与simulink模块互联。

下述电路是即将创建的电路:图1 要建模和仿真的电路1.3.2.使用powerlib创建电路(1)使用如下命令打开powerlib:powerlib(2)从powerlib的文件菜单下,允许“新建”菜单命令,新建一个空白电路稳定,存为:circurt1(3)打开Electrical Sources库,复制其中的AC V oltage Source模块到circuit1中(4)双击AC V oltage Source,打开其属性设置对话框,按图1所示进行设置(5)改模块的名称为“Vs”(6)将elements库中的Parallel RLC Branch模块复制到circuit1中,按图1进行参数设置(7)用同样的方法加入其他模块到电路中(8)注意加入的传输线模块:传输线模块模型图如下(这是一段模型,一条导线通常有若干段,每一段参数都一样,如图1所示):该模型是对参数分布一致的传输线的模拟。

matlab仿真(simulink)命令集

matlab仿真(simulink)命令集

simulink命令集(转载)仿真命令:sim ---仿真运行一个simulink模块sldebug ---调试一个simulink模块simset ---设置仿真参数simget ---获取仿真参数线性化和整理命令:linmod ---从连续时间系统中获取线性模型(状态方程) linmod2 ---也是获取线性模型,采用高级方法dinmod ---从离散时间系统中获取线性模型trim ---为一个仿真系统寻找稳定的状态参数构建模型命令:open_system --打开已有的模型close_system --关闭打开的模型或模块new_system --创建一个新的空模型窗口load_system --加载已有的模型并使模型不可见save_system --保存一个打开的模型add_block --添加一个新的模块add_line --添加一条线(两个模块之间的连线)delete_block --删除一个模块delete_line --删除一根线find_system --查找一个模块hilite_system --使一个模块醒目显示replace_block --用一个新模块代替已有的模块set_param --为模型或模块设置参数get_param --获取模块或模型的参数add_param --为一个模型添加用户自定义的字符串参数delete_param --从一个模型中删除一个用户自定义的参数bdclose --关闭一个simulink窗口bdroot --根层次下的模块名字gcb --获取当前模块的名字gcbh --获取当前模块的句柄gcs --获取当前系统的名字getfullname --获取一个模块的完全路径名slupdate --将1.x的模块升级为3.x的模块addterms --为未连接的端口添加terminators模块boolean --将数值数组转化为布尔值slhelp --simulink的用户向导或者模块帮助封装命令:hasmask --检查已有模块是否封装hasmaskdlg --检查已有模块是否有封装的对话框hasmaskicon --检查已有模块是否有封装的图标iconedit --使用ginput函数来设计模块图标maskpopups --返回并改变封装模块的弹出菜单项movemask --重建内置封装模块为封装的子模块诊断命令:sllastdiagnostic --上一次诊断信息sllasterror --上一次错误信息sllastwarning --上一次警告信息sldiagnostics --为一个模型获取模块的数目和编译状态硬拷贝和打印命令:frameedit --编辑打印画面print --将simulink系统打印成图片,或将图片保存为m文件printopt --打印机默认设置orient --设置纸张的方向。

[整理]MATLAB、Simulink、Power System工具箱简介.

[整理]MATLAB、Simulink、Power System工具箱简介.

MATLAB/Simulink/Power System工具箱简介Simulink工具箱的功能是在MATLAB环境下,把一系列模块连接起来,构成复杂的系统模型;电力系统(Power System)仿真工具箱是在Simulink环境下使用的仿真工具箱,其功能非常强大,可用于电路、电力电子系统、电动机系统、电力传输等领域的仿真,它提供了一种类似电路搭建的方法,用于系统的建模。

本章以MA TLAB6.1版本为基础,首先概述Simulink和PowerSystem工具箱所包含的模块资源和Simulink/PowerSystem的模型窗口;其次介绍Simulink/PowerSystem模块的基本操作。

2.1 Simulink工具箱简介在MA TLAB命令窗口中键人“Simulink'’命令,便可打开Simulink工具箱窗口,如图2-1所示。

图2-1 Simulink模型库界面在图2-1所示的界面左侧可以看到,整个Simulink工具箱是由若干个模块组构成的。

在标准的Simulink工具箱中,包含连续模块组(Continuous)、离散模块组(Discrete)、函数与表模块组(Function&Tables)、数学运算模块组(Math)、非线性模块组(Nonlinear)、信号与系统模块组(Signals&Systems)、输出模块组(Sinks)、信号源模块组(Sources)和子系统模块组(Subsystems)等。

现简要介绍电力电子电路仿真要使用的模块组和模块。

电力电子电路使用的模块组有连续模块组、数学运算模块组、非线性模块组、信号与系统模块组、输出模块组、信号源模块组和子系统模块组等。

2.1.1 Continous模块组及其图标该模块组包括的主要模块及其图标如图2-2所示,共由7个标准基本模块。

图2-2 Continous模块组2.1.2 Math Operations模块组及其图标该模块组包括的主要模块及其图标如图2-3所示,共由25个标准基本模块。

[整理]MATLAB、Simulink、Power System工具箱简介.

[整理]MATLAB、Simulink、Power System工具箱简介.

MATLAB/Simulink/Power System工具箱简介Simulink工具箱的功能是在MATLAB环境下,把一系列模块连接起来,构成复杂的系统模型;电力系统(Power System)仿真工具箱是在Simulink环境下使用的仿真工具箱,其功能非常强大,可用于电路、电力电子系统、电动机系统、电力传输等领域的仿真,它提供了一种类似电路搭建的方法,用于系统的建模。

本章以MA TLAB6.1版本为基础,首先概述Simulink和PowerSystem工具箱所包含的模块资源和Simulink/PowerSystem的模型窗口;其次介绍Simulink/PowerSystem模块的基本操作。

2.1 Simulink工具箱简介在MA TLAB命令窗口中键人“Simulink'’命令,便可打开Simulink工具箱窗口,如图2-1所示。

图2-1 Simulink模型库界面在图2-1所示的界面左侧可以看到,整个Simulink工具箱是由若干个模块组构成的。

在标准的Simulink工具箱中,包含连续模块组(Continuous)、离散模块组(Discrete)、函数与表模块组(Function&Tables)、数学运算模块组(Math)、非线性模块组(Nonlinear)、信号与系统模块组(Signals&Systems)、输出模块组(Sinks)、信号源模块组(Sources)和子系统模块组(Subsystems)等。

现简要介绍电力电子电路仿真要使用的模块组和模块。

电力电子电路使用的模块组有连续模块组、数学运算模块组、非线性模块组、信号与系统模块组、输出模块组、信号源模块组和子系统模块组等。

2.1.1 Continous模块组及其图标该模块组包括的主要模块及其图标如图2-2所示,共由7个标准基本模块。

图2-2 Continous模块组2.1.2 Math Operations模块组及其图标该模块组包括的主要模块及其图标如图2-3所示,共由25个标准基本模块。

任务分配 matlab -回复

任务分配 matlab -回复

任务分配matlab -回复「任务分配MATLAB」是一种常见的实际问题,当需要解决大规模计算问题或进行复杂数学模型建模时,任务分配可以显著提高工作效率和节约时间。

MATLAB作为一种广泛使用的科学计算软件,提供了强大的计算和数据处理功能,为任务分配提供了高效的解决方案。

本文将以任务分配MATLAB 为主题,详细介绍一步一步地如何实施任务分配,以及如何充分利用MATLAB 的功能来优化计算任务。

首先,任务分配是指将一个大型计算或建模问题分解为多个小型任务,并将这些任务分配给多台计算机同时处理,从而加快求解速度。

在MATLAB 中,可以利用Parallel Computing Toolbox(并行计算工具箱)来实现任务分配。

Parallel Computing Toolbox 使得MATLAB 可以利用多台计算机或多核处理器的并行计算能力,并且提供了一些函数和工具来简化任务分配的过程。

为了进行任务分配,首先需要明确需要执行的任务。

这些任务可以是相互独立的,每个任务之间没有依赖关系,因此可以并行执行。

接下来,需要准备一台或多台可以进行并行计算的计算机。

当然,计算机之间需要进行通信,以便任务的执行和结果的返回。

可以使用网络或者本地计算机通过局域网连接计算机,并确保MATLAB 在每台计算机上都已安装成功。

此外,确保所有计算机上都启用了Parallel Computing Toolbox。

在MATLAB 中,运行`matlabpool`命令可以检查启用情况,并指定所需计算的最大计算核心数。

接下来,利用MATLAB 的Parallel Computing Toolbox 提供的函数和工具来实现任务分配。

一个常见的方法是使用`parfor`循环来并行执行任务。

`parfor`循环与传统的`for`循环类似,但在执行过程中自动将任务分配给不同的计算核心或计算机来执行。

在`parfor`循环中,可以编写需要执行的任务的代码,并指定循环变量的范围。

MATLAB语言与控制系统仿真-参考答案-第1章

MATLAB语言与控制系统仿真-参考答案-第1章

1.6 MATLAB操作基础-实训1.6.1实训目的1.熟悉MATLAB语言环境,识别MATLAB桌面和命令窗口,命令历史窗口,工作空间窗口等;2.练习设置变量精度或变量显示方式;3.练习通过MATLAB编程解决一些实际问题;4.通过作图总结自变量增量设置对作图结果的影响;5.学会求解方程、方程组的基本方法;6.练习M文件的建立与执行;7.学会进入工具箱的演示系统,以便于进一步了解和学习感兴趣的知识,为以后的自主学习奠定基础。

1.6.2实训内容1.根据表1-2中要求,先使用命令format改变变量的精度或显示方式,然后键入表达式,并将运行结果填入表1-2中,并练习使用clc 清除命令窗口中内容。

>> format bank;>> aa = 3.142.720.611.4164.0081.00>> format short>> aa =3.14162.71830.60651.414264.000081.0000>> format short e>> aa =3.1416e+0002.7183e+0006.0653e-001 1.4142e+000 6.4000e+001 8.1000e+001 >> format rat >> a a =355/113 1457/536 743/1225 1393/985 64 812. 编写MA TLAB 程序计算,根据程序运算结果填空(要求保留两位小数)(1)58.135.0+=-ea =( 4.29 ); 程序为: a=exp(-0.5)+sqrt(13.58)>> format bank;>> a=exp(-0.5)+sqrt(13.58) a =4.29(2)已知两个圆的半径分别为cm 5.31=r , cm 62=r ,则两个圆的周长分别为=1l ( 21.99 )cm, =2l ( 37.70 )cm;面积分别为=1s ( 38.48 )2cm ,=2s ( 113.10 )2cm程序:>> format bank; >> r=[3.5 6]; >> [2*pi*r;pi*r.*r]提示:圆的周长计算公式为:r L π2=,圆的面积2r S π=,其中r 为圆的半径。

在Matlab中进行模拟系统建模与仿真

在Matlab中进行模拟系统建模与仿真

在Matlab中进行模拟系统建模与仿真简介MATLAB(Matrix laboratory)是一种高级计算环境和编程语言,广泛用于工程、科学和数学领域的数据分析、可视化和算法开发。

在MATLAB中,我们可以使用各种工具箱和功能来进行系统建模和仿真。

本文将介绍一些MATLAB中进行模拟系统建模与仿真的方法和技巧,以帮助读者更好地理解和应用这个强大的工具。

一、系统建模1. 确定系统的输入和输出在进行系统建模之前,首先要明确系统的输入和输出。

系统的输入是指进入系统的外部信号或变量,而系统的输出是指系统产生的响应或结果。

了解系统的输入和输出有助于我们理解系统的工作原理并进行模型构建。

2. 建立传递函数模型传递函数模型是系统建模中常用的一种数学模型。

它通过输入和输出之间的关系来描述系统的动态行为。

在MATLAB中,我们可以使用tf函数来建立传递函数模型。

例如,假设有一个二阶系统,可以通过以下代码建立其传递函数模型:```matlabnum = [1];den = [1, 1, 1];sys = tf(num, den);```3. 建立状态空间模型状态空间模型是描述系统动态行为的另一种常用模型。

它通过系统的状态变量和输入之间的关系来表示系统的行为。

在MATLAB中,我们可以使用ss函数来建立状态空间模型。

例如,假设有一个二阶系统,可以通过以下代码建立其状态空间模型:```matlabA = [0, 1; -1, -1];B = [0; 1];C = [1, 0];D = 0;sys = ss(A, B, C, D);```二、系统仿真1. 时域仿真时域仿真是通过对系统输入信号进行时间积分来模拟系统的行为。

在MATLAB中,我们可以使用sim函数来进行时域仿真。

例如,假设有一个输入信号u和一个系统sys,可以通过以下代码进行时域仿真:```matlabt = 0:0.01:10; % 时间范围u = sin(t); % 输入信号[y, t] = sim(sys, t, u); % 仿真结果```2. 频域仿真频域仿真是通过对系统输入信号进行傅里叶变换,并与系统的传递函数进行频域计算来模拟系统的行为。

Matlab中SimPowerSystems-Elements模块使用说明

Matlab中SimPowerSystems-Elements模块使用说明

Matlab PSB Elements模块使用说明matlab PSB Elements 11、Breaker断路器块的执行能从一个外部Simulink信号(外部控制方式) 或者是从一个内部的控制定时器(内部的控制方式)控制一个电路的断开和闭合的状态。

当断路器块被设置在外部控制方式时,一个Simulink输入端在块图标上出现,连接到输入,0或者 1 (0去断开断路器,1去闭合断路器)的Simulink的控制信号。

当断路器块被设置在内部控制方式时,转换状态在块的对话框中指定。

当断路器闭合时,它被电阻Ron代表。

Ron的值能被设置,很小(典型的值是10 mOhms )的值与外部电路相比是可以忽略的。

当断路器断开时,电阻值为无穷大(inf)。

对于直流电路可能不合适,对于直流电路,建议使用理想开关(Ideal Switch block)作为转换元件。

Breaker resistance Ron 内部电阻断路器内部电阻,在若干欧姆(Ω)中。

断路器电阻Ron参数不能设置为0。

Initial state 初始状态断路器的初始状态。

当初始状态参数被设置为1时,断路器闭合。

当初始状态参数被设置为0时,断路器断开。

如果断路器初始状态被设置为 1 (闭合),SimPowerSystems自动地初始化所有线性的电路和断路器块初始电流,这样仿真在稳定状态中开始。

Snubber resistance Rs过渡电阻过渡电阻,在若干欧姆(Ω)中。

把过渡电阻Rs参数从模型设置为inf消除缓冲。

Snubber capacitance Cs 过渡电容过渡电容,单位farads ( F );设置为0不考虑过渡电容,设置为inf获得一个容抗。

Switching times 转换时间规定当以内部的控制方式使用断路器块时转换时间的矢量。

在每一转换时间断路器块打开或者依赖于其初始的状态的结束。

例如,如果初始状态参数是0 (断开),打破者在第一段转换的时间结束,在第二段转换的时间开始,如此等等。

MATLAB_SIMULINK讲解完整版

MATLAB_SIMULINK讲解完整版

(4) 将组成子系统的所有模 块都添加到子系统编辑窗口中,
合理排列。 (5) 按要求用信号线连接各
模块。 (6) 修改外接端子标签并重 新定义子系统标签,使子系统更
具可读性。
(1) 打开已经存在的模型。 (2) 选中要组合到子系统中 的所有对象,包括各模块及其连
线。 (3) 选择菜单[Edit>Create Subsystem]命令,模型自动转换

(4) 仿真控制类:包括 6 个按键、1 个文本框、1 个列表
框,分别是按键 、按键 、文本框
、列 表框
、按键 、按键 和按键 。
(5) 窗口切换类:包括 6 个按键,分别是按键 、按键
、按键 、按键 、按键 和按键 。
工具栏中各个工具图标及其功能说明见附录 B。
模块是系统模型中最基本的 元素,不同模块代表了不同的功 能。各模块的大小、放置方向、 标签、属性等都是可以设置调整 的。表3-1列出了SIMULINK中模 块基本操作方法的简单描述。
信号线是创建模型的基础。 SIMULINK中的信号线并不是简 单的连线,它具有一定流向属性 且不可逆向,表示实际模型中信
号的流向。 表3-2列出了SIMULINK中信 号线基本操作方法的简单描述。
• 图3-5 模块的基本操作示例
表3-2 SIMULINK中信号线的基本操作方法
操作内容 在模块间 连线 移动线段
表3-1 SIMULINK中模块的基本操作方法
操作内容 选取模块
选中多个 模块
删除模块 调整模块
大小 移动模块
旋转模块
复制内部 模块
操作目的 从模块库浏览器中选 取需要的模块放入
SIMULINK 仿真平台窗
口中 可对多个模块同时进

任务分配matlab -回复

任务分配matlab -回复

任务分配matlab -回复如何在MATLAB中进行任务分配。

任务分配是指将一项任务分配给不同的执行者,并确定每个执行者完成任务的顺序和时间。

在MATLAB中,可以使用多种方法进行任务分配,包括循环、条件语句和函数调用。

在本文中,我们将一步一步地回答如何在MATLAB中进行任务分配。

首先,我们需要确定要分配的具体任务。

在MATLAB中,任务可以是任何需要执行的操作,例如计算、绘图、数据处理等。

假设我们需要分配一个简单的任务,即计算一个给定数字的平方。

接下来,我们需要确定执行任务的人员。

在MATLAB中,可以通过定义函数或脚本来代表不同的执行者。

在本例中,我们将使用两个函数分别代表两个执行者,分别命名为"person1"和"person2"。

下一步是确定任务的分配方式。

在MATLAB中,可以使用循环来将任务分配给不同的执行者。

我们可以使用for循环来遍历任务列表,并使用条件语句来确定将任务分配给哪个执行者。

例如,我们可以将任务按照奇偶性分配给不同的执行者,如下所示:matlabfor i = 1:10if mod(i, 2) == 1person1(i); 分配给person1elseperson2(i); 分配给person2endend在上面的示例中,我们假设任务列表为1到10之间的数字。

使用mod函数可以判断数字的奇偶性,如果数字是奇数,则将任务分配给"person1",如果是偶数,则将任务分配给"person2"。

在实际应用中,可以根据具体需求来制定任务的分配规则。

接下来,我们需要定义两个函数"person1"和"person2"来表示实际执行任务的人员。

在这两个函数中,我们可以编写代码来执行具体的任务。

在本例中,我们需要计算给定数字的平方,代码如下所示:matlabfunction person1(num)square = num^2;disp(['person1计算出的平方为:', num2str(square)]);endfunction person2(num)square = num^2;disp(['person2计算出的平方为:', num2str(square)]);end在上面的示例中,我们使用了"^"运算符来计算给定数字的平方,并使用disp函数将结果输出到命令窗口。

用MatlabSimulink中的Powersystem库

用MatlabSimulink中的Powersystem库

用Matlab/Simulink 中的Powersystem 库,完成下列实验:1. 单相变压器电流和电压计算有一台单相变压器,其额定参数为:Hz f N 50=,A kV S N ∙=10,V U U N N 22038021=。

一、二次绕组的漏阻抗分别为()Ω+=22.014.01j Z ,()Ω+=055.0035.02j Z ,励磁阻抗()Ω+=31030j Z m ,负载阻抗()Ω+=54j Z L 。

使用Simulink 建立仿真模型,计算在高压侧施加额定电压时,(1)一、二次侧的实际电流和励磁电流;(2)二次侧的电压。

用Matlab/Simulink 中的Powersystem 库搭建的仿真模型如图1所示。

图1 线性变压器负载运行仿真模型2. 使用Simulink建立仿真模型,仿真验证三相变压器的Yd11联结组别的一次测电压和二次侧电压的幅值和相位关系。

用Matlab/Simulink中的Powersystem库搭建的仿真模型如图2所示。

图2 变压器联接组别仿真模型3.使用simulink建立直流电动机的能耗制动仿真模型,仿真分析获得转速、电枢电流和电磁转矩的暂态过程曲线。

用Matlab/Simulink中的Powersystem库搭建的仿真模型如图3所示。

图3 他励直流电动机能耗制动仿真模型4. 使用simulink 建立他励直流电动机的改变电枢电压的仿真模型,仿真分析获得转速、电枢电流和电磁转矩的暂态过程曲线。

用Matlab/Simulink 中的Powersystem 库搭建的仿真模型如图4所示。

图4 他励直流电动机的改变电枢电压的仿真模型5. 一台4极三相异步电动机,额定电压V U N 380=(△形联结),额定频率Hz f N 50=,额定转速min 1487r n N =,其他参数为Ω=055.01R ,Ω=265.01σX ,Ω=763.0m R ,Ω=39.16m X ,Ω='04.02R ,Ω='565.02σX 。

【精品】MATLAB-simulink中的基本模块的参数、含义、应用(DOC)

【精品】MATLAB-simulink中的基本模块的参数、含义、应用(DOC)

M A T L A B-s i m u l i n k中的基本模块的参数、含义、应用(D O C)资料内容仅供您学习参考,如有不当之处,请联系改正或者删除资料内容仅供您学习参考,如有不当之处,请联系改正或者删除2电力线路模块PI Section Line单项π型线路单相传输线模块。

电阻,电感和电容的传输线,沿着线是均匀分布的。

级联几个相同的PI部分是通过以下方式获得一个近似的分布参数线路模型的Three-Phase PI Section Line三相电力线路模块实现了一个平衡的三相传输线模型参数集中在π部分。

相反,沿着线的电阻,电感和电容是均匀分布的分布参数线路模型,三相PI剖面线块肿块行参数在一个单一的π部分所示,在图中只有一相下代表。

被指定为正序和零序的,要考虑到的参数之间的感性和容性耦合的三相导体,以及地面参数的参数R,L,和C线。

在此方法的指定行参数假设,这三个阶段是平衡的。

使用一个单一的PI部分的模型是适当的传输线或短,在感兴趣的频率范围是有限的基频周围建模。

你可以得到更准确的模型通过级联多个相同的块。

见PI剖面线的最大频率范围的说明,通过PI线模型,可以实现。

频率用于R L C规范指定行参数所用的频率,以赫兹(Hz)。

这通常是标称系统频率(50赫兹或60赫兹)。

正序和零序电阻正序和零序电阻欧姆/公里(Ω/公里)。

正序和零序电感正序和零序电感:亨利/公里(H/公里)。

正序和零序电容正序和零序电容法拉/公里(F /公里)。

线路段长度(KM)该生产线部分长度在千米(公里)。

Three-Phase Transformer (Two Windings)三相变压器(两个绕组)使用三个单相变压器,三相变压器三相变压器两个绕组块实现了。

您可以模拟饱和的核心不是简单地通过在参数菜单中设置相应的复选框块。

线性变压器块和可饱和变压器块部分的单相变压器的电气模型的详细说明,请参阅。

可以以下列方式连接的两个绕组的变压器:1)Y2)Y与中性点3)接地Y4)三角洲三角洲(D1),30度的滞后Y通过5)D11)三角洲,三角洲领先的Y通过30度Three-Phase V-I Measurement三相电压-电流测量电压测量选择没有,如果你不想要测量三相电压。

matlab demo用法 -回复

matlab demo用法 -回复

matlab demo用法-回复Matlab是一种广泛应用于科学和工程领域的高级编程语言和环境。

它的灵活性和强大的数学计算能力使得其成为了研究人员和工程师的首选工具。

在本篇文章中,我们将深入探讨Matlab Demo的用法,介绍它的基本概念、操作步骤以及一些常见的应用场景。

什么是Matlab Demo?Matlab Demo是Matlab的一个重要功能,用于展示和演示程序的工作方式。

它可以通过交互式的界面展示Matlab程序的主要功能和特点,帮助用户更好地理解和实践代码。

Demo可以包含代码、图形、动画、解释文本等元素,使得整个过程更加生动有趣。

Matlab Demo不仅可以用于教学和学习,还可以用于技术演示和项目展示等。

使用Matlab Demo的步骤:在正式介绍Matlab Demo的用法之前,我们首先要安装和启动Matlab 软件。

确保您已经正确安装了Matlab并成功地启动了它。

然后,按照以下步骤来使用Matlab Demo:步骤一:打开Matlab软件后,您会看到一个命令窗口。

在命令窗口中,输入以下命令,打开Matlab Demo窗口:demo按下回车键后,Matlab Demo窗口将会弹出。

步骤二:在Matlab Demo窗口中,您可以浏览不同的Demo主题。

Demo 主题按照不同的领域进行分类,例如数学、信号处理、图形等。

选择一个您感兴趣的主题,点击它的标题即可开始。

步骤三:进入Demo主题后,界面会显示出该主题的说明和内容。

您可以浏览Demo的代码,了解程序的工作方式。

点击“Run”按钮,Matlab 将会执行Demo程序并输出结果。

您可以观察程序的运行情况,学习Matlab的编程技巧。

步骤四:除了运行Demo程序,您还可以进行一些交互操作。

例如,您可以修改代码的一些参数或输入一些数据,观察对程序的影响。

这种交互性的操作可以帮助您更深入地理解程序的运行原理。

步骤五:在Demo窗口中,您还可以找到一些额外的资源和参考资料。

MATLAB PowerSystems demo (模型理解任务分配:1-3+兴湘自动化)

MATLAB PowerSystems demo (模型理解任务分配:1-3+兴湘自动化)

实验1 MATLAB仿真平台熟悉2(学时)实验2 动态仿真集成环境-Simulink熟悉(任务分配附后)2(学时)实验3 SPWM仿真实现2(学时)实验4 电机建模与仿真2(学时)《系统仿真》实验2 各班同学具体任务分配MATLAB/SIMULINK/ power system demo理解要求:(1)理解模型个各组成模块(反推导出数学公式);(2)应用场合;(3)根据实际生产现场,进行相关仿真实验;(4)对实验结果进行分析(含使用FFT Analysis During Simulation分析输入输出谐波);(5)根据中国国情进行模型修改(如将电网交流电压从60Hz, 110V改为50Hz, 220V) (6)写上班级、学号、姓名。

A4排版,检查无误后,打印,交纸质件1份,电子文档1份,由各班课代表汇总,11周交任课老师。

(7)其他3个实验FFT Analysis During Simulation频谱分析工具大家共用(分析输入输出谐波)P.Dahler, ABB® Turgi1. Switching an Inductive Circuit Using a Breaker With no Snubber10自动化1 石惠文潘亚辉This example illustrates the Ideal Switching device solution method of the Powergui block.G. Sybille (Hydro-Quebec)2. Steady-State Analysis of a Linear Circuit10自动化1 金紫君卢佩This demonstration illustrates use of the Powergui and Impedance Measurement blocks to analyze the steady-state operation of a linear electrical circuitG. Sybille (Hydro-Quebec)3. Transient Analysis of a Linear Circuit10自动化1 周洋李能慧This demonstration illustrates steady-state and transient simulation of a linear circuit and use of the Powergui blockH. Le-Huy (Universite Laval, Quebec) and G. Sybille (Hydro-Quebec)4. Three-Winding Distribution Transformer10自动化1 邹叶刘颖This demonstration illustrates the use of the linear transformer to simulate a three-winding distribution transformer rated 75 kVA - 14400/120/120 V.G. Sybille (Hydro-Quebec)5. Three-Phase Saturable Transformer10自动化1 阳莉莉徐莹莹This demonstration illustrates use of Three-phase, Powergui, and Multimeter blocks to study transformer saturation phenomenonG. Sybille (Hydro-Quebec)6.Three-Phase Core-Type Transformer10自动化1 祁梦云孙雪涵This demo illustrates use of the Three-Phase Transformer Inductance Matrix Type block to model a three-phase core-type saturable transformer. It also demonstrates that using three single-phase transformers to simulate a Yg/Yg core-type transformer is not acceptable. Gilbert Sybille (Hydro-Quebec, IREQ)7. Current Transformer Saturation10自动化1 唐朝勇陈治强This demonstration illustrates measurement distortion due to saturation of a current transformer (CT)G. Sybille (Hydro-Quebec)8. Use of Surge Arresters in Transmission System10自动化1 林勇谭冬烨This demonstration illustrates use of surge arresters in a series and shunt compensated 735 kV AC transmission systemG. Sybille (Hydro-Quebec)9. Single Phase Line - Time and Frequency Domain Testing10自动化1 丁钉邓俊杰This demonstration compares time domain and frequency domain performance of distributed parameter line model and PI section line modelG. Sybille (Hydro-Quebec)10. Three-Phase Line (DPL and PI Section) - Single-Phase Energization10自动化1 夏亚兵熊伟This demonstration compares transients obtained with a distributed parameter line model and a PI section line modelG. Sybille (Hydro-Quebec)11. Computation of R L and C Cable Parameters10自动化1 谢科袁宇Use of power_cableparam function to calculate R,L, and C cable parameters.Joseph Duron Schweizerische Bundesbahnen SBB Infrastruktur Energie Systemdesign12. Dynamic Load and Programmable Voltage Source10自动化1 刘苗阳建This example illustrates use of the 3-Phase Dynamic Load and 3-Phase Programmable Voltage Source blocksG. Sybille (Hydro-Quebec)13. Single Phase Dynamic Load Block10自动化1 黄浩彭波This example illustrates an example of a single-phase dynamic load block built with Simulink® blocks.Graham Dudgeon, Senior Consultant, The MathWorks™ Ltd14. Saturable Transformer with Hysteresis10自动化1 彭超贺如洋This demonstration illustrates simulation of hysteresis in a saturable transformerS. Casoria (Hydro-Quebec) and P. Brunelle (TransEnergie)15. Cassie and Mayr Arc Models for a Circuit Breaker10自动化1 李凌全袁慎溪P.H. Schavemaker, Power Systems Laboratory, Delft University of Technology, the Netherlands. P.H.Schavemaker@its.tudelft.nlIntroduction This demonstration illustrates use of the Cassie and Mayr arc model for simulating high voltage circuit breaker interruption16.Variable Inductance Modeling10自动化1 任一思谭有志Look under the mask of the Variable Inductance block to see how the model is implemented 17. Interfacing Simulink® Models with SimPowerSystems™10自动化1 甘飞朱晔IntroductionIn this demo, we use the Synchronous machine blocks as an example to show the interfaces between Simulink® and SimPowerSystems™. There are two similar circuits shown in parallel. The top circuit model shows the starting of a a synchronous machine using blocksfrom the SimPowerSystems library. The circuit below it is identical in all respects, but for a custom-built model of the Synchronous machine.18.Six-Pulse Cycloconverter10自动化1 谢海鹏滕浩This demonstration illustrates a six-pulse cycloconverter driving a static load.Graham Dudgeon, Senior Consultant, The MathWorks™ I nc. Igor Braverman, Senior Consultant, The MathWorks™ Inc.19.Speed Control of a DC Motor Using BJT H-Bridge10自动化1 陈佳蕾徐坤This demonstration illustrates simulation of a H bridge used to generated a chopped voltage and control speed of a DC motor, in open loop, in both directions.Gilbert Sybille (Hydro-Quebec)20.Zener Diode Regulator10自动化1 张慧林龙幸开This example presents a model of the zener diode used in a voltage regulator21.Full Wave Rectifier10自动化2 杨柳茂刘芳This demonstration illustrates use of the Ideal Switching Device solution method to simulate a full wave rectifier using ideal diodes.G. Sybille (Hydro-Quebec)22.Single-Phase Rectifier10自动化2 朱玲易琪This demonstration illustrates use of the Universal Bridge, Multimeter, and Discrete System blocks G. Sybille (Hydro-Quebec)23.Three-Phase Rectifier10自动化2 周葱向玲This demonstration illustrates the use of the Diode block to simulate a three-phase rectifier and compares continuous vs. discrete simulations G. Sybille (Hydro-Quebec)24.Three-Phase Thyristor Converter10自动化2 李彬艳魏雪环This demonstration illustrates the use of the Universal Bridge block to simulate a three-phase six-pulse converter and harmonic analysis using the Powergui/FFT tool.H. Le-Huy (Universite Laval, Quebec)25.Ideal Switch - Inductive Current Chopping10自动化2 郭箫吟隋永波This example illustrates the effect of current chopping in an inductive circuitG. Sybille (Hydro-Quebec)26.MOSFET Converter10自动化2 胡旋邓仲全This example illustrates the use of the MOSFET in a Zero-Current Quasi-Resonant Switch converter K. Al-Haddad (Ecole de Technologie Superieure, Montreal)27.GTO Buck Converter10自动化2 童斌肖栋才This example illustrates the use of the GTO-thyristor in the buck converter topology28.Single-Phase PWM Inverter10自动化2 谭佳谭卓This demonstration illustrates use of the IGBT/Diode block in voltage-sourced converters. It also demonstrates harmonic analysis of PWM waveforms using the Powergui/FFT tool.G. Sybille (Hydro-Quebec)29.DC/DC and DC/AC PWM Converters10自动化2 赵拔秦铭阳This demonstration illustrates use of the Universal Bridge and Discrete PWM Pulse Generator blocks. It also demonstrates harmonic analysis of PWM waveforms using the Powergui/FFT tool.G. Sybille and P. Giroux (Hydro-Quebec)30.Three-Phase Two-Level PWM Converters10自动化2 姜宇李文捷This demonstration illustrates use of the Universal Bridge and Discrete PWM Pulse Generator blocks. It also demonstrates harmonic analysis of PWM waveforms using the Powergui/FFT tool. G. Sybille and P. Giroux (Hydro-Quebec)31.AC/DC Three-Level PWM ConverterThis AC-DC Converter demo illustrates the operation of the Three-Level Bridge block. P. Giroux ; G. Sybille Hydro-Quebec (IREQ)32.Three-Phase SV-PWM Converter10自动化2 黄帅戚保林Open-loop speed control of an induction motor using constant V/Hz principle and a space vector (SV) PWM technique. Pierre Giroux, Hydro-Quebec (IREQ)33.Five-Cell Multi-Level ConverterThis demonstration illustrates a five-cell multi-level converter driving a static load. Graham Dudgeon, Senior Consultant, The MathWorks™ Inc.34.Multilevel Multiphase Space-Vector PWM10自动化2 赵弈博任义Oscar Lopez, Jacobo Alvarez, Jesus Doval-Gandoy and Francisco Freijedo, Electronics Technology Department University of Vigo, Spain. olopez@uvigo.es35.Three-Phase Three-Level PWM ConverterThis demonstration illustrates simulation of a three-phase, three-level inverter and discrete three-phase PWM generator. It also demonstrates harmonic analysis of PWM waveforms using the Powergui/FFT tool.P. Giroux and G. Sybille (Hydro-Quebec))36.Two-Level PWM Converter and Dead Time10自动化2 彭辉忠吴昊This demonstration illustrates impact of dead time on harmonic distortion of a two-level converter used in a 50 kW microturbine.G. Sybille (Hydro-Quebec)37.Neutral Point Clamp Inverter and Dead Time10自动化2 姚滋纲欧思程This demonstartion simulates dead time and semiconductor failure inside a three-level PWM converter. G. Sybille Hydro-Quebec (IREQ)38.Three-Phase 48-Pulse GTO Converter10自动化3 尹榕慧熊笑This demonstration illustrates use of three-level converters and zig-zag phase-shifting transformers in a 48-pulse square-wave GTO converter. It also demonstrates harmonic analysis using the Powergui/FFT tool. P. Giroux and G. Sybille (Hydro-Quebec)) 39.AC-DC-AC PWM Converter10自动化3 李佳妮任索This example of AC-DC-AC converter illustrates use of Universal Bridge, Multimeter, and Powergui blocks, as well as discrete control blocks of the Extras library.G. Sybille (Hydro-Quebec)40.Three-Phase Matrix Converter10自动化3 周俊高张艳This demonstration illustrates a three-phase matrix converter driving a static load and drawing unity power factor at the source.Graham Dudgeon, Senior Consultant, The MathWorks™ Ltd41.Chopper-Fed DC Motor Drive (Continuous)Case study: Chopper-Fed DC Motor Drive H. Le-Huy (Universite Laval, Quebec) 42.Chopper-Fed DC Motor Drive (Discrete)10自动化3 闵玮奇陈曦Note: This example is similar to the continuous version, but discretization allows faster simulation. H. LeHuy (Universite Laval, Quebec) and G. Sybille (Hydro-Quebec) 43.Vector Control of AC Motor DriveCase study : Variable-Frequency Induction Motor DriveH. Le-Huy (Universite Laval, Quebec)44. Stepper Motor Drive10自动化3 杨辉伍程灿A hybrid stepper motor drive. Hoang Le-Huy, Laval UniversityWarning: You need to install the Control System Toolbox in order to run this demo 45.Simplified Synchronous Machine - Speed RegulationThis demonstration illustrates the use of the simplified alternator for a load shedding test on a 2000 kVA, 600 V alternator.G. Sybille (Hydro-Quebec)46.Synchronous Machin e10自动化3 吴昊伍强胜This demonstration illustrates use of the synchronous machine associated with the Hydraulic Turbine and Governor (HTG) and Excitation System blocks and use of the Load Flow to initialize machine currentsLouis-A. Dessaint and R. Champagne (Ecole de Technologie Superieure, Montreal)47.Starting a Synchronous MotorThis demo illustrates the starting procedure for a synchronous motor.Richard Gagnon (Hydro-Quebec)48.Mechanical Coupling of Synchronous Generator with Exciter System10自动化3 刘仲范吴元凯This demonstration illustrates a Machine mechanical coupling of an excitation system. Gilbert Sybille, IREQ.49.Three-Phase Asynchronous Machine10自动化3 肖玉龙刘亚星This demonstration illustrates use of the asynchronous machine in an open-loop speed control on a 3 HP 220 V industrial motor.Louis-A. Dessaint and R. Champagne (Ecole de Technologie Superieure, Montreal) 50.Saturation in Three-Phase Asynchronous Machine10自动化3 杨立畅梓皓Effects of saturation in a three-phase asynchronous motor at various operating conditions. Jean-Nicolas Paquin and Louis-A. Dessaint (Ecole de Technologic Superiure, Montreal) 51.Single-Phase Asynchronous Machine10自动化3 严煜坤朱茂琨This demonstration illustrates operation of a single phase asynchronous motor in Capacitor-Start and Capacitor-Start-Run operation modes.H. Ouquelle and Louis-A.Dessaint (Ecole de technologie superieure, Montreal)52 Single-Phase Asynchronous Machine - Voltage Control of Auxiliary Winding 10自动化3 谭翔周睿强H.Ouquelle and Louis-A.Dessaint (Ecole de technologie superieure, Montreal)53. Single-Phase Asynchronous Machine - Vector Control of AC Drive10自动化3+兴韩涛别剑芳H.Ouquelle and Louis-A.Dessaint (Ecole de technologie superieure, Montreal)54. Permanent Magnet Synchronous Machine10自动化(兴)卜志威陈俊峰This demonstration illustrates use of the PMSM in a closed-loop speed and current control on a 1.1 kW, 3000 rpm industrial motor.Louis-A. Dessaint and R. Champagne (Ecole de Technologie Superieure, Montreal)55. Starting a DC Motor10自动化(兴)陈俊腾陈泽耀Starting of a 5 HP 240V DC motor with a three-step resistance starter.G. Sybille (Hydro-Quebec)56. Steam Turbine and Governor System - Subsynchronous Resonance10自动化(兴)谌艳华戴吉全This demonstration illustrates subsynchronous resonance (SSR) using the Steam Turbine and Governor on a series-compensated network.R. Champagne and L. Dessaint (Ecole de Technologie Superieure, Montreal)57. Emergency Diesel-Generator and Asynchronous Motor10自动化(兴)侯自亮康楷This demonstration illustrates fault and islanding of an induction motor/diesel-generator system and demonstrates the Machine Load Flow option of the Powergui. (See Chapter 2 of the User's Guide).G. Sybille (Hydro-Quebec)58. Synchronous Machine and Regulator10自动化(兴)李超李健澎Nonlinear control of a hydraulic turbine and a synchronous generator.Aime Francis Okou and Louis-A. Dessaint (Ecole de technologie superieure, Montreal) 59. Performance of Three PSS for Interarea OscillationsThis demonstration illustrates the use of the phasor solution by comparing three Power System Stabilizers (PSS) using Kundur's four-machine two-area test system.I. Kamwa (Hydro-Québec) Warning: You need to install the Control System Toolbox in order to run thisdemo60 Switched Reluctance Motor10自动化(兴)李述鹏李文强A current-controlled 60 kW 6/4 SRM drive Hoang Le-Huy, Laval University61. Brushless DC Motor Fed by Six-Step InverterThis demonstration illustrates the use of a Six-Step Switch-on mode for a trapezoidal PMSM motor rated 1kW, 3000 rpm and speed regulated.Olivier Tremblay, Louis-A. Dessaint (Ecole de technologie superieure, Montreal) 62.Single-Phase Series Compensated Network10自动化(兴)罗江欧阳钢This demonstration ilustrates frequency-domain and time-domain analysis of a series-compensated transmission systemG. Sybille (Hydro-Quebec)Contents•Circuit Description•Demonstration63. Three-Phase Series Compensated NetworkThis demonstration ilustrates use of three-phase blocks to study transients on aseries-compensated 735-kV transmission system(See case study 'Series Compensated Transmission Network' in the SimPowerSystems™ User's Guide) G. Sybille (Hydro-Quebec)64. Simple 6-Pulse HVDC Transmission System10自动化(兴)唐峰魏石磊This demonstration illustrates steady-state and transient performance of a simple 500 MW (250 kV-2kA) HVDC transmission systemG. Sybille (Hydro-Quebec)65. Three-Phase Harmonic Filter s10自动化(兴)文杰君吴继袁Pierre Giroux (Hydro-Quebec)In HVDC installations, AC harmonic shunt filters are used to:1) reduce harmonic voltages and currents in the power system,2) supply the reactive power consumed by the converter. To illustrate these concepts, a 1000-MW (500 kV, 2kA) HVDC rectifier is simulated.66. Three-Phase Active Harmonic Filter10自动化(兴)吴炜楠阳波This demonstration illustrates the use of a shunt active harmonic filter (AHF) to minimize the harmonic content propagated to the source from a non-linear load.Graham Dudgeon, Senior Consultant, The MathWorks™ Ltd67. Three-Phase Line - Single-Pole Reclosing10自动化(兴)于旭凯袁武This demonstration ilustrates the use of three-phase blocks to study phase-to-ground fault and single-pole reclosing of a 735-kV transmission line G. Sybille (Hydro-Quebec) 68. Sequence and abc_to_dq0 Transformation s10自动化(兴)章时源周健文This demonstration ilustrates use of the Three-Phase Programmable Source, abc_dq0, and Sequence Analyzer blocksG. Sybille (Hydro-Quebec)69. Three-Phase Programmable Source, V-I Measurement and Sequence Analyzer10自动化(兴)周子涵朱鸿章This demonstration ilustrates use of the 3-Phase Programmable Voltage Source, 3-Phase V-I Measurement, and Sequence Analyzer blocksG. Sybille (Hydro-Quebec)70. Three-Phase Programmable Source, PLL, Voltage and Power Measurement 10自动化自由加选This demonstration ilustrates use of the 3-Phase Programmble Voltage Source, PLL and Variable-Frequency Positive-Sequence Voltage and Power Measurement blocksG. Sybille and P. Giroux (Hydro-Quebec)。

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

实验1 MATLAB仿真平台熟悉2(学时)实验2 动态仿真集成环境-Simulink熟悉(任务分配附后)2(学时)实验3 SPWM仿真实现2(学时)实验4 电机建模与仿真2(学时)《系统仿真》实验2 各班同学具体任务分配MATLAB/SIMULINK/ power system demo理解要求:(1)理解模型个各组成模块(反推导出数学公式);(2)应用场合;(3)根据实际生产现场,进行相关仿真实验;(4)对实验结果进行分析(含使用FFT Analysis During Simulation分析输入输出谐波);(5)根据中国国情进行模型修改(如将电网交流电压从60Hz, 110V改为50Hz, 220V) (6)写上班级、学号、姓名。

A4排版,检查无误后,打印,交纸质件1份,电子文档1份,由各班课代表汇总,11周交任课老师。

(7)其他3个实验FFT Analysis During Simulation频谱分析工具大家共用(分析输入输出谐波)P.Dahler, ABB® Turgi1. Switching an Inductive Circuit Using a Breaker With no Snubber10自动化1 石惠文潘亚辉This example illustrates the Ideal Switching device solution method of the Powergui block.G. Sybille (Hydro-Quebec)2. Steady-State Analysis of a Linear Circuit10自动化1 金紫君卢佩This demonstration illustrates use of the Powergui and Impedance Measurement blocks to analyze the steady-state operation of a linear electrical circuitG. Sybille (Hydro-Quebec)3. Transient Analysis of a Linear Circuit10自动化1 周洋李能慧This demonstration illustrates steady-state and transient simulation of a linear circuit and use of the Powergui blockH. Le-Huy (Universite Laval, Quebec) and G. Sybille (Hydro-Quebec)4. Three-Winding Distribution Transformer10自动化1 邹叶刘颖This demonstration illustrates the use of the linear transformer to simulate a three-winding distribution transformer rated 75 kVA - 14400/120/120 V.G. Sybille (Hydro-Quebec)5. Three-Phase Saturable Transformer10自动化1 阳莉莉徐莹莹This demonstration illustrates use of Three-phase, Powergui, and Multimeter blocks to study transformer saturation phenomenonG. Sybille (Hydro-Quebec)6.Three-Phase Core-Type Transformer10自动化1 祁梦云孙雪涵This demo illustrates use of the Three-Phase Transformer Inductance Matrix Type block to model a three-phase core-type saturable transformer. It also demonstrates that using three single-phase transformers to simulate a Yg/Yg core-type transformer is not acceptable. Gilbert Sybille (Hydro-Quebec, IREQ)7. Current Transformer Saturation10自动化1 唐朝勇陈治强This demonstration illustrates measurement distortion due to saturation of a current transformer (CT)G. Sybille (Hydro-Quebec)8. Use of Surge Arresters in Transmission System10自动化1 林勇谭冬烨This demonstration illustrates use of surge arresters in a series and shunt compensated 735 kV AC transmission systemG. Sybille (Hydro-Quebec)9. Single Phase Line - Time and Frequency Domain Testing10自动化1 丁钉邓俊杰This demonstration compares time domain and frequency domain performance of distributed parameter line model and PI section line modelG. Sybille (Hydro-Quebec)10. Three-Phase Line (DPL and PI Section) - Single-Phase Energization10自动化1 夏亚兵熊伟This demonstration compares transients obtained with a distributed parameter line model and a PI section line modelG. Sybille (Hydro-Quebec)11. Computation of R L and C Cable Parameters10自动化1 谢科袁宇Use of power_cableparam function to calculate R,L, and C cable parameters.Joseph Duron Schweizerische Bundesbahnen SBB Infrastruktur Energie Systemdesign12. Dynamic Load and Programmable Voltage Source10自动化1 刘苗阳建This example illustrates use of the 3-Phase Dynamic Load and 3-Phase Programmable Voltage Source blocksG. Sybille (Hydro-Quebec)13. Single Phase Dynamic Load Block10自动化1 黄浩彭波This example illustrates an example of a single-phase dynamic load block built with Simulink® blocks.Graham Dudgeon, Senior Consultant, The MathWorks™ Ltd14. Saturable Transformer with Hysteresis10自动化1 彭超贺如洋This demonstration illustrates simulation of hysteresis in a saturable transformerS. Casoria (Hydro-Quebec) and P. Brunelle (TransEnergie)15. Cassie and Mayr Arc Models for a Circuit Breaker10自动化1 李凌全袁慎溪P.H. Schavemaker, Power Systems Laboratory, Delft University of Technology, the Netherlands. P.H.Schavemaker@its.tudelft.nlIntroduction This demonstration illustrates use of the Cassie and Mayr arc model for simulating high voltage circuit breaker interruption16.Variable Inductance Modeling10自动化1 任一思谭有志Look under the mask of the Variable Inductance block to see how the model is implemented 17. Interfacing Simulink® Models with SimPowerSystems™10自动化1 甘飞朱晔IntroductionIn this demo, we use the Synchronous machine blocks as an example to show the interfaces between Simulink® and SimPowerSystems™. There are two similar circuits shown in parallel. The top circuit model shows the starting of a a synchronous machine using blocksfrom the SimPowerSystems library. The circuit below it is identical in all respects, but for a custom-built model of the Synchronous machine.18.Six-Pulse Cycloconverter10自动化1 谢海鹏滕浩This demonstration illustrates a six-pulse cycloconverter driving a static load.Graham Dudgeon, Senior Consultant, The MathWorks™ I nc. Igor Braverman, Senior Consultant, The MathWorks™ Inc.19.Speed Control of a DC Motor Using BJT H-Bridge10自动化1 陈佳蕾徐坤This demonstration illustrates simulation of a H bridge used to generated a chopped voltage and control speed of a DC motor, in open loop, in both directions.Gilbert Sybille (Hydro-Quebec)20.Zener Diode Regulator10自动化1 张慧林龙幸开This example presents a model of the zener diode used in a voltage regulator21.Full Wave Rectifier10自动化2 杨柳茂刘芳This demonstration illustrates use of the Ideal Switching Device solution method to simulate a full wave rectifier using ideal diodes.G. Sybille (Hydro-Quebec)22.Single-Phase Rectifier10自动化2 朱玲易琪This demonstration illustrates use of the Universal Bridge, Multimeter, and Discrete System blocks G. Sybille (Hydro-Quebec)23.Three-Phase Rectifier10自动化2 周葱向玲This demonstration illustrates the use of the Diode block to simulate a three-phase rectifier and compares continuous vs. discrete simulations G. Sybille (Hydro-Quebec)24.Three-Phase Thyristor Converter10自动化2 李彬艳魏雪环This demonstration illustrates the use of the Universal Bridge block to simulate a three-phase six-pulse converter and harmonic analysis using the Powergui/FFT tool.H. Le-Huy (Universite Laval, Quebec)25.Ideal Switch - Inductive Current Chopping10自动化2 郭箫吟隋永波This example illustrates the effect of current chopping in an inductive circuitG. Sybille (Hydro-Quebec)26.MOSFET Converter10自动化2 胡旋邓仲全This example illustrates the use of the MOSFET in a Zero-Current Quasi-Resonant Switch converter K. Al-Haddad (Ecole de Technologie Superieure, Montreal)27.GTO Buck Converter10自动化2 童斌肖栋才This example illustrates the use of the GTO-thyristor in the buck converter topology28.Single-Phase PWM Inverter10自动化2 谭佳谭卓This demonstration illustrates use of the IGBT/Diode block in voltage-sourced converters. It also demonstrates harmonic analysis of PWM waveforms using the Powergui/FFT tool.G. Sybille (Hydro-Quebec)29.DC/DC and DC/AC PWM Converters10自动化2 赵拔秦铭阳This demonstration illustrates use of the Universal Bridge and Discrete PWM Pulse Generator blocks. It also demonstrates harmonic analysis of PWM waveforms using the Powergui/FFT tool.G. Sybille and P. Giroux (Hydro-Quebec)30.Three-Phase Two-Level PWM Converters10自动化2 姜宇李文捷This demonstration illustrates use of the Universal Bridge and Discrete PWM Pulse Generator blocks. It also demonstrates harmonic analysis of PWM waveforms using the Powergui/FFT tool. G. Sybille and P. Giroux (Hydro-Quebec)31.AC/DC Three-Level PWM ConverterThis AC-DC Converter demo illustrates the operation of the Three-Level Bridge block. P. Giroux ; G. Sybille Hydro-Quebec (IREQ)32.Three-Phase SV-PWM Converter10自动化2 黄帅戚保林Open-loop speed control of an induction motor using constant V/Hz principle and a space vector (SV) PWM technique. Pierre Giroux, Hydro-Quebec (IREQ)33.Five-Cell Multi-Level ConverterThis demonstration illustrates a five-cell multi-level converter driving a static load. Graham Dudgeon, Senior Consultant, The MathWorks™ Inc.34.Multilevel Multiphase Space-Vector PWM10自动化2 赵弈博任义Oscar Lopez, Jacobo Alvarez, Jesus Doval-Gandoy and Francisco Freijedo, Electronics Technology Department University of Vigo, Spain. olopez@uvigo.es35.Three-Phase Three-Level PWM ConverterThis demonstration illustrates simulation of a three-phase, three-level inverter and discrete three-phase PWM generator. It also demonstrates harmonic analysis of PWM waveforms using the Powergui/FFT tool.P. Giroux and G. Sybille (Hydro-Quebec))36.Two-Level PWM Converter and Dead Time10自动化2 彭辉忠吴昊This demonstration illustrates impact of dead time on harmonic distortion of a two-level converter used in a 50 kW microturbine.G. Sybille (Hydro-Quebec)37.Neutral Point Clamp Inverter and Dead Time10自动化2 姚滋纲欧思程This demonstartion simulates dead time and semiconductor failure inside a three-level PWM converter. G. Sybille Hydro-Quebec (IREQ)38.Three-Phase 48-Pulse GTO Converter10自动化3 尹榕慧熊笑This demonstration illustrates use of three-level converters and zig-zag phase-shifting transformers in a 48-pulse square-wave GTO converter. It also demonstrates harmonic analysis using the Powergui/FFT tool. P. Giroux and G. Sybille (Hydro-Quebec)) 39.AC-DC-AC PWM Converter10自动化3 李佳妮任索This example of AC-DC-AC converter illustrates use of Universal Bridge, Multimeter, and Powergui blocks, as well as discrete control blocks of the Extras library.G. Sybille (Hydro-Quebec)40.Three-Phase Matrix Converter10自动化3 周俊高张艳This demonstration illustrates a three-phase matrix converter driving a static load and drawing unity power factor at the source.Graham Dudgeon, Senior Consultant, The MathWorks™ Ltd41.Chopper-Fed DC Motor Drive (Continuous)Case study: Chopper-Fed DC Motor Drive H. Le-Huy (Universite Laval, Quebec) 42.Chopper-Fed DC Motor Drive (Discrete)10自动化3 闵玮奇陈曦Note: This example is similar to the continuous version, but discretization allows faster simulation. H. LeHuy (Universite Laval, Quebec) and G. Sybille (Hydro-Quebec) 43.Vector Control of AC Motor DriveCase study : Variable-Frequency Induction Motor DriveH. Le-Huy (Universite Laval, Quebec)44. Stepper Motor Drive10自动化3 杨辉伍程灿A hybrid stepper motor drive. Hoang Le-Huy, Laval UniversityWarning: You need to install the Control System Toolbox in order to run this demo 45.Simplified Synchronous Machine - Speed RegulationThis demonstration illustrates the use of the simplified alternator for a load shedding test on a 2000 kVA, 600 V alternator.G. Sybille (Hydro-Quebec)46.Synchronous Machin e10自动化3 吴昊伍强胜This demonstration illustrates use of the synchronous machine associated with the Hydraulic Turbine and Governor (HTG) and Excitation System blocks and use of the Load Flow to initialize machine currentsLouis-A. Dessaint and R. Champagne (Ecole de Technologie Superieure, Montreal)47.Starting a Synchronous MotorThis demo illustrates the starting procedure for a synchronous motor.Richard Gagnon (Hydro-Quebec)48.Mechanical Coupling of Synchronous Generator with Exciter System10自动化3 刘仲范吴元凯This demonstration illustrates a Machine mechanical coupling of an excitation system. Gilbert Sybille, IREQ.49.Three-Phase Asynchronous Machine10自动化3 肖玉龙刘亚星This demonstration illustrates use of the asynchronous machine in an open-loop speed control on a 3 HP 220 V industrial motor.Louis-A. Dessaint and R. Champagne (Ecole de Technologie Superieure, Montreal) 50.Saturation in Three-Phase Asynchronous Machine10自动化3 杨立畅梓皓Effects of saturation in a three-phase asynchronous motor at various operating conditions. Jean-Nicolas Paquin and Louis-A. Dessaint (Ecole de Technologic Superiure, Montreal) 51.Single-Phase Asynchronous Machine10自动化3 严煜坤朱茂琨This demonstration illustrates operation of a single phase asynchronous motor in Capacitor-Start and Capacitor-Start-Run operation modes.H. Ouquelle and Louis-A.Dessaint (Ecole de technologie superieure, Montreal)52 Single-Phase Asynchronous Machine - Voltage Control of Auxiliary Winding 10自动化3 谭翔周睿强H.Ouquelle and Louis-A.Dessaint (Ecole de technologie superieure, Montreal)53. Single-Phase Asynchronous Machine - Vector Control of AC Drive10自动化3+兴韩涛别剑芳H.Ouquelle and Louis-A.Dessaint (Ecole de technologie superieure, Montreal)54. Permanent Magnet Synchronous Machine10自动化(兴)卜志威陈俊峰This demonstration illustrates use of the PMSM in a closed-loop speed and current control on a 1.1 kW, 3000 rpm industrial motor.Louis-A. Dessaint and R. Champagne (Ecole de Technologie Superieure, Montreal)55. Starting a DC Motor10自动化(兴)陈俊腾陈泽耀Starting of a 5 HP 240V DC motor with a three-step resistance starter.G. Sybille (Hydro-Quebec)56. Steam Turbine and Governor System - Subsynchronous Resonance10自动化(兴)谌艳华戴吉全This demonstration illustrates subsynchronous resonance (SSR) using the Steam Turbine and Governor on a series-compensated network.R. Champagne and L. Dessaint (Ecole de Technologie Superieure, Montreal)57. Emergency Diesel-Generator and Asynchronous Motor10自动化(兴)侯自亮康楷This demonstration illustrates fault and islanding of an induction motor/diesel-generator system and demonstrates the Machine Load Flow option of the Powergui. (See Chapter 2 of the User's Guide).G. Sybille (Hydro-Quebec)58. Synchronous Machine and Regulator10自动化(兴)李超李健澎Nonlinear control of a hydraulic turbine and a synchronous generator.Aime Francis Okou and Louis-A. Dessaint (Ecole de technologie superieure, Montreal) 59. Performance of Three PSS for Interarea OscillationsThis demonstration illustrates the use of the phasor solution by comparing three Power System Stabilizers (PSS) using Kundur's four-machine two-area test system.I. Kamwa (Hydro-Québec) Warning: You need to install the Control System Toolbox in order to run thisdemo60 Switched Reluctance Motor10自动化(兴)李述鹏李文强A current-controlled 60 kW 6/4 SRM drive Hoang Le-Huy, Laval University61. Brushless DC Motor Fed by Six-Step InverterThis demonstration illustrates the use of a Six-Step Switch-on mode for a trapezoidal PMSM motor rated 1kW, 3000 rpm and speed regulated.Olivier Tremblay, Louis-A. Dessaint (Ecole de technologie superieure, Montreal) 62.Single-Phase Series Compensated Network10自动化(兴)罗江欧阳钢This demonstration ilustrates frequency-domain and time-domain analysis of a series-compensated transmission systemG. Sybille (Hydro-Quebec)Contents•Circuit Description•Demonstration63. Three-Phase Series Compensated NetworkThis demonstration ilustrates use of three-phase blocks to study transients on aseries-compensated 735-kV transmission system(See case study 'Series Compensated Transmission Network' in the SimPowerSystems™ User's Guide) G. Sybille (Hydro-Quebec)64. Simple 6-Pulse HVDC Transmission System10自动化(兴)唐峰魏石磊This demonstration illustrates steady-state and transient performance of a simple 500 MW (250 kV-2kA) HVDC transmission systemG. Sybille (Hydro-Quebec)65. Three-Phase Harmonic Filter s10自动化(兴)文杰君吴继袁Pierre Giroux (Hydro-Quebec)In HVDC installations, AC harmonic shunt filters are used to:1) reduce harmonic voltages and currents in the power system,2) supply the reactive power consumed by the converter. To illustrate these concepts, a 1000-MW (500 kV, 2kA) HVDC rectifier is simulated.66. Three-Phase Active Harmonic Filter10自动化(兴)吴炜楠阳波This demonstration illustrates the use of a shunt active harmonic filter (AHF) to minimize the harmonic content propagated to the source from a non-linear load.Graham Dudgeon, Senior Consultant, The MathWorks™ Ltd67. Three-Phase Line - Single-Pole Reclosing10自动化(兴)于旭凯袁武This demonstration ilustrates the use of three-phase blocks to study phase-to-ground fault and single-pole reclosing of a 735-kV transmission line G. Sybille (Hydro-Quebec) 68. Sequence and abc_to_dq0 Transformation s10自动化(兴)章时源周健文This demonstration ilustrates use of the Three-Phase Programmable Source, abc_dq0, and Sequence Analyzer blocksG. Sybille (Hydro-Quebec)69. Three-Phase Programmable Source, V-I Measurement and Sequence Analyzer10自动化(兴)周子涵朱鸿章This demonstration ilustrates use of the 3-Phase Programmable Voltage Source, 3-Phase V-I Measurement, and Sequence Analyzer blocksG. Sybille (Hydro-Quebec)70. Three-Phase Programmable Source, PLL, Voltage and Power Measurement 10自动化自由加选This demonstration ilustrates use of the 3-Phase Programmble Voltage Source, PLL and Variable-Frequency Positive-Sequence Voltage and Power Measurement blocksG. Sybille and P. Giroux (Hydro-Quebec)。

相关文档
最新文档