-
hafu
利用hough变换函数求取5条最长的直线方程,并重新绘制这5条曲线——hafu.m(Hough transform function used to obtain five longest straight line equation, and re-draw the five curves- hafu. M)
- 2010-07-19 10:20:08下载
- 积分:1
-
new
Spectrum and cepstrum analysis
- 2011-05-18 10:21:13下载
- 积分:1
-
786755
MATLAB常用函数参考
通用命令. 管理命令和函数. 函数名称. 功能. (MATLAB commonly used functions to the generic command. Management commands and functions. Function name. Function.)
- 2012-08-12 00:44:04下载
- 积分:1
-
Base-paper
Base paper is regarding robust face recognition
- 2013-11-04 15:21:47下载
- 积分:1
-
MATLAB61
【matlab编程代做】水平集模型的图像分割 可以作为参考使用学习([Do] matlab programming generation level set image segmentation model can be used as a reference study)
- 2015-01-16 23:12:36下载
- 积分:1
-
1
说明: 关于PSO优化后文本聚类的算法--MATLAB(Text on the PSO clustering algorithm optimized- MATLAB)
- 2010-11-21 07:35:23下载
- 积分:1
-
mybss
盲信号分离是当前信号处理研究的热点课题之一,在无线数据通信、医学、语音以及地震信号处理等领域有着广阔的应用前景。基于负熵最大的FastICA算法用于实现盲信号分离。该方法的基本思路是以非高斯信号为研究对象,在独立性假设的前提下,对多路观测信号进行盲源分离。在满足一定的条件下,能够从多路观测信号中,较好地分离出隐含的独立源信号。(Blind signal separation is the study of signal processing, one of the hot topics in wireless data communications, medical, speech and seismic signal processing and other fields have broad application prospects. Negentropy based on the largest FastICA Algorithm for Blind Signal Separation realize. The basic idea is based on non-Gaussian signal as the research object, in the independence assumptions on the multi-channel observation signal blind source separation. In meeting certain conditions, be able to multi-channel observation signal, the better to isolate the independent source signal implied.)
- 2021-03-13 10:29:24下载
- 积分:1
-
EconometricsToolbox
matlab编写的计量经济学工具箱,包括线性及非线性回归,GARCH模型及VAR模型的建立等。(EconometricsToolbox by matlab)
- 2009-12-31 12:58:36下载
- 积分:1
-
stylechange
大小盘风格轮动策略,本版本暂时选取沪深300作为大盘股指数,中小板指数作为小盘股指数(Size of the disk style rotation strategy, the release time being selected as the CSI 300 index of large-cap stocks, small board index as the small cap index)
- 2013-08-05 10:04:09下载
- 积分:1
-
STDPSO
粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法(Evolutionary Algorithm - EA)。(For each particle
____Initialize particle
END
Do
____For each particle
________Calculate fitness value
________If the fitness value is better than the best fitness value (pBest) in history
____________set current value as the new pBest
____End
____Choose the particle with the best fitness value of all the particles as the gBest
____For each particle
________Calculate particle velocity according equation (a)
________Update particle position according equation (b)
____End)
- 2015-03-13 09:28:14下载
- 积分:1