-
diguishenjing
递归算法 [1 1 1 1 1 0 1 0 0 0 1 0 0 0 0 1 1 0 0 0 1 1 1 0 0 1 1 1 1 0]
t=[0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1]
给权值赋初值
w1=eye(5,10)
w2=eye(10,5)
wr=eye(10,10)/3
wobias=eye(6,5)/4
wbias=eye(6,10)/3
x=ones(6,10)/3
ww2=zeros(10,5)/6
ww1=zeros(5,10)/6
wwr=zeros(10,10)/6
wwobias=zeros(6,5)/5
wwbias=zeros(6,10)/4
g=[1 1 1 1 1]
f=[1 1 1 1 1 1 1 1 1 1] (Recursive algorithm)
- 2011-05-21 16:44:22下载
- 积分:1
-
model_veh
在matlab中构建了车辆的四分之一模型,仅供参考。(The 1/4 model of vehicle is built in MATLAB, including two suspension, all of which are nonlinear.)
- 2018-05-11 19:56:29下载
- 积分:1
-
Collaborativefuzzyclusteringmodel
协同模糊聚类建模通过特征选择和协同模糊聚类的模糊建模方法构建T-S模型,并用此模型对数据进行测试。(Collaborative fuzzy clustering modeling and collaboration through the feature selection fuzzy clustering TS fuzzy modeling method to build models and use this model of data for testing.)
- 2009-02-15 19:47:02下载
- 积分:1
-
eje2gmm
GMM efficient estimation on Matlab
- 2010-05-17 04:17:18下载
- 积分:1
-
MATLAB-Code-for-Plotting-Ambiguity
模糊函数绘制软件,可用于绘制多种信号的模糊函数。(ambiguity function)
- 2012-04-09 22:15:01下载
- 积分:1
-
TEST
利用matlab、simulink 仿真
实现基带移相键控,并进行误码率分析,而且画出了输入输出两者的波形(Using matlab, simulink simulation of baseband phase-shift keying, and the bit error rate analysis, and draw the waveforms of both input and output)
- 2011-06-20 18:05:53下载
- 积分:1
-
pid_optimze_guide_simulink_matlab
PID控制器,比较简单,可以作为matlab的GUI界面的教学使用。(PID controller.It is relatively simple, and can be used as the teaching tool of the Matlab GUI interface.)
- 2012-05-28 02:48:54下载
- 积分:1
-
2
说明: 差分维数计算源代码,大家一定用得到!!!(Differential dimension calculation source code, we must use to get! ! !)
- 2011-09-18 00:48:48下载
- 积分:1
-
pso3wei
对多元函数动态描述pso算法,可以根据此代码,只要稍微改动,就可以用于其他程序(matlab7.0以上版本)(Dynamic description of multi-function pso algorithm, based on this code, as long as a slight change, it can be used for other procedures (matlab7.0 above))
- 2009-05-29 09:56:14下载
- 积分:1
-
OFDM2
OFDM信道估计的简单仿真程序,使用最小二乘方法对OFDM信道进行估计。(OFDM channel estimation in a simple simulation program, using the least-squares method OFDM channel estimation.)
- 2010-01-10 19:21:22下载
- 积分:1