-
AGWN_RE
高斯白噪声信道下接收端对发送信号的恢复效果(Gaussian white noise channel receiver, the recovery of the transmitted signal)
- 2010-05-29 20:41:43下载
- 积分:1
-
Newtoniterate
说明: 数值计算牛顿迭代法的matlab源程序
说明如下:
%fun----input,the part as the form of f(x) in the equation f(x)=0
% ini----input,sets the starting point to ini
% err----input,sets admissible error
% sol----output,returns the root of equation(Numerical calculation of the Newton iteration matlab source described as follows: fun---- input, the part as the form of f (x) in the equation f (x) = 0 ini---- input, sets the starting point to ini err---- input, sets admissible error sol---- output, returns the root of equation)
- 2008-12-06 22:42:53下载
- 积分:1
-
FastICA
FastICA matlab工具箱,附使用说明(FastICA matlab toolbox)
- 2011-12-23 16:19:44下载
- 积分:1
-
jiefangcheng
说明: matlab中解方程得应用,现形微分方程的解法等(matlab equation was applied in solution, the solution of differential equations edition, etc.)
- 2008-09-17 12:47:45下载
- 积分:1
-
exm09435_1
有关MATLAB基础教程的程序,希望对下载的人有所帮助。(based on MATLAB Guide to the procedure, hoping to download the help.)
- 2007-04-26 20:10:04下载
- 积分:1
-
Matlab-code-BPA
Please send to you my code matlab example3
- 2011-11-11 10:28:46下载
- 积分:1
-
QPSOGuide
sunjun编写的量子粒子群算法,MATLAB程序,简单易懂,注释清晰。(QPSO.m coded by Sun Jun, a efficient and effective algorithm, also a Swarm-Intelligent algorithm.)
- 2020-12-24 12:19:05下载
- 积分:1
-
fastica
基于独立成分分析混合图像盲源分离技术与研究(Technology and Research mixed image separation by Independent Component Analysis)
- 2015-05-14 16:21:20下载
- 积分:1
-
fmincon
说明: Optimization of PID Parameters Using SIMULIN K and Optimization Toolbox
- 2019-05-23 08:15:20下载
- 积分: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