CN104899656A - Wind power combined predication method based on ensemble average empirical mode decomposition and improved Elman neural network - Google Patents

Wind power combined predication method based on ensemble average empirical mode decomposition and improved Elman neural network Download PDF

Info

Publication number
CN104899656A
CN104899656A CN201510307164.3A CN201510307164A CN104899656A CN 104899656 A CN104899656 A CN 104899656A CN 201510307164 A CN201510307164 A CN 201510307164A CN 104899656 A CN104899656 A CN 104899656A
Authority
CN
China
Prior art keywords
wind power
neural network
elman neural
hidden layer
mode decomposition
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201510307164.3A
Other languages
Chinese (zh)
Inventor
杨楠
周峥
崔家展
徐嘉阳
汪昊
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China Three Gorges University CTGU
Original Assignee
China Three Gorges University CTGU
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by China Three Gorges University CTGU filed Critical China Three Gorges University CTGU
Priority to CN201510307164.3A priority Critical patent/CN104899656A/en
Publication of CN104899656A publication Critical patent/CN104899656A/en
Pending legal-status Critical Current

Links

Abstract

The invention discloses a wind power combined predication method based on ensemble average empirical mode decomposition and an improved Elman neural network, and belongs to the technical field of wind power prediction. The method comprises the following steps: step 1, extracting wind speed sequence historical data and normalizing the data; step 2, making sequence analysis of the extracted wind speed sequence historical data through empirical mode decomposition; step 3, reconstructing a phase space for the sequences obtained through empirical mode decomposition; step 4, cyclically selecting the number of nodes in a hidden layer to train an Elman neural network, and superposing the prediction results of the sequences to obtain a wind speed prediction result; and step 5, making error analysis of the wind speed prediction result. The modeling process of the method is simple and practical. By adopting the method, the wind power can be predicted quickly and effectively. The method is of great significance to the security and stability and dispatching operation of a power system under the condition of wind power grid-connection.

Description

