登录
首页 » matlab » matpower3.0.0

matpower3.0.0

于 2007-09-22 发布 文件大小:1244KB
0 83
下载积分: 1 下载次数: 13

代码说明:

  可进行电力系统多节点系统的优化潮流计算,适合电力行业同仁仿真用(Power system can be multi-node system optimal power flow calculation for the power industry using simulation Tongren)

文件列表:

matpower3.0.0
.............\bustypes.m
.............\case118.m
.............\case14.m
.............\case30.m
.............\case300.m
.............\case30pwl.asv
.............\case30pwl.m
.............\case30Q.m
.............\case39.m
.............\case4gs.m
.............\case57.m
.............\case6ww.m
.............\case9.m
.............\case9Q.m
.............\caseformat.m
.............\case_ieee30.m
.............\cdf2matp.asv
.............\cdf2matp.m
.............\compare.asv
.............\compare.m
.............\consfmin.m
.............\copf.m
.............\costfmin.m
.............\dAbr_dV.m
.............\dcopf.asv
.............\dcopf.m
.............\dcpf.m
.............\docs
.............\....\htm" target=_blank>CHANGES
.............\....\CHANGES.txt
.............\....\manual.pdf
.............\dSbr_dV.asv
.............\dSbr_dV.m
.............\dSbus_dV.m
.............\ext2int.m
.............\extras
.............\......\smartmarket
.............\......\...........\auction.m
.............\......\...........\case2off.m
.............\......\...........\idx_disp.m
.............\......\...........\off2case.m
.............\......\...........\printmkt.m
.............\......\...........\runmkt.m
.............\......\...........\smartmkt.m
.............\......\...........\htm" target=_blank>SM_CHANGES
.............\......\state_estimator
.............\......\...............\runse.asv
.............\......\...............\runse.m
.............\......\...............\state_est.m
.............\fairmax.m
.............\fdpf.m
.............\fg_names.m
.............\fmincopf.m
.............\fun_ccv.m
.............\fun_std.m
.............\gausspf.m
.............\genform.m
.............\grad_ccv.m
.............\grad_std.m
.............\have_fcn.m
.............\idx_area.m
.............\idx_brch.m
.............\idx_bus.m
.............\idx_cost.m
.............\idx_gen.m
.............\int2ext.m
.............\isload.m
.............\loadcase.m
.............\LPconstr.m
.............\LPeqslvr.m
.............\lpopf.m
.............\LPrelax.asv
.............\LPrelax.m
.............\LPsetup.m
.............\makeAy.m
.............\makeB.m
.............\makeBdc.m
.............\makeSbus.m
.............\makeYbus.m
.............\mpoption.m
.............\mpver.m
.............\mp_lp.m
.............\mp_qp.m
.............\myenergy
.............\........\energy.asv
.............\........\energy.m
.............\........\idx_energy.asv
.............\........\idx_energy.m
.............\........\newton_1.asv
.............\newtonpf.m
.............\opf.m
.............\opfsoln.m
.............\opf_form.m
.............\opf_slvr.m
.............\pfsoln.m
.............\poly2pwl.m
.............\pqcost.m
.............\printpf.asv
.............\printpf.m

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

发表评论

