-
addpilot
simple code for inserting the pilots
- 2011-08-20 10:11:33下载
- 积分:1
-
singleareaintegral
single area integral formation continnue
- 2011-09-04 14:45:03下载
- 积分:1
-
7
说明: basic concepts of power system in simulink 6-arabic
- 2013-03-15 00:47:32下载
- 积分:1
-
Radial-Basis-Networks--7
In the field of mathematical modeling, a radial basis function network is an artificial neural network that uses radial basis functions as activation functions.
- 2015-02-02 00:53:10下载
- 积分:1
-
Cfar
主要用于雷达信息处理领域中恒虚警的处理,该程序对理解cfar有很好的帮助(Mainly used for radar information processing in CFAR processing, the program has a good understanding cfar Help)
- 2010-06-22 19:33:26下载
- 积分:1
-
80211ofdm-modified
基于802.11ofdm仿真,主要针对信道同步,包括各种同步方法(802.11ofdm based on simulation, the main channel for synchronization, including synchronization method)
- 2007-09-16 09:13:54下载
- 积分:1
-
apes
阵列信号处理中波束形成技术的apes算法matlab程序(The matlab code for apes algorthim of beamforming technique of array signal processing)
- 2012-07-09 14:45:37下载
- 积分:1
-
MUSICaCapon
MUSIC算法和Capon算法的仿真程序,自己编写,注释详细,方便大家理解(MUSIC algorithm and Capon algorithm simulation program, their preparation, detailed notes, to facilitate understanding)
- 2013-11-13 11:48:20下载
- 积分:1
-
IMMPF
说明: 交互式多模型粒子滤波程序(IMMPF),分别仿真了三种结果下的IMMPF算法(Interacting multiple model particle filter program (IMMPF), respectively, the results of simulation of the three algorithms under the IMMPF)
- 2020-12-17 19:19:12下载
- 积分: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