CN114296489A - RBF-PID (radial basis function-proportion integration differentiation) municipal solid waste incineration process hearth temperature control method based on event triggering - Google Patents

RBF-PID (radial basis function-proportion integration differentiation) municipal solid waste incineration process hearth temperature control method based on event triggering Download PDF

Info

Publication number
CN114296489A
CN114296489A CN202111468138.0A CN202111468138A CN114296489A CN 114296489 A CN114296489 A CN 114296489A CN 202111468138 A CN202111468138 A CN 202111468138A CN 114296489 A CN114296489 A CN 114296489A
Authority
CN
China
Prior art keywords
time
moment
rbf
controller
output
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.)
Granted
Application number
CN202111468138.0A
Other languages
Chinese (zh)
Other versions
CN114296489B (en
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.)
Beijing University of Technology
Original Assignee
Beijing University of Technology
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 Beijing University of Technology filed Critical Beijing University of Technology
Priority to CN202111468138.0A priority Critical patent/CN114296489B/en
Publication of CN114296489A publication Critical patent/CN114296489A/en
Application granted granted Critical
Publication of CN114296489B publication Critical patent/CN114296489B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Feedback Control In General (AREA)

Abstract

An event trigger-based RBF-PID (radial basis function-proportion integration differentiation) municipal solid waste incineration process furnace temperature control method belongs to the field of municipal solid waste incineration and aims at the problems of low manual control precision of furnace temperature and frequent updating of a controller. Firstly, updating RBF network parameters on line through a gradient descent algorithm and a recursive least square algorithm, and simultaneously introducing the square of a momentum factor and a momentum term of the parameters to update controller parameters; then, an event trigger condition based on a fixed threshold value is designed to serve as a controller updating condition, an RBF-PID controller based on event trigger is established, accurate control over the temperature of the hearth is achieved, the problem that manual control accuracy of the temperature of the hearth in the urban solid waste incineration process is not high is solved, and theoretical support and technical guarantee are provided for safe and stable operation of the urban solid waste incineration process.

Description

