-
OFDM
OFDM Program
OFDM system(including OFDM modulation, demodulation and WGN channel
- 2013-03-10 19:08:06下载
- 积分:1
-
3898238942894zhiwen
基于matlab的指纹库指纹识别设计,matlab源码和指纹库。(Matlab-based fingerprint identification fingerprint database design, matlab source code and fingerprint database.)
- 2013-11-07 15:24:18下载
- 积分:1
-
jadeR
独立分量分析的程序,MATLAB环境下编写的,采用的是JADE方法,可用来进行盲源分离(Independent component analysis program, MATLAB environment prepared by the JADE method can be used for blind source separation)
- 2010-09-25 15:02:19下载
- 积分:1
-
ehsan
This code can be use in picking of seismic data.
- 2009-11-07 01:45:34下载
- 积分:1
-
DATA-Encryption-AES
The MATLAB code which encrypt data based on AES technique.
- 2013-09-30 17:17:23下载
- 积分:1
-
Cap02_Shadowing-Effects
This file is the programs of (chapter 2) of book (Modeling the Wireless Propagation Channel a Simulation Approach with MATLAB) which is related to shadowing effects. It helps you to simulate wireless shadowing effects.
- 2013-10-15 23:03:51下载
- 积分:1
-
ch10
精通MATLAB参考源码第10章,喜欢MATLAB和神经网络的可以好好学习下,绝对的好资源!(Chapter X proficient MATLAB reference source, like MATLAB and neural networks can learn, the absolute good resource!
)
- 2011-12-04 21:19:44下载
- 积分:1
-
Program_0.1
Tutorial One (You should run it in the Command Window)
- 2012-04-22 18:27:41下载
- 积分:1
-
Gambit读取3维网格的Matlab程序
MeshFromGambit3D
从网格划分软件Gambit读取3维网格的Matlab程序,来自《节点间断迦辽金方法》一书(Matlab program read from the meshing software Gambit three-dimensional grid, from the node discontinuous Galerkin method, " a book)
- 2012-07-02 22:34:17下载
- 积分:1
-
newton_raphson
Newton-Raphson算法 介绍
在科学计算和财经工程领域,许多数值算法都是通用的(至少在理论上是),可广泛地用于解决一类问题。一个大家熟悉的例子就是Newton-Raphson例程,它可用来寻找方程 f(x)=0的数值解。标准的数学表达式f(x)表示f是变量x的函数,其通常的表达形式为f(x,a,b,...)=0,f被定义为多于一个变量的函数。在这种情况下,Newton-Raphson算法试图把x以外的变量固定并作为参数,而寻找关于变量x的数值解。
由于Newton-Raphson算法需要知道被求解函数的确切表达,其传统实现方法是直接将代码嵌入到客户应用程序中。这就使得算法的实现代码经过针对不同被求解函数的少量修改后在客户程序中反复出现。
同许多其它数学例程一样,Newton-Raphson算法的具体实现是应该与特定用户无关的。并且,重复编码在任何情况下都应该尽量避免。我们很自然地会想到把该类例程作为库函数来实现,以使客户程序可以直接调用它们。但是,这种实现方式必然会涉及到如何将用户自定义函数(Newton-Raphson 例程需要调用该函数)封装成可以作为参数传递的形式。
(err)
- 2008-06-16 10:38:48下载
- 积分:1