A kind of wind power combination Forecasting Methodology based on population mean empirical mode decomposition and Modified Elman Neural Network
Technical field
A kind of wind power combination Forecasting Methodology based on population mean empirical mode decomposition and Modified Elman Neural Network of the present invention, belongs to wind power prediction technical field.
Background technology
In today that energy problem becomes increasingly conspicuous, wind energy gets more and more people's extensive concerning as the widespread regenerative resource of one.Along with the day by day maturation of wind generating technology, the ratio that wind-powered electricity generation accounts for electric system generating total amount also increases gradually.But, the randomness of wind energy and the feature such as intermittent cause harmful effect to the safety of the quality of power supply and electrical network, stable operation, and wind power is predicted effectively to be the operating cost reducing above-mentioned impact and system, improve the effective means of wind power penetration limit, therefore, the short term prediction method studying wind power has important theoretical and practical significance.
The short-term forecasting of wind power generally adopts physical method and statistical method.Physical method mainly considers the technical parameter of weather data and Wind turbines, seek the wind speed optimal estimation value that Wind turbines takes turns firm At The Height, the last output power calculating wind energy turbine set according to the powertrace of wind energy turbine set, but the method too relies on perfect numerical weather forecast information, and therefore engineering practicability is lower.Statistical method does not consider the physical process that wind speed changes, but predicts Power Output for Wind Power Field according to a large amount of measured data.Statistics Forecasting Methodology conventional at present has lasting method, time series method, artificial neural network method, support vector machine method etc.This type of statistical method can meet accuracy requirement for the wind power prediction result of several hours in advance, but for shifting to an earlier date predicting the outcome of longer time, precision is inadequate.These methods deeply expose along with wind power technology the defect being difficult to overcome, and as precision of prediction is poor, speed of convergence is slow, has the shortcomings such as limitation.
Summary of the invention
For the deficiencies in the prior art, the invention provides a kind of wind power combination Forecasting Methodology based on population mean empirical mode decomposition and Modified Elman Neural Network, EEMD can by the time series tranquilization of complexity, obtain several intrinsic mode functions (intrinic model function, IMF) component, and it is separate between each component, simultaneously, as a kind of EMD method of improvement, white noise sequence adds in original series by the method, then carry out repeatedly EMD to it to decompose, to the average of the many groups IMF obtained be decomposed as its true component, thus avoid chaos overlapping phenomenon.
The technical scheme that the present invention takes is:
Based on a wind power combination Forecasting Methodology for population mean empirical mode decomposition and Modified Elman Neural Network, comprise the following steps:
Step 1: the acquisition of data and normalized.The present invention adopts the air speed data in front several moment or numerical weather forecast information to train, for predicting the wind speed of subsequent time as input data.The data obtained are normalized:
x i ‾ = x i - x min x max - x min - - - ( 1 )
In formula: it is the result after certain data normalization in training sample T; x maxand x minmaximal value and the minimum value of this group variable data in training sample T respectively;
Step 2: population mean empirical mode decomposition.White noise sequence is added in original series, then EMD is carried out repeatedly to it and decompose, will the average of the many groups IMF obtained be decomposed as its true component, thus avoid chaos overlapping phenomenon;
The determination of step 3:Elman neural network structure;
The non-linear state space expression formula of Elman neural network is:
y(k)=g(w 3x(k)+b 2) (2)
x(k)=f(w 1x c(k)+w 2(u(k-1))+b 1) (3)
x c(k)=x(k-1) (4)
In formula: k represents the moment, y, x, u, x crepresent 1 dimension output node vector respectively, m ties up hidden layer node unit vector, and n ties up input vector and m ties up feedback states vector, w 3, w 2, w 1represent that hidden layer is to output layer, input layer to hidden layer, undertaking layer to the connection weight value matrix of hidden layer respectively, P ifor the transport function of hidden layer neuron, b 1and b 2be respectively the threshold value of input layer and hidden layer;
Step 4: choose optimum node in hidden layer and predict;
Step 5: finally superpose predicting the outcome of each component and obtain final predicted data.
In step 2, EEMD concrete steps are as follows:
Step 2.1: initialization procedure, initialization EMD performs number of times M time, and each amplitude of adding noise is k;
Step 2.2: aweather power time series x (t) adds normal distribution white noise n (t), performs the m time EMD process:
1), find out all minimal values and the maximum value of sequence x (t), utilize its upper and lower envelope of cubic spline function difference matching;
2), mean value m (t) of upper and lower envelope, h (t)=x (t)-m (t) is calculated;
3), judge whether h (t) meets the definition of IMF, satisfied then using h (t) as first IMF, otherwise h (t) is repeated 1 as original series) and 2) until meet the definition of IMF;
4), IMF component is separated from original signal, r (t)=x (t)-h (t), and r (t) is repeated above-mentioned steps as new sequence, and obtain remaining IMF component and surplus, surplus is monotonic quantity;
Step 2.3: population mean computing: each IMF computation of mean values of obtaining is decomposed as net result to M EMD.
Comprise the following steps in step 3:
Step 3.1: the phase space reconfiguration of wind power time series:
To wind power time series { p (t) }, t=1,2,3 ... N, select a suitable Embedded dimensions m and time delay t, the new state space of formula (4) can be met, the wind power time series phase space namely reconstructed;
P(t)={p(t),p(t+τ),p(t+(m-1)τ)}(5)
Wherein: t=1,2,3 ... M, M=N-(m-1) τ;
Step 3.2: use C-C method to ask for delay time T and the Embedded dimensions m of phase space reconfiguration, choose the input number of nodes of the saturated embedding m in phase space reconfiguration as neural network;
Step 3.3: because the node in hidden layer of Elman neural network has larger impact to Elman Prediction Accuracy, uses the minimum method of training error to choose optimum nodes.
Step 3.3 concrete steps are as follows:
1), utilize phase space reconfiguration method to be reconstructed by wind power sequence, obtain input data and input number of nodes m thereof;
2), the span of hidden node number to be optimized is decided to be n ∈ [2m-4,2m+6];
3), circulation chooses node in hidden layer and trains Elman neural network, and choosing the minimum node of training error is optimum node.
Compared with the conventional method, a kind of wind power combination Forecasting Methodology based on population mean empirical mode decomposition and Modified Elman Neural Network of the present invention, has the following advantages and beneficial effect:
(1), for the non-linear and non-stationary feature of wind power time series, utilize EEMD to decompose the wind power sequence of complexity decomposed and obtain a series of relatively simple subcomponent, effectively can improve precision of prediction.
(2), Elman neural network has stronger nonlinear fitting ability, and obtains the parameter of model structure according to phase space reconfiguration and the minimum method of training error, can further improve precision of prediction.
(3), as can be seen from model of the present invention predict the outcome and with the comparative analysis of other models, prediction modeling approach of the present invention has certain advance, achieves good prediction effect.
Accompanying drawing explanation
Fig. 1 is Elman neural network structure of the present invention;
Fig. 2 is EEMD-Modified Elman Neural Network of the present invention prediction process flow diagram;
Fig. 3 is power in the embodiment of the present invention;
Fig. 4 is that in the embodiment of the present invention, EEMD-Modified Elman Neural Network predicts the outcome figure.
Embodiment
A kind of based on quadtatic low signal-to-noise ratio sinusoidal signal High Precision Frequency method, comprise the following steps:
Step 1: the acquisition of data and normalized: the present invention adopts the air speed data in front several moment or numerical weather forecast information to train, for predicting the wind speed of subsequent time as input data.The data obtained are normalized:
x i ‾ = x i - x min x max - x min - - - ( 6 )
In formula: it is the result after certain data normalization in training sample T; x maxand x minmaximal value and the minimum value of this group variable data in training sample T respectively.
Step 2: population mean empirical mode decomposition.White noise sequence is added in original series, then EMD is carried out repeatedly to it and decompose, will the average of the many groups IMF obtained be decomposed as its true component, thus avoid chaos overlapping phenomenon.
EEMD concrete steps are as follows:
Step 2.1: initialization procedure.Initialization EMD performs number of times M time, and each amplitude of adding noise is k.
Step 2.2: aweather power time series x (t) adds normal distribution white noise n (t), performs the m time EMD process:
1), find out all minimal values and the maximum value of sequence x (t), utilize its upper and lower envelope of cubic spline function difference matching.
2), mean value m (t) of upper and lower envelope, h (t)=x (t)-m (t) is calculated.
3), judge whether h (t) meets the definition of IMF, satisfied then using h (t) as first IMF, otherwise h (t) is repeated 1 as original series) and 2) until meet the definition of IMF.
4), IMF component is separated from original signal, r (t)=x (t)-h (t), and r (t) is repeated above-mentioned steps as new sequence, and obtain remaining IMF component and surplus, surplus is monotonic quantity.
Step 2.3: population mean computing: each IMF computation of mean values of obtaining is decomposed as net result to M EMD.
The determination of step 3:Elman neural network structure.
The non-linear state space expression formula of Elman neural network is:
y(k)=g(w 3x(k)+b 2) (7)
x(k)=f(w 1x c(k)+w 2(u(k-1))+b 1) (8)
x c(k)=x(k-1) (9)
In formula: k represents the moment, y, x, u, x crepresent 1 dimension output node vector respectively, m ties up hidden layer node unit vector, and n ties up input vector and m ties up feedback states vector.W 3, w 2, w 1represent that hidden layer is to output layer, input layer to hidden layer, undertaking layer to the connection weight value matrix of hidden layer respectively.P ifor the transport function of hidden layer neuron, b 1and b 2be respectively the threshold value of input layer and hidden layer.
Step 3.1: the phase space reconfiguration of wind power time series:
To wind power time series { p (t) }, t=1,2,3 ... N, select a suitable Embedded dimensions m and time delay t, the new state space of formula (4) can be met, the wind power time series phase space namely reconstructed.
P(t)={p(t),p(t+τ),p(t+(m-1)τ)} (10)
Wherein: t=1,2,3 ... M, M=N-(m-1) τ.
Step 3.2: use C-C method to ask for delay time T and the Embedded dimensions m of phase space reconfiguration.Choose the input number of nodes of the saturated embedding m in phase space reconfiguration as neural network.
Step 3.3: because the node in hidden layer of Elman neural network has larger impact to Elman Prediction Accuracy, uses the minimum method of training error to choose optimum nodes.
Its concrete steps are as follows:
1), utilize phase space reconfiguration method to be reconstructed by wind power sequence, obtain input data and input number of nodes m thereof.
2), the span of hidden node number to be optimized is decided to be n ∈ [2m-4,2m+6].
3), circulation chooses node in hidden layer and trains Elman neural network, and choosing the minimum node of training error is optimum node.
Step 4: choose optimum node in hidden layer and predict.
Step 5: finally superpose predicting the outcome of each component and obtain final predicted data.
Embodiment:
The present invention is with the actual measurement wind power data of certain wind energy turbine set unit, and the sampling period of these data is 10min, and the rated power of unit is 850kW.For studying conveniently, choosing and putting the least possible data segment stop time and carry out simulation analysis, choosing 360 continuous power data points, front 300 for training, rear 60 for testing and analysis.Its powertrace as shown in Figure 3.
Carrying out quantitative evaluation for the precision predicted the outcome and reliability is the important component part that prediction effect is analyzed.Conventional multiple prediction index is evaluated predicting the outcome, herein the following several method of main employing:
(1) square error (MSE)
e MSN = 1 N Σ t = 1 N ( A i - P i ) 2 - - - ( 11 )
(2) mean absolute percentage error (MAPE)
e MAPE = 1 N Σ i = 1 n | A i - P i A i | - - - ( 12 )
(3) all square percentage error (MSPE)
e MSPE = 1 N Σ i = 1 n ( ( A i - P i ) / A i ) 2 - - - ( 13 )
In formula: A ibe the measured value of i-th future position, P ibe the predicted value of i-th future position, N is the number of future position.
As seen from Figure 4, predicted value herein immediately following the variation tendency of actual value, can have higher fitting precision, thus demonstrate this paper put forward the validity of forecast model.
For further comparative study, the present invention also utilizes single BP, Elman neural network prediction model and EMD-Elman forecast model to carry out wind power prediction.Its predicated error index is as shown in table 2.
Table 2 model performance index
As shown in Table 2, compared with the performance index of other each forecast model, institute's model accuracy of carrying is higher herein, has certain advance.
The wind power sequence of non-stationary property is converted into a series of subsequence by EEMD, then predicts the subsequence with certain rule, reduces prediction difficulty, and therefore relative to single Forecasting Methodology, combination forecasting precision of prediction is higher herein; EEMD utilizes noisiness to avoid the aliasing of EMD, utilizes EEMD to decompose, and prediction effect also can be better.
The present invention is illustrated according to the preferred embodiment, but above-described embodiment does not limit the present invention in any form, the technical scheme that the form that all employings are equal to replacement or equivalent transformation obtains, and all drops in the scope of technical solution of the present invention.

