-
Drosophila-optimization-algorithm
一个用于离散数据的全局寻优,或者优化处理的matlab程序(A global optimization for discrete data, or to optimize the processing matlab program)
- 2013-01-15 14:50:43下载
- 积分:1
-
CMG-Persian
Persian tutorial for cmg sowftware
- 2014-11-10 14:21:56下载
- 积分:1
-
matlab
从初值出发,先计算y对时间t的导数,得到y的变化速度;求出x对t的导数,得到x随时间的变化速度。然后时间前进一小步h=0.002,同时x和y也都发生一个小的变化,即在原来数值基础上加上时间步长h和变化速度的乘积。如果x到达1或者-1,强制让y发生变化。这个过程不断迭代,得到结果。
(completed chart)
- 2014-11-28 19:50:30下载
- 积分:1
-
hread
hread read header of a RINEX 3.01 file and outputs position, the list of observation types and the list of observation .
- 2013-04-07 03:03:23下载
- 积分:1
-
StablePoint
说明: 关于数值分析的matlab代码,十分有用(On the numerical analysis matlab code, very useful)
- 2010-04-16 16:59:02下载
- 积分:1
-
newirr_filter
用matlab编写的数字信号滤波器!请大家多多指教啊!谢谢了(Matlab prepared by the digital signal filter! Please advice! :)
- 2010-05-18 17:06:11下载
- 积分:1
-
三种方法的弹道仿真
matlab/simulink 三种方法的弹道仿真(追踪法、比例导引法、平行接近法) (matlab/simulink Trajectory Simulation of three methods (tracing method, proportional navigation law, parallel close to the law))
- 2021-04-24 11:08:47下载
- 积分:1
-
water_filling_algorithm
关于注水算法的简单演示。在总功率受限的情况下通过功率分配逼近香农信道容量(performs the water filling algorithm with the given total power constrain to approach Shannon capacity of the channel.)
- 2013-12-13 11:20:19下载
- 积分:1
-
A-Predictor-Corrector-
说明: 预估校正控制,通过一种数值近似的计算方法不断逼近,从而实行控制计算。(A Predictor-Corrector )
- 2011-02-26 10:06:27下载
- 积分:1
-
qpsk_g_r-
lear
N = 10^5
EB_NO = [-1:30]
liu1 = zeros(1,N)
liu2 = zeros(1,N)
for ii = 1:length(EB_NO)
m= (2*(rand(1,N)>0.5)-1) + j*(2*(rand(1,N)>0.5)-1)
s = (1/sqrt(2))*m normalization of energy to 1
n = 1/sqrt(2)*[randn(1,N) + j*randn(1,N)]
- 2012-05-17 19:51:28下载
- 积分:1