免费获取|
论文天下网
  • 论文天下网 |
  • 原创毕业论文 |
  • 论文范文 |
  • 论文下载 |
  • 计算机论文 |
  • 论文降重 |
  • 论文排版 |
  • 外文翻译 |
  • 免费论文 |
  • 开题报告 |
  • 心得体会 |

当前位置:论文天下网 -> 论文范文 -> 电子通信

基于小波变换和神经网络的短期负荷预测研究

本文ID:932 字数:23895,页数:56

下载地址 全文下载链接(充值:¥80.00元) 

论文编号:TX038       论文字数:23895,页数:56

摘要

负荷预测的准确程度对于电力系统安全经济运行具有十分重要的作用。论文针对南京地区电力系统负荷数据采用小波变换和神经网络进行短期负荷预测,取得了一些成果。
本文首先对负荷数据的特性进行分析,明确了负荷序列具有特定的规律性。然后利用自组织映射网络(SOM)对负荷序列进行分类,可将一周负荷分为四种负荷类型。同时应用小波分解的时频暂态分析特性,通过使用Mallat算法,将负荷序列进行小波分解,再根据各分量的特点构造神经网络模型对其进行预测,为增加神经网络的收敛速度及稳定性,在神经网络训练过程中采用了LM算法。为了获得较小的网络规模,取得较快的训练速度及较高的预测精度,在本文中对各序列分别采用一组神经网络,每个时间点分别建立一个网络进行预测。最后通过小波重构各分量预测结果得到最终预测结果。此外,对基于小波理论的异常数据处理方法进行了详细地介绍和实验仿真。
通过对南京地区电力负荷数据的实验结果表明,较之考虑天气因素和日类型的人工神经网络方法(ANN)预测方法,采用本文所提出的模型有较高的预测精度与较强的适应性。该方法对其他的时间序列预测问题(如产品价格、国际原油价格预测等)也具有较高的参考价值和指导意义。

关键词:日平均气温,日类型,人工神经网络,小波分析,短期负荷预测

 

Abstract

Accurate forecast of short-term electrical load is very important to the power system's security and economy. A new model is proposed which based on combining the wavelet transform and neural networks for load forecasting in this thesis. Some forecasting results are obtained for electrical load of Nanjing Area.
By analyzing the electrical load, we find that the load curve shows certain regularity. Then using the Self-Organizing Map network (SOM), the load sequence of one week can be divided into four load types. And by the good time-frequency characteristics of the wavelet transform, the load serial is firstly decomposed to different sub-serials using the Mallat’s pyramidal algorithm. Each sub-serial shows the different frequency characteristics of the load. Different artificial neural networks are constructed to predict each periodical sub-serial according to their characteristics. The network of each sub-serial mainly differs in selection of input variables of the network. To accelerate training neural network and to improve the convergence, an improved LM algorithm is adopted in artificial neural networks are used for each time interval (such as one net for each hour).In addition, the methods of abnormal data processing based on wavelet theory are presented dentally and simulated experimentally.
The results of Nanjing load forecasting show that the WVNN method possesses higher forecasting accuracy and better adaptability than artificial neural network(ANN) forecasting methods which considers day average and day type.For other time series forecasting problems, such as product price forecasting, the international crude oil price forecasting, and so on, the method is also with high reference value and guiding significance.
Keywords: day average temperature, day type, artificial neural network, wavelet transform, short-term load forecasting

 


目录
Abstract   2
1 绪论   4
1.1本文的研究意义与目的   4
1.2短期负荷预测研究现状   5
1.3论文的主要工作及内容安排   7
2 负荷特性分析  9
2.1负荷的内在特性   9
2.1.1负荷变化的年周期性  9
2.1.2负荷变化的周周期性  10
2.1.3负荷变化的日周期性   11
2.2负荷的外在特性   11
2.2.1负荷外在特性的宏观特性   12
2.2.2负荷外在特性的微观特性  13
2.3 小结  13
3 时间序列信号的小波变换   14
3.1小波分析   14
3.1.1连续小波变换   14
3.1.2离散小波变换   15
3.2 多分辨分析   16
3.2.1基本概念  16
3.2.2多分辨分析   16
3.3 Mallat算法   18
3.4 将小波分解用于负荷预测的基本思想   19
3.5小结   19
4 电力负荷数据处理   20
4.1 基于自组织映射网络(SOM)的负荷日类型分析   20
4.1.1 SOM网络基本知识  20
(1)一维阵列  20
(2)二维阵列  21
4.1.2 SOM学习算法   22
4.1.3 实验结果   23
4.2 基于小波技术消除历史不良数据   24
4.2.1对冲击负荷造成的不良数据的处理   24
4.2.2对随机干扰数据的处理  27
①噪声强度的计算   28
②Stein无偏似然估计阀值的计算   28
4.3小结  29
5 基于神经网络(ANN)的负荷预测   30
5.1神经网络基本理论   30
5.1.1基本知识   30
5.1.2 学习算法(BP算法)   30
5.2数据的组织及ANN训练   32
5.2.1 样本选择   32
5.2.2用于负荷预测的ANN结构   33
(1)特征量的选择  33
①历史负荷   33
②温度   33
③预测日类型  33
①隐含层数的选择   34
②隐含层节点数的确定   34
③输出层点数的选择   34
Levenberg   36
5.2.3 模型的训练与测试   37
5.3 小结   41
6 基于小波变换和神经网络(WVNN)的负荷预测  42
6.1 基于小波变换和神经网络(WVNN)的负荷预测模型   42
6.1.1基于小波的负荷预测的基本思想   42
6.1.2 基于小波的负荷预测的建模  43
6.1.3各分量和重构序列的预测结果  44
6.2 两种模型比较   51
6.2.1负荷预侧误差指标  51
6.2.2 两种预侧模型效果比较   51
6.3 小结  52
7 总结与展望   53
参考文献   54

相关论文
上一篇:嵌入式系统建模仿真环境PtolemyII.. 下一篇:基于小波变换数字图像水印盲算法
推荐论文 本专业最新论文
Tags:小波变换 神经网络 短期负 荷预测 研究 2009-06-09 14:36:59【返回顶部】

相关栏目

自动化专业
电子机电类
测控技术
机械模具设计
金融专业
电子通信
交通工程专业
英语专业
会计专业
政治学行政学
财务管理
国际贸易
法律专业
社会工作专业
物流论文
人力资源
食品科学生物技术
市场营销
土木工程
化学工程与工艺
旅游管理专业
工商管理
工程管理
其他专业论文


关于我们 | 联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 原创毕业论文

 

论文天下网提供论文检测,论文降重,论文范文,论文排版,网站永久域名WWW.GEPUW.NET

本站部分文章来自网友投稿上传,如发现侵犯了您的版权,请联系指出,本站及时确认并删除  E-mail: 893628136@qq.com

Copyright@ 2009-2022 GEPUW.NET 论文天下网 版权所有