-
GA-BP预测
说明: 预测光伏负荷的MATLAB程序,遗传算法可以运行 扣扣扣扣(Matlab program for forecasting photovoltaic load, genetic algorithm can run buckle)
- 2021-04-22 15:08:48下载
- 积分:1
-
CDPWM
这是高压变频的matlab仿真模型,可以用的,大家可作参考。欢迎下载。(This is the matlab simulation model of high voltage frequency conversion, can use, you can reference. Welcome to download.
)
- 2014-08-12 09:07:21下载
- 积分:1
-
ReadNavME
matlab写的单点定位程序,可以读取星历文件计算接收机坐标(Matlab write single point positioning program, can read the star calendar file calculation receiver coordinates)
- 2012-01-09 22:57:15下载
- 积分:1
-
bpsk
bpsk 调制方法及电路图 系统设计方案(Binary Phase Shift Keying)
- 2012-05-13 16:09:38下载
- 积分:1
-
conversion_gui
function ret = Int2Hex(var)
Prints integer array to hexadecimal string
varType = class(var)
cast signness away:
if ( u ~= varType(1) )
varType = [ u varType]
var = typecast(var,varType)
end
nBits = str2double(varType(5:end))
if (64 == nBits)
split 64 bit case into two 32 s
cuz dec2hex doesn t handle 64 bit...
varType(5:end) = 32
var = typecast(var,varType)
end
ret = dec2hex(var)
if (64 == nBits)
littleEndian = all(typecast(uint32(1), uint16 )==[1 0])
first = 1 + littleEndian
second = 2 - littleEndian
ret = [ret(first:2:end,:),ret(second:2:end,:)]
end
end
- 2010-07-30 09:39:56下载
- 积分:1
-
matlab_programming_for_image_sharpening_source_pro
matlab程序设计之图像锐化源码程序matlab programming for image sharpening source program(matlab programming for image sharpening source program matlab programming for image sharpening source program)
- 2010-08-02 09:50:22下载
- 积分:1
-
my2KSW
我自己编写的用遗传算法寻找KSW最佳二维阈值,搞噪效果很好。(I prepared using genetic algorithm to find the best 2D Threshold KSW, engage in noise with good results.)
- 2013-07-11 10:47:08下载
- 积分:1
-
MultiWii_2_2_miniV2
基于ARDUINO的四旋翼飞行器,实现自动控制(Arduino for quadx)
- 2014-12-14 20:16:05下载
- 积分:1
-
hill
用scilab(和matlab一样,只是非常小)实现希尔密码的加密与解密(With scilab (and matlab, only very small) the achievement of Hill of encryption and decryption)
- 2007-11-25 16:55:23下载
- 积分:1
-
DV_HOP
说明: 基于MATLAB的dv-hop(distance vector routing)算法的实现(Based on MATLAB-dv-hop (distance vector routing) Algorithm)
- 2010-04-26 11:06:43下载
- 积分:1