-
fixed_point_systems
Fixed-point for functions of several variables (Function fixed_point_systems(x0, N) approximates the solution of a system of nonlinear equations F(x) = (f1(x), f2(x), ..., fn(x)) = 0 rewritten in the fixed-point form x = G(x) = (g1(x), g2(x), ..., gn(x)). This is done by the user at the bottom of the file. The sub-function G(x) has to be updated accordingly with the given system. The iteration scheme x(k+1) = G(x(k)) is implemented until condition |x(k)- x(k-1)| < tol is met, starting with an initial approxiamtion vector x0. If, after N iterations, the stopping criterion is not reached, a message concerning the iterated x s is displayed. the output consists of iterates of each variables x1, x2, ..., xn in each column. )
- 2009-05-14 04:39:19下载
- 积分:1
-
liziq
说明: matlab的差分算法实现以及粒子群优化算法介绍
(matlab differential algorithms and particle swarm optimization algorithm introduced)
- 2010-03-31 19:27:48下载
- 积分:1
-
sensor_error_estimation
传感器系统的偏差估计方法,包括批处理最小二乘和递推最小二乘的实现代码。(The code realize the deviation estimation methods of the sensor system, including batch least squares and recursive least squares implementation.)
- 2012-06-02 21:44:24下载
- 积分:1
-
WOA算法
说明: 鲸鱼优化算法(WOA)也是一种元启发式优化算法。一种新的模拟座头鲸狩猎行为的元启发式优化算法(鲸鱼优化算法,WOA)。目前的工作与其他群优化算法相比的主要区别在于,采用随机或最佳搜索代理来模拟捕猎行为,并使用螺旋来模拟座头鲸的泡泡网攻击机制。(Whale optimization algorithm (WOA) is also a meta heuristic optimization algorithm. A new meta heuristic optimization algorithm (whale optimization algorithm, WOA) is proposed to simulate the hunting behavior of humpback whales. The main difference between the current work and other swarm optimization algorithms is that the random or optimal search agent is used to simulate the hunting behavior, and the spiral is used to simulate the bubble net attack mechanism of humpback whales)
- 2020-10-11 17:51:06下载
- 积分:1
-
nmldpc
to encode an LDPC code
- 2012-04-02 02:43:03下载
- 积分:1
-
MIMO-OFDM
单用户MIMO以及多用户MIMO的检测程序,包括最大似然检测,最小均方误差检测等的matlab实现,以及MIMO_OFDM主要程序(Single-user MIMO and multi-user MIMO testing procedures, including maximum likelihood detection, minimum mean square error detection matlab realize and the main program of MIMO_OFDM)
- 2021-04-24 21:58:47下载
- 积分:1
-
WMR
this folder contains a matlab code for wmr coding.
- 2013-08-05 13:33:53下载
- 积分:1
-
OFDM-cde
This is code for OFDM
- 2014-01-04 15:34:14下载
- 积分:1
-
2D-Navier-Stokes
Flow to compute the incompressible flow in a lid driven cavity
- 2014-02-14 21:14:17下载
- 积分:1
-
xiaobo
小波光谱去噪源代码,包含三种阈值去噪方法和误差分析(Wavelet Spectra Denoising source code, including the three threshold denoising method and error analysis)
- 2010-06-17 16:28:49下载
- 积分:1