登录
首页 » matlab » 正激变换器

正激变换器

于 2021-01-22 发布
0 146
下载积分: 1 下载次数: 4

代码说明:

说明:  学习电力电子时搭建的正激变换器,PI环是移植的TI的代码,欢迎交流。(Learning power electronics to build the forward converter, PI ring is transplanted TI code, welcome to exchange.)

文件列表:

正激变换器\ABC_DQ0_NEG_F.h, 719 , 2013-07-31
正激变换器\ABC_DQ0_POS_F.h, 721 , 2013-07-31
正激变换器\CLARKE_F.h, 565 , 2013-07-31
正激变换器\CNTL_2P2Z_F.h, 2128 , 2013-08-16
正激变换器\CNTL_3P3Z_F.h, 2341 , 2013-08-16
正激变换器\CNTL_PI_F.c, 679 , 2013-08-16
正激变换器\CNTL_PI_F.h, 1612 , 2013-08-16
正激变换器\DLOG_1CH_F.h, 1246 , 2013-08-02
正激变换器\DLOG_4CH_F.h, 1606 , 2013-08-02
正激变换器\DQ0_ABC_F.h, 685 , 2013-07-31
正激变换器\iCLARKE_F.h, 571 , 2013-08-16
正激变换器\iPARK_F.h, 518 , 2013-07-31
正激变换器\MATH_EMAVG_F.h, 660 , 2013-07-31
正激变换器\MPPT_INCC_F.h, 3123 , 2013-08-16
正激变换器\MPPT_INCC_I_F.h, 3131 , 2013-08-16
正激变换器\MPPT_PNO_F.h, 1547 , 2013-07-31
正激变换器\MyPI.cpp, 8806 , 2020-12-30
正激变换器\MyPI.mexw64, 33792 , 2020-12-30
正激变换器\MyPI.tlc, 1653 , 2020-12-30
正激变换器\MyPI_wrapper.cpp, 1471 , 2020-12-30
正激变换器\NOTCH_FLTR_F.h, 918 , 2013-12-03
正激变换器\PARK_F.h, 511 , 2013-07-31
正激变换器\PID_GRANDO_F.h, 2685 , 2013-08-16
正激变换器\RAMPGEN_F.h, 744 , 2013-07-31
正激变换器\rtwmakecfg.m, 2885 , 2020-12-30
正激变换器\SFB__MyPI__SFB.mat, 321 , 2020-12-30
正激变换器\SINEANALYZER_DIFF_F.h, 2742 , 2013-08-16
正激变换器\SINEANALYZER_DIFF_wPWR_F.h, 4986 , 2013-08-16
正激变换器\Solar_F.h, 1434 , 2013-12-05
正激变换器\SPLL_1ph_F.h, 2862 , 2013-07-31
正激变换器\SPLL_1ph_SOGI_F.h, 2777 , 2013-08-16
正激变换器\SPLL_3ph_DDSRF_F.h, 3259 , 2013-07-31
正激变换器\SPLL_3PH_SRF_F.h, 1639 , 2013-08-02
正激变换器\untitled.slx, 32179 , 2020-12-30
正激变换器, 0 , 2020-12-30

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

发表评论


0 个回复

  • C#使用LINQ筛选动态数组中是string类型的元素
    C#创建动态数组,筛选指定类型的元素,使用LINQ筛选动态数组中是string类型的元素。核心代码如下:   ArrayList arrList = new ArrayList(); //创建动态数组   arrList.Add(1);//添加动态数组元素   arrList.Add(2);   arrList.Add("A");   arrList.Add(3);   arrList.Add("b");   //使用LINQ筛选动态数组中是string类型的元素   var query = from item in arrList.OfType()    select item;   label1.Text = "是字符串类型的有:";//显示string类型的元素   foreach (var item in query)   {    label1.Text += item + " , ";   }
    2022-01-24 17:23:38下载
    积分:1
  • CDNN
    说明:  主要用于圆二色谱中计算蛋白质二级结构的软件,该软件是16位系统能安装(It is mainly used to calculate the secondary structure of protein in circular dichroism, which can be installed in 16 bit system)
    2020-10-23 19:37:28下载
    积分:1
  • 基于PV光伏发电的分布式发电技术
    说明:  基于光伏发电的分布式发电技术建模与仿真,提高分布式发电技术的实用性(Modeling and Simulation of distributed generation technology based on photovoltaic power generation)
    2020-03-31 06:52:06下载
    积分:1
  • 驱动源码
    说明:  64位驱动读写 源码 文件 纯源码 可易语言调用(64-bit Driver Read-Write Source Files)
    2019-05-20 22:43:49下载
    积分:1
  • ADempiere 3.6 Cookbook
    adempiere coockbook, howot customize adempiere
    2017-12-25 06:25:57下载
    积分:1
  • Desktop
    雅克比迭代法就是众多迭代法中比较早且较简单的一种,其命名也是为纪念普鲁士著名数学家雅可比。雅克比迭代法的计算公式简单,每迭代一次只需计算一次矩阵和向量的乘法,且计算过程中原始矩阵A始终不变,比较容易并行计算。(The jacobian iteration method is one of the earlier and simpler iteration methods, which is also named in honor of the famous Prussian mathematician jacoby. The calculation formula of jacobian iterative method is simple. Every iteration only needs to calculate the matrix and vector multiplication once, and the original matrix A is always the same in the calculation process, which is easier to calculate in parallel.)
    2018-07-23 21:53:18下载
    积分:1
  • fk3c-master
    说明:  超声频域里面的成像,取自github。自己可以改编成想要的。(ultrasound imaging. you can change it for yourself.)
    2019-01-03 15:09:35下载
    积分:1
  • JJ
    说明:  线性矩阵不等式求解的一个例子,通常用于系统控制中用来求未知矩阵(Solution of Linear Matrix Inequality)
    2018-12-11 20:13:32下载
    积分:1
  • Space-timecodesandMIMOsystems
    很经典的一部教程书《Space-time codes and MIMO systems》里面有每一章节的源码!空是编码:BLAST,STBC,STTC三种的仿真与比较,非常不错!全部九章代码,非常经典!一起打包上传,给有用的同学!(A classic tutorial book )
    2021-03-25 23:29:14下载
    积分:1
  • C#高效数据库连接池源码
    c# 高效数据库连接池源码 有列子 高效数据库连接池源码(Efficient database connection pool)
    2019-01-07 15:35:33下载
    积分:1
  • 696518资源总数
  • 105034会员总数
  • 16今日下载