-
kalmanf
用matlab编写的卡尔曼滤波程序,一个文件(Kalman filter using matlab programs written in)
- 2009-12-21 14:59:19下载
- 积分:1
-
untitled5
model reference with simulink
- 2011-10-24 03:57:14下载
- 积分:1
-
My_DifferentGaussPyramidImage
基于Matlab的高斯差分金字塔图像产生程序,可直接输入一副图像,调用此函数就可以得到你所想要的所有金字塔图像。(Based on Matlab Difference of Gaussian pyramid image generation process can be directly input an image, calling this function you can get what you want all the pyramid image.)
- 2013-11-02 16:39:33下载
- 积分:1
-
Amorphous
Amorphous定位算法的matlab仿真(Amorphous positioning algorithm matlab simulation)
- 2012-05-19 09:44:17下载
- 积分:1
-
matlab
计算二维光子晶体能带结构matlab程序(matlab )
- 2010-08-13 11:12:48下载
- 积分:1
-
QPSK_ray
说明: QPSK调制解调 信号高斯信道及rayleigh信道(QPSK modulation and demodulation and channel signal Gaussian rayleigh channel)
- 2009-08-08 21:06:16下载
- 积分:1
-
coding
英文版纠错编码的参考书籍,介绍关于纠错编码的基础知识(English error correction coding of the reference books to introduce the basics of error correction coding)
- 2010-05-25 16:47:30下载
- 积分:1
-
ca128
matlab计算一种图形颗粒识别参数,该参数是通过小波分解的能量参数来定义的(matlab computing a graphical particle identification parameter, which is defined by the parameters of wavelet decomposition energy)
- 2012-08-21 23:46:01下载
- 积分:1
-
Kinematic-Hardening-Plasticity
A UMAT Coding for Kinematic Hardening Plasticity.
- 2013-10-18 19:18:14下载
- 积分: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