-
fixed_point
Fixed-Point iteration(Function fixed_point(p0, N) approximates the solution of an equation f(x) = 0, rewritten in the form x = g(x), which is a sub-function the user has to enter. the call to the function fixed_point(p0, N) returns the root of the equation f(x),i.e. the fixed-point of g(x), if the procedure is successful or a sequence of iterates in case something goes wrong. p0 is the initial approximation and N the maximum number of iterations. If, after N iterations, condition |x(k)- x(k-1)| < tol is not satisfied, all iterated values will be displayed, accompanied by a message asking the user to either change p0 in case of divergence or enter another g(x) that does not lead to complex numbers arithmetics. Reasons for the program to go wrong are the divergence of iterates and/or appearance of complex numbers for example with functions involving sqrt(x) when one of the iterates is negative. )
- 2009-05-14 04:43:58下载
- 积分:1
-
5
说明: ofdm的同步方法的参考文献,讲述了各种不同的参考文献的方法。(The synchronization method ofdm references about a variety of different methods References.)
- 2009-08-11 17:02:36下载
- 积分:1
-
solver
解集机制之solver 详情见源代码。辛苦写的(The mechanism of the solver solution set details, see the source code. Hard to write)
- 2013-01-04 19:50:33下载
- 积分:1
-
CART
matlab中cart决策树源代码,用于数据的分类和预测。(source code in matlab cart decision tree for data classification and prediction.)
- 2013-10-28 15:08:58下载
- 积分:1
-
Untitled11
首先定义一个高斯白噪声,然后在正弦信号中添加白噪声,再对带噪声的正弦信号进行平均值滤波(First, a Gauss white noise is defined, then the white noise is added to the sinusoidal signal, and then the average filtering of the sinusoidal signal with noise is filtered)
- 2017-07-24 11:33:50下载
- 积分:1
-
CS
说明: 压缩感知(Compressive Sensing(CS),或称Compressed Sensing、Compressed Sampling)。该理论指出:对可压缩的信号可通过远低于Nyquist标准的方式进行采样数据,仍能够精确地恢复出原始信号。该理论一经提出,就在信息论、信号/图像处理、医疗成像、模式识别、地质勘探、光学/雷达成像、无线通信等领域受到高度关注,并被美国科技评论评为2007年度十大科技进展。(Compressed Sensing (Compressive Sensing (CS), known as Compressed Sensing, Compressed Sampling). The theory states: compressible signal can be much lower than the Nyquist criterion for sampling data, and still be able to accurately recover the original signal. The theory was put forth, to receive significant attention in the field of information theory, signal/image processing, medical imaging, pattern recognition, geological exploration, optical/radar imaging, wireless communications, and Technology Review named the 2007 top ten scientific and technological progress.)
- 2012-05-30 21:25:48下载
- 积分:1
-
Stablelightsource
稳定的光源对光纤检测非常重要,这篇文章介绍了一种稳定的光源设计(Stable light source on the optical detection is very important, this article describes the design of a stable light source)
- 2010-09-01 22:30:27下载
- 积分:1
-
feipca
非线性PCA算法matlab程序段,完成独立分量分析的主分量分解(Non-linear PCA algorithm matlab program segment, the completion of independent component analysis of the principal component decomposition)
- 2009-04-28 10:36:59下载
- 积分:1
-
matlab-simulation-of-three-phase-induction-motor-
matlab simulation of three phase induction motor operation with unbalanced supply system
- 2013-03-02 14:10:00下载
- 积分:1
-
New-Folder
The recognition of a human being through his voice is one
of the simplest forms of automatic recognition because it uses
biometric characteristics which come from a natural action,
the speech. Speech, may be the cheapest form to supply a
growing need of providing authenticity and privacy in the
worldwide communication network
- 2013-04-05 21:34:09下载
- 积分:1