登录
首页 » matlab » VSG

VSG

于 2021-01-14 发布
0 530
下载积分: 1 下载次数: 50

代码说明:

说明:  基于Matlab R-2018a版本搭建的虚拟同步发电机(VSG)三相离网变负载逆变器仿真,功率外环采用VSG控制,内环采用电容电压和电感电流双PI控制,仿真输出三相电压波形良好,输出频率跟踪也很理想。更详细的模块搭建步骤讲解可参考2018年华北电力大 学Sara Yahia Altahir Mohamed的博士学位论文《微电网并联运行虚拟同步发电机控制策略研究》P18页,Fig.2-8 Overall control of VSG.(Based on MATLAB r-2018a version of virtual synchronous generator (VSG) three-phase off grid variable load inverter simulation, the power outer loop adopts VSG control, the inner loop adopts double PI control of capacitor voltage and inductance current. The simulation output three-phase voltage waveform is good, and the output frequency tracking is also reasonable. For more detailed explanation of module construction steps, please refer to Sara Yahia altahir Mohamed's doctoral dissertation "Research on control strategy of virtual synchronous generator in parallel operation of microgrid" in 2018, page P18, fig.2-8 overall control of VSG.)

文件列表:

新建文件夹 (2)\Three_Phase_VSG_Double_Loop_Control.mdl, 147777 , 2020-09-14
新建文件夹 (2)\备注.txt, 711 , 2020-09-14
新建文件夹 (2), 0 , 2020-09-14

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • 97288406DA
    通过1,2开关的组合,分别在通道a中输出四种不同的波形 开关接50和51(Through the combination of 1 and 2 switches, four different waveforms are output in channel a, respectively. Switch Connections 50 and 51)
    2020-06-22 18:40:01下载
    积分:1
  • VC++摄像头控制-云台视频监控系统源代码
    VC++云台摄像头监控系统,可以选择摄像头线路,可控制某一线路上的某一台摄像机上、下、左、右探视,镜头拉伸等操作,也可以自动巡视、自行设置控制码和控制端口等功能。使用注意:请将winio.dll、winio.vxd和winio.sys三文件复制到可执行文件所在目录下, 否则WinIo库初始化函数initializeWinIO调用将会失败。
    2022-03-01 09:38:33下载
    积分:1
  • EFileParser
    电力系统E格式文件解析代码,本人原创,用于公司平台中。(Power system E format file parsing code, I originally used in the company platform.)
    2021-04-20 16:48:49下载
    积分:1
  • WallStreetForexRobot_v4.5_nodll 源码无DLL
    MT4中的可编辑文件是一个不错的智能交易程序(The editable file in MT4 is a good smart trading program.)
    2018-12-26 10:44:12下载
    积分:1
  • Faster-RCNN_TF-master (2)
    机器学习 关于 faster r-cnn 进行object detection(This is an experimental Tensorflow implementation of Faster RCNN - a convnet for object detection with a region proposal network. For details about R-CNN please refer to the paper Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks by Shaoqing Ren, Kaiming He, Ross Girshick, Jian Sun.)
    2020-10-12 22:57:32下载
    积分:1
  • UMAT_HWANG
    说明:  经典的黄永刚晶体塑性有限元子程序以及相关inp文件,可直接运行(crystal plastic finite element subroutine and related inp file)
    2019-04-11 10:07:26下载
    积分:1
  • AD
    说明:  ADC AD7768-1单通道24bitADC驱动程序(ADC ad7768-1 single channel 24bit ADC driver)
    2020-07-13 13:55:08下载
    积分:1
  • 用javascript做网页时的特效,形成漫天飘雪的效果,试试吧。将代码加入<BODY></BODY>中即可。
    用javascript做网页时的特效,形成漫天飘雪的效果,试试吧。将代码加入中即可。-Web page using javascript to do the special effects, the effects of the formation of snow all over the sky, give it a try. The code by adding in you.
    2023-07-06 13:30:02下载
    积分:1
  • 有源码事例,还有说明.一看就明白, 一,把"HGB.dll"和"hgbguanligongcheng.dll"复制到系统文件夹"WINDOWSsystem3...
    有源码事例,还有说明.一看就明白, 一,把"HGB.dll"和"hgbguanligongcheng.dll"复制到系统文件夹"WINDOWSsystem32"下. 二,新建一VB标准EXE,在"工程引用"下点击浏览把"WINDOWSsystem32"下的"hgbguanligongcheng.dll" 引用进来. 三,在窗体里声明一个对象变量yy Dim yy As New hgbguanlimokuai 再在任一事件下引用YY里的函数过程 i = yy.chongqi() 本过程执行重启动计算机,无返回值 ii=yy.guanji() 本过程执行关闭计算机,无返回值 iii=yyy.huoquan() 本过程执行获得计算机管理权,成功返回1,失败返回0 注意: 生成exe文件在别的机上运行时要把两个DLL文件复制到系统文件夹"WINDOWSsystem32"下,.因为exe 文件在运行时会用到那两个DLL. 解释: "hgbguanligongcheng.dll"文件里面有"hgbguanlimokuai"模块 "hgbguanlimokuai"模块里面有三个函数过程chongqi(),guanji(),huoquan() 我们声明YY为"hgbguanlimokuai"模块就等于在工程里加入了一个模块当然就能 在任何其他事件引用模块里的函数过程.-a source examples, there are shows. See at a, a, "HGB.dll" and "hgbguanligongcheng.dll" copied to the System folder " WINDOWS system32". 2, a new standard EXE VB. "works quote" Click here " WINDOWS system32" under the "hgbg uanligongcheng.dll
    2022-02-02 07:16:06下载
    积分:1
  • 数字信号处理课程的有关实验,分为两部分,这是第儿部分
    数字信号处理课程的有关实验,分为两部分,这是第儿部分-Digital signal processing courses offered by the experiments, divided into two parts, this is the first part of child
    2022-01-31 22:31:57下载
    积分:1
  • 696518资源总数
  • 104932会员总数
  • 9今日下载