登录
首页 » Matlab » MATLAB灰色预测代码

MATLAB灰色预测代码

于 2022-01-27 发布 文件大小:3.71 MB
0 65
下载积分: 2 下载次数: 4

代码说明:

灰色预测模型matlab程序 (2007-05-31 11:02:49) 标签:灰色模型 gm(1 1) 二次拟合 matlab   灰色模型预测是在数据不呈现一定规律下可以采取的一种建模和预测方法,其预测数据与原始数据存在一定的规律相似性下面程序是灰色模型GM(1,1)程序二次拟合和等维新陈代谢改进预测程序,matlab6.5 %x = [5999,5903,5848,5700,7884];gm1(x);  测试数据 %二次拟合预测GM(1,1)模型function  gmcal=gm1(x)sizexd2 = size(x,2);%求数组长度k=0;for y1=x    k=k+1;    if k>1        x1(k)=x1(k-1)+x(k);        %累加生成        z1(k-1)=-0.5*(x1(k)+x1(k-1));           %z1维数减1,用于计算B        yn1(k-1)=x(k);    else        x1(k)=x(k);    endend%x1,z1,k,yn1sizez1=size(z1,2);%size(yn1);z2 = z1";z3 = ones(1,sizez1)";YN = yn1";   %转置%YN

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • FLOYD
    这是用用 Floyd 算法求任意两点间的最短路径及最短路长的程序 (This is by using Floyd algorithm for arbitrary shortest path between two points and the shortest path length of the procedure)
    2009-02-26 21:17:56下载
    积分:1
  • shuzhijifen
    数值积分法通过matlab实现,对于初学者非常有用。从书上下载的源代码。(Achieved by numerical integration matlab, very useful for beginners. Downloaded from the book source code.)
    2010-11-16 16:13:23下载
    积分:1
  • watermarking
    对音频信号分帧加窗,对每帧进行三阶小波变换,取其逼近系数平均值(一般为零).在此嵌入二值图像 并有对潜入水印信号进行盲检,恢复其嵌入水印(Sub-frame of the audio signal increases the Hamming window for each frame impletment third-order wavelet transform, whichever is close to the average coefficient (usually zero). according to this embedding binary image and resume its embedded watermark from the watermark signal by the Blind detection)
    2009-12-10 22:00:27下载
    积分:1
  • QRGivens
    QR decomposition via Givens rotations.
    2010-03-24 17:29:22下载
    积分:1
  • pca
    说明:  PCA降维方法,这是一个针对图像处理的PCA降维处理方法(The method of PCA,whic is used in the image processing.)
    2010-04-03 14:43:37下载
    积分:1
  • OS_CFAR
    有序统计恒虚警检测器(OS-CFAR),适用于复杂环境下的运动目标检测。 包含经典的OS-CFAR,以及OSGO-CFAR和OSSO-CFAR。(detector based on the ordered statistic constant false alarm rate (OS-CFAR) technique)
    2021-04-15 17:28:54下载
    积分:1
  • BatLSBReplace
    大批量处理图像LSB隐写算法的matlab算法(Large batch image LSB steganography algorithm matlab algorithm)
    2010-08-30 02:25:28下载
    积分:1
  • ShortCircuitrar
    计算单机无穷大系统,发电机机端短路的短路电流(Calculating-machine infinite-bus system, the generator-side short-circuit short-circuit current)
    2009-07-16 09:09:00下载
    积分:1
  • 3111111
    matlab时频分析配套源码第3章的程序,请大家共享(Matlab time-frequency analysis supporting source Chapter 3, please share)
    2007-04-11 18:49:16下载
    积分:1
  • Mseq
    产生M序列并求其自相关,以及矩形成形和SA函数成形时的自相关(M sequency)
    2011-12-20 20:02:07下载
    积分:1
  • 696518资源总数
  • 104432会员总数
  • 16今日下载