登录
首页 » matlab » windfarms

windfarms

于 2015-02-01 发布 文件大小:901KB
0 291
下载积分: 1 下载次数: 271

代码说明:

  风电场随机注入功率潮流计算文件,在IEEE14节点下任意设置风电节点及其注入功率,即可进行潮流计算以及静态安全分析(Wind farm random injection power flow calculation file, any Settings under wind power on IEEE14 node and its injection power, power flow calculation and the analysis of the static security can be achieved)

文件列表:

程序1
.....\bpa14.dat,10695,2012-04-12
.....\bpabusdat.csv,227,2012-05-22
.....\bpalinedat14.csv,674,2012-06-07
.....\cutcommon1.txt,10,2014-09-05
.....\cutmodbpa14.dat,10695,2014-09-05
.....\cutmodbpa14.pfo,60152,2014-09-05
.....\dd4.txt,24,2014-09-05
.....\dd8.txt,14,2014-09-05
.....\execommon1.txt,10,2014-09-05
.....\execommon2.txt,10,2014-09-05
.....\flagcutmodbpa14.txt,3,2014-09-05
.....\flagmodbpa14.txt,3,2014-09-05
.....\flowcal1.m,1878,2014-07-25
.....\flowcal2.m,1900,2014-07-25
.....\generatorlimited.csv,42,2012-04-25
.....\Inequalityconstraints1.m,3730,2014-07-23
.....\Inequalityconstraints2.m,394,2012-06-05
.....\Inequalityconstraints3.m,1643,2012-05-22
.....\Inequalityconstraints4.m,474,2014-07-22
.....\information11.csv,5,2014-09-01
.....\inputandoutput15.txt,129,2014-09-05
.....\inputandoutput4.txt,25,2014-09-05
.....\inputandoutput8.txt,57,2014-09-05
.....\Limitindicators.m,687,2012-05-22
.....\Limitindicators1.m,647,2012-05-22
.....\Limitindicators2.m,1264,2014-07-23
.....\Limitindicators3.m,266,2012-06-06
.....\Limitindicators4.m,258,2012-05-30
.....\linecut.m,2537,2012-06-05
.....\linefy.m,1418,2011-07-26
.....\main111.m,6094,2014-09-05
.....\matlab.mat,4692,2014-08-27
.....\modbpa14.dat,10695,2014-09-05
.....\modbpa14.pfd,304,2014-09-05
.....\modbpa14.pff,0,2014-09-05
.....\modbpa14.pfo,408,2014-09-05
.....\modify15.exe,208973,2011-09-11
.....\modify4.exe,204851,2011-07-14
.....\modify8.exe,200755,2011-09-07
.....\modifyNodePower.m,580,2012-03-05
.....\pfnt.exe,1883648,2001-12-07
.....\powerchart.csv,203,2012-03-26
.....\PowerFlow1.m,997,2012-04-26
.....\PowerFlow2.m,2362,2013-01-18
.....\PowerFlow22.m,2244,2014-07-24
.....\PWRFLO.DIS,12832,2014-09-05
.....\randompowerRP.m,3747,2014-09-05
.....\readcutmodbpa14.txt,182,2014-09-05
.....\readmodbpa14.txt,0,2014-09-05
.....\wuyong.m,70,2014-07-20

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

发表评论

0 个回复

  • car-following
    Modified coupled map car-following model and its delayed feedback control scheme
    2013-10-01 04:17:01下载
    积分:1
  • NoiseCancellation
    It is the matlab code for denoising an EEG signal using adaptive algorithm. Moreover, the code also explains the performance difference between IIR and FIR comapared to adaptive techniques
    2014-02-18 12:29:06下载
    积分:1
  • Term-Paper
    Comparison between DCT and DWT using Images
    2013-02-11 21:01:53下载
    积分:1
  • M
    说明:  基于模板匹配的车牌自动识别系统的设计源代码(Based on template matching license plate recognition system design source code)
    2014-11-27 18:12:28下载
    积分:1
  • Lecture10II
    Source code in matlab of neural network.
    2010-05-30 02:24:42下载
    积分:1
  • advance-matlab-sine-wave
    matlab program for advanced sine wave curve
    2012-08-22 12:54:50下载
    积分:1
  • Wavelet_OMP
    正交匹配算法,实现了 给定信号的稀疏表示。算法很好!(Orthogonal matching algorithms, realize a given signal sparse said. Algorithm is very good! )
    2012-03-21 21:14:57下载
    积分:1
  • gpml-matlab-v1.3-2006-09-08
    说明:  高斯过程(GP)模型中推理和预测的实现。它实现了在《Rasmussen & Williams:机器学习的高斯过程》(麻省理工学院出版社,2006)和《Nickisch & Rasmussen:二进制高斯过程分类的近似》(JMLR, 2008)中讨论的算法。该函数的优点在于灵活性、简单性和可扩展性。该函数具有一定的灵活性,首先通过定义均值函数和协方差函数来确定遗传算法的性质。其次,它允许指定不同的推理过程,如精确推理和期望传播(EP)。第三,它允许指定似然函数,如高斯函数或拉普拉斯函数(用于回归)和累积逻辑函数(用于分类)。简单性是通过一个简单的函数和紧凑的代码实现的。可扩展性是通过模块化设计来保证的,允许为已经相当广泛的推理方法、均值函数、协方差函数和似然函数库轻松添加扩展。(Gaussian Processes for Machine Learning , the MIT press, 2006 and Nickisch & Rasmussen: Approximations for Binary Gaussian Process Classification , JMLR, 2008. The strength of the function lies in its flexibility, simplicity and extensibility. The function is flexible as firstly it allows specification of the properties of the GP through definition of mean function and covariance functions. Secondly, it allows specification of different inference procedures, such as e.g. exact inference and Expectation Propagation (EP). Thirdly it allows specification of likelihood functions e.g. Gaussian or Laplace (for regression) and e.g. cumulative Logistic (for classification). Simplicity is achieved through a single function and compact code.)
    2020-02-26 20:39:48下载
    积分:1
  • upf
    无迹粒子滤波例程,简单的跟踪应用。无杂波环境下的(Unscented particle filter routine, a simple tracking applications)
    2010-05-29 09:20:34下载
    积分:1
  • Huffman
    用赫夫曼树进行编码和解码的相关操作,支持字符串的加密和解密(the procedure was wrote for huffman code ,which can be uesd to encode sting)
    2014-11-25 15:25:38下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载