-
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
-
SinglePulse
Simulink下的脉冲激励模块。可以设置激励值和时间。(Simulink, the pulse excitation module. You can set the value and timing of incentive.)
- 2010-10-18 12:39:16下载
- 积分:1
-
flat
flat line control refister
- 2011-09-04 14:46:55下载
- 积分:1
-
camip300_01
the P300 (P3) wave is an event related potential (ERP) elicited in the process of decision making.
- 2012-03-14 11:08:00下载
- 积分:1
-
仿真
基于卡尔曼滤波时间同步算法,可以显示同步前和同步后的差别(Based on kalman Filter time synchronation)
- 2018-09-17 20:40:49下载
- 积分:1
-
decodeLogDomainSimple
Prob log domain simple Decoding procedure in matlab m-file
- 2010-11-24 22:12:52下载
- 积分:1
-
pcm3
脉冲编码调制(PCM)用于在数字传输媒体上传送模拟信号,在PCM中,首先对模拟信号以高于其带宽两倍的奈奎斯特率进行采样,然后对所得样本进行量化。采用不同量化级别生成的PCM编码会影响接收器重建模拟信号的质量。 (Pulse code modulation (PCM) for the media in the digital transmission of analog signal transmission in the PCM, the first analog signal to more than the Nyquist rate of twice the bandwidth sample, and then to quantify the samples. Using different quantization level generated PCM coding receiver will affect the quality of the reconstruction of analog signals.)
- 2008-06-19 18:18:09下载
- 积分:1
-
CODE
MATLAB PROBLITY CODE N DATABASE COMPARISION
- 2013-02-12 20:29:25下载
- 积分:1
-
Application-Architecture-Guide-v2
Application Architecture Guide v2,NET架构设计的参考书籍(Application Architecture Guide v2, NET architecture design reference books)
- 2013-12-20 15:44:20下载
- 积分:1
-
gmm
Bayesian mixture of Gaussians. This set of files contains functions for performing inference and learning on a Bayesian Gaussian mixture model. Learning is carried out via the variational expectation maximization algorithm.
- 2009-12-16 13:26:19下载
- 积分:1