-
eg20-bianliangshaixuan
《MATLAB神经网络30个案例分析》中的第20个例子,案例20 神经网络变量筛选—基于BP的神经网络变量筛选。希望对大家有一定的帮助!(The MATLAB neural network analysis of 30 cases of example, 20 cases of 20 neural network variable selection- based on BP neural network of variable selection. Hope to have certain help to everybody!)
- 2013-09-20 16:35:50下载
- 积分:1
-
RCB_RR
Estimates the power spectral densities (PSDs) using both the generalized Ridge Regression (GRR) method [Hoerl, Kennard] and the ordinary RR method with loading level decided by the harmonic mean (HKB) and a Bayesian estimator (LW) for deciding the diagonal loading level.
- 2013-12-07 05:05:13下载
- 积分:1
-
getTableFromWeb_mod
Read table from HTML file (url) to Matlab cell array.
- 2014-02-01 20:56:54下载
- 积分:1
-
LDA
数据挖掘的线性判别分析,用matlab编写(Data Mining linear discriminant analysis, using matlab write)
- 2009-11-06 21:49:19下载
- 积分:1
-
predictivecontrol1
本程序涵盖预测控制模糊控制等多个知识点运行效果良好(This procedure covers the fuzzy control, predictive control point running well over knowledge)
- 2010-07-05 11:07:56下载
- 积分:1
-
work2
在matlab环境下对偏微分方程的Jacobi迭代解法的算法实现(Environment in matlab partial differential equations of the Jacobi iterative solution algorithm)
- 2007-11-11 20:58:29下载
- 积分:1
-
motorPID
pid调节的matlab 模型,很好很强大。要用的来吧,保证可用。(pid regulation matlab model, very good very strong. Come spend the guarantee available.)
- 2008-03-18 15:21:16下载
- 积分:1
-
modeling
气固相固定床反应器中物料浓度温度随管长变化的模拟(Gas-solid fixed bed reactor tube length material change of temperature with the concentration of analog)
- 2010-07-31 16:06:18下载
- 积分: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
-
dbf
说明: 各种波束形成方法的集合,非常好用,当然,非原创。(A collection of various beamforming methods, very easy to use and, of course, non-original.)
- 2010-05-02 21:04:00下载
- 积分:1