-
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
-
interlace
说明: 将相关位非相关化的扩频512位的交织程序(The relevant bit of non-associated spectrum of the 512-bit interleaving process)
- 2010-05-03 14:54:56下载
- 积分:1
-
interface-problem(matlab-cPP)-
matlab与VC++混合编程的接口问题,关于路径配置等,想要用混合编程的可以看看(the matlab and VC++, mixed programming interface on the path configuration, you want to use hybrid programming can take a look at)
- 2012-06-04 11:39:47下载
- 积分:1
-
matlab编写 wkb计算电磁波通过等离子体衰减
matlab编写 wkb计算电磁波通过等离子体衰减(a matlab program to compute the attenuation of electromagnetic wave)
- 2021-04-29 13:18:42下载
- 积分:1
-
MMSE
多变量多尺度熵分析程序,对研究信号的来说,很重要,代码来自一学者网站(Multivariate multiscale entropy analysis program for the study of the signal, it is important, a scholar website code)
- 2014-09-30 14:07:46下载
- 积分:1
-
WienerScalart96
维纳滤波语音增强算法:语音增强算法的维纳滤波器,通过scalart 1996提出的实现。使用一个决策指导的方法跟踪的先验信噪比。请注意,该信号的第一0.25sec用于模型的噪声,即,它是假定的演讲之后,0.25sec开始(Wiener Filter for Noisy Speech Enhancement, implemented as proposed by Scalart 1996. Uses a decision directed method to track the a priori SNR. Note that the first 0.25sec of the signal is used to model the noise, that is, it is assumed that speech starts after that 0.25sec)
- 2013-10-21 20:49:51下载
- 积分:1
-
boostcon
Boost converter in DC Supply
- 2014-11-13 00:44:45下载
- 积分:1
-
filter_std
气象学中利用butter-worth滤波,并且计算标准差(butter-worth filter and calculate the standard deviation)
- 2020-10-15 09:37:29下载
- 积分:1
-
convmenu
这是关于卷积编码的程序,希望对大家有所帮助.(This is on the coding process, we hope to help.)
- 2006-11-19 16:10:58下载
- 积分:1
-
qpskmdm
对qpsk一个整体的仿真,从源信号的生成,调制,加载波,解调等,步骤清晰,与通用教材原理图逐步仿真而来(Qpsk simulation of a whole, the signal generated from a source, modulation, plus carrier demodulation step clarity, and general simulation of materials gradually from the schematic)
- 2014-02-14 00:28:25下载
- 积分:1