-
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
-
ofdm
说明: 本代码利用matlab工具,对OFDM系统的调制与解调原理进行仿真。(The code using matlab tools, the OFDM modulation and demodulation system simulation.)
- 2011-04-18 16:17:49下载
- 积分:1
-
az
说明:
IMPLEMENTATION OF GAUSS SEIDEL METHOD IN MATLAB
- 2012-02-14 06:39:29下载
- 积分:1
-
threshold_segmentation
Simple threshold segmentation of medical CT data in DICOM data representation.
- 2009-03-17 21:50:58下载
- 积分:1
-
xingxingquxian
利用matlab软件得到二维的星形曲线,画出其图像(Using matlab software is a two-dimensional star graph, draw its image)
- 2014-12-21 22:22:21下载
- 积分:1
-
CMI-DHB3-CMI
在matlab中对AMI、HDB3、CMI等码进行编码,(In matlab encode for AMI)
- 2013-12-13 23:32:24下载
- 积分:1
-
PCA
基于PCA(Principal Component Analysis)算法的故障检测(Fault detection based on PCA algorithm,)
- 2018-06-02 12:35:17下载
- 积分:1
-
Untitled
图像压缩 对现有的二维图像利用二维小波进行图像压缩(Image compression)
- 2010-12-01 19:02:03下载
- 积分:1
-
IS95
说明: IS-95前向链路通信系统MATLAB仿真实现(IS-95 forward link communication system MATLAB Simulation)
- 2010-04-26 19:55:39下载
- 积分:1
-
paper-
基于模糊自适应控制算法在网络主动队列管理中的应用研究(Research of Active Queue Management in Network Based on Self-adjusting Controller Algorithm of Fuzzy)
- 2011-05-29 10:02:15下载
- 积分:1