-
WPBOF
说明: 本例是一个采用matlab的GUI生成程序(This example is a GUI generated by the program matlab)
- 2011-03-02 15:10:25下载
- 积分:1
-
precoded
precoded code for mimo
- 2013-08-27 11:36:32下载
- 积分:1
-
Code1
说明: 智能飞信器的空间路径规划,通过MATLAB仿真,有具体结果。(The spatial path planning of the intelligent femtograph, through MATLAB simulation, has specific results.)
- 2019-09-22 16:19:55下载
- 积分:1
-
CODE-AND-CHANNEL-ESTIMATION
卷积编码,信道估计值得参考的论文,引用度很高,对写这方面论文有很大的参考价值。(Convolution coding, channel estimation worthy of reference papers, citing a high degree of writing papers in this area has great reference value.)
- 2014-10-08 16:03:32下载
- 积分:1
-
ex11_GPC_NoIden
使用matlab识别船行的轨迹和运行效果。(Use matlab find shipping way。)
- 2013-10-21 19:19:00下载
- 积分:1
-
RVM_matlabToolBox
相关向量机(RVM)的matlab源程序,包含快速算法,内含代码使用说明。 RVM采取是与支持向量机相同的函数形式稀疏概率模型,对未知函数进行预测或分类。 优点: (1) 不仅仅输出预测目标量的点估计值,还可以输出预测值的分布. (2) 使用更少数量的支持向量,从而显著减少输出目标量预测值的计算时间. (3) RVM不需要估计过多的参数. (4) RVM对是否满足Mercer 定理的核函数没有限制,适应性更好(Relevance Vector Machine (RVM) of the matlab source code, including fast algorithm that contains code for use. RVM support vector machine is taken the same functional form sparse probabilistic model to predict the unknown function or classification. Advantages: (1) is not only the amount of output predicted target point estimates, but also the distribution of predicted values can be output. (2) using a smaller number of support vectors, thereby significantly reducing the output target amount predicted value calculation time. (3) RVM does not require excessive parameter estimation. (4) RVM meets Mercer theorem on the kernel function is not limited, and better adaptability)
- 2013-11-21 11:05:48下载
- 积分:1
-
The-latest-Matlab2012-tutorial
Matlab2012最新教程(代码直接复制调试)(The latest Matlab2012 tutorial)
- 2014-01-17 21:01:09下载
- 积分: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
-
BFSKmain
搭建ofdm系统中的bfsk的主函数程序(Ofdm system bfsk build the main function of program)
- 2011-06-13 18:08:55下载
- 积分:1
-
jielianguandao
惯性导航系统属于一种推算导航方式.即从一已知点的位置根据连续测得的运载体航向角和速度推算出其下一点的位置.因而可连续测出运动体的当前位置。惯性导航系统中的陀螺仪用来形成一个导航坐标系使加速度计的测量轴稳定在该坐标系中并给出航向和姿态角(Inertial navigation system is a dead reckoning navigation mode. That is from a given point according to the measured continuous carrier heading angle and velocity calculates the next location. The current position which can)
- 2014-07-04 22:17:18下载
- 积分:1