-
DBPSK
DBPSK,包括误码率统计和误符号率统计(DBPSK, including bit error rate and symbol error rate statistics Statistics)
- 2010-12-30 21:21:34下载
- 积分:1
-
miedian
基于matlab,通过焦点计算二维中的图像灭点,以还原成三维图像。(Based on matlab, calculated by the two-dimensional image in the focus off point to restore the three-dimensional image.)
- 2014-08-24 14:40:50下载
- 积分:1
-
MATLAB_Fr
Matlab documentations in French
- 2013-08-02 23:48:25下载
- 积分:1
-
11
Radar Systems Analysis and Design Using MATLAB 的pdf 及其代码(the pdf and code of the book Radar Systems Analysis and Design Using MATLAB)
- 2013-08-06 09:02:00下载
- 积分:1
-
CURVE-SKETCH-IN-MATLAB-GUI
Making skecth in matlab GUI is fun. this code will give that chance and you can modify it on your own to get your desire.
- 2013-10-17 11:46:30下载
- 积分:1
-
matlab5
【matlab编程代做】matlab从航拍图像中提取红色物体 可以作为参考使用学习 ([Do] matlab matlab programming on behalf of red objects extracted aerial images can be used as a reference study)
- 2015-01-11 18:01:40下载
- 积分:1
-
Matlab编的计算器
本程序是在Matlab6.5下编写的一个计算器的程序,是Matlab的GUI编程的很好例子。 (the procedure was Matlab6.5 prepared a calculator procedures, Matlab GUI Programming good example.)
- 2005-06-04 09:32:05下载
- 积分:1
-
gps_final_new
说明: gps卫星位置预报,MATLAB编写,有动画界面(gps satellite position prediction, MATLAB prepared)
- 2010-04-02 11:01:59下载
- 积分:1
-
123
基本matlaB题目解答仿真代码,包括图形处理,高等数学函数解答,动画演示(Answer basic questions matlaB simulation code, including graphics, advanced math functions to answer, animated)
- 2011-05-21 09:49:41下载
- 积分: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