RBF-PID (radial basis function-proportion integration differentiation) municipal solid waste incineration process hearth temperature control method based on event triggering
Technical Field
The invention belongs to the field of urban solid waste incineration.
Background
A large amount of solid wastes not only pollute the atmosphere, water and soil, but also seriously affect the quality of urban ecological environment, and threaten the physical health of human beings and the sustainable development of society. Therefore, how to effectively treat municipal solid waste has become an increasingly urgent problem. Particularly, in the process of creating a civilized city in China, the problems of how to improve the environmental awareness of people, how to strengthen the management level of municipal solid waste, how to improve the treatment level of municipal solid waste and the like become an important research hotspot.
The urban solid waste incineration technology is widely applied worldwide as a new technology for harmless, quantitative-reduction and resource solid waste treatment. The effective control of the hearth temperature is the key for improving the solid waste treatment efficiency, inhibiting the discharge of pollutants and realizing the safe and stable operation of the urban solid waste incineration process. However, the urban solid waste incineration process is a complex physical and chemical reaction process and has the characteristics of nonlinearity, non-stability and large time variation. Meanwhile, solid waste components are easily influenced by factors such as climate and region, and show certain periodic change along with season change, so that the difficulty of controlling the temperature of the hearth is increased. At present, the urban solid waste incineration plants in China still mainly adopt manual control in actual operation, and hysteresis and subjectivity exist, so that the temperature control precision of a hearth is low. Moreover, manual operation is frequent, and the abrasion to the actuator is large. Therefore, whether the control is quickly and effectively controlled within a reasonable range has important practical significance.
In recent years, the PID controller is widely applied to industrial production by virtue of the advantages of simple algorithm and easy realization, and the application ratio is up to 90%. However, the traditional PID controller is complex in parameter selection and difficult to manually adjust. And the RBF-PID controller can effectively improve the defects of the conventional PID controller, and can perform online adaptive adjustment on parameters to realize accurate control. In addition, the event trigger control can well solve the problem of frequent updating of the controller and reduce the abrasion of the actuator. Therefore, the invention provides the RBF-PID urban solid waste incineration process furnace temperature control method based on event triggering, the furnace temperature is accurately controlled by adjusting the primary air volume, and the method has important practical significance for improving the solid waste incineration treatment capacity and inhibiting the emission of pollutants.
Disclosure of Invention
Aiming at the problems of low manual control precision of the hearth temperature and frequent updating of a controller, the invention provides an event-triggered RBF-PID (radial basis function-proportion integration differentiation) method for controlling the hearth temperature in the urban solid waste incineration process. Firstly, updating RBF network parameters on line through a gradient descent algorithm and a recursive least square algorithm, and simultaneously introducing the square of a momentum factor and a momentum term of the parameters to update controller parameters; then, an event trigger condition based on a fixed threshold value is designed to serve as a controller updating condition, an RBF-PID controller based on event trigger is established, accurate control over the temperature of the hearth is achieved, the problem that manual control accuracy of the temperature of the hearth in the urban solid waste incineration process is not high is solved, and theoretical support and technical guarantee are provided for safe and stable operation of the urban solid waste incineration process.
An event-triggered RBF-PID (radial basis function-proportion integration differentiation) method for controlling the temperature of a hearth in a municipal solid waste incineration process comprises the following steps:
step 1: initialization parameters
Initializing controller parameters including the number of neurons in a hidden layer of the RBF network, the center of a Gaussian function, the width and an output weight; PID controller parameters and fixed event triggered thresholds;
step 2: calculating controller inputs
Calculating the tracking error e (k) of the hearth temperature at the current moment and the error variation ec (k) of the hearth temperature, and calculating as follows:
e(k)=yd(k)-y(k) (1)
ec(k)=e(k)-e(k-1) (2)
in the formula: e (k) and e (k-1) respectively represent the furnace temperature control errors at the k moment and the k-1 moment; ec (k) represents a furnace temperature error variation at time k; y isd(k) And y (k) represents the expected value of the furnace temperature in the control process at the moment k and the actual output value of the control system;
and step 3: computing controller output
The controller adopts incremental PID, and the controller output is:
u(k)=u(k-1)+Δu(k) (3)
wherein u (k) and u (k-1) represent the controller outputs at time k and time k-1, respectively; Δ u (k) is an increment of the control amount at the time k, and is calculated as follows:
Δu(k)=Kp[e(k)-e(k-1)]+Kie(k)+Kd[e(k)-2e(k-1)+e(k-2)] (4)
in the formula, Kp、Ki、KdIs a PID controller parameter; e (k), e (k-1) and e (k-2) respectively represent the tracking errors at the time k, the time k-1 and the time k-2;
and 4, step 4: judging the event trigger condition, if the event trigger is satisfied, updating the control quantity
The event trigger conditions are designed as follows:
Figure BDA0003392386900000031
kt+1={|Δu(k)|≥M} (6)
wherein M is a set event trigger threshold; u (k)t) Is the actual control quantity under the t trigger sequence, which will be kept from the previous trigger sequence until the next trigger sequence is updated to u (k)t+1) (ii) a Δ u (k) is a control amount increment at time k; k is a radical oftRepresents the time value under the t trigger sequence; k is a radical oft+1Represents the time value under the t +1 trigger sequence;
and 5: calculating RBF network output y at current k momentm(k)
The RBF network mainly comprises an input layer, a hidden layer and an output layer, and the calculation mode is as follows:
gaussian function of hidden layer of RBF network is
Figure BDA0003392386900000032
Where x is the input vector, hj(x) Gaussian function value representing the jth neuron of the hidden layer when the input is x, cjAnd σjRespectively hiding the center and the width of the Gaussian function of the jth neuron of the layer, wherein m is the number of neurons of the hidden layer.
The RBF network output is calculated as follows:
Figure BDA0003392386900000033
in the formula wj(k) For the jth network output weight at time k, ym(k) Is the output value of the RBF network at the k moment, and m is the number h of hidden layer neuronsj(x) Representing the gaussian function value of the jth neuron of the hidden layer when the input is x.
Step 6: computing
Figure BDA0003392386900000034
Figure BDA0003392386900000035
Formula wj(k) For the jth network output weight at time k, hj(k) Gaussian function value for the jth neuron of the hidden layer at time k, cj(k) And σj(k) Respectively representing the center and the width of the j-th neuron Gaussian function of the hidden layer at the k momentm(k) The output value of the RBF network at the moment k, m is the number of neurons in an implicit layer, and delta u (k) is the increment of the control quantity at the moment k;
and 7: method for calculating PID controller parameter increment by adopting gradient descent method
Using the square error function as the performance index:
Figure BDA0003392386900000041
in the formula: e (k) represents a performance index at time k; e (k) represents the furnace temperature control error at the time k; y isd(k) Y (k) represents the expected value of the furnace temperature at the time k in the control process and the actual output value of the control system;
and (3) dynamically adjusting the PID controller parameter increment by adopting a gradient descent method, and calculating as follows:
Figure BDA0003392386900000042
Figure BDA0003392386900000043
Figure BDA0003392386900000044
wherein e (k), e (k-1) and e (k-2) respectively represent tracking errors at time k, time k-1 and time k-2; Δ Kp(k)、ΔKi(k)、ΔKd(k) PID parameter increment at k moment; y ism(k) RBF network output at the time of k; etap、ηi、ηdLearning rates of proportional, integral and differential parameters respectively; e (k) represents a performance index at time k;
and 8: updating PID controller parameters
Kp(k)=Kp(k-1)+ΔKp(k)+αC 2(Kp(k-1)-Kp(k-2)) (14)
Ki(k)=Ki(k-1)+ΔKi(k)+αC 2(Ki(k-1)-Ki(k-2)) (15)
Kd(k)=Kd(k-1)+ΔKd(k)+αC 2(Kd(k-1)-Kd(k-2)) (16)
In the formula Kp(k)、Kp(K-1) and Kp(k-2) respectively representing proportional parameters of the k time, the k-1 time and the k-2 time; ki(k)、Ki(K-1) and Ki(k-2) respectively representing integral parameters at the time k, the time k-1 and the time k-2; kd(k)、Kd(K-1) and Kd(k-2) differential parameters at time k, time k-1 and time k-2, respectively; alpha is alphaCIs a momentum factor; Δ Kp(k)、ΔKi(k)、ΔKd(k) PID parameter increment at the k moment;
and step 9: adjusting RBF network parameters, namely the center, the width and the network weight of a Gaussian function;
defining the performance index of the recognizer as:
Figure BDA0003392386900000051
wherein y (k) represents the actual output value of the furnace temperature at the k moment in the control process; y ism(k) RBF network output at the time of k;
step 9.1: center and width update
Figure BDA0003392386900000052
Figure BDA0003392386900000053
Figure BDA0003392386900000054
Figure BDA0003392386900000055
Where eta is a learning rate, eta is an element [0,1 ]](ii) a J (k) is a performance index at the time k; h isj(x) Gaussian function value representing the jth neuron of the hidden layer when the input is x, cj(k) And σj(k) Respectively representing the center and the width of the j-th neuron Gaussian function of the hidden layer at the k moment; x is an input vector; y (k) represents an actual output value of the furnace temperature in the control process at the time k; y ism(k) RBF network output value at k moment; w is aj(k) The weight is output for the jth network at time k.
Step 9.2: weight value updating
The recursive least squares algorithm is used here, and the formula is as follows:
Figure BDA0003392386900000056
in the formula: k (k), P (k) respectively represent the values of recursive least squares parameter at time k, I isA bit matrix; w (k) is the network output weight at time k; h (k) is the hidden layer output value at the time k; h isT(k) Transposing the output of the hidden layer for time k.
Compared with the prior art, the invention has the following obvious advantages and beneficial effects:
(1) the self-adaptive adjustment of the RBF-PID controller parameters based on event triggering can ensure that the temperature of the hearth can quickly respond to a set value, has certain advantages in the aspects of control precision and control performance, enables the controller to track the set value of the temperature of the hearth in time, and has higher control precision.
(2) The experimental result based on the hearth temperature shows that the RBF-PID controller based on the event trigger has the characteristics of high control precision, high response speed and less controller updating times.
Drawings
FIG. 1RBF Structure drawing
FIG. 2 parameter KpIs adjusted curve
FIG. 3 parameter KiIs adjusted curve
FIG. 4 parameter KdIs adjusted curve
FIG. 5 furnace temperature control Effect
FIG. 6 furnace temperature control error
FIG. 7 controller update times
FIG. 8 event trigger time intervals
Detailed Description
The method is characterized in that operation data under typical working conditions of a plurality of days are collected from a certain solid waste incineration company of Beijing, and the sampling time is 2 s. Through preliminary screening, 500 groups of data of 6 months and 11 days in 2019 are finally selected and used for the fixed set value and variable set value experiments of the hearth temperature.
The event-triggered RBF-PID (radial basis function-proportion integration differentiation) furnace temperature control in the urban solid waste incineration process comprises the following steps:
step 1: initializing an RBF network, designing a network structure to be 3-6-1, initializing controller parameters, setting a Gaussian function center value c to be 30 × ones (3,6), setting a Gaussian function width value b to be 36.5 × ones (3,6), and outputting a weight w to be 30 × ones (3, 6); eta learning rate eta is 0.01; where ones (3,6) represents an identity matrix of three rows and six columns.
Step 2: initializing controller parameters, momentum factor alphaC0.8; learning rate etap=0.05、ηi=0.1、ηd0.08; the constant value is kept in the control process.
And step 3: setting an event trigger threshold M, wherein M is 0.2, and keeping a constant value in the control process;
and 4, step 4: updating RBF network parameters by using equations (16) - (22); if all data are completely operated, namely the simulation time k is 500, stopping updating the network parameters;
and 5: calculating controller parameters by using the expressions (1) to (15), and stopping updating the controller parameters when the simulation time k is 500; the results of the furnace temperature control are shown in fig. 2-8;
aiming at the problems of low control precision of the hearth temperature and frequent updating of the controller, the RBF-PID controller based on event triggering is provided. The self-adaptive adjustment of the RBF-PID controller parameters based on event triggering can ensure that the temperature of the hearth can quickly and stably follow a set value, has the control effects of high dynamic response speed, small overshoot and good stability, ensures that the controller can timely track the set value of the temperature of the hearth, and has higher control precision. Meanwhile, the controller based on the event trigger mechanism updates the controller only when the condition is triggered, so that the updating times of the controller can be effectively reduced. The triggering condition designed by the invention can effectively reduce the updating times of the controller and reduce the execution burden of the controller while ensuring the control effect. The method of the invention provides beneficial reference and correction for operators in the aspect of real-time control of the temperature of the hearth.

