-
Lab2
Program to read data from a Ball&Hoop system and plot a graph.
- 2011-09-14 11:46:25下载
- 积分:1
-
bp_filter
说明: 带通滤波。该程序用matlab实现梯形窗的带通滤波,可以直接调用(Band-pass filter. Trapezoidal matlab implementation of the program window with a band-pass filter, can be called directly)
- 2011-02-23 15:02:58下载
- 积分:1
-
MmDemo
vc和matlab混合编程,在vc中调用matlab的函数进行计算和处理,本程序中调用了matlab图像处理函数打开图像并进行灰度处理(vc and matlab mixed programming, matlab function calls are calculated and processed in the vc, the program calls the matlab image processing function to open and grayscale image processing)
- 2014-02-05 20:05:21下载
- 积分:1
-
lengsou
MIMO OFDM matlab仿真,针对EMD方法的不足,esprit算法对有干扰的信号频率进行估计。( MIMO OFDM matlab simulation, For lack of EMD, esprit algorithm signal frequency interference can be assesse.)
- 2016-10-14 13:46:12下载
- 积分:1
-
imss3
This demo develops the steady-state characteristics of an induction motor First start the simulation, then Double click the <PLOTS> block to view torque-speed and
current-speed curves and the current circle diagram(This demo develops the steady-state chara cteristics of an induction motor First start th e simulation, then click the Double)
- 2006-07-21 14:57:05下载
- 积分:1
-
Control-System-Toolbox-8.2_
控制工具箱文件压缩包,从matlab里toolbox文件夹复制出来的。(Control System Toolbox 8.2_.zip)
- 2011-05-24 23:41:56下载
- 积分:1
-
RSSI-matlab
基于RSSI定位算法的MATLAB程序源代码(RSSI-based location algorithm MATLAB program)
- 2021-04-15 08:18:54下载
- 积分:1
-
tulun
数学建模中常用的图论程序,经整理,有注释(Commonly used mathematical modeling of graph theory program, collated, annotated)
- 2013-05-19 22:19:46下载
- 积分:1
-
wuyueshu
简单的无约束PSO算法,适合初学者,可以进行改进(PSO algorithm for unconstrained simple, suitable for beginners
)
- 2011-05-09 10:55:43下载
- 积分:1
-
1
bp_innerloop.m
Inner loop of the backpropagtion learning algorithm.
One hidden layer. Uses tanh as the transfer function.
Uses the following global variables for input and/or output:
Inputs1 - input patterns
Desired - desired output patterns
LearnRate - learning rate parameter
Momentum - momentum parameter
DerivIncr - increment to the derivative of the transfer function
(Fahlman s trick typical value 0.2)
Weights1 - first weight layer (updated by this routine)
Weights2 - second weight layer (updated by this routine)
deltaW1 - initialize to 0 before first call
deltaW2 - initialize to 0 before first call
TSS - total sum-squared error (set by this routine)
Recurrent state
- 2013-05-18 03:38:49下载
- 积分:1