-
MATLAB-by-David.McMahon
本书使用简单易行的风格,一开始介绍了MATLAB 基础,你将学习到如何绘制图象,求解代数方程及计算积分,也将学习到如何求解微分方程,求ODE 的数值解,使用特殊函数工作。(This book uses a simple style, beginning MATLAB foundation, you will learn how to draw images, solving algebraic equations and calculating the integral will also learn how to solve differential equations, find the numerical solution of the ODE, use the special function job.)
- 2013-03-03 21:25:19下载
- 积分:1
-
Prony
Prony算法用来提取信号的幅值、频率、衰减因子和初相角。它在电力系统低频检测,谐波检测等方面运用非常广泛,但是缺点是抗噪性差,它的信号提取能力强,模拟曲线的能力强,但为了提高它的抗噪性,最好与其它方法相结合(The Prony algorithm is used to extract the amplitude, frequency, attenuation factor and initial phase angle of the signal. It is in the power system low frequency detection, harmonic detection and other aspects of the use of a very wide range, but the disadvantage is poor anti-noise, and its signal extraction ability, simulation curve ability, but in order to improve its anti-noise, the best and other methods Combine)
- 2017-04-14 15:31:59下载
- 积分:1
-
HMMSim
隐马尔科夫模型可视化程序,操作简单,GUI界面(Hidden Markov Model Visualization program, simple, GUI interface)
- 2010-09-15 16:18:52下载
- 积分:1
-
tsp
本源码是matalb解决数学中经典的tsp问题的代码,算法思想是遗传算法(The source is matalb tsp solve mathematical problems in the classical code, the algorithm idea is that genetic algorithms)
- 2011-06-04 00:02:53下载
- 积分:1
-
acoustic
用matlab绘制海洋声线的程序,是水声工程专业的人必须要掌握的(Marine acoustic line drawn using matlab procedure is Acoustics Engineering professional people must master)
- 2013-08-28 20:13:42下载
- 积分:1
-
DouglasPeuckerAlgorithm
matlab仿真Douglas-Peucke算法(matlab simulation Douglas-Peucke algorithm)
- 2007-07-20 20:02:49下载
- 积分:1
-
@polynomial
VC维理论和结构风险最小化准则是统计学习理论中的重要内容,基于这一理论的支持向量机算法由于具有好的泛化性能受到重视,并被研究用于文本分类问题.基于多项式核的研究工作认为SVM的泛化能力不受多项式阶数的影响,并且能够处理很高维的分类问题,用于文本分类无需进行特征选择.研究发现,随着多项式核阶数的升高,SVM文本分类器会出现过学习现象,并且特征数越多越明显,特征选择是必需的.通过估计函数集的VC维,基于结构风险最小化理论对此问题进行分析,得出的结论跟实验结果相符.
(err)
- 2008-01-08 21:41:08下载
- 积分:1
-
PID2
说明: 传统PID控制matlab程序,希望对大家有所帮助,共同学习。(Traditional PID control matlab program, I hope all of you to help, learning together.)
- 2021-02-03 15:39:59下载
- 积分:1
-
TLD1.0_demo
捕食者物体跟踪算法 demo
动态物体捕捉算法
未来的计算机操作界面
(Object tracking algorithm demo predator to capture moving objects future computer interface algorithms
LTD)
- 2011-04-28 09:36:00下载
- 积分:1
-
showcontextmenu_v2
使用方法如下:
---------------------------------
hcmenu1= uicontextmenu
uimenu(hcmenu1,...)
uimenu(hcmenu1,...)
showcontextmenu(hObj,hcmenu1)
---------------------------------
尝试使用实例test_showcontextmenu.m。
这也包含了日常琐碎的一些功能:
getParentFigure(hObject)
%的投资回报hObject的父母图
getPositionOnFigure(hObject,单位)
%返回对象的绝对位置上的数字
getRelPosition(hObject,单位)
%的人能(hObject, 定位 )与特定的 单位 (Use as follows:
---------------------------------
hcmenu1 = uicontextmenu
uimenu(hcmenu1,...)
uimenu(hcmenu1,...)
showcontextmenu(hObj,hcmenu1)
---------------------------------
Try test_showcontextmenu.m for usage example.
This also contains a number of trivial routine functions:
getParentFigure(hObject)
returns hObject s parent figure
getPositionOnFigure( hObject,units )
returns absolute position of object on a figure
getRelPosition( hObject,units )
get(hObject, Position ) with specific units )
- 2011-05-23 11:25:13下载
- 积分:1