Claims (1)

1. A RBF-PID (radial basis function-proportion integration differentiation) municipal solid waste incineration process furnace temperature control method based on event triggering is characterized by comprising the following steps:
step 1: initialization parameters
Initializing controller parameters including the number of neurons in a hidden layer of the RBF network, the center of a Gaussian function, the width and an output weight; PID controller parameters and fixed event triggered thresholds;
step 2: calculating controller inputs
Calculating the tracking error e (k) of the hearth temperature at the current moment and the error variation ec (k) of the hearth temperature, and calculating as follows:
e(k)=yd(k)-y(k) (1)
ec(k)=e(k)-e(k-1) (2)
in the formula: e (k) and e (k-1) respectively represent the furnace temperature control errors at the k moment and the k-1 moment; ec (k) represents a furnace temperature error variation at time k; y isd(k) And y (k) represents the expected value of the furnace temperature in the control process at the moment k and the actual output value of the control system;
and step 3: computing controller output
The controller adopts incremental PID, and the controller output is:
u(k)=u(k-1)+Δu(k) (3)
wherein u (k) and u (k-1) represent the controller outputs at time k and time k-1, respectively; Δ u (k) is an increment of the control amount at the time k, and is calculated as follows:
Δu(k)=Kp[e(k)-e(k-1)]+Kie(k)+Kd[e(k)-2e(k-1)+e(k-2)] (4)
in the formula, Kp、Ki、KdIs a PID controller parameter; e (k), e (k-1) and e (k-2) respectively represent the tracking errors at the time k, the time k-1 and the time k-2;
and 4, step 4: judging the event trigger condition, if the event trigger is satisfied, updating the control quantity
The event trigger conditions are designed as follows:
Figure FDA0003392386890000011
kt+1={|Δu(k)|≥M} (6)
wherein M is a set event trigger threshold; u (k)t) Is the actual control quantity under the t trigger sequence, which will be kept from the previous trigger sequence until the next trigger sequence is updated to u (k)t+1) (ii) a Δ u (k) is a control amount increment at time k; k is a radical oftDenotes the t trigger orderThe following time values; k is a radical oft+1Represents the time value under the t +1 trigger sequence;
and 5: calculating RBF network output y at current k momentm(k)
The RBF network mainly comprises an input layer, a hidden layer and an output layer, and the calculation mode is as follows:
gaussian function of hidden layer of RBF network is
Figure FDA0003392386890000021
Where x is the input vector, hj(x) Gaussian function value representing the jth neuron of the hidden layer when the input is x, cjAnd σjRespectively hiding the center and the width of the Gaussian function of the jth neuron of the layer, wherein m is the number of neurons of the hidden layer.
The RBF network output is calculated as follows:
Figure FDA0003392386890000022
in the formula wj(k) For the jth network output weight at time k, ym(k) Is the output value of the RBF network at the k moment, and m is the number h of hidden layer neuronsj(x) Representing the gaussian function value of the jth neuron of the hidden layer when the input is x.
Step 6: computing
Figure FDA0003392386890000023
Figure FDA0003392386890000024
Formula wj(k) For the jth network output weight at time k, hj(k) Gaussian function value for the jth neuron of the hidden layer at time k, cj(k) And σj(k) Respectively representing the center and the width of the j-th neuron Gaussian function of the hidden layer at the k momentm(k) The output value of the RBF network at the moment k, m is the number of neurons in an implicit layer, and delta u (k) is the increment of the control quantity at the moment k;
and 7: method for calculating PID controller parameter increment by adopting gradient descent method
Using the square error function as the performance index:
Figure FDA0003392386890000025
in the formula: e (k) represents a performance index at time k; e (k) represents the furnace temperature control error at the time k; y isd(k) Y (k) represents the expected value of the furnace temperature at the time k in the control process and the actual output value of the control system;
and (3) dynamically adjusting the PID controller parameter increment by adopting a gradient descent method, and calculating as follows:
Figure FDA0003392386890000031
Figure FDA0003392386890000032
Figure FDA0003392386890000033
wherein e (k), e (k-1) and e (k-2) respectively represent tracking errors at time k, time k-1 and time k-2; Δ Kp(k)、ΔKi(k)、ΔKd(k) PID parameter increment at k moment; y ism(k) RBF network output at the time of k; etap、ηi、ηdLearning rates of proportional, integral and differential parameters respectively; e (k) represents a performance index at time k;
and 8: updating PID controller parameters
Kp(k)=Kp(k-1)+ΔKp(k)+αC 2(Kp(k-1)-Kp(k-2)) (14)
Ki(k)=Ki(k-1)+ΔKi(k)+αC 2(Ki(k-1)-Ki(k-2)) (15)
Kd(k)=Kd(k-1)+ΔKd(k)+αC 2(Kd(k-1)-Kd(k-2)) (16)
In the formula Kp(k)、Kp(K-1) and Kp(k-2) respectively representing proportional parameters of the k time, the k-1 time and the k-2 time; ki(k)、Ki(K-1) and Ki(k-2) respectively representing integral parameters at the time k, the time k-1 and the time k-2; kd(k)、Kd(K-1) and Kd(k-2) differential parameters at time k, time k-1 and time k-2, respectively; alpha is alphaCIs a momentum factor; Δ Kp(k)、ΔKi(k)、ΔKd(k) PID parameter increment at the k moment;
and step 9: adjusting RBF network parameters, namely the center, the width and the network weight of a Gaussian function;
defining the performance index of the recognizer as:
Figure FDA0003392386890000034
wherein y (k) represents the actual output value of the furnace temperature at the k moment in the control process; y ism(k) RBF network output at the time of k;
step 9.1: center and width update
Figure FDA0003392386890000035
Figure FDA0003392386890000041
Figure FDA0003392386890000042
Figure FDA0003392386890000043
Where eta is a learning rate, eta is an element [0,1 ]](ii) a J (k) is a performance index at the time k; h isj(x) Gaussian function value representing the jth neuron of the hidden layer when the input is x, cj(k) And σj(k) Respectively representing the center and the width of the j-th neuron Gaussian function of the hidden layer at the k moment; x is an input vector; y (k) represents an actual output value of the furnace temperature in the control process at the time k; y ism(k) RBF network output value at k moment; w is aj(k) The weight is output for the jth network at time k.
Step 9.2: weight value updating
Using a recursive least squares algorithm, the formula is as follows:
Figure FDA0003392386890000044
in the formula: k (k), P (k) respectively represent the recursive least square parameter value at the time k, and I is an identity matrix; w (k) is the network output weight at time k; h (k) is the hidden layer output value at the time k; h isT(k) Transposing the output of the hidden layer for time k.
CN202111468138.0A 2021-12-04 2021-12-04 RBF-PID (radial basis function-proportion integration differentiation) municipal solid waste incineration process hearth temperature control method based on event triggering Active CN114296489B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111468138.0A CN114296489B (en) 2021-12-04 2021-12-04 RBF-PID (radial basis function-proportion integration differentiation) municipal solid waste incineration process hearth temperature control method based on event triggering

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111468138.0A CN114296489B (en) 2021-12-04 2021-12-04 RBF-PID (radial basis function-proportion integration differentiation) municipal solid waste incineration process hearth temperature control method based on event triggering

