登录
首页 » matlab » wave

wave

于 2013-03-08 发布 文件大小:25705KB
0 98
下载积分: 1 下载次数: 9

代码说明:

  文件都是文章,全是关于小波神经网络和小波包的,很全。需要的可以下载!(The files are all on wavelet neural network and wavelet packet, very full. Need to be able to download!)

文件列表:

小波包
......\基于小波分析的瓦斯突出预测信号提取技术研究.caj,185467,2012-12-22
......\基于小波包与最小二乘支持向量机的时间序列预测研究.kdh,934102,2012-12-10
......\基于小波包变换的短期电力负荷预测.nh,5374896,2012-12-10
......\基于小波变换的热工信号分析方法的研究.nh,4051780,2012-12-10
......\基于小波变换的煤与瓦斯突出预测去噪技术的研究.kdh,740081,2012-12-22
......\基于小波理论的支持向量机瓦斯涌出量的预测.kdh,167796,2012-12-22
......\基于小波除噪和神经网络理论的气固循环流化床颗粒浓度预测(1).caj,85286,2012-12-10
......\基于小波除噪和神经网络理论的气固循环流化床颗粒浓度预测.caj,85286,2012-12-10
......\基于支持向量回归和小波包的供热负荷预测.caj,155762,2012-12-10
......\基于智能算法的网络流量预测技术研究.kdh,1105024,2012-12-10
......\基于混沌分析的瓦斯涌出量预测.kdh,1821726,2012-12-22
......\基于遗传神经网络的股价波动预测.caj,41043,2012-12-10
......\复杂系统状态预测的小波包方法.caj,46406,2012-12-10
......\多模噪声背景下基于小波包神经网络的信号消噪研究.kdh,572619,2012-12-10
......\小波分析在光谱数据去噪处理中的应用.kdh,2001260,2012-12-10
......\小波包与混沌理论相结合的人民币汇率预测方法研究.kdh,1538685,2012-12-10
......\小波包与混沌集成的股票市场预测新方法.pdf,144091,2012-12-10
......\小波包变换在煤与瓦斯突出预测中的应用.caj,86636,2012-12-22
......\小波包变换在股市预测中的应用研究.kdh,247764,2012-12-10
......\小波支持向量回归在瓦斯涌出量预测中的应用.kdh,140707,2012-12-22
......\小波理论在信号去噪和数据压缩中的应用研究.nh,6277773,2012-12-10
......\群智能算法与电力负荷预测研究.kdh,2662239,2012-12-10

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

发表评论

0 个回复

  • ElectronicsandCircuitAnalysisusingMATLAB
    应用matlab来分析电子电路的教程。 全书包括十二个章节。(Application of matlab to analyze electronic circuits tutorial. Book includes 12 chapters.)
    2007-12-03 02:26:51下载
    积分:1
  • maxcost
    “基于Floyd最短路算法的Ford和Fulkerson迭加算法”的最小费用最大流算法,其基本思路为:把各条弧上单位流量的费用看成某种长度,用Floyd求最短路的方法确定一条自V1至Vn的最短路;再将这条最短路作为可扩充路,用求解最大流问题的方法将其上的流量增至最大可能值;而这条最短路上的流量增加后,其上各条弧的单位流量的费用要重新确定,如此多次迭代,最终得到最小费用最大流。 (" Floyd shortest path algorithm based on the Ford and Fulkerson algorithm superposition" of the minimum cost maximum flow algorithm, the basic idea is: the flow of each arc on the unit cost as a length, with Floyd for the most short-circuit method to determine a from V1 to Vn of the most short-circuit then this can be expanded as the shortest way, by solving the maximum flow of traffic on the way to its maximum possible value and this increased the flow of the shortest path, on which the arcs of the unit to re-determine the cost of traffic, so several iterations, finally get the minimum cost maximum flow.)
    2010-12-22 17:27:32下载
    积分:1
  • G_Pmethod
    分形维中较为复杂的G-p算法的matlab源程序(Fractal dimension of the more complex algorithm matlab source Gp)
    2010-12-02 21:52:24下载
    积分:1
  • watermark
    基于小波变换的数字水印算法matlab代码,含有各种攻击的效果对比,对做毕设的同学应该有帮助。(Digital Watermarking Based on Wavelet Transform algorithm matlab code, containing a variety of attacks on the effect of contrast on the Bi-based students should do help.)
    2010-01-16 15:35:56下载
    积分:1
  • posterior_function_normal
    send my code in Matlab for MCMC
    2011-11-11 10:34:31下载
    积分:1
  • qrs_dectect
    该程序实现了ECG信号的滤波,并进行了R波检测和QRS波检测,提供了数据供测试用。(ECG filter and R,QRS dectect)
    2021-01-06 13:48:54下载
    积分:1
  • immunity
    免疫遗传算法流程为: (1)随机产生初始父代种群A1 (2)根据先验知识抽取疫苗。 (3)若当前种群中已包含最佳个体,算法结束;否则进行以下步骤。 (4)根据抗体浓度和适应度进行复制。 (5)对当前第K代父代种群AK进行交叉操作,得到种群BK。 (Immune genetic algorithm process as follows: (1) randomly generated initial parent population A1 (2) vaccine based on a priori knowledge extraction. (3) If the current population already contains the best individuals, the algorithm ends otherwise, perform the following steps. (4) be reproduced in accordance with antibody concentration and fitness. (5) the population AK Present Generation K parent cross was obtained population BK.)
    2016-11-11 17:44:49下载
    积分:1
  • dbscan
    说明:  DBSCAN聚类算法,初步实现,功能比较简单,数据集比较简单(DBSCAN clustering algorithm, preliminary implementation, relatively simple function, relatively simple data set)
    2020-05-10 19:47:31下载
    积分:1
  • Fisher-program
    Fisher program 图片处理程序,报告搜索Fisher (Fisher program image processing procedures, reports Search Fisher)
    2013-07-14 14:15:37下载
    积分:1
  • CH4M-files
    some very usefull matlab codes for DCS
    2011-11-06 16:59:08下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载