-
MATLAB
《MATLAB智能算法30个案例》分析源代码(" MATLAB intelligent algorithm 30 case" analyze the source code)
- 2013-07-19 12:49:57下载
- 积分:1
-
zzz099SVM
为了对目标进行快速的检测,提出了一种新的基于支持向量机的级联式分类器的构造方法。该级联分类器由若干个线性SVM弱分类器构成,结构简单,分类时间极快。针对级联结构中的每个节点的训练给出了一个新的SVM框架下的二次规划模型,这使得每个节点都有较高的正样本检测率和适当的负样本错检率。(In order to quickly detect the target, a new cascade based on support vector machine classifier constructor. The cascade is controlled by a number of weak linear SVM classifier structure, simple structure, classification of time fast. Cascade structure for the training of each node is given a new SVM quadratic programming model under the framework, which allows each node has a higher detection rate of positive samples and negative samples of appropriate fault detection rate.)
- 2011-04-27 17:23:23下载
- 积分:1
-
MATLAB-MBPSO-master
说明: 基础BPSO的matlab程序,可用于学习使用(Matlab program of basic BPSO)
- 2019-03-11 10:36:50下载
- 积分:1
-
Lyapunov_exponents
小数据量法计算 Lyapunov 指数的 Matlab 程序 - (mex 函数,超快)(Small amount of data calculated Lyapunov index Matlab program- (mex function, ultra-fast))
- 2010-05-27 15:31:06下载
- 积分:1
-
chap11
vc++matlab图像处理与识别分章代码下载11(vc++ matlab image processing and recognition of sub-chapter code 11 download)
- 2009-03-28 09:53:32下载
- 积分:1
-
phd
This file forms an estimate of the frequency spectrum using Pisarenko harmonic decomposition.
- 2010-10-07 18:51:41下载
- 积分:1
-
LMS
LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h *p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) ( LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h*p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) )
- 2021-03-01 22:29:34下载
- 积分:1
-
hahajing
MATLAB数字图象处理哈哈镜程序,三角形、梯形、S形(MATLAB DistortionLi digital image processing procedures, triangle, trapezoid, S-shaped)
- 2007-02-15 15:42:20下载
- 积分:1
-
3-freedom-vehicle
整车3个自由度基于拉格朗日方程的动力学仿真(Dynamics simulation of the vehicle three degrees of freedom based on the Lagrange equation)
- 2012-06-12 10:23:02下载
- 积分:1
-
ARRAYS
design array antenna
- 2014-11-30 23:54:46下载
- 积分:1