-
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
-
OpticsLearning
说明: OPTICS
Learning by Computing,
with Examples
Using Mathcad, Matlab,
Mathematica, and Maple
- 2010-01-04 12:57:52下载
- 积分:1
-
Paradoxobirth
the birthday paradox
- 2014-09-12 08:58:29下载
- 积分:1
-
sancigouzhangjihans
三次样条插值函数边界条件由实际问题对三次样条插值在端点的状态要求给出.以第1边界条件为例,用节点处二阶导数表示三次样条插值函数,用追赶法求解相关方程组.通过Matlab编制三次样条函数的通用程序,可直接显示各区间段三次样条函数体表达式,计算出已给点插值并显示各区间分段曲线图.(Cubic spline interpolation function from the real problems of boundary conditions cubic spline interpolation is required to give the state of the endpoint. Boundary conditions in the first example, the second derivative with node represents a cubic spline interpolation function, solving equations associated with catch-up method group. preparation of common procedures cubic spline function through Matlab, can directly display each range segment cubic spline function body expression, to the point of interpolation has been calculated and displayed for each sub-interval graphs.)
- 2014-01-13 09:20:17下载
- 积分:1
-
cpu
采用仿真实验的方法,分析和评价FCFS、SJF、RR和MLFS算法的优劣,用c++实现四种调度算法,源代码如下,思路程序内有注解(Method using simulation, analysis and evaluation of FCFS, SJF, RR, and MLFS merits of the algorithm, using c++ to achieve the four scheduling algorithms, source code is as follows, ideas, comments within the program)
- 2011-05-04 19:47:14下载
- 积分:1
-
project-comm1
pre-emphasis filter and modulate audio signal
- 2013-03-11 22:29:45下载
- 积分:1
-
voc-release5
Latent SVM code voc-release 5
- 2013-12-08 12:50:45下载
- 积分:1
-
longgekuta
科学工程计算中方法中一种的,龙格库塔法求解(In the scientific and engineering calculations, the Runge-Kutta Method)
- 2012-05-14 15:11:09下载
- 积分:1
-
Fir-Lesmana
this application is detect face with alorithm
- 2015-01-12 16:49:16下载
- 积分:1
-
DivisorPolinomial---Table
Divisor polinomial. Sirve para divi polinomios con valores binarios
- 2015-02-03 08:05:06下载
- 积分:1