-
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
-
pinpu2
用Matlab产生正弦波,矩形波,以及白噪声信号,并显示各自时域波形图,FFT实践及频谱分析(Matlab generated by sine wave, square wave, and the white noise signal, and display their time-domain waveform, FFT spectrum analysis of practice and)
- 2010-10-21 10:50:24下载
- 积分:1
-
inpaint
本程序是基于MATLAB图像查看像素值的算法,用户可以查看图像中任一点的像素值(This procedure is based on MATLAB image to view the pixel values of the algorithm, the user can view images of any pixel value)
- 2012-04-27 19:03:44下载
- 积分:1
-
Caracteristic panal PV
Caracteristic panal PV
- 2017-06-04 06:38:29下载
- 积分:1
-
simulink
Matlab simulink file
- 2012-09-08 19:10:50下载
- 积分:1
-
target-ISAR-imaging
ISAR目标仿真回波在加入不同噪声下利用不同时频分析工具进行分析的MATLAB例子(MATLAB examples of ISAR target echo signals simulation and the time-frequency analysis with different time-frequency tools when adding different noise to the echos)
- 2015-09-17 15:26:25下载
- 积分:1
-
histogram
Calculated histogram of an image
- 2015-03-26 21:17:38下载
- 积分:1
-
《精通MATLAB神经网络》例子代码
这是MATLAB书中的完整的示例代码,是学习的很好的参考(This is a complete example of MATLAB book code, is a good reference to learn)
- 2017-06-06 20:42:00下载
- 积分:1
-
jixian zaihe_combine fenbutu_6.2 excel
说明: 通过修改输入excel文件中的铺层信息及材料属性,计算层合板的等效模量及极限强度,并绘制应力沿厚度方向的分布图(The equivalent modulus and ultimate strength of the laminates are calculated by modifying the information and material properties of the laminates inputted into excel files, and the stress distribution along the thickness direction is plotted.)
- 2020-06-20 06:00:01下载
- 积分:1
-
ask
MASK(2,4,8)信号的星座图调制程序(MASK signal modulation constellation)
- 2010-03-05 15:28:44下载
- 积分:1