登录
首页 » matlab » MATLABSimulink电力系统建模

MATLABSimulink电力系统建模

于 2020-04-23 发布
0 305
下载积分: 1 下载次数: 8

代码说明:

说明:  基于MATLAB SIMULINK的电力系统建模,仿真效果不错,欢迎借鉴。(Based on MATLAB Simulink power system modeling, simulation effect is good, welcome to learn.)

文件列表:

MATLAB_Simulink电力系统建模与仿真\book1.txt, 117 , 2014-08-18
MATLAB_Simulink电力系统建模与仿真\example5_1_three_fault.mdl, 35804 , 2014-08-14
MATLAB_Simulink电力系统建模与仿真\example5_2_Generator_fault.mdl, 42416 , 2014-08-18
MATLAB_Simulink电力系统建模与仿真\example5_3_1_Ground_fault.mdl, 63102 , 2014-08-14
MATLAB_Simulink电力系统建模与仿真\example5_3_2_Ground_fault.mdl, 65099 , 2014-08-14
MATLAB_Simulink电力系统建模与仿真\example7_1_minus_filter.m, 1062 , 2014-08-15
MATLAB_Simulink电力系统建模与仿真\example7_2_frontier_amplitude.m, 468 , 2014-10-18
MATLAB_Simulink电力系统建模与仿真\example7_2_frontier_method.m, 1386 , 2014-08-18
MATLAB_Simulink电力系统建模与仿真\example7_2_twopoints_method.m, 1247 , 2014-08-15
MATLAB_Simulink电力系统建模与仿真\example7_3_2_direction_relay.mdl, 80175 , 2014-08-18
MATLAB_Simulink电力系统建模与仿真\example7_3_direction_relay.mdl, 74922 , 2014-08-18
MATLAB_Simulink电力系统建模与仿真\example7_3_frontier_method.m, 1047 , 2014-08-18
MATLAB_Simulink电力系统建模与仿真\example7_4_1_transformer.mdl, 50933 , 2014-08-18
MATLAB_Simulink电力系统建模与仿真\example7_4_2_transformer.mdl, 55165 , 2014-08-18
MATLAB_Simulink电力系统建模与仿真\example7_4_transformer.mdl, 46048 , 2014-08-18
MATLAB_Simulink电力系统建模与仿真\example7_5_travelling_wave.mdl, 51568 , 2014-08-18
MATLAB_Simulink电力系统建模与仿真\example9_1_wind_turbine.mdl, 45653 , 2014-08-18
MATLAB_Simulink电力系统建模与仿真\example9_2_wind_turbine_fault.mdl, 45495 , 2014-08-18
MATLAB_Simulink电力系统建模与仿真\example9_3_two_wind_turbine.mdl, 528496 , 2014-08-19
MATLAB_Simulink电力系统建模与仿真\MATLAB_Simulink电力系统建模与仿真 于群.pdf, 23332292 , 2015-05-16
MATLAB_Simulink电力系统建模与仿真\matpower4.0b2.zip, 2359500 , 2014-04-22
MATLAB_Simulink电力系统建模与仿真\MATPOWER手册(中文版).pdf, 358798 , 2014-05-19
MATLAB_Simulink电力系统建模与仿真\xingbo.m, 968 , 2014-08-18
MATLAB_Simulink电力系统建模与仿真\xingbo.mat, 594208 , 2014-08-18
MATLAB_Simulink电力系统建模与仿真, 0 , 2015-07-04

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

发表评论

0 个回复

  • enh
    A MATLAB implementation of Fingerprint Image Enhancement based on the approach proposed by Kale, Manza, and Humbe in "Fingerprint Image Enhancement using Composite Method," In Proceedings GSPx-2005 Pervasive Signal Processing Conference.
    2009-10-14 02:16:08下载
    积分:1
  • GUI2
    主要介绍MATLAB中的GUI设计,从最基本的概念开始,通过实例学习,容易上手。(Introduces MATLAB' s GUI design, from the most basic concept began, through the examples of learning, easy to use.)
    2010-01-06 10:06:48下载
    积分:1
  • shenjingwangluo
    T=[1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1] 输入向量的最大值和最小值 threshold=[0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1] net=newff(threshold,[31 3],{ tansig , logsig }, trainlm ) 训练次数为1000,训练目标为0.01,学习速率为0.1 net.trainParam.epochs=1000 net.trainParam.goal=0.01 LP.lr=0.1 net = train(net,P,T) 测试数据,和训练数据不一致 P_test=[0.2101 0.0950 0.1298 0.1359 0.2601 0.1001 0.0753 0.0890 0.0389 0.1451 0.0128 0.1590 0.2452 0.0512 0.1319 0.2593 0.1800 0.0711 0.2801 0.1501 0.1298 0.1001 0.1891 0.2531 0.0875 0.0058 0.1803 0.0992 0.0802 0.1002 (T = [1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1] ' of the maximum and minimum input vector threshold = [0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1] net = newff (threshold, [31 3], {' tansig' , ' logsig' }, ' trainlm' ) training times for the 1000 target of 0.01 training, learning rate of 0.1 net.trainParam.epochs = 1000 net. trainParam.goal = 0.01 LP.lr = 0.1 net = train (net, P, T) test data, and training data inconsistencies P_test = [0.2101 0.0950 0.1298 0.1359 0.2601 0.1001 0.0753 0.0890 0.0389 0.1451 0.0128 0.1590 0.2452 0.0512 0.1319 0.2593 0.1800 0.0711 0.2801 0.1501 0.1298 0.1001 0.1891 0.2531 0.0875 0.0058 0.1803 0.0992 0.0802 0.1002 )
    2011-05-21 16:47:44下载
    积分:1
  • simdata2d
    基于多视觉错位法的机载SAR方位调频斜率估计方法仿真程序(Estimation method based on multi-visual dislocation law Airborne SAR azimuth chirp rate simulation program)
    2012-05-24 12:18:19下载
    积分:1
  • pathPlanning4m-master
    通过matlab建立环境障碍物模型,通过遗传算法规划一条无碰撞路径,完成路径规划!(The environmental obstacle model is established by matlab, and a collision-free path is planned by genetic algorithm to complete the path planning.)
    2021-02-20 17:19:42下载
    积分:1
  • volerraa
    voltera filter implementation code
    2018-11-01 14:13:35下载
    积分:1
  • LS_SVMlab
    基于matlab的分类支持向量机,对于初学者比较有帮助。(Matlab-based classification of support vector machines, more helpful for beginners.)
    2009-12-13 16:40:46下载
    积分:1
  • combine-svd-with-dwt
    说明:  结合svd与dwt的程序,优点有很多,例如抗压缩攻击,抗剪切攻击,等等(Dwt with svd and procedures, there are many advantages, such as resistance to compression attacks, shear attacks, etc.)
    2011-03-27 13:15:04下载
    积分:1
  • kmv
    KMV编程代码,很实用的,把数据代进去就行了鸭(KMV programming code, very practical, put the data in place on the duck.)
    2018-09-13 22:59:26下载
    积分:1
  • ch7
    说明:  MATLAB 7编程 数字信号处理源代码(MATLAB )
    2010-04-23 12:03:11下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载