-
wimax_ofdm
基于第三代通讯wimax核心编码ofdm编码的matlab性能仿真(based on the third generation telecommunications wimax core coding ofdm coding Matlab Performance Simulation)
- 2007-05-02 16:08:44下载
- 积分:1
-
test4PAMAWGN
在带限信道信号传输的仿真。仿真4PAM调制信号在AWGN信道下的性能,画出误比特率和误符号率。 (In the band-limited signal transmission channel in the simulation. Simulation 4PAM modulated signal in AWGN channel performance.)
- 2013-10-25 11:27:40下载
- 积分:1
-
xianxingchazhi
信号分析处理-线性插值实例。。。。。。。。。。(Signal- linear interpolation examples)
- 2011-12-14 21:15:55下载
- 积分:1
-
dim-pca
Dimension reduction using principal component analysis.
- 2012-01-17 13:03:48下载
- 积分:1
-
Linear-regression-analysis
对采集的样例数据进行回归分析,包括一元、多元和病态回归三种情况,并在一定执行概率给出置信区间和回归预测(The collected sample data, regression analysis, including a dollar return of three cases and pathological diversity, and given a certain probability of confidence intervals and perform regression)
- 2021-01-06 22:18:54下载
- 积分:1
-
kl1p-0.4.2-sources-
基于C语言的压缩感知程序,目前大部分程序都是基于matlab的,这个代码可以作为参考。(C-based compressed sensing program, most programs are based on the current matlab, this code can be used as a reference.)
- 2014-11-17 19:01:08下载
- 积分:1
-
ASKmod
基于matlab的ASK调制程序,能够直接在matlab中运行(Based on the ASK modulation matlab procedures can run directly in matlab)
- 2008-12-19 14:46:28下载
- 积分:1
-
as
模拟 AM FM DSB 信号傅里叶变换图 频域稀疏(Analog AM FM DSB frequency domain signal sparse Fourier transform Figure)
- 2014-01-13 17:18:37下载
- 积分:1
-
trial
说明: 计算表面粗糙度高斯分布,利用matlab采取扫描方法(Calculation of Gaussian distribution of surface roughness)
- 2021-02-08 18:16:10下载
- 积分: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