-
1
说明: matlab经典课堂讲义 1
学习matlab中相当好的不可多得的讲义,动画形式的(matlab classic classroom lecture in a very good learning matlab rare lecture, animation of)
- 2009-09-15 10:39:33下载
- 积分:1
-
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
-
pcm
完成通信原理pcm的编码调制,希望对大家有所帮助(Complete communication of the code modulation pcm principle, I hope all of you to help)
- 2009-05-27 21:38:04下载
- 积分:1
-
induction_machine_12
new induction machine model with matlab coding
- 2012-10-07 17:14:07下载
- 积分:1
-
petrinet2.1
matlab的petri网工具包,可以在matlab7.0上运行(the petri net matlab toolkit, you can run matlab7.0)
- 2008-05-27 11:19:48下载
- 积分:1
-
hsdpa
说明: 系统仿真了HSDPA中的HARQ系统,对HARQ系统的吞吐量,重传次数做了分析描述(Simulation of HSDPA in the HARQ system, the throughput of the HARQ system, the number of retransmission made analyzed and described)
- 2010-04-16 12:21:25下载
- 积分:1
-
QPSK_m
QFSK加高斯噪声后,在0-10dB信噪比下,误码率曲线绘制(After QFSK plus Gaussian noise at 0-10dB SNR, BER curves plotted)
- 2014-12-31 15:27:02下载
- 积分:1
-
huffman
本程序是姚敏那本图像处理书中的赫夫曼定理的源代码,经验证无误。此文档是.m文件的形式,可以直接用matlab打开(This procedure is that the image processing Yao Min Huffman Theorem book source code, proven correct. This document is. M file form that can be opened directly with matlab)
- 2010-12-13 15:37:27下载
- 积分:1
-
NLMS
Algoritmo en matlab de NLMS code, archivo .m
- 2010-07-12 06:48:04下载
- 积分:1
-
RLS
关于rls算法的改进算法,并对其进行分析(Algorithm for rls algorithm and analyze)
- 2011-11-12 15:14:52下载
- 积分:1