-
magnify
画图时,将图形局部放大,很实用的代码,以前上传过一个m文件,上传错误了,现修正。(When drawing the graphic enlarged, very practical code previously uploaded an m file upload error, now corrected.)
- 2020-07-24 20:28:44下载
- 积分:1
-
Random
This sample code is to generate random number in C#
- 2014-08-11 02:38:37下载
- 积分:1
-
kalman-7
kalman filter for multi target tracking
- 2011-12-02 17:01:19下载
- 积分:1
-
pid3j
三级倒立摆pid控制simulink仿真(Three level inverted pendulum PID control simulink simulation)
- 2018-03-30 12:27:36下载
- 积分:1
-
MIMO_OFDM_main
关于MIMO-OFDM的调制技术,在个参数设置情况下的MMSE VBLAST仿真(about MIMO-OFDM)
- 2009-12-02 08:23:05下载
- 积分:1
-
matlabAutoAdapt
自适应算法的程序,用matlab语言编写,属于现代信号处理方法。(Adaptive algorithm of the program, with the matlab language, belongs to modern signal processing methods.)
- 2009-12-15 15:44:52下载
- 积分:1
-
BBHE
this is Brightness Preserving Bi-histogram Equalization.
- 2010-02-15 20:01:18下载
- 积分:1
-
OFDM
ofdm系统的matlanb仿真,包含星座图,加窗,误码率等,希望对大家有帮助(ofdm system matlanb simulation, including the constellation, adding windows, error rate, we want to help)
- 2010-05-19 09:41:20下载
- 积分:1
-
reflected-waves-model
matlab反射波正演模拟,学姐编的小程序,欢迎交流(matlab reflected wave forward modeling, sister compiled a small program, please share)
- 2014-11-25 19:51:01下载
- 积分: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