Claims (4)

1., based on a wind power combination Forecasting Methodology for population mean empirical mode decomposition and Modified Elman Neural Network, it is characterized in that comprising the following steps:
Step 1: the acquisition of data and normalized: adopting the air speed data in front several moment or numerical weather forecast information to train as input data, for predicting the wind speed of subsequent time, the data obtained being normalized:
x i ‾ = x i - x min x max - x min - - - ( 1 )
In formula: it is the result after certain data normalization in training sample T; x maxand x minmaximal value and the minimum value of this group variable data in training sample T respectively;
Step 2: population mean empirical mode decomposition: added to by white noise sequence in original series, then carries out repeatedly EMD to it and decomposes, and will decompose the average of the many groups IMF obtained as its true component, thus avoids chaos overlapping phenomenon;
The determination of step 3:Elman neural network structure:
The non-linear state space expression formula of Elman neural network is:
y(k)=g(w 3x(k)+b 2) (2)
x(k)=f(w 1x c(k)+w 2(u(k-1))+b 1) (3)
x c(k)=x(k-1) (4)
In formula: k represents the moment, y, x, u, x crepresent 1 dimension output node vector respectively, m ties up hidden layer node unit vector, and n ties up input vector and m ties up feedback states vector, w 3, w 2, w 1represent that hidden layer is to output layer, input layer to hidden layer, undertaking layer to the connection weight value matrix of hidden layer respectively, P ifor the transport function of hidden layer neuron, b 1and b 2be respectively the threshold value of input layer and hidden layer;
Step 4: choose optimum node in hidden layer and predict;
Step 5: finally superpose predicting the outcome of each component and obtain final predicted data.
2. a kind of wind power combination Forecasting Methodology based on population mean empirical mode decomposition and Modified Elman Neural Network according to claim 1, it is characterized in that, in step 2, EEMD concrete steps are as follows:
Step 2.1: initialization procedure, initialization EMD performs number of times M time, and each amplitude of adding noise is k;
Step 2.2: aweather power time series x (t) adds normal distribution white noise n (t), performs the m time EMD process:
1), find out all minimal values and the maximum value of sequence x (t), utilize its upper and lower envelope of cubic spline function difference matching;
2), mean value m (t) of upper and lower envelope, h (t)=x (t)-m (t) is calculated;
3), judge whether h (t) meets the definition of IMF, satisfied then using h (t) as first IMF, otherwise h (t) is repeated 1 as original series) and 2) until meet the definition of IMF;
4), IMF component is separated from original signal, r (t)=x (t)-h (t), and r (t) is repeated above-mentioned steps as new sequence, and obtain remaining IMF component and surplus, surplus is monotonic quantity;
Step 2.3: population mean computing: each IMF computation of mean values of obtaining is decomposed as net result to M EMD.
3. a kind of wind power combination Forecasting Methodology based on population mean empirical mode decomposition and Modified Elman Neural Network according to claim 1, is characterized in that, comprise the following steps in step 3:
Step 3.1: the phase space reconfiguration of wind power time series:
To wind power time series { p (t) }, t=1,2,3 ... N, select a suitable Embedded dimensions m and time delay t, the new state space of formula (4) can be met, the wind power time series phase space namely reconstructed;
P(t)={p(t),p(t+τ),p(t+(m-1)τ)} (5)
Wherein: t=1,2,3 ... M, M=N-(m-1) τ;
Step 3.2: use C-C method to ask for delay time T and the Embedded dimensions m of phase space reconfiguration, choose the input number of nodes of the saturated embedding m in phase space reconfiguration as neural network;
Step 3.3: because the node in hidden layer of Elman neural network has larger impact to Elman Prediction Accuracy, uses the minimum method of training error to choose optimum nodes.
4. a kind of wind power combination Forecasting Methodology based on population mean empirical mode decomposition and Modified Elman Neural Network according to claim 3, it is characterized in that, step 3.3 concrete steps are as follows:
1), utilize phase space reconfiguration method to be reconstructed by wind power sequence, obtain input data and input number of nodes m thereof;
2), the span of hidden node number to be optimized is decided to be n ∈ [2m-4,2m+6];
3), circulation chooses node in hidden layer and trains Elman neural network, and choosing the minimum node of training error is optimum node.
CN201510307164.3A 2015-06-05 2015-06-05 Wind power combined predication method based on ensemble average empirical mode decomposition and improved Elman neural network Pending CN104899656A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510307164.3A CN104899656A (en) 2015-06-05 2015-06-05 Wind power combined predication method based on ensemble average empirical mode decomposition and improved Elman neural network

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510307164.3A CN104899656A (en) 2015-06-05 2015-06-05 Wind power combined predication method based on ensemble average empirical mode decomposition and improved Elman neural network