Publications (2)

Publication Number Publication Date
CN114296489A true CN114296489A (en) 2022-04-08
CN114296489B CN114296489B (en) 2022-09-20

Family

ID=80964681

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111468138.0A Active CN114296489B (en) 2021-12-04 2021-12-04 RBF-PID (radial basis function-proportion integration differentiation) municipal solid waste incineration process hearth temperature control method based on event triggering

Country Status (1)

Country Link
CN (1) CN114296489B (en)

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140352813A1 (en) * 2013-06-03 2014-12-04 Tescom Corporation System and methods for control and monitoring of a field device
CN107045289A (en) * 2017-06-05 2017-08-15 杭州电子科技大学 A kind of nonlinear neural network optimization PID control method of electric furnace temperature
CN107168067A (en) * 2017-06-26 2017-09-15 北京工业大学 A kind of waste incinerator Temperature Fuzzy Control method of use reasoning by cases extracting rule
US20180276531A1 (en) * 2017-03-27 2018-09-27 Beijing University Of Technology Fault Identifying Method for Sludge Bulking Based on a Recurrent RBF Neural Network
CN109143872A (en) * 2018-11-19 2019-01-04 重庆科技学院 A kind of continuous stirred tank reactor course control method for use based on event triggering GDHP
CN109597449A (en) * 2019-01-30 2019-04-09 杭州庆睿科技有限公司 A kind of ultrasonic wave separating apparatus temprature control method neural network based
CN109901403A (en) * 2019-04-08 2019-06-18 哈尔滨工程大学 A kind of face autonomous underwater robot neural network S control method
CN110429835A (en) * 2019-07-12 2019-11-08 武汉科技大学 A kind of RBFNN segmentation on-line optimization Passive Shape Control system and method based on LCL filtering
CN110554715A (en) * 2019-10-25 2019-12-10 攀钢集团攀枝花钢铁研究院有限公司 RBF neural network-based PID control method for hydrolysis process temperature of titanyl sulfate plus seed crystal
CN110684547A (en) * 2019-10-22 2020-01-14 中国计量大学 Optimized control method for biomass pyrolysis carbonization kiln
CN110991756A (en) * 2019-12-09 2020-04-10 北京工业大学 MSWI furnace temperature prediction method based on TS fuzzy neural network
WO2020094169A2 (en) * 2018-11-06 2020-05-14 Dimakov Valentin Adaptive adjustment method for a digital pid controller
CN111580381A (en) * 2020-03-20 2020-08-25 北京工业大学 Dissolved oxygen control method of dynamic event-driven control strategy

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140352813A1 (en) * 2013-06-03 2014-12-04 Tescom Corporation System and methods for control and monitoring of a field device
US20180276531A1 (en) * 2017-03-27 2018-09-27 Beijing University Of Technology Fault Identifying Method for Sludge Bulking Based on a Recurrent RBF Neural Network
CN107045289A (en) * 2017-06-05 2017-08-15 杭州电子科技大学 A kind of nonlinear neural network optimization PID control method of electric furnace temperature
CN107168067A (en) * 2017-06-26 2017-09-15 北京工业大学 A kind of waste incinerator Temperature Fuzzy Control method of use reasoning by cases extracting rule
WO2020094169A2 (en) * 2018-11-06 2020-05-14 Dimakov Valentin Adaptive adjustment method for a digital pid controller
CN109143872A (en) * 2018-11-19 2019-01-04 重庆科技学院 A kind of continuous stirred tank reactor course control method for use based on event triggering GDHP
CN109597449A (en) * 2019-01-30 2019-04-09 杭州庆睿科技有限公司 A kind of ultrasonic wave separating apparatus temprature control method neural network based
CN109901403A (en) * 2019-04-08 2019-06-18 哈尔滨工程大学 A kind of face autonomous underwater robot neural network S control method
CN110429835A (en) * 2019-07-12 2019-11-08 武汉科技大学 A kind of RBFNN segmentation on-line optimization Passive Shape Control system and method based on LCL filtering
CN110684547A (en) * 2019-10-22 2020-01-14 中国计量大学 Optimized control method for biomass pyrolysis carbonization kiln
CN110554715A (en) * 2019-10-25 2019-12-10 攀钢集团攀枝花钢铁研究院有限公司 RBF neural network-based PID control method for hydrolysis process temperature of titanyl sulfate plus seed crystal
CN110991756A (en) * 2019-12-09 2020-04-10 北京工业大学 MSWI furnace temperature prediction method based on TS fuzzy neural network
CN111580381A (en) * 2020-03-20 2020-08-25 北京工业大学 Dissolved oxygen control method of dynamic event-driven control strategy

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
乔俊飞等: "基于相对贡献指标的自组织RBF神经网络的设计", 《智能系统学报》 *
余丽平等: "基于RBF神经网络整定的PID温度控制系统设计", 《工业炉》 *
杨涛等: "基于模糊BP神经网络的垃圾焚烧炉控制系统", 《成都大学学报(自然科学版)》 *

