登录
首页 » 算法 » 基于HMM的喂煤量预测

基于HMM的喂煤量预测

于 2022-02-25 发布 文件大小:8.64 MB
0 214
下载积分: 2 下载次数: 1

代码说明:

应用背景HMM算法 预测回转窑喂煤量的预测 其中包含主成分分析 特征点的选取 什么的  考虑模式识别中的一个重要方法—隐Markov模型(HMM),由于HMM具有出色的统计学基础和有效的训练算法使得HMM在序列信号的统计分析方面具有十分强大的功能,可用于动态时间序列建模并进行模式识别。关键技术HMM VS2010 C++  回转窑熟料烧结过程的特点使得很难用机理分析或系统辨识的方法建立回转窑有效的预测模型。本软件充分考虑回转窑烧结过程各热工参数对烧结过程的影响,而工业现场记录的大量过程数据也为数据驱动的建模方法提供了条件。

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

发表评论

0 个回复

  • 2022-04-26 09:25:16下载
    积分:1
  • 这opennl,图书馆很容易构造和求解稀疏线性系统。
    This OpenNL, a library to easily construct and solve sparse linear systems. * OpenNL is supplied with a set of built-in iterative solvers (Conjugate gradient,BICGSTAB, GMRes) and preconditioners (Jacobi, SSOR). * OpenNL can also use other solvers (SuperLU 3.0 is supported as an OpenNL extension,MUMPS will be supported in a future version)-This is OpenNL. a library to easily construct and solve sparse l inear systems.* OpenNL is supplied with a set of built-in iterative solvers (Conjugate gradie nt, Application of BICGSTAB. GMRes) and preconditioners (Jacobi, SSOR).* OpenNL can also use other solvers (Super rLU 3.0 is supported as an OpenNL extension, MUMPS will be supported in a future version)
    2023-07-05 19:45:04下载
    积分:1
  • č-k.m,,.m,.m,.m,.m,.m,.
    2022-08-25 10:38:28下载
    积分:1
  • 自己编写的集合覆盖问题的贪心近似,请指教
    自己编写的集合覆盖问题的贪心近似算法,请指教-I have written a collection of coverage of the greedy approximation algorithm for the problem, please advice
    2023-03-08 15:20:02下载
    积分:1
  • matlab 多普勒雷达信号仿真处理
    应用背景应用背景为 脉冲多普勒雷达信号产生/处理基本过程,包括信号仿真(高斯白噪声),信号处理(MTI 处理,恒虚警)等。关键技术    s3.m文件是脉冲多普勒雷达信号处理的主要过程;中间主要涉及到的oppler radar 相位相参仿真,MTI处理等过程。     OS-CFAR.m文件是完成有序恒虚警处理过程的调用函数;     Pf.m文件完成了有序恒虚警中已知2L(总的数据长度),m(选取的检测单元),T(品质因数)得到Pf(虚静概率)的运算,论文中以此来选取品质因数。
    2022-03-15 17:51:28下载
    积分:1
  • 本程序是用来prim用C++的完全实现,可供大家学习使用.
    本程序是用来prim算法用C++的完全实现,可供大家学习使用.-This procedure is used prim algorithm using C++ implementation of the fully available for everyone to use study.
    2022-09-25 13:20:03下载
    积分:1
  • 大约有10种排序方,如堆排序、快速排序、归并排序、插入排序、外壳排序、选择排序、早泡排序、线性排序、地址选择排序和基排序。我自己提出了一种简化的快速排序。...
    大约有10种排序方法,如堆排序、快速排序、归并排序、插入排序、外壳排序、选择排序、早泡排序、线性排序、地址选择排序和基排序。我自己提出了一种简化的快速排序。-about 10 species of sequencing methods, such as heap sort, quick sort, merge, in order to insert sequencing, shell sort, select, in order of ranking as foam, linear ordering, sequencing and address choice-based ranking. I propose a simplified Quick Sort.
    2022-11-06 10:35:04下载
    积分:1
  • 中序遍历二叉树
    此算法是在VS中实现的二叉遍历算法,二叉树的基本的遍历规则有三种:前序遍历,中序遍历和后序遍历。对于每一种遍历,树中每个结点都要经过3次。前序遍历在第一次遇到结点时立即访问,中序遍历第二次遇到结点时访问,后序遍历则到第三次遇到结点时才访问。
    2022-07-23 19:18:16下载
    积分:1
  • 人脸追踪 FaceTrace
    应用背景 人脸识别 人脸追踪 The software is provided under the terms of this licence stricly for //       academic, non-commercial, not-for-profit purposes. //     * Redistributions of source code must retain the above copyright notice,  //       this list of conditions (licence) and the following disclaimer. //     * Redistributions in binary form must reproduce the above copyright  //       notice, this list of conditions (licence) and the following disclaimer  //       in the documentation and/or other materials provided with the  //       distribution. //     * The name of the author may not be used to endorse or promote products  //       derived from this software without specific prior written permission. //     * As this software d
    2022-08-14 06:55:42下载
    积分:1
  • C语言 马踏棋盘
    资源描述 【问题描述】:设计一个国际象棋的马踏遍棋盘的演示程序。 【基本要求】:将马随机放在国际象棋的8*8棋盘Board[8][8]的某个方格中,马按照走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。编制非递归程序,求出马的行走路线,并按求出的行走路线,将数字1,2,3,…,64依次填入一个8*8的方阵,输出之。测试数据可以自行指定一个马的初始位置(i,j),0≤i,j≤7。 【选作内容】:1、求出从某一起点出发的多条以致全部行走路线。 演示寻找行走路线的回溯过程。
    2023-01-21 01:45:04下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载