登录
首页 » matlab » Power_SOFC

Power_SOFC

于 2017-05-04 发布 文件大小:285KB
0 260
下载积分: 1 下载次数: 26

代码说明:

  This example shows a model of a solid oxide fuel cell (SOFC) which can be utilized in SimPowerSystems™ .

文件列表:

Power_SOFC
..........\power_SOFC.slx,54997,2017-05-04
..........\solid-oxide-fuel-cell-connected-to-three-phase-electrical-power-system.html,76695,2017-05-04
..........\solid-oxide-fuel-cell-connected-to-three-phase-electrical-power-system_files
..........\............................................................................\960.css,53502,2017-05-04
..........\............................................................................\docscripts.js,3072,2017-05-04
..........\............................................................................\docstyle.css,79,2017-05-04
..........\............................................................................\doc_center.css,76866,2017-05-04
..........\............................................................................\doc_center_installed.css,4066,2017-05-04
..........\............................................................................\doc_center_print.css,2058,2017-05-04
..........\............................................................................\dojo.js,279740,2017-05-04
..........\............................................................................\jquery-latest.js,92629,2017-05-04
..........\............................................................................\jquery.highlight.js,3981,2017-05-04
..........\............................................................................\jquery.toggleval.js,3496,2017-05-04
..........\............................................................................\l10n.js,4619,2017-05-04
..........\............................................................................\localnav.js,172,2017-05-04
..........\............................................................................\main.css,2063,2017-05-04
..........\............................................................................\MathRenderer.js,5774,2017-05-04
..........\............................................................................\mw.breadcrumb.js,5789,2017-05-04
..........\............................................................................\mw.imageanimation.js,1282,2017-05-04
..........\............................................................................\mw.imagescaling.js,2088,2017-05-04
..........\............................................................................\mw.toc.js,25021,2017-05-04
..........\............................................................................\nanoscroller.min.js,6461,2017-05-04


..........\............................................................................\reset.css,647,2017-05-04
..........\............................................................................\site5.css,12251,2017-05-04
..........\............................................................................\suggest.js,16451,2017-05-04
..........\............................................................................\underscore-min.js,14358,2017-05-04

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

发表评论

0 个回复

  • Mersenne-Twister
    利用Mersenne Twister算法产生随机数,并测试和分析了其随机性。 程序中还加入了界面显示。 各个文件为: initGenerator.m: initGenerator函数,用于初始化随机序列的长度和值 generateNum.m: generateNum函数,当index为0时被调用,用于创建624维的移位寄存器数组 extractNum.m: extractNum函数,根据index当前值选择数组中的数生成随机数,同时改变index的值。 main.m: main主函数,输入种子seed和产生数目total,输出产生结果及随机性测试结果 mymy.m和mymy.fig: 用于界面显示的部分,这两个文件会通过界面传入seed和total的值,并调用main函数,在相应的框中显示输出结果。 (According to the algorithm principle on Wikipedia, the Mersenne Twister algorithm to generate random numbers, and test and analysis of its randomness. The program has also joined the interface display. The individual files are: initGenerator.m: initGenerator function used to initialize the random sequence length and value generateNum.m: generateNum function is invoked when the index is zero, and used to create a 624-dimensional shift register array extractNum.m: extractNum function, according to index the current value to select the number to generate random numbers, and change the value of the index in the array. main.m: main function of the input seed to seed and produce the number of total, the output generated results and the randomness of the test results mymy.m and mymy.fig: Part of these two files for interface display interface incoming seed and the total value of, and calls the main function, to display the output in the appropriate boxes.)
    2012-07-22 21:51:55下载
    积分:1
  • 4
    说明:  SMART ANTENNAS AND ITS APPLICATIONS
    2010-08-06 04:35:02下载
    积分:1
  • variance
    方差分析法 应用统计学家Fisher在20世纪20年代最先提出了可同时比较多个正态总体均值是否相等的方差分析法。 本文通过几个案例来讲解方法分析法的应用(Analysis of variance application statistician Fisher first proposed in the 1920s, can simultaneously compare multiple normal population mean is equal to the analysis of variance. In this paper, several cases to explain the application of the method of analysis)
    2013-04-16 15:50:33下载
    积分:1
  • dotnetbuilder
    这是关于MATLAB和CSharp混合编程的资料,讲解的很清楚(This is on the MATLAB and Hybrid Programming CSharp information, explain the very clear)
    2008-04-26 18:49:39下载
    积分:1
  • sanxiangduanluchuzhijisuan
    三相短路计算程序,计算任意地点三相短路后各支路电流和各节点电压(Three phase short circuit calculation program-After the three-phase short circuit in arbitrary locations, the current of each branch and the voltage of each node can be abtained.)
    2020-11-16 10:49:40下载
    积分:1
  • Kalman-filtering
    用Kalman滤波方法估计目标航迹的Matlab源程序(Kalman filtering method using the estimated target track of Matlab source)
    2014-12-09 20:32:42下载
    积分:1
  • Torque_Calculation
    转矩计算模块,输入包括三相电流ia ib ic,电动势ea eb ec,输出为转矩、转速。(Torque calculation module, the input including the three-phase current ia ib ic, emf ea eb ec, output torque, speed.)
    2021-01-16 20:58:46下载
    积分:1
  • pinyuxiangguan
    这是频域副本相关的代码,给予信号同样长度的副本,使得信号在相关后可以恢复,先是通过滤波器,然后找出信号点。(This is related to the frequency domain replica code, a copy of the same length given signal so that the signal can be restored after correlation, first through a filter, and then identify the signal points.)
    2015-01-29 18:23:38下载
    积分:1
  • arrange
    求N个字符的不重复排列数,不是标准的递归写法,供求职时笔试参考。(Seek N-character array of non-repetition number, not an ordinary recursive formulation for the job when the written reference.)
    2010-01-24 16:49:52下载
    积分:1
  • POWER
    使用m语言编写的电力电子仿真,里面包含DC-DC,DC-AC等,很全。仿真效果很好。(M language power electronic simulation, which includes DC-DC, DC-AC, very full. Simulation results are very good.)
    2013-04-04 20:20:05下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载