Also Published As

Publication number Publication date
CN114296489B (en) 2022-09-20

Similar Documents

Publication Publication Date Title
CN104776446B (en) Combustion optimization control method for boiler
CN104834215B (en) A kind of BP neural network pid control algorithm of mutation particle swarm optimization
Yang et al. Policy gradient adaptive critic design with dynamic prioritized experience replay for wastewater treatment process control
CN111650834B (en) Sewage treatment process prediction control method based on extreme learning machine
CN101598109B (en) Intelligent control method for windmill generator yaw system
CN109669352B (en) Oily sewage treatment process optimization control method based on self-adaptive multi-target particle swarm
Qiao et al. Neural network on‐line modeling and controlling method for multi‐variable control of wastewater treatment processes
CN111580381B (en) Dissolved oxygen control method of dynamic event-driven control strategy
CN110647037A (en) Cooperative control method for sewage treatment process based on two-type fuzzy neural network
Qiao et al. Online-growing neural network control for dissolved oxygen concentration
Huang et al. Energy consumption model for wastewater treatment process control
CN115049139A (en) Multi-index model prediction control method for cement sintering denitration system
CN113589687B (en) Multi-time scale model predictive control method for urban sewage treatment process
CN114296489B (en) RBF-PID (radial basis function-proportion integration differentiation) municipal solid waste incineration process hearth temperature control method based on event triggering
CN109408896B (en) Multi-element intelligent real-time monitoring method for anaerobic sewage treatment gas production
CN117215190A (en) Prediction control method for furnace temperature model in urban solid waste incineration process
CN1234056C (en) Self-adaptation nonlinear time varying controller and controlling method thereof
Qiao et al. Recurrent neural network-based control for wastewater treatment process
Fan et al. Optimization of Controller for Microbial Fuel Cell: Comparison between Genetic Algorithm and Fuzzy Logic
Qiao et al. Action-Dependent Heuristic Dynamic Programming With Experience Replay for Wastewater Treatment Processes
CN115259357A (en) Microbial degradation control method and system based on artificial intelligence
Qiao et al. Offline data-driven adaptive critic design with variational inference for wastewater treatment process control
Yan et al. Model Prediction and Optimal Control of Gas Oxygen Content for A Municipal Solid Waste Incineration Process
Liu et al. A PSO-RBF neural network for BOD multi-step prediction in wastewater treatment process
Li et al. Research on optimized rbf neural network based on ga for sewage treatment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant