-
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
-
viterbi_soft
(2,1,3)卷积码编码,软判决译码;matlab语言编码;verilog语言译码;((2,1,3) convolutional code encoding, soft-decision decoding matlab coding verilog decoder )
- 2020-07-04 12:40:02下载
- 积分:1
-
GA-BPNN
遗传算法优化BP神经网络-非线性函数拟合(BP neural network optimized by genetic algorithm for nonlinear function fitting)
- 2020-09-14 20:17:56下载
- 积分:1
-
huffman_code
使用Matlab工具实现哈夫曼压缩编、解码,已执行验证可实现(Using the Matlab tool Huffman compression coding, decoding, validation is performed to achieve)
- 2012-04-11 21:32:50下载
- 积分:1
-
xinhaofashengqi
能产生信号如正弦,方波,锯齿波等,并进行合成分解等功能(Can generate signals such as sine, square, sawtooth, etc., and the synthesis of functional decomposition)
- 2010-10-13 20:12:21下载
- 积分:1
-
fengshiliangmoxing
源代码为作者在2012年9月参加的全国研究生数学建模 联合开发网 - pudn.com
- 2013-01-17 22:39:39下载
- 积分:1
-
dijkstra
解决最短路经的matlab程序,很详细。。(Solve shortest path matlab procedures, very detailed. .)
- 2012-10-22 17:54:47下载
- 积分:1
-
Learn_Matlab
Matlab7.0,英文版的,讲的都是基础,适合初学者入门,很不错的资料。(Matlab7.0, the English version of, say are the basis of entry for beginners, very good information.)
- 2009-06-22 14:21:38下载
- 积分:1
-
mengte
蒙特卡洛使用程序基本源代码,提供随机变量的多种分布类型,可以直接使用。(Monte Carlo procedures for the basic source code, to provide a wide range of random variable distribution type, can be used directly.)
- 2008-08-16 09:58:02下载
- 积分:1
-
coloring-problem
Welsh.m为着色问题中的Welsh-Powell算法程序,并且sortd.m为其中调用的一个排序子函数。(Welsh.m coloring problem in the Welsh-Powell algorithm program and sortd.m call for which a sort subroutines.)
- 2012-04-16 15:01:13下载
- 积分:1