-
fit
该算法是用正交多项式来求最小二乘拟合多项式。(This algorithm is to use orthogonal polynomials to seek least-squares polynomial fitting.)
- 2020-12-19 20:59:09下载
- 积分:1
-
MUSIC
最近做的作业,费了好大劲才搞出来的MUSIC算法代码,需要的人可以借鉴额(Do the job, took great perspicacity to engage in the MUSIC algorithm code, people in need can learn from the amount of)
- 2012-07-24 22:14:40下载
- 积分:1
-
gaussnewton
it is useful for my studies
- 2013-12-21 13:53:50下载
- 积分:1
-
kalkulator
Easy calculator dswafrefewfreqfr
- 2013-12-23 20:17:00下载
- 积分:1
-
AR_PROCESS_MATLAB
说明: 关于AR模型MATLAB程序,同时进行频谱分析(AR model on the MATLAB program, at the same time spectrum analysis)
- 2010-04-27 08:09:24下载
- 积分:1
-
PSO501
优化问题是工业设计中经常遇到的问题,许多问题最后都可以归结为优化问题. 为了解决各种各样的优化问题,人们提出了许多优化算法,比较著名的有爬山法、遗传算法神经网络算法等.
(Optimization problem is often encountered in industrial design, many problems can be attributed to the last optimization problem in order to solve a variety of optimization problems, many optimization algorithms have been proposed, relatively well-known climbing method, genetic algorithm neural network algorithm.)
- 2014-02-08 09:06:04下载
- 积分: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
-
ME_device_fundermental
Micro Electronic Device Fundermental
- 2009-05-24 19:55:12下载
- 积分:1
-
CSRec_SP
压缩感知的SP算法,主要是根相关文献编写,请多交流(Sp for compressed sensing applications)
- 2011-08-14 12:01:49下载
- 积分:1
-
matlab-scanning-algorithm
利用matlab对一副图像的灰度值进行扫描运算(Use matlab for gray values of an image scanning operation)
- 2013-11-25 16:12:46下载
- 积分:1