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 为圆的半径。

  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)。

相关文档
最新文档