-
6268hough
hough变换的检测函数,调试成功的,可以用,对于圆检测很有帮助,大家可以学习一下(hough transform function testing, debugging successful, you can use, very helpful for circle detection, we can learn about)
- 2010-07-24 16:48:28下载
- 积分:1
-
colormoment
读取图片,提取图片的颜色矩特征,其中变量I=imread( 1.jpg ),1.jpg即为需要读取的图片。(Read the image, color moments extracted image features, including variable I = imread (' 1. Jpg ' ), 1.jpg shall be required to read the pictures.)
- 2010-08-27 10:39:32下载
- 积分:1
-
DigitalModulationAnalysisSimulation
GUI图形界面主程序,2-ASK仿真结果处理程序2-FSK仿真结果处理程序2-DPSK仿真结果处理程序2-MSK仿真结果处理程序M-DPSK仿真结果处理程序各仿真模型性能比较程序2-FSK模型性能与理论值比较程序(Digital modulation analysis simulation MATLAB SIMULINK GUI)
- 2009-06-12 17:47:10下载
- 积分:1
-
newton
用牛顿迭代法求方程
f(x)=x³ -x² -1=0
在x。=1.5附近的一个实根。取§=0.000001,取最大迭代数为60.
(With Newton iteration equation for f (x) = x ³-x ² -1 = 0 in x. = 1.5 near the root of a real. Take § = 0.000001, take the largest number of 60 iterations.)
- 2009-06-20 22:57:57下载
- 积分:1
-
wavelet-denoise
根据小波层之间相关性的改进阈值去噪,含有相关性分析,希望对大家有用,欢迎大家来下载(Improved correlation between wavelet thresholding based on layer, correlation analysis contains, I hope useful, welcome to download)
- 2015-01-27 21:42:26下载
- 积分:1
-
grey-system
介绍了灰色系统理论知识,并有灰色预测的源程序(Gray system theory knowledge and gray prediction source)
- 2012-11-05 19:46:50下载
- 积分:1
-
xuniyiqi
说明: 利用matlab编写的基于计算机声卡的虚拟仪器,含信号发生器、示波器和频率计,并利用matlab中guide可视化编程实现了界面操作。(Matlab prepared using computer sound card based virtual instrument, with the signal generator, oscilloscope and frequency meter, and use visual guide matlab programming in the interface operation.)
- 2011-04-15 22:46:34下载
- 积分:1
-
Backward-forward-sweap
Backward forward load flow
- 2013-10-28 11:17:22下载
- 积分:1
-
5
说明: Simulation Montecarlo Integral2
- 2013-11-09 19:30:07下载
- 积分: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