-
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
-
GPC-for-matlab
这是一个从书本上敲打上去的关于GPC的程序。非最小相位系统采用RLS辨识参数,输入为方波信号(This is a beat up books on the GPC program. Non-minimum phase system uses the the RLS identification parameters input square wave signal)
- 2013-05-14 21:08:17下载
- 积分:1
-
An-Introduction-to-Programming-and-Numerical-Meth
Introduction to matlab
- 2013-04-07 13:21:20下载
- 积分:1
-
XIANGGANXING-(2)
两独立通道之间EEG信号的相干性或协同性的matlab实现(EEG-Signal Kohä renz oder synergistische matlab zwischen den zwei unabhä ngigen Kanä len erreichen)
- 2013-04-08 18:36:02下载
- 积分:1
-
fangxt
相控阵直角坐标与极坐标先的方向图,可以调节字体与线条大小(Phased array Cartesian coordinates and polar coordinates before the pattern)
- 2014-01-05 15:52:47下载
- 积分:1
-
rplc
产生服从离散幂律分布的随机数,再用线性回归的方法求得其服从幂律分布的最小值和分布参数(a method of generating power law random numbers of discrete case and a method for calculating the alpha of a number set that satisfies a power law distribution)
- 2014-01-15 21:38:53下载
- 积分:1
-
convolution-code
卷积码的编码器是由一个有k个输入端、n个输出端、m节移位寄存器所构成的有限状态的有记忆系统,通常称它为时序网络。(A convolutional code encoder is composed of a k-th input terminal of the n output terminals, m section shift register constituted by a finite state memory system, the usually call timing network.)
- 2013-01-04 19:59:33下载
- 积分:1
-
chap6
移动机器人的运动轨迹跟踪的滑膜控制器matlab仿真设计(Mobile robot trajectory tracking controller matlab simulation design synovial)
- 2014-06-19 09:38:32下载
- 积分:1
-
89450205virtual_mimo_CODE
说明: 基于Matlab的MIMO通信系统仿真”,收获良多,特将其记录下来,与诸位分享。此主题分为上下两部分,第一部分主要涉及系统架构,第二部分侧重程序优化。若能帮助读者一二,实属万幸。(Multi-input multi-output (MIMO) communication system based on Matlab simulation ", so, will its record, share with you. This topic is divided into two parts, the first part mainly involves the system architecture, the second part focuses on process optimization. If can help readers just a little, is lucky.)
- 2019-04-23 09:01:34下载
- 积分:1
-
RECENT-PROGRESS-IN-IDMA
article about idma research
- 2010-07-14 15:53:17下载
- 积分:1