-
sun_position
This function compute the sun position (zenith and azimuth angle at the observer location) as a function of the observer local time and position.
- 2010-08-10 22:21:22下载
- 积分:1
-
MTALABandsimulink
用四阶龙格库塔法求非线性系统的输入相应,同时用simulink建模比较。
(Using fourth-order Runge-Kutta method for the corresponding input nonlinear systems, and modeling using simulink comparison.)
- 2009-03-28 14:20:09下载
- 积分:1
-
decodeProbDomain
probability domain ldpc decoder
- 2009-11-09 21:36:43下载
- 积分:1
-
ga
说明: GA算法代码 function pop=initpop(popsize,chromlength)
pop=round(rand(popsize,chromlength))
rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵,
roud 对矩阵的每个单元进行圆整。这样产生的初始种群。
2.2 计算目标函数值
2.2.1 将二进制数转化为十进制数(1)
遗传算法子程序 Name: decodebinary.m
产生 [2^n 2^(n-1) ... 1] 的行向量,然后求和,将二进制转化为十进制(GA algorithm code function pop=initpop(popsize,chromlength)
pop=round(rand(popsize,chromlength))
rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵,
roud 对矩阵的每个单元进行圆整。这样产生的初始种群。
2.2 计算目标函数值
2.2.1 将二进制数转化为十进制数(1)
遗传算法子程序 Name: decodebinary.m
产生 [2^n 2^(n-1) ... 1] 的行向量,然后求和,将二进制转化为十进制)
- 2012-04-28 18:02:03下载
- 积分:1
-
sefade
通信仿真中的多径衰落的仿真模型,考虑了包括折射在内的时间延迟(communication simulation of multi-path fading, the simulation model, including consideration of refraction of the time delay)
- 2020-09-08 22:38:02下载
- 积分:1
-
src
depth image based rendering (dibr)(depth image based rendering(dibr))
- 2010-10-22 16:10:35下载
- 积分:1
-
euler.zip
说明: euler格式前进、后退和改进的格式,并在一个程序中(euler)
- 2010-04-16 16:52:21下载
- 积分:1
-
HistogramEqualization
histogram equalization in matlab
- 2009-09-10 18:24:52下载
- 积分:1
-
ask_pe
一个用matlab实现的ask仿真程序,加入了高斯白噪声(Used to achieve a matlab simulation program ask to add a Gaussian white noise)
- 2009-05-15 07:47:00下载
- 积分:1
-
a-classicedition-of-clonal-selection-algorithm
克隆选择算法(clonal selection algorithm)的一种经典版本代码,使用起来效果不错,就不用自己编写了,jack编写的(a classic edition of clonal selection algorithm)
- 2010-01-06 12:07:18下载
- 积分:1