-
decandbin
二进制和十进制互相转换,比自带的更加方便(Each binary and decimal conversion, more convenient than the native)
- 2010-06-11 01:59:45下载
- 积分:1
-
FDM
利用MATLAB编写的有限差分静电场数值分析程序(finite differences programme with matlab)
- 2009-09-25 16:44:15下载
- 积分:1
-
wavedec1
说明: 利用小波变换的图像压缩算法,大家共同探讨,共同学习(Wavelet transform image compression algorithm, we explore, learn together)
- 2010-04-18 11:01:13下载
- 积分:1
-
fenleisuanfa
说明: 分别采用感知机算法、最小平方误差算法、线性SVM算法设计分类器,分别画出决策面,并比较性能。(Perceptron algorithm were used, the least square error algorithm, linear SVM classifier algorithm, respectively, making face paint, and compare performance.)
- 2011-04-14 17:21:59下载
- 积分:1
-
9
说明: 这是一个通用的宽带模拟器上基于OFDM分组传输系统为基础。它要求MATLAB版本6.0或更高。(This is a generic simulator-based broadband packet transmission system based on OFDM. It requires MATLAB version 6.0 or higher.)
- 2010-05-17 20:39:44下载
- 积分:1
-
wg_slot_cal
波导缝隙天线缝隙参数分析、提取、计算,在matlab环境下快速计算(waveguide slot antenna slot parameter calculation)
- 2021-01-27 16:18:37下载
- 积分:1
-
OFDM
新型调制技术 OFDM matlab 代码(The new modulation technique OFDM matlab code)
- 2014-02-22 16:09:57下载
- 积分:1
-
33system
微电网遗传算法优化,33节点的配电网网络重构,适合初学者学习(Microgrid genetic algorithm optimization, 33 node distribution network reconfiguration, suitable for beginners to learn.)
- 2020-11-17 11:19:40下载
- 积分:1
-
MATLABincontrolsystemsimulation
本书基于MATLAB 5.2版,提供了使用MATLAB的实践性指导。MATLAB已成为适合多学科、多种工作平台的功能强大、界面友好、语言自然并且开放性强的大型优秀应用软件,同时也已成为国内外高等院校高等数学、数值分析、数字信号处理、自动控制理论以及工程应用等课程的基本教学工具。本书按逻辑编排,自始至终用实例描述;内容完整且每章相对独立;是一本简明的MATLAB参考书,既适用于初学者,也适用于高级MATLAB用户。对MATLAB与FORTRAN、C等语言结合的描述更是所有MATLAB书籍中少有的一大特色。 本书适合作为理工科高等院校研究生、本科生教学用书,也可作为广大科研工程技术人员的自学用书。()
- 2007-09-24 08:44:16下载
- 积分: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