-
Forward
说明: matlab潮流计算程序 多是基于输电网开发的,而对于配电网中的潮流计算程序较少,真对辐射型配电网的特点,开发了用于配电网潮流计算的MATLAB程序,该程序采用新的支路选择方法,无需对网络进行复杂的编号。(matlab flow calculation procedure is based on multi-grid development, and for power distribution network power flow calculation program less true on the characteristics of radial distribution networks, developed for distribution power flow calculation of the MATLAB program that uses the new branch selection method, without the complexity of the network number.)
- 2010-05-04 09:17:30下载
- 积分:1
-
Land_Use_Land_Coverage_Monitoring-master
说明: 遥感图像变化检测:1)变化向量分析方法;2)主成分分析方法。(change detection for remote sensing image.)
- 2020-12-28 16:44:51下载
- 积分:1
-
rls
rls算法,实现含噪声信号的消噪,其噪声为高斯白噪声加入,绘制了滤波前后的波形图(rls algorithm to achieve denoising noisy signals, the noise is Gaussian white noise is added, drawing the waveforms before and after filtering)
- 2010-06-08 16:20:19下载
- 积分:1
-
fun
基于帐篷第三定律计算矩形巷道中多径传输的接收点归一化功率的仿真(Third law calculations based on a rectangular tunnel tents in the multipath reception points normalized power of simulation)
- 2011-06-30 03:07:23下载
- 积分:1
-
chenggongdu
改进的神经网络PSO,主要用于成功度评价,本例是电厂的成功度评价模型和数据.(Improved neural network PSO, mainly used in the successful evaluation, which in this case is the success of the plant model and data evaluation.)
- 2008-03-31 20:57:06下载
- 积分:1
-
IRLS
IRLS不等距时窗,用于多次波自适应减去过程中,更加准确的处理(this is IRLS code)
- 2014-11-01 17:52:26下载
- 积分:1
-
SVPWM
风力发电PSCAD仿真用得,在正转DQ坐标下,负序变换到正序模块(PSCAD simulation used wind power in the forward DQ coordinates, the negative sequence to positive sequence module transforms)
- 2011-10-25 14:01:55下载
- 积分:1
-
lateral-velocity_observer_forward
Motor control algorithms implmented with matlab/simulink are included.
- 2014-01-27 21:14:57下载
- 积分:1
-
LTE_Channel_Model
3GPP LTE采用的信道仿真模型,目前在3GPP中的提案均采用这一种信道模型,源码是经过国外著名大学和公司联合完成的,极具珍藏价值。(3GPP LTE the channel simulation model, 3 GPP in the proposal were adopted this channel model. OSS was famous overseas universities and companies jointly complete the great commemorative value.)
- 2021-04-22 18:38:48下载
- 积分:1
-
filterImage
There are different m files for different filter to use.
perwit.m:=uses window Wx=[1 0 -1 1 0 -1 1 0 -1]/3
and Wy=Wx and then convolves this window with the image.
sobel.m:=uses window W=[1 0 -1 2 0 -2 1 0 -1]/4
lablacian.m=uses window W=[0 1 0 1 -4 1 0 1 0]
convolve.m=convolves window and image
- 2011-07-27 23:15:28下载
- 积分:1