登录
首页 » PSCAD » SVG00

SVG00

于 2021-03-24 发布
0 285
下载积分: 1 下载次数: 5

代码说明:

说明:  SVG功率外环控制,dq坐标系下仿真。 亲测好用(Outer power control of SVG in dq-frame)

文件列表:

SVG00.pscx, 125827 , 2021-03-15

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

发表评论

0 个回复

  • qubeijing和滤波处理
    可以将两幅图像作差,检测图像之间的差异或者是将混合图像分离(You can make the difference between the two images, detect the difference between the images, or separate the mixed images)
    2017-06-06 18:18:32下载
    积分:1
  • G Rilling
    这是一个使用EMD分解出IMF的例子,一个试验信号由一个tone信号,一个chirp信号,叠加得到,目的是使用EMD将这两个信号分离,得到的预期结果应该是chirp信号在高阶,tone信号在低阶,(原因是chirp信号在各个局部的频率都比tone信号高)。(This is an example of using EMD to decompose the IMF. A test signal consists of a tone signal and a chirp signal. The purpose is to separate the two signals using EMD. The expected result should be that the chirp signal is at a higher order, the tone The signal is in the low order, (because the chirp signal is higher in all local frequencies than the tone signal).)
    2017-12-20 13:48:59下载
    积分:1
  • RealView? 编译工具
    ARM 官方RealView? 4.0 编译工具 全套指南,包括: 《要点指南》 《汇编器指南》 《编译器用户指南》 《编译器参考指南》 《链接器用户指南》 《链接器参考指南》 《库和浮点支持指南》 《实用程序指南》(ARM full set of guidelines for the official RealView 4 compiler tools, including: "Guidebook" "Guide" assembler The compiler User Guide Compiler reference guide "The linker user guide" "Linker reference guide" A guide to support and floating-point support "Guide to practical procedures")
    2018-03-22 20:24:22下载
    积分:1
  • GNOSIS_Report_May 17 2017_updated_1
    gnosis report may 17 2017
    2018-05-05 01:30:12下载
    积分:1
  • DSo code,Office 控件
    DSo code,dsoframer.ocx+2.3.0.0  源码,Office 控件
    2023-02-21 09:15:03下载
    积分:1
  • PROJETO ABNT NBR 16690
    Projeto Norma FV Brazil
    2018-12-19 01:51:31下载
    积分:1
  • 建设一个网站,会遇到多人连接服务器的问题.如果用tomcat作为JAVA服务器,可以写一个连接池程序.但最新的5.0.16tomcat已经支持连接池配置,我个文...
    建设一个网站,会遇到多人连接服务器的问题.如果用tomcat作为JAVA服务器,可以写一个连接池程序.但最新的5.0.16tomcat已经支持连接池配置,我个文档就是讲如何设置的,花了一天功夫!-building a website, will face many problems connecting to servers. If tomcat as a Java server, can write a connection pool procedures. But the latest 5.0.16tomcat have supported the connection pool configuration files, I was speaking of how to set up and spent all day effort!
    2022-10-19 08:20:03下载
    积分:1
  • VB基本函数库文件打包,内含有多个vb基本函数,有很好的学习价值...
    VB基本函数库文件打包,内含有多个vb基本函数,有很好的学习价值-VB basic function library package
    2023-05-20 12:45:04下载
    积分:1
  • sbm_Luenberger
    sbm-luenberger模型,能有效测度全要素生产率,其中包含了非期望产出(sbm-luenberger model)
    2020-12-13 18:09:15下载
    积分:1
  • C# 使用数据库列别名的例子
    C# 使用数据库列别名的例子。查询数据库信息,定义了一个方法返回DataTable对象:   private DataTable GetMessage()   {    string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串    @"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");    string P_Str_SqlStr = string.Format(//创建SQL查询字符串    @"SELECT 学生姓名 as 姓名,年龄 as 学生年龄,性别 as 学生性别 from tb_Student");    SqlDataAdapter P_SqlDataAdapter = new SqlDataAdapter(//创建数据适配器    P_Str_SqlStr, P_Str_ConnectionStr);    DataTable P_dt = new DataTable();//创建数据表    P_SqlDataAdapter.Fill(P_dt);//填充数据表    return P_dt;//返回数据表   }
    2022-07-22 20:05:58下载
    积分:1
  • 696518资源总数
  • 105873会员总数
  • 12今日下载