-
numericalsimulationmatlab
数值分析 通过matlab 编程实现。由多元插值等程序组成(matlab numerical simulation )
- 2010-08-17 17:52:13下载
- 积分:1
-
caisetuxiang
数字图像处理姚敏版第六章彩色图像所有例子的完整matlab代码 可以正确运行(Yao Min version of digital image processing color images all the examples of Chapter VI of the complete matlab code can be correctly)
- 2011-05-17 17:15:40下载
- 积分:1
-
harmonic-oscillator
this program simulate the motion of harmonic oscillator
- 2011-05-21 08:27:18下载
- 积分:1
-
ganzhiqi_newp
使用matlab 感知器工具箱函数newp编写单层感知器文件,模式识别作业(Use the matlab perception toolbox function newp the preparation of single-layer perceptron file, pattern recognition operations)
- 2012-05-24 19:40:31下载
- 积分:1
-
Extracting-Embedded-Images-From-An-Assembly---Cod
Articulo de Josh Smith, sobre como extraer imagenes embebidas en ficheros
- 2014-11-26 22:47:07下载
- 积分:1
-
DIGITAL-CHAOTIC-COMMUNICATIONS
DIGITAL CHAOTIC COMMUNICATIONS IT USE CHAOTIC SIGNALS AS A CARRIER
- 2013-12-22 04:51:47下载
- 积分:1
-
nonlinear-equation
mulStablePoint 用不动点迭代法求非线性方程组的一个根
mulNewton 用牛顿法法求非线性方程组的一个根
mulDiscNewton 用离散牛顿法法求非线性方程组的一个根
mulMix 用牛顿-雅可比迭代法求非线性方程组的一个根
mulNewtonSOR 用牛顿-SOR迭代法求非线性方程组的一个根
mulDNewton 用牛顿下山法求非线性方程组的一个根
mulGXF1 用两点割线法的第一种形式求非线性方程组的一个根
mulGXF2 用两点割线法的第二种形式求非线性方程组的一个根
mulVNewton 用拟牛顿法求非线性方程组的一组解
mulRank1 用对称秩1算法求非线性方程组的一个根
mulDFP 用D-F-P算法求非线性方程组的一组解
mulBFS 用B-F-S算法求非线性方程组的一个根
mulNumYT 用数值延拓法求非线性方程组的一组解
DiffParam1 用参数微分法中的欧拉法求非线性方程组的一组解
DiffParam2 用参数微分法中的中点积分法求非线性方程组的一组解
mulFastDown 用最速下降法求非线性方程组的一组解
mulGSND 用高斯牛顿法求非线性方程组的一组解
mulConj 用共轭梯度法求非线性方程组的一组解
mulDamp 用阻尼最小二乘法求非线性方程组的一组解(different methods to solve a nonlinear equation)
- 2021-04-06 15:09:02下载
- 积分:1
-
ofdmsim
在训练序列方法中,介绍了时域结构不同的三种算法,比较了它
们的估计性能。在循环前缀算法这一节中,提出了一种基于循环前缀的改进算法,(No Ordinary Blanket
This is my blanket.
My blanket is not just an ordinary blanket.
My blanket can change into different things.
If I tie it around my neck,
my blanket can change into a cape.
“I am Superman!”
If I drape it between two chairs,
my blanket can change into a fort.
“I am the captain of my fort!”
If I put it over my head,
my blanket can change into a ghost)
- 2011-05-23 16:20:39下载
- 积分:1
-
RDPTA
Algorithm Given are P training pairs {X1,d1,X2,d2....Xp,dp}, where Xi is (n*1) di is (n*1) No of Categories=R. i=1,2,...P Yi= Augmented input pattern( obtained by appending 1 to the input vector) i=1,2,…P In the following, k denotes the training step and p denotes the step counter within the training cycle Step 1: c>0 , Emin is chosen, Step 2: Weights are initialized at w at small values, w is (n+1)*1. Counters and error are initialized. k=1,p=1,E=0 Step 3: The training cycle begins here. Input is presented and output computed: Y=Yp, d=dp Oi=f(wtY) for i=1,2,….R
Step 4: Weights are updated: wi=wi+1/2c(di-oi)Y for i=1,2,…..R. Step 5: Cycle error is computed: E=1/2(di-oi)2+E for i=1,2,…..R. Step 6: If p<P then p=p+1,k=k+1, and go to Step 3: Otherwise go to Step 7. Step 7: The training cycle is completed. For E=0,terminate the training session. Outputs weights and k. If E>0,then E=0 ,p=1, and enter the new training cycle by going to step 3.
- 2014-11-06 11:12:37下载
- 积分:1
-
snake
主要是matla中的snake算法的一些模板套路,像是snakedeform、snakedisp、gaussianMask等(The snake is mainly matla some templates algorithm routines, such snakedeform, snakedisp, gaussianMask etc.)
- 2013-11-16 11:56:33下载
- 积分:1