-
resultICA
大纲很简单地独立分量分析理论和盲源分离技术20多年的发展历史,及其程序。(Independent component analysis of the history of the development of the theory and blind source separation technology more than 20 years, and its procedures.)
- 2021-01-29 09:48:39下载
- 积分:1
-
quan_TDMP_ber
LDPC的TDMP译码算法的不同量化方案下,误码率的仿真程序,包含encoder,decoder.并附有仿真图(Under different quantization scheme TDMP LDPC decoding algorithm, BER simulation procedures, including encoder, decoder. Together with simulation diagram)
- 2014-01-09 12:24:36下载
- 积分:1
-
lms.gongxiang
说明: MATLAB里面有LMS算法的程序,下面是我自己编写的LMS算法程序,供交流。(MATLAB there are procedures for LMS algorithm, the following is my own procedures for the preparation of the LMS algorithm for the exchange.)
- 2008-09-08 12:19:36下载
- 积分:1
-
matlab
matlab 实现的一些在机械方面的仿真,共有18个(failed to translate)
- 2011-05-24 16:37:14下载
- 积分:1
-
16QAM_Bit_Error_Rate_(BER)_with_Gray_mapping
仿真分析在格雷码和QAM调制下的SNR与BER关系(analyze gray code and QAM moudulation about SNR and BER relationship)
- 2010-10-19 19:55:47下载
- 积分:1
-
shuju
关于非线性拟合的介绍, 与处理适合初学者的使用。(Introduction of non-linear fitting, and processing for beginners use.)
- 2010-05-12 11:43:22下载
- 积分:1
-
ICP-ps
Iterative Closest Point (ICP) 算法的改进型,精读高于原始版的,对点云噪声和漏洞的处理效果更好于原始版。(Iterative Closest Point (ICP) algorithm is improved, intensive than the original version.)
- 2013-07-16 19:55:43下载
- 积分:1
-
deec
一种改进的LEACH算法和LEACH算法的比较(Comparison of an improved LEACH algorithm and LEACH algorithm)
- 2017-06-17 21:25:52下载
- 积分:1
-
MM1_queuing
M/M/1 排队模型,用MATLAB简单写的(M/M/1 queuing model, built up in matlab)
- 2009-10-28 12:53:18下载
- 积分: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