0 个回复

  • HarvardBusiness
    哈弗谈判术 商务谈判的成功战略 商务谈判技巧(Harvard Business Negotiation operation successful negotiation strategies for business negotiation skills)
    2010-05-11 09:51:20下载
    积分:1
  • model
    遗传算法matlab程序 tsp旅行商问题(matlab yuanchengxu)
    2013-08-10 16:23:55下载
    积分:1
  • Kalman_Filter
    卡尔曼滤波器的操作包括两个阶段:预测与更新。在预测阶段,滤波器使用上一状态的估计,做出对当前状态的估计。在更新阶段,滤波器利用对当前状态的观测值优化。(Kalman filter operation consists of two stages: prediction and update. In the prediction stage, the filter is estimated using the previous state, to make an estimate of the current state. In the update phase, the filter use observations on the current state of the optimization.)
    2014-01-20 13:12:48下载
    积分:1
  • GAbp
    说明:  用遗传算法优化BP神经网络的初始权值与阈值.使用gaot与nntools(Use ga optimative the weight and bias of BP neural network.)
    2010-04-25 23:29:56下载
    积分:1
  • Untitled2
    模糊熵 神经网络的程序 很有帮助,内容写的很详细。(Fuzzy entropy neural network program is helpful, the content written in great detail.)
    2011-10-03 04:47:35下载
    积分:1
  • three_phasetest
    三相PWM整流器,单极性SPWM控制,双闭环控制(three-phase PWM rectifier,Single polarity Double closed loop )
    2015-06-29 15:38:58下载
    积分:1
  • 随机森林分类器
    说明:  输入特征向量训练随机森林分类模型,并计算分类结果的Kappa系数,混淆矩阵,准确性,特异性和敏感性。(Input eigenvector to train random forest classification model, and calculate kappa coefficient, confusion matrix, accuracy, specificity and sensitivity of classification results.)
    2021-04-25 09:38:46下载
    积分:1
  • four Toolbox for SVM
    这里实现了基于四种SVM工具箱的分类与回归算法: 1、工具箱:LS_SVMlab Classification_LS_SVMlab.m - 多类分类 Regression_LS_SVMlab.m - 函数拟合 2、工具箱:OSU_SVM3.00 Classification_OSU_SVM.m - 多类分类 3、工具箱:stprtoolsvm Classification_stprtool.m - 多类分类 4、工具箱:SVM_SteveGunn Classification_SVM_SteveGunn.m - 二类分类 Regression_SVM_SteveGunn.m - 函数拟合 更详细的相关函数说明请通过help命令查看!(Here the realization of the four SVM toolbox based on the classification and regression algorithm: 1, Toolbox: LS_SVMlabClassification_LS_SVMlab.m- Multiclass Classification Regression_LS_SVMlab.m- function fitting 2, the toolbox: OSU_SVM3.00Classification_OSU_SVM.m- Multiclass Classification 3, Toolbox: stprtoolsvmClassification_stprtool.m- Multiclass Classification 4 toolbox: SVM_SteveGunnClassification_SVM_SteveGunn.m- II Category Regression_SVM_SteveGunn.m- function fitting a more detailed explanation of the correlation function through the help command to view!)
    2007-12-19 10:42:24下载
    积分:1
  • lab2
    Basic lab experimental prblm for matlab
    2013-12-02 15:43:55下载
    积分:1
  • FIR
    1、验证窗函数 N 变化时,验证其频谱主瓣副瓣比、主瓣宽度的变化。 a)矩形窗函数的 N 变化时,验证其其频谱主瓣副瓣幅度比基本不会发生变化, 而主瓣宽度将会变窄。这说明,当用矩形窗函数设计滤波器时,增大 N 不能使 得阻带衰减减小,但能够减小过渡带。 b)再选取其他的窗如 hamming/hanning 窗,验证当 N 变化时,其频谱主瓣宽 度变化、主瓣副瓣比值变化情况。 2、用窗函数法设计线性相位 FIR 低通,通带截止频率 wp=0.5PI, 阻带截止频率 ws=0.6PI, 阻带衰减不小于 40dB,通带衰减不大于 3dB. a)选取 Hanning,Hamming 窗查看设计出来的 FIR 的过渡带宽和阻带衰减是否 满足要求,二者有什么不同。 b)使用 hamming 窗,将窗长增大 1 倍,设计 FIR。验证同样的窗函数类型 (hamming),不同窗长度时,设计出来的 FIR 的过渡带宽和阻带衰减都有什么变 化。 3、不使用 Matlab 系统函数得到上一项指标的低通,并与上一项结果比较。 4 用窗函数法设计线性相位 FIR 高通,通带截止频率 wp=0.8PI, 阻带截止频率 ws=0.7PI, 阻带衰减不小于 30dB,通带衰减不大于 3dB.(An actual filter is implemented using the truncated unit impulse response sequence of the ideal filter. For the ideal low pass filter, the unit impulse response h, N, D () is intercepted by a length of N, and the length is The N sequence H (n), when intercepted, guarantees causality and linear phase requirements for the filter. In order to reduce the Gibbs effect, the H (n) window is added, and the appropriate window function is selected to ensure the stopband attenuation and Transition zone requirement. Note that the sidelobe of the window function affects the stopband attenuation of the filter, and the main lobe width affects the filter Transition bandwidth.)
    2017-07-06 11:55:24下载
    积分:1
  • 696524资源总数
  • 103938会员总数
  • 55今日下载