-
matlab_DIP
< 数字图像处理》作者-姚敏中所有matlab源程序()
- 2007-07-10 18:33:21下载
- 积分:1
-
wavelet
对小波X={0,1,...,10}进行一次分解与重构(Of the wavelet X = (0,1 ,..., 10) for a decomposition and reconstruction)
- 2010-07-02 14:56:17下载
- 积分:1
-
CSPP.pdf
Computer Systems A Programmers Perspective David R. O’Hallaron, Randal E. Bryant
- 2014-08-18 21:47:00下载
- 积分:1
-
qpsk-modulation-and-demodulation
QPSK调制方法、解调方法等的利用matlab进行仿真实验(QPSK modulation and demodulation)
- 2013-04-25 22:43:22下载
- 积分:1
-
Extended-Finite-State
Slicing is useful for many Software Engineering applications and has been widely studied for three decades, but
there has been comparatively little work on slicing Extended Finite State Machines (EFSMs).
- 2014-02-07 15:16:29下载
- 积分:1
-
pmsg
说明: 使用pid控制器进行控制永磁同步电机,以达到所需要的波形,进行风力控制(Using PID controller to control PMSM)
- 2020-04-25 17:51:26下载
- 积分: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
-
matlab
多元线性分析的源代码附有中文说明,可用于解决多元线性分析的问题(Multiple linear analysis with the Chinese description of the source code can be used to solve the problem of multiple linear analysis)
- 2011-05-01 21:07:58下载
- 积分:1
-
The-principal-component-analysis
matlab 实现主成分分析 内含详细代码 (The principal component analysis with detailed code)
- 2012-04-15 19:48:10下载
- 积分:1
-
PSO-PID
说明: 通过粒子群优化算法优化PID参数,该算法对pid控制器参数进行整定,pso能够对参数实现优化,且有良好的收敛性。(PSO algorithm tuning PID parameters)
- 2019-06-30 19:16:26下载
- 积分:1