Publications (1)

Publication Number Publication Date
CN104899656A true CN104899656A (en) 2015-09-09

Family

ID=54032309

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510307164.3A Pending CN104899656A (en) 2015-06-05 2015-06-05 Wind power combined predication method based on ensemble average empirical mode decomposition and improved Elman neural network

Country Status (1)

Country Link
CN (1) CN104899656A (en)

Cited By (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105678047A (en) * 2015-11-25 2016-06-15 天津大学 Wind field characterization method with empirical mode decomposition noise reduction and complex network analysis combined
CN106375254A (en) * 2016-08-29 2017-02-01 广东工业大学 Digital demodulation method and system based on hierarchical multi-resolution experience mode decomposition
CN106960257A (en) * 2017-03-24 2017-07-18 三峡大学 A kind of wind power combination Forecasting Methodology of noise auxiliary signal decomposition method and Elman neutral nets
CN107253194A (en) * 2017-07-31 2017-10-17 中南大学 A kind of carrying machine human arm manipulation multiple spot mapping intelligent control method and system
CN108694442A (en) * 2017-04-05 2018-10-23 株式会社日立制作所 Computer system and the operation method for having used recurrent neural network
CN109583566A (en) * 2018-11-20 2019-04-05 东北农业大学 Ammonia concentration prediction technique in a kind of cold ground pig house based on empirical mode decomposition and Elman neural network
CN109802862A (en) * 2019-03-26 2019-05-24 重庆邮电大学 A kind of combined network flow prediction method based on set empirical mode decomposition
CN110046765A (en) * 2019-04-15 2019-07-23 国网甘肃省电力公司电力科学研究院 A kind of power system stabilizer, PSS implementation method based on Elman neural network
CN110160789A (en) * 2019-05-08 2019-08-23 新疆大学 A kind of Wind turbines Method for Bearing Fault Diagnosis based on GA-ENN
CN110322933A (en) * 2019-06-20 2019-10-11 浙江工业大学 A kind of polypropylene melt index hybrid modeling method based on dynamic error compensation mechanism
CN110738115A (en) * 2019-09-12 2020-01-31 浙江大学 propeller cavitation degree identification method based on pulse frequency characteristic pattern identification
CN110740063A (en) * 2019-10-25 2020-01-31 电子科技大学 Network flow characteristic index prediction method based on signal decomposition and periodic characteristics
CN110763830A (en) * 2019-12-04 2020-02-07 济南大学 Method for predicting content of free calcium oxide in cement clinker
CN111428926A (en) * 2020-03-23 2020-07-17 国网江苏省电力有限公司镇江供电分公司 Regional power load prediction method considering meteorological factors
CN112269367A (en) * 2020-10-13 2021-01-26 西安建筑科技大学 Fault detection method and system based on EEMD-combined neural network air processing system
CN112329339A (en) * 2020-10-27 2021-02-05 河北工业大学 Short-term wind speed prediction method for wind power plant
CN113095534A (en) * 2019-12-23 2021-07-09 南京理工大学 Wind power prediction method combining ARIMA and improved Elman neural network
CN115204461A (en) * 2022-06-02 2022-10-18 国网江苏省电力有限公司淮安供电分公司 Photovoltaic power prediction method based on ensemble empirical mode decomposition and ARMA-Elman mixed model
CN116565898A (en) * 2023-07-04 2023-08-08 昆明理工大学 Wind-storage combined primary frequency modulation self-adaptive control method based on wind speed prediction
CN117039895A (en) * 2023-10-09 2023-11-10 西安热工研究院有限公司 Wind power prediction method and system for energy storage auxiliary black start

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110006525A1 (en) * 2007-05-15 2011-01-13 Jochen Cleve Method for Operating a Wind Farm Comprising a Plurality of Wind Turbines
CN103400210A (en) * 2013-08-13 2013-11-20 广西电网公司电力科学研究院 Short-term wind-speed combination forecasting method
CN103425867A (en) * 2013-06-24 2013-12-04 武汉大学 Short-term wind power combination prediction method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110006525A1 (en) * 2007-05-15 2011-01-13 Jochen Cleve Method for Operating a Wind Farm Comprising a Plurality of Wind Turbines
CN103425867A (en) * 2013-06-24 2013-12-04 武汉大学 Short-term wind power combination prediction method
CN103400210A (en) * 2013-08-13 2013-11-20 广西电网公司电力科学研究院 Short-term wind-speed combination forecasting method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
张翌晖等: "《基于集合经验模态分解和改进极限学习机的短期风速组合预测研究》", 《电力系统保护与控制》 *

Cited By (31)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105678047B (en) * 2015-11-25 2018-03-16 天津大学 Merge empirical mode decomposition noise reduction and the wind field characterizing method of Complex Networks Analysis
CN105678047A (en) * 2015-11-25 2016-06-15 天津大学 Wind field characterization method with empirical mode decomposition noise reduction and complex network analysis combined
CN106375254B (en) * 2016-08-29 2019-11-08 广东工业大学 Digital demodulation method and system based on layering multiresolution empirical mode decomposition
CN106375254A (en) * 2016-08-29 2017-02-01 广东工业大学 Digital demodulation method and system based on hierarchical multi-resolution experience mode decomposition
CN106960257A (en) * 2017-03-24 2017-07-18 三峡大学 A kind of wind power combination Forecasting Methodology of noise auxiliary signal decomposition method and Elman neutral nets
CN108694442A (en) * 2017-04-05 2018-10-23 株式会社日立制作所 Computer system and the operation method for having used recurrent neural network
CN108694442B (en) * 2017-04-05 2021-08-17 株式会社日立制作所 Computer system and operation method using recurrent neural network
CN107253194A (en) * 2017-07-31 2017-10-17 中南大学 A kind of carrying machine human arm manipulation multiple spot mapping intelligent control method and system
CN107253194B (en) * 2017-07-31 2018-04-03 中南大学 A kind of carrying machine human arm manipulation multiple spot mapping intelligent control method and system
CN109583566A (en) * 2018-11-20 2019-04-05 东北农业大学 Ammonia concentration prediction technique in a kind of cold ground pig house based on empirical mode decomposition and Elman neural network
CN109802862A (en) * 2019-03-26 2019-05-24 重庆邮电大学 A kind of combined network flow prediction method based on set empirical mode decomposition
CN110046765A (en) * 2019-04-15 2019-07-23 国网甘肃省电力公司电力科学研究院 A kind of power system stabilizer, PSS implementation method based on Elman neural network
CN110160789B (en) * 2019-05-08 2021-11-02 新疆大学 GA-ENN-based wind turbine generator bearing fault diagnosis method
CN110160789A (en) * 2019-05-08 2019-08-23 新疆大学 A kind of Wind turbines Method for Bearing Fault Diagnosis based on GA-ENN
CN110322933A (en) * 2019-06-20 2019-10-11 浙江工业大学 A kind of polypropylene melt index hybrid modeling method based on dynamic error compensation mechanism
CN110738115A (en) * 2019-09-12 2020-01-31 浙江大学 propeller cavitation degree identification method based on pulse frequency characteristic pattern identification
CN110738115B (en) * 2019-09-12 2022-11-15 浙江大学 Propeller cavitation degree identification method based on pulse frequency characteristic pattern identification
CN110740063A (en) * 2019-10-25 2020-01-31 电子科技大学 Network flow characteristic index prediction method based on signal decomposition and periodic characteristics
CN110740063B (en) * 2019-10-25 2021-07-06 电子科技大学 Network flow characteristic index prediction method based on signal decomposition and periodic characteristics
CN110763830A (en) * 2019-12-04 2020-02-07 济南大学 Method for predicting content of free calcium oxide in cement clinker
CN110763830B (en) * 2019-12-04 2022-04-05 济南大学 Method for predicting content of free calcium oxide in cement clinker
CN113095534A (en) * 2019-12-23 2021-07-09 南京理工大学 Wind power prediction method combining ARIMA and improved Elman neural network
CN111428926A (en) * 2020-03-23 2020-07-17 国网江苏省电力有限公司镇江供电分公司 Regional power load prediction method considering meteorological factors
CN112269367A (en) * 2020-10-13 2021-01-26 西安建筑科技大学 Fault detection method and system based on EEMD-combined neural network air processing system
CN112329339A (en) * 2020-10-27 2021-02-05 河北工业大学 Short-term wind speed prediction method for wind power plant
CN112329339B (en) * 2020-10-27 2022-07-19 河北工业大学 Short-term wind speed prediction method for wind power plant
CN115204461A (en) * 2022-06-02 2022-10-18 国网江苏省电力有限公司淮安供电分公司 Photovoltaic power prediction method based on ensemble empirical mode decomposition and ARMA-Elman mixed model
CN116565898A (en) * 2023-07-04 2023-08-08 昆明理工大学 Wind-storage combined primary frequency modulation self-adaptive control method based on wind speed prediction
CN116565898B (en) * 2023-07-04 2023-09-15 昆明理工大学 Wind-storage combined primary frequency modulation self-adaptive control method based on wind speed prediction
CN117039895A (en) * 2023-10-09 2023-11-10 西安热工研究院有限公司 Wind power prediction method and system for energy storage auxiliary black start
CN117039895B (en) * 2023-10-09 2024-01-26 西安热工研究院有限公司 Wind power prediction method and system for energy storage auxiliary black start

Similar Documents

Publication Publication Date Title
CN104899656A (en) Wind power combined predication method based on ensemble average empirical mode decomposition and improved Elman neural network
Wang et al. Research and application of a combined model based on multi-objective optimization for multi-step ahead wind speed forecasting
Shi et al. Hybrid forecasting model for very-short term wind power forecasting based on grey relational analysis and wind speed distribution features
El-Fouly et al. One day ahead prediction of wind speed and direction
CN101793907A (en) Short-term wind speed forecasting method of wind farm
CN107563565B (en) A kind of short-term photovoltaic decomposition prediction technique considering Meteorology Factor Change
CN106384170A (en) Wavelet decomposition and reconstruction-based time sequence wind speed prediction method
CN105429129B (en) Intermittent energy power generation capacity confidence evaluation method considering network constraints
CN106875041A (en) A kind of short-term wind speed forecasting method
CN111353652B (en) Wind power output short-term interval prediction method
CN102338808B (en) Online hybrid forecasting method for short-term wind speed of wind power field
CN104485665A (en) Dynamic probabilistic power flow (PPF) calculating method considering wind speed predication error temporal-spatial coherence
CN105184391A (en) Method for predicting wind speed and power of wind farm based on wavelet decomposition and support vector machine
CN105574615A (en) Spatial correlation and genetic algorithm (GA) based wind power forecast method for wavelet-BP neural network
CN103699800A (en) Ultrashort-period wind speed prediction method based on frequency-domain multi-scale wind speed signal predictability
CN104916124B (en) Public bicycle system regulation and control method based on Markov model
CN106611243A (en) Residual correction method for wind speed prediction based on GARCH (Generalized ARCH) model
CN103425867A (en) Short-term wind power combination prediction method
CN107203827A (en) A kind of wind turbine forecasting wind speed optimization method based on multiscale analysis
CN105279575B (en) Multiple-energy-source main body distributed game optimization method based on generating prediction
CN104239962A (en) Regional power grid total wind power short-term prediction method based on correlation analysis
CN105741192A (en) Short-term wind speed combined forecasting method for wind turbine cabin of wind power plant
CN105046383A (en) Real-time wind power predicting method based on ensemble empirical mode decomposition and relevant vector machine
CN103065049B (en) A kind of wind power real-time estimate computing method based on coif5 small echo real-time decomposition
CN104834816A (en) Short-term wind speed prediction method

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20150909

RJ01 Rejection of invention patent application after publication