登录
首页 » Matlab » matlab灰色预测

matlab灰色预测

于 2022-05-28 发布 文件大小:2.88 kB
0 135
下载积分: 2 下载次数: 7

代码说明:

用matlab进行灰色预测,先进行检验,通过后预测,然后再进行残差修正,一般一阶残差修正精度会比较好,也就够了。 有较详细的注释 %灰色预测:ForecastData=grey_forecast(A,m,translation) %灰色预测检验:[E,Q]=grey_check(A,ForecastData) %一阶残差修正Markov Chain:eMC=grey_MarkovChain(E,m) %一阶残差修正残差预测:EData=grey_forecast(abs(E),m,translation) %一阶残差修正模型最终预测:EForecast = ForecastData + eMC.*EData; %一阶残差修正模型检验:[EE,EQ]=grey_check(A,EForecast) %二阶残差修正Markov Chain:eeMC=grey_MarkovChain(EE,m) %二阶残差修正残差预测:EEData=grey_forecast(abs(EE),m,tran

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

发表评论

0 个回复

  • Rayleigh_CH
    瑞利信道的matlab实现程序,比较适合初学信道的人进行仿真或者参考,非常有用(Rayleigh Road matlab implementation process, more suitable for beginners who channel simulation, or reference, very useful)
    2011-06-19 16:08:45下载
    积分:1
  • SVPWM2
    三相全控桥SVPWM matlab(simulink)的仿真电路(Three-phase full-controlled bridge SVPWM matlab (simulink) circuit simulation)
    2011-10-25 16:04:51下载
    积分:1
  • suju
    matlab融合算例。对做融合很有帮助。从别处转来的。希望对大家有帮助。(matlab integration example. Right to do fusion helpful. Have been transferred there. We want to help.)
    2009-11-21 09:42:40下载
    积分:1
  • fdtd_2d_matlab
    The Finite-Difference Time-Domain Method for Electromagnetics with MATLAB Simulations对应的二维代码,有外加电流源(The Finite-Difference Time-Domain Method for Electromagnetics with MATLAB Simulations corresponding two-dimensional code, there is additional current source)
    2015-10-30 16:46:00下载
    积分:1
  • my_method
    一种新的方法,可以自动对两幅图像进行刚性配准。采用matlab和c++混编,速度得到一定的提高。(Rigid body 2-D image co-registration (translation and rotation) is performed using maximization of mutual information. )
    2009-03-13 15:27:56下载
    积分:1
  • fft_pro_ifft
    fft与ifft系列程序,用于图像的滤波算法,信息提取。使用matlab环境,易用性强。 (fft and ifft program, matlab environment, easy to use.)
    2014-01-18 22:27:59下载
    积分:1
  • GST_transform
    广义S变换的程序,可以对信号进行广义S变换(The generalized S transformation program can carry on the generalized S transform to the signal)
    2017-12-18 20:15:58下载
    积分:1
  • 21ic下载__光伏电池的仿真模型
    说明:  一种通用的光伏电池模型,可对比不同温度、光照强度下的光伏电池输出(A general photovoltaic cell model, which can compare the output of photovoltaic cells under different temperature and light intensity)
    2020-03-03 20:00:12下载
    积分:1
  • 维纳滤波法消除噪音
    应用背景维纳滤波(wiener filtering) 一种基于最小均方误差准则、对平稳过程的最优估计器。这种滤波器的输出与期望输出之间的均方误差为最小,因此,它是一个最佳滤波系统。它可用于提取被平稳噪声所污染的信号关键技术从连续的(或离散的)输入数据中滤除噪声和干扰以提取有用信息的过程称为滤波,这是信号处理中经常采用的主要方法之一,具有十分重要的应用价值,而相应的装置称为滤波器。根据滤波器的输出是否为输入的线性函数,可将它分为线性滤波器和非线性滤波器两种。维纳滤波器是一种线性滤波器。
    2022-09-30 15:35:03下载
    积分:1
  • Recognition_Writing_Matlab
    此源码为进行手写文字识别的Matlab经典算法的实现,希望能对大家有所帮助(This source for handwritten character recognition algorithm of the Matlab classic realize the hope that it can be helpful to everyone)
    2008-04-07 17:32:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载