-
NelderMead_Powell
Numerical optimization, NeaderMead Powell method
- 2010-05-12 14:35:22下载
- 积分:1
-
GA
说明: 遗传算法多目标优化的应用举例,求非线性函数最大值。(Multi-objective optimization genetic algorithm application example, the maximum value of nonlinear function.)
- 2011-05-18 11:45:36下载
- 积分:1
-
MATLAB132
这是运用MATLAB进行编程的一些应用,可供大家学习一下(This the use of MATLAB programming some applications are available for learning about )
- 2007-06-24 20:09:58下载
- 积分:1
-
Matlab2010-classic-tutorials
Matlab2010经典超强教程清晰、免费版(Matlab2010 classic super clear tutorials, free version)
- 2015-01-30 15:13:13下载
- 积分:1
-
Capon_Algorithm
阵列信号处理波束形成卡朋算法仿真:该程序阵列数为N,采样点数为K,入射信号为30度角,干扰信号为60度角。
功能:提取有用信号抑制干扰信号(Array signal processing beamforming algorithm entacapone simulation: the procedure for the array N, the sampling points for K, the incident signal at 30-degree angle, interference signal for the 60-degree angle. Features: extract useful signal interference signal suppression)
- 2007-10-30 09:24:17下载
- 积分:1
-
OFDMChannelEstimationbasedonComb
说明: 基于梳状导频的OFDM信道估计程序。
该程序用matlab仿真了基于梳状导频序列的OFDM信道估计,内插采用了线性内插法。(Comb-based pilot of the OFDM channel estimation procedures. Matlab simulation using the program based on the comb-like sequence of OFDM pilot channel estimation, interpolation using a linear interpolation.)
- 2008-12-08 18:19:42下载
- 积分:1
-
curved1_s_cone
for fiber focus ratio degradation
- 2006-09-20 16:55:46下载
- 积分:1
-
111
function pi = solve2(count,m,cc)
借助布冯投针实验 仿真求pi的值
pi=0
frq=0
randNo = binornd(1,cc,1,m)
pro=zeros(1,count)
for j=1:count
for i = 1:m
if randNo(1,i) == 1
frq = frq + 1
end
pro(i) = frq/i
end
pi = (2*m)/frq
pro(j) = pi
end
pro = pro,num =1:count
plot(num,pro) (function pi = solve2 (count, m, cc) to vote with Buffon needle experiment simulation find the value of pi pi = 0 frq = 0 randNo = binornd (1, cc, 1, m) pro = zeros (1, count) for j = 1: count for i = 1: m if randNo (1, i) == 1 frq = frq+ 1 end pro (i) = frq/i end pi = (2* m )/frq pro (j) = pi end pro = pro, num = 1: count plot (num, pro) )
- 2011-05-24 15:39:41下载
- 积分:1
-
PID_Control_Made_Easy
PID Controller Design and Tuning with MATLAB and Simulink(This demo file shows new capabilities for PID Controller design and tuning in MATLAB and Simullink)
- 2010-01-09 16:42:36下载
- 积分:1
-
HMM
用matlab来解决隐马尔科夫的概率问题(HMM in matlab)
- 2012-09-06 15:18:50下载
- 积分:1