-
repoet3-4
Even though the RAND functions can be useful for generating uniform random numbers, most of the time we will need to model various non-uniform distributions, such as the Normal, Lognormal, Exponential, Gama, and others. In fact, the Uniform distribution arises in a very limited number of applications, so the chances are our worksheet models will rarely deal with this distribution
- 2013-03-14 15:32:20下载
- 积分:1
-
845
对电路板的图像进行分割,可以提取电路板中的目标物,以对电路板进行检测。文章使用K均值聚类算法完成对电路板图像的分割,针对传统的K均值聚类算法的不足,提出了使用直方图波形的有效波峰个数来确定K值的大小,并通过使用一种比传统的绝对误差的表示更简洁的表达式,达到了快速分割的目的。对一些电路板图像分割的实验结果表明,文章的方法能够根据目标物的数目有效的确定K值的大小,且比传统的K均值算法减少了运算量及计算时间。
(On the circuit board image segmentation, to extract the target board to the circuit board for testing. Article using the K means clustering algorithm to complete the circuit board image segmentation, the traditional K-means clustering algorithm, the paper proposes the effective use of histogram peak wave number of K values to determine the size, and by using a ratio of absolute error of the traditional expression that is more concise, to the fast segmentation. For some circuit board image segmentation results show that the method can be according to the article the number of valid target value to determine the size K, and K-means algorithm than the traditional reduced computation and computing time.)
- 2010-05-10 08:14:40下载
- 积分:1
-
basefunction
个人编写的应用于机械行业的arx开发函数,足够用的(Individual applications written in the mechanical industry ARX development function)
- 2014-09-10 18:03:01下载
- 积分:1
-
quadcopter
四旋翼动力学仿真,参考来源北航动力学小组(quad-rotor dynamics simulation)
- 2021-03-18 16:39:20下载
- 积分:1
-
RLS
RLS自适应滤波器程序做系统辨识,输入为高斯白噪声,内有详细注释,可运行(RLS adaptive filter program to do system identification, the input is Gaussian white noise, with detailed notes, you can run)
- 2020-11-24 19:09:37下载
- 积分:1
-
program
this code is used for frequency modulation in matlab
- 2011-05-24 19:13:13下载
- 积分:1
-
dfield8
gives a nice phase portrait of dynamical systems
- 2012-11-27 20:04:16下载
- 积分:1
-
the-code
低通巴特沃斯滤波器设计求阶数,适合广大学生们参考,(Low-pass Butterworth filter design requirements order, for the majority of students reference)
- 2013-09-03 13:00:02下载
- 积分:1
-
LDPC
说明: LDPC码的编译码算法的实现与仿真,以及平均误码率的分析。(LDPC code decoding algorithm implementation and simulation, and the average bit error rate analysis.)
- 2010-04-21 09:49:18下载
- 积分:1
-
otsu
OTSU Gray-level image segmentation using Otsu s method.
Iseg = OTSU(I,n) computes a segmented image (Iseg) containing n classes
by means of Otsu s n-thresholding method (Otsu N, A Threshold Selection
Method from Gray-Level Histograms, IEEE Trans. Syst. Man Cybern.
9:62-66 1979). Thresholds are computed to maximize a separability
criterion of the resultant classes in gray levels.
OTSU(I) is equivalent to OTSU(I,2). By default, n=2 and the
corresponding Iseg is therefore a binary image. The pixel values for
Iseg are [0 1] if n=2, [0 0.5 1] if n=3, [0 0.333 0.666 1] if n=4, ...
[Iseg,sep] = OTSU(I,n) returns the value (sep) of the separability
criterion within the range [0 1]. Zero is obtained only with images
having less than n gray level, whereas one (optimal value) is obtained
only with n-valued images.
- 2009-03-17 17:57:51下载
- 积分:1