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

MATLAB灰色预测代码

于 2022-01-27 发布 文件大小:3.71 MB
0 131
下载积分: 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 个回复

  • sykj23
    说明:  离散卷积的MATLAB实现MATLAB realization of discrete convolution of the(MATLAB realization of discrete convolution of the)
    2010-03-29 20:13:26下载
    积分:1
  • BPSK调制仿真
    说明:  bpsk调制仿真,可直接用 1、数字调制方法 数字调制就是把数字基带信号的频谱搬移到高频处,形成适合在信道中传输的带通信号。基本的数字调制方式有振幅键控(ASK)、频移键控(FSK)、绝对相移键控(PSK)、相对(差分)相移键控(DPSK)。在接收端可以采用想干解调或非相干解调还原数字基带信号。 数字信号的传输方式分为基带传输和带通传输。然而,实际中的大多数信道(如)无线信道具有丰富的低频分量。为了使数字信号在带通信道中传输,必须用数字基带信号对载波进行调制,以使信号与信道的特性相匹配。(1, digital modulation method Digital modulation is the transfer of the spectrum of a digital baseband signal to a high frequency to form a bandpass signal suitable for transmission in the channel. The basic digital modulation methods are amplitude keying (ASK), frequency shift keying (FSK), absolute phase shift keying (PSK), and relative (differential) phase shift keying (DPSK). At the receiving end, the digital baseband signal can be restored by using dry demodulation or non-coherent demodulation. Digital signal transmission methods are divided into baseband transmission and bandpass transmission. However, most channels in practice, such as wireless channels, have rich low frequency components. In order for a digital signal to be transmitted in a band channel, the carrier must be modulated with a digital baseband signal to match the signal to the characteristics of the channel.)
    2019-05-28 10:46:01下载
    积分:1
  • ica12
    ICA algorithm ImperialistcCompetion
    2014-08-22 22:39:40下载
    积分:1
  • RadarRectBladeReturns
    对螺旋桨的微动特性进行分析,完成对包含螺旋浆的微动特性的回波仿真(Radar returns rectangular rotor blades)
    2021-04-09 15:58:59下载
    积分:1
  • WCDMA
    利用matlab simulink实现对WCDMA模型的仿真(Use matlab simulink simulation model to achieve the WCDMA)
    2013-11-30 14:24:21下载
    积分:1
  • Desktop
    建立响应面模型,通过已知的方程组建立一个响应面模型(Building a response surface model. A response surface model is established through the known equations.)
    2018-04-08 09:46:26下载
    积分:1
  • bearar
    vegapunk gear secondo matworks
    2018-02-09 19:23:15下载
    积分:1
  • 剪切波变换,图像去噪
    应用背景 ; ;剪切波变换,这是一个很好的本地化和优化稀疏有一个简单的数学构造与快速算法实现。这些优点使剪切波变换的一个有吸引力的候选人图像表示关键技术(一)对噪音图像进行分解。(b)获得不同子带和不同采用方向滤波方向剪切波系数。
    2023-05-08 20:25:03下载
    积分:1
  • FastICA_25
    说明:  fastICA的源程序,希望喜欢的下载交流 (err)
    2008-11-28 19:39:52下载
    积分:1
  • AdapBF_SNR
    this is matlab version of removal of noise
    2011-08-06 20:36:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载