-
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
-
GSO
通过此代码实现萤火虫算法仿真,改变函数,即可实现不同的函数结果。(This code implements the firefly algorithm simulation, change the function, you can achieve different function results.)
- 2012-03-30 15:10:21下载
- 积分:1
-
stprtool18sep06
关于matlab数学统计方面的程序。包括支持向量机,混合高斯模型等等。(Matlab mathematical statistics on the procedure. Including support vector machines, Gaussian mixture model, and so on.)
- 2007-05-29 14:08:49下载
- 积分:1
-
myp
simple plot and show image matlab code with dll for .net app
- 2014-02-01 15:59:01下载
- 积分:1
-
Example Scripts
说明: 基于代理模型的工程设计Example Scripts(Example Scripts)
- 2020-08-03 15:08:37下载
- 积分:1
-
matlab
遗传算法经典例子matlab来实现-Matlab genetic algorithm to achieve a classic example of(Matlab genetic algorithm to achieve a classic example of)
- 2009-05-22 12:17:04下载
- 积分:1
-
bishezongjie
在OFDM系统
中,宽带信道被分割相互重叠的窄带子信道,如果各子信道
的带宽比信道的相干带宽要小,那么信号传输就有可能在无
频率选择性衰落或者平坦衰落的信道进行。(In OFDM system
The wideband channel is divided into narrowband sub-overlapping, if each sub-
The bandwidth is less than the coherence bandwidth of the channel, the signal transmission is possible without
Frequency selective fading or flat fading channels.)
- 2014-08-17 12:26:09下载
- 积分:1
-
qshiftgen
关于复数小波的matlab代码,用于图像去噪、图像增强等(of Complex Wavelet the Matlab code for Image Denoising, image enhancement, etc.)
- 2007-03-08 17:18:55下载
- 积分:1
-
phase-diversity-method
频率估计问题一直是研究的热点。此为一个相位差法估计频率的程序代码,可供学习参考。(Frequency estimation has been the research focus. This is a phase difference method to estimate the frequency of the program code, for learning reference.)
- 2014-09-23 14:49:29下载
- 积分:1
-
afsa1
matlab程序实现 人工鱼群算法对测试函数进行测试 包里还包含测试函数的程序(AFSA matlab program to test the function of the test package also includes a program to test the function)
- 2014-04-09 11:23:41下载
- 积分:1