-
Yee+PML
YEE+FDTD原代码,非常实用,有参考价值(YEE+ FDTD source code, very useful, have reference value)
- 2007-08-05 11:22:31下载
- 积分:1
-
moving_average_v3.1
Smooths a matrix (with/without NaN s) via recursive moving average method and eliminates data gaps.
(MOVING_AVERAGE(X,F) smooths the vector data X with a boxcar window of size 2F+1, i.e., by means of averaging each element with the F elements at his right and the F elements at his left. The extreme elements are also averaged but with less data, obviously. Leaving the edges intact. The method is really fast.
MOVING_AVERAGE2(X,M,N) smooths the matrix X with a boxcar window of size (2M+1)x(2N+1), i.e., by means of averaging each element with its surrounding elements that fits in the mentioned box centered on it. This one is also really fast. The elements at the edges are averaged too, but the corners are left intact.
NANMOVING_AVERAGE(X,F) or NANMOVING_AVERAGE(X,F,1) accept NaN s elements in the vector X the latter interpolates also those NaN s elements surrounded by numeric elements.
NANMOVING_AVERAGE2(X,M,N) or NANMOVING_AVERAGE2(X,M,N,1) accept elements NaN s in the matrix X the latter interpolates also those NaN elements surrounded by numeric elements.)
- 2009-03-06 23:10:07下载
- 积分:1
-
MCM
【数学建模必备】2010年多目标规划详解(MCM必备)
- 2010-08-30 09:41:28下载
- 积分:1
-
LDPC_system
matlab 模拟ldpc系统,包括BER和SNR,BER和迭代次数的关系(matlab simulation ldpc system, including the BER and SNR, BER and the relationship of the number of iterations)
- 2012-12-30 12:11:34下载
- 积分:1
-
linear_equation_with_one_unkown
MATLAB—linear equation with one unkown(linear equation with one unkown)
- 2010-05-23 17:18:41下载
- 积分:1
-
CreatNNFF1
tiep tuc vay thoi chu con gi hon dau
- 2012-05-09 17:49:05下载
- 积分:1
-
Sc---Practical-Genetic-Algorithms-May-2004-unprot
one of the best books in Genetic Algorithms
- 2014-08-23 17:30:32下载
- 积分:1
-
Tamura-1
Tamura特征提取中的粗糙度、对比度、方向度的代码(Tamura feature extraction roughness, contrast, orientation, degree of code)
- 2013-03-06 21:14:41下载
- 积分:1
-
FV
说明: It is a matlab program for heat transfer modeling. The finite element is used.
- 2012-10-31 20:58:21下载
- 积分:1
-
simplex
该MATLAB程序实现了simplex迭代算法,该算法可以在不对目标函数求导情况下进行优化,适合数据量较大的算法优化。(The MATLAB program to achieve a simplex iterative algorithm, which can be optimized in the right objective function derivation, the large amount of data suitable algorithm optimization.)
- 2014-01-03 10:40:28下载
- 积分:1