-
xinxilun
信息论与编码作业,里面是信息论与编码的作业啊(Information theory and coding jobs, which is information theory and coding jobs ah)
- 2013-10-27 09:45:06下载
- 积分:1
-
04
说明: 基于kpca以及pca,pls,dpls流形发的程序,应用于故障检测与故障诊断,还有故障识别,识别的效果很好,对象为cstr,程序简单(Based on kpca and pca, PLS, DPLS manifold hair of program, used in the fault detection and fault diagnosis, and fault recognition, identification of the good effect, the object for CSTR, procedure is simple)
- 2011-12-26 10:26:40下载
- 积分:1
-
zuoye_chapter4_1_interpolation
计算方法中,拉格朗日插值法的源代码。在最后,绘出了拉格朗日插值法的图像和原图像的比较。原创。(Calculation method, Lagrange interpolation source code. In the end, draw a comparison image and the original image Lagrange interpolation. Original.)
- 2013-12-08 17:11:28下载
- 积分:1
-
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
-
fenzhi
#include <iostream.h>
int main()
{
int i(0),sum(0)
while (i<=100)
{
sum=sum+i
++i
}cout<<"sum="<<sum<<endl
return 0;
}
- 2009-12-11 22:03:44下载
- 积分:1
-
exp2_cor
计算正弦信号加噪声的相关函数。系数b 决定余弦相关函数在噪声指数型相关函数中的“比重”。T为正弦信号周期。正弦信号加相关噪声的相关函数图像为一个指数函数和一个余弦函数叠加的波形。(Calculated sinusoidal signal plus noise correlation function. Coefficient b determine the cosine correlation function in the noise correlation function of exponential type in " proportion." T for the sinusoidal signal cycle. Sinusoidal signal plus noise correlation function related to the image as an index function and a cosine function superimposed waveform.)
- 2010-03-13 13:22:32下载
- 积分:1
-
pichuli
此M文件是当进行批处理时,批量的查询所需的文件(When performing batch processing, batch files needed for the query)
- 2013-10-17 13:13:15下载
- 积分:1
-
MatLab_tutorial
matlab tutorial digital signal processing material
- 2012-10-11 13:53:26下载
- 积分:1
-
MATLAB
matlab 简易教程,选修课上的电子版教案,简明易懂,很多例子直接可以借用,真的不错!(Layman' s Guide matlab, elective courses on the electronic version of lesson plans, easy to understand, many examples can be used directly, really good!)
- 2009-05-15 15:33:05下载
- 积分:1
-
ESPRIT_DOA
基于ESPRIT算法的DOA估计,利用ESPRIT算法进行DOA估计(DOA estimate with arithmetic)
- 2013-11-25 19:31:04下载
- 积分:1