CN102098058B - Method for efficiently and linearly compressing and decompressing time-series data in real time - Google Patents

Method for efficiently and linearly compressing and decompressing time-series data in real time Download PDF

Info

Publication number
CN102098058B
CN102098058B CN 201010542716 CN201010542716A CN102098058B CN 102098058 B CN102098058 B CN 102098058B CN 201010542716 CN201010542716 CN 201010542716 CN 201010542716 A CN201010542716 A CN 201010542716A CN 102098058 B CN102098058 B CN 102098058B
Authority
CN
China
Prior art keywords
data
max
compression
time
prime
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.)
Expired - Fee Related
Application number
CN 201010542716
Other languages
Chinese (zh)
Other versions
CN102098058A (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.)
Central South University
Original Assignee
Central South University
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 Central South University filed Critical Central South University
Priority to CN 201010542716 priority Critical patent/CN102098058B/en
Publication of CN102098058A publication Critical patent/CN102098058A/en
Application granted granted Critical
Publication of CN102098058B publication Critical patent/CN102098058B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Compression, Expansion, Code Conversion, And Decoders (AREA)

Abstract

The invention discloses a method for efficiently and linearly compressing and decompressing time-series data in real time, which comprises the following steps of: filtering the data according to types and compression thresholds of the processed time-series data by employing a filtering algorithm, structurally encapsulating the filtered data according to a data structure encapsulation rule, and storing the structurally encapsulated data into a data buffer area; when the data buffer area is full, linearly compressing the structurally encapsulated data by initiating a linear compression method, and storing the compressed data into a historical data storage area; and when data is needed to be queried, calling a decompression method to decompress the data in the historical data storage area. The method can be applied to compressing and decompressing time-series data in various industrial control systems, is applicable to conditions with high data flow, multiple sampling types and severe interference redundancy, can better keep characteristics of original data and has the advantages of good real-time property, high compression rate and high practicality.

Description

Time series data real-time high-efficiency linear compression and decompression method
Technical field
The present invention relates to a kind of time series data real-time high-efficiency linear compression and decompression method.
Technical background
In modern industry production control process, automated system is all producing a large amount of creation datas all the time, and these information are valuable source and treasures of enterprise, and therefore, ubiquity storage and utilized the application demand of these creation datas.
This class creation data has following characteristics usually: 1) timing, data and time have close related, namely all be with the time target data; 2) magnanimity, take power industry as example, the data acquisition scale of a power plant reaches 50,000 to 100,000 bps, and a large power plant often reaches 500,000 to 1,000,000 bps data acquisition scale; 3) high frequency, frequency acquisition are generally second level even a Millisecond, transmit 25 frame to 100 frame data such as vector measurement device (PMU) per second of power industry.
For some upper strata industrial control softwares, such as configuration software, real time data library software and enterprise's manufacturing resources planning software etc., how to process timely and effectively these real time datas and fast access historical data is a great problem of puzzlement industry spot automation always.If data are not compressed, these data can take huge memory space, and have greatly reduced historical data access recall precision.
In view of the data of industry spot all have time attribute, the observation of fluctuating among a small circle for history curve of data can not cause very large impact, and the method that therefore can take to diminish data compression abandons a part of data.For the industrial control system data of sequential, high frequency, magnanimity, need the data compression method of efficient high-pressure contracting ratio.The representational data compression method that diminishes is the revolving door method, and the parallelogram of the method by continuous adjustment comes which point needs to preserve in the specified data.Although the data point that the revolving door method is preserved is original value,, the data behind the decompress(ion) are not necessarily little with respect to the mean square error of initial data, and namely the method compression performance of having a few in initial data is not that integral body is more excellent.
Summary of the invention
Technical problem to be solved by this invention is to propose a kind of time series data real-time high-efficiency linear compression and decompression method, this time series data real-time high-efficiency linear compression and decompression method can keep the feature of former data preferably, real-time is good, and compression ratio is high, and is practical.
Technical solution of the present invention is as follows:
A kind of time series data real-time high-efficiency linear compression and decompression method may further comprise the steps:
Step 1: for one group of data to be compressed, based on the 1st data (x 1, y 1) and the 2nd data (x 2, y 2) add compression threshold (0, t) be benchmark, set up the 1st straight line, the slope k of this straight line MaxThe slope upper limit for this compression:
k max = ( y 2 + t - y 1 ) ( x 2 - x 1 ) ,
In the formula: x represents constantly; Y represents x data value constantly; T represents compression threshold, i.e. the limits of error that data compression allows;
With the 1st data (x 1, y 1) and the 2nd data (x 2, y 2) deduct compression threshold (0, t) set up the 2nd straight line, the slope k of this straight line for benchmark MinSlope lower limit for this compression
k min = ( y 2 - t - y 1 ) ( x 2 - x 1 ) ,
Step 2: repeat above step with the 1st data and the 3rd data again, namely obtain new slope k ' MaxAnd slope k ' MinAs follows:
k max ′ = ( y 3 + t - y 1 ) ( x 3 - x 1 ) ;
k min ′ = ( y 3 - t - y 1 ) ( x 3 - x 1 ) ;
Get k ' MaxAnd k MaxIn the smaller as k Max, get k ' MinAnd k MinIn the greater as k Min, namely
k max=min(k′ max,k max);
k min=max(k′ min,k min);
Step 3: to i data (x i, y i), i calculates new k ' more than or equal to 4 Max, k ' MinAs follows:
k max ′ = ( y i + t - y 1 ) ( x i - x 1 ) ;
k min ′ = ( y i - t - y 1 ) ( x i - x 1 ) ;
Get k ' MaxAnd k MaxIn the smaller as k Max, get k ' MinAnd k MinIn the greater as k Min, namely
k max=min(k′ max,k max);
k min=max(k′ min,k min);
Step 4: more current k MaxWith k MinIf, k Max>k Min, then make i=i+1, return step 3, if k MaxBe less than or equal to k Min, then this section compression finishes, and recording current i is n, preserves the data (x at the data point n-1 place that uses in the compression N-1, y N-1), and according to the k at data point n-1 place Max, k MinMean value, adjust the data value y at n-1 place N-1, namely
y n - 1 = ( k max + k min 2 ) · ( x n - 1 + x 1 ) + y 1 ;
And (the x after will upgrading N-1, y N-1) be saved in the history data store district;
Step 5: process the lower one piece of data in one group of data to be compressed, until last data of one group of data to be compressed, concrete steps are as follows:
With n data point (x n, y n) as described the 1st data point, with n+1 data point (x N+1, y N+1) as described the 2nd data point ..., the rest may be inferred, repeating step 1-4, until process last data of data to be compressed, whole compression process finishes;
In the process that compression is carried out, when judging last that arrives data, if still have k Max>k Min, then only preserve last bit data, finish compression.
Decompression process is: adjacent data in the history data store district is linked to each other with reduction historical data curve with straight line, when needs are inquired about the data in certain moment, calculate the data at unknown point place according to linear interpolation.
Before treating packed data and carrying out squeeze operation, treat first packed data and carry out filtering operation, the method of described filtering operation is weighting recurrence average filtering method or moving average filter method, described moving average filter method is: regard a formation as getting continuously N sampled value, the length of formation is fixed as N, ask the mean value of this formation, sample a new data at every turn and put into tail of the queue, and data of throwing away original head of the queue, again the data of the N in the formation are carried out the arithmetic average computing, obtain the filtering result.
Before treating packed data and carrying out squeeze operation, treat packed data and carry out the construction packages operation: the data after the construction packages comprise time mark section, data value section and data feature description section, wherein the time mark segment mark records the moment of data acquisition, the size of data value segment record data value, the additional information of data feature description segment record data.
Beneficial effect:
The invention discloses a kind of time series data real-time high-efficiency linear compression and decompression method.Type and compression threshold according to the processing time series data, adopt filtering algorithm that data are carried out filtering, according to the data structure packing rule filtered data are carried out construction packages, deposit the data of construction packages in data buffer zone, when the data buffer zone is filled with, start the linear compression method data of construction packages are carried out linear compression, and the data after will compressing deposit the history data store district in; When the needs data query, call decompression method the data in the history data store district are carried out decompress(ion).
Whether the present invention only need to carry out a slope detection to data just can specified data need to preserve, computing is simple, and the point of preserving for needs is optimized adjustment, namely adjust data value, the like this better effects if of the data reproduction initial data behind the decompress(ion) according to the mean value of the slope bound at this some place.The present invention can be applicable to the compression and decompression of all types of industries control system time series data, is applicable to the situation that data traffic is large, sampling type is many, the interference redundancy is serious, can keep preferably the feature of former data, and real-time is good, and compression ratio is high, and is practical.Before save data, the inventive method uses the mean value of slope bound as slope, and the value of savepoint is adjusted, so that the data after decompressing are higher than revolving door precision, can better keep the primary signal feature like this.
Description of drawings
Fig. 1 is schematic diagram of the present invention;
Fig. 2 is linear compression method flow diagram of the present invention;
Fig. 3 is the initial data curve chart;
Fig. 4 is the data and curves figure after the present invention's compression;
Fig. 5 is the compression curve figure of revolving door algorithm.
Embodiment
Below with reference to the drawings and specific embodiments the present invention is described in further details:
Embodiment 1:
As shown in Figure 1, time series data real-time high-efficiency linear compression and decompression method, type and compression threshold according to the processing time series data, adopt filtering algorithm that data are carried out filtering, the method of filtering operation is the moving average filter method, namely regard a formation as getting continuously N sampled value, the length of formation is fixed as N, ask the mean value of this formation, sample a new data at every turn and put into tail of the queue, and data of throwing away original head of the queue, again the data of the N in the formation are carried out the arithmetic average computing, obtain the filtering result.Filtered data are carried out construction packages, deposit the data of construction packages in data buffer zone, when the data buffer zone is filled with, start the linear compression method data of construction packages are carried out linear compression, and the data after will compressing deposits the history data store district in; When the needs data query, call decompression method the data in the history data store district are carried out decompress(ion).
For the data from the larger system of pure hysteresis (such as boiler combustion control system), adopt weighting recurrence average filtering algorithm, i.e. different data constantly different power in addition, usually, more near the data of now, power obtains larger, for example certain 5 time series data is averaged, according to the time order and function order respectively the weighting value be 0.1,0.15,0.2,0.25,0.3; For the data from high frequency oscillation system (such as the high-frequency induction heating control system), adopt moving average filter, namely regard a formation as getting continuously N sampled value, the length of formation is fixed as N, ask the mean value of this formation, sample a new data at every turn and put into tail of the queue, and throw away data of original head of the queue, again the data of the N in the formation are carried out the arithmetic average computing, obtain the filtering result.N gets 12 for data on flows, and N gets 4 for pressure data, and N gets 4~12 for liquid level data, and N gets 1~4 for temperature data.The point that satisfies the compression time interval is carried out construction packages, as to get the time interval be 50ms, the interval is ignored less than the point of this value, the data of encapsulation comprise that markers field, data value field, data characteristics field etc. are (as for boiler combustion control system, get from so far the number of seconds of founding the factory as the markers field, getting drum internal pressure value is the data value field, and the data characteristics field is for describing the additional information of drum pressure value and system mode), packaged data are put into the data buffer zone.
Full when the data buffer zone, start linear compression.With the 1st the data (x in data buffer zone 1, y 1) and the 2nd data (x 2, y 2) add compression threshold (0, t) be benchmark, the value of t stipulated by the user, the range that generally fetches data 5% in, set up the 1st straight line, the slope k of this straight line MaxThe slope upper limit for this compression:
k max = ( y 2 + t - y 1 ) ( x 2 - x 1 )
With the 1st data (x 1, y 1) and the 2nd data (x 2, y 2) deduct compression threshold (0, t) set up the 2nd straight line, the slope k of this straight line for benchmark MinSlope lower limit for this compression
k min = ( y 2 - t - y 1 ) ( x 2 - x 1 )
Repeat above step with the 1st data and the 3rd data again, obtain new slope bound k ' Max, k ' MinGet k ' MaxAnd k MaxIn the smaller as k Max, get k ' MinAnd k MinIn the greater as k Min, namely
k max=min(k′ max,k max)
k min=max(k′ min,k min)
Continue above-mentioned steps, until to data point (x n, y n) time, slope upper limit k MaxLess than slope lower limit k Min, then this time compression finishes, and preserves the data at the data point n-1 place that uses in the compression, and according to the bound k at data point n-1 place Max, k MinMean value, adjust the data value y at n-1 place N-1, namely
y n - 1 = ( k max + k min 2 ) · ( x n - 1 - x 1 ) + y 1
And be saved in the history data store district.Can be understood as the 2nd to n-2 value all ignores.
Data after adjusting take the n-1 place repeat above compression process as starting point, until last data point of time series data.
When needs inquiry system historical data, start decompression method, adjacent data intercropping straight line in the history data store district with reduction historical data curve, when needs are inquired about the data in certain moment, is calculated the data at unknown point place according to linear interpolation.
For better explanation the inventive method adopts one group of standard sine signal as initial data the inventive method and revolving door method to be tested in the advantage aspect the data compression rate, both compression performance is compared.As shown in Figure 3, altogether comprise 500 data points as the standard sine signal of initial data, the cycle is 100, and compression threshold is 1.0.Because initial data is the standard sine signal, do not carry out filtering.
As seen from Figure 3, more without data in the initial data curve of overcompression, wherein axis of abscissas represents data point, the axis of ordinates presentation data value, and the data feature description section does not embody in legend.
Fig. 4 and Fig. 5 are respectively and adopt the inventive method and revolving door method to the compression effectiveness figure of initial data.Data volume after two kinds of methods are compressed is identical.
Table 1 is the one-period (100 data points) of the above sinusoidal signal, is 1.0 o'clock in compression threshold, adopts the Data Comparison of the compression of the inventive method and revolving door method and decompress(ion).Third and fourth row wherein are data and the absolute errors thereof behind the inventive method compression and decompress(ion), five, six row are data and the absolute errors thereof behind the compression of revolving door method and decompress(ion), and with background color in the form is two kinds of data values that compression method need to keep.Use the revolving door compression method, the mean absolute error of data and initial data is 0.7813 behind decompress(ion) on all data points; Use the inventive method and compress, the mean absolute error of data and initial data is 0.5854 only behind decompress(ion) on all data points, has reduced 25%.
As seen, compare with the revolving door method, the data behind employing the inventive method decompress(ion) are less with respect to the mean square error of initial data, and the inventive method is more good at the compression performance that initial data is had a few.
Figure BDA0000032058180000071
Figure BDA0000032058180000081
Table 1
Figure BDA0000032058180000091
Figure BDA0000032058180000101
Table 1 (continued)

Claims (3)

1. a time series data real-time high-efficiency linear compression and decompression method is characterized in that, may further comprise the steps:
Step 1: for one group of data to be compressed, based on the 1st data (x 1, y 1) and the 2nd data (x 2, y 2) add compression threshold (0, t) be benchmark, set up the 1st straight line, the slope k of this straight line MaxThe slope upper limit for this compression:
k max = ( y 2 + t - y 1 ) ( x 2 - x 1 ) ,
In the formula: x represents constantly; Y represents x data value constantly; T represents compression threshold, i.e. the limits of error that data compression allows;
With the 1st data (x 1, y 1) and the 2nd data (x 2, y 2) deduct compression threshold (0, t) set up the 2nd straight line, the slope k of this straight line for benchmark MinSlope lower limit for this compression
k min = ( y 2 - t - y 1 ) ( x 2 - x 1 ) ,
Step 2: repeat above step with the 1st data and the 3rd data again, namely obtain new slope
Figure FDA00002490377600013
And slope
Figure FDA00002490377600014
As follows:
k max ′ = ( y 3 + t - y 1 ) ( x 3 - x 1 ) ;
k min ′ = ( y 3 - t - y 1 ) ( x 3 - x 1 ) ;
Get
Figure FDA00002490377600017
And k MaxIn the smaller as k Max, get
Figure FDA00002490377600018
And k MinIn the greater as k Min, namely
k max = min ( k max ′ , k max ) ;
k min = max ( k min ′ , k min ) ;
Step 3: to i data (x i, y i), i calculates new more than or equal to 4
Figure FDA000024903776000111
As follows:
k max ′ = ( y i + t - y 1 ) ( x i - x 1 ) ;
k min ′ = ( y i - t - y 1 ) ( x i - x 1 ) ;
Get
Figure FDA000024903776000114
And k MaxIn the smaller as k Max, get
Figure FDA000024903776000115
And k MinIn the greater as k Min, namely
k max = min ( k max ′ , k max ) ;
k min = max ( k min ′ , k min ) ;
Step 4: more current k MaxWith k MinIf, k MaxK Min, then make i=i+1, return step 3, if k MaxBe less than or equal to k Min, then this section compression finishes, and recording current i is n, preserves the data (x at the data point n-1 place that uses in the compression N-1, y N-1), and according to the k at data point n-1 place Max, k MinMean value, adjust the data value y at n-1 place N-1, namely
y n - 1 = ( k max + k min 2 ) · ( x n - 1 - x 1 ) + y 1 ;
And (the x after will upgrading N-1, y N-1) be saved in the history data store district;
Step 5: process the lower one piece of data in one group of data to be compressed, until last data of one group of data to be compressed, concrete steps are as follows:
With n data point (x n, y n) as described the 1st data point, with n+1 data point (x N+1, y N+1) as described the 2nd data point ..., the rest may be inferred, repeating step 1-4, until process last data of data to be compressed, whole compression process finishes;
In the process that compression is carried out, when judging last that arrives data, if still have k MaxK Min, then only preserve last bit data, finish compression;
Decompression process is: adjacent data in the history data store district is linked to each other with reduction historical data curve with straight line, when needs are inquired about the data in certain moment, calculate the data at unknown point place according to linear interpolation.
2. time series data real-time high-efficiency linear compression according to claim 1 and decompression method, it is characterized in that, before treating packed data and carrying out squeeze operation, treat first packed data and carry out filtering operation, the method of described filtering operation is weighting recurrence average filtering method or moving average filter method, described moving average filter method is: regard a formation as getting continuously N sampled value, the length of formation is fixed as N, ask the mean value of this formation, sample a new data at every turn and put into tail of the queue, and data of throwing away original head of the queue, again the data of the N in the formation are carried out the arithmetic average computing, obtain the filtering result.
3. time series data real-time high-efficiency linear compression according to claim 1 and 2 and decompression method, it is characterized in that, before treating packed data and carrying out squeeze operation, treat packed data and carry out the construction packages operation: the data after the construction packages comprise time mark section, data value section and data feature description section, moment of time mark segment record data acquisition wherein, the size of data value segment record data value, the additional information of data feature description segment record data.
CN 201010542716 2010-11-12 2010-11-12 Method for efficiently and linearly compressing and decompressing time-series data in real time Expired - Fee Related CN102098058B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 201010542716 CN102098058B (en) 2010-11-12 2010-11-12 Method for efficiently and linearly compressing and decompressing time-series data in real time

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 201010542716 CN102098058B (en) 2010-11-12 2010-11-12 Method for efficiently and linearly compressing and decompressing time-series data in real time

Publications (2)

Publication Number Publication Date
CN102098058A CN102098058A (en) 2011-06-15
CN102098058B true CN102098058B (en) 2013-03-06

Family

ID=44130947

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 201010542716 Expired - Fee Related CN102098058B (en) 2010-11-12 2010-11-12 Method for efficiently and linearly compressing and decompressing time-series data in real time

Country Status (1)

Country Link
CN (1) CN102098058B (en)

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102664635B (en) * 2012-03-06 2015-07-29 华中科技大学 The self-adapting data compression method that a kind of precision is controlled
US9959284B2 (en) * 2014-01-10 2018-05-01 Appex Networks Holding Limited System and method for synchronizing history data for compression and decompression
CN103795419B (en) * 2014-01-27 2017-08-04 宁波良和路桥科技有限公司 A kind of piecewise linearity compression method of Wave data Real Time Compression
CN105680868B (en) 2014-11-17 2019-04-12 华为技术有限公司 The method and apparatus of compressed stream data
US11309906B2 (en) * 2017-07-17 2022-04-19 Siemens Aktiengesellschaft Method, field device and cloud infrastructure for data acquisition
CN107807271B (en) * 2017-09-29 2021-04-16 中国电力科学研究院 Method and system for automatically compressing overvoltage monitoring data
CN108092667B (en) * 2017-11-23 2021-05-14 北京百度网讯科技有限公司 Method and device for compressing time series data and inquiring time series data
CN109992799B (en) * 2017-12-29 2023-04-18 上海威派格智慧水务股份有限公司 Method for transmitting pressure data of water pressure meter based on NB-IOT (NB-IOT)
CN112667582A (en) * 2020-12-22 2021-04-16 上海上实龙创智能科技股份有限公司 Data compression method for industrial real-time database
CN113609429B (en) * 2021-08-10 2024-04-05 广州至真信息科技有限公司 Data processing method and device based on message queue, computer equipment and storage medium
CN114640355B (en) * 2022-03-30 2023-04-18 北京诺司时空科技有限公司 Lossy compression and decompression method, system, storage medium and equipment of time sequence database

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6215907B1 (en) * 1998-06-26 2001-04-10 Fisher-Rosemont Systems, Inc. Recursive on-line wavelet data compression technique for use in data storage and communications
CN1866241A (en) * 2006-06-21 2006-11-22 浙江中控软件技术有限公司 Real-time data compression method based on least square linear fit
CN101807925A (en) * 2010-02-08 2010-08-18 南京朗坤软件有限公司 Historical data compression method based on numerical ordering and linear fitting

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6215907B1 (en) * 1998-06-26 2001-04-10 Fisher-Rosemont Systems, Inc. Recursive on-line wavelet data compression technique for use in data storage and communications
CN1866241A (en) * 2006-06-21 2006-11-22 浙江中控软件技术有限公司 Real-time data compression method based on least square linear fit
CN101807925A (en) * 2010-02-08 2010-08-18 南京朗坤软件有限公司 Historical data compression method based on numerical ordering and linear fitting

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
一种时序数据的可视化技术与工具;罗雄飞等;《软件学报》;20091231;第20卷;第104-112页 *
时序数据的动态有界符号化方法;钟清流等;《控制与决策》;20081031;第23卷(第10期);第1109-1102、1106页 *
罗雄飞等.一种时序数据的可视化技术与工具.《软件学报》.2009,第20卷
钟清流等.时序数据的动态有界符号化方法.《控制与决策》.2008,第23卷(第10期),

Also Published As

Publication number Publication date
CN102098058A (en) 2011-06-15

Similar Documents

Publication Publication Date Title
CN102098058B (en) Method for efficiently and linearly compressing and decompressing time-series data in real time
CN100435136C (en) Real-time data compression method based on least square linear fit
CN103246702B (en) A kind of complementing method of the industrial sequence data disappearance based on segmentation Shape Representation
CN108320063A (en) To the method for rejecting abnormal data and denoising in a kind of load forecast
CN108267218A (en) A kind of adaptive Variable sampling method and device of mechanical equipment vibration signal monitoring
CN106877363B (en) Method and device for restraining subsynchronous oscillation of system by static synchronous series compensator
CN102611454A (en) Dynamic lossless compressing method for real-time historical data
CN1947074A (en) Scheduling of industrial production processess
CN109800454B (en) Coalbed methane collection method and system based on Kalman filtering and storage medium
JP6032486B2 (en) Power management system and power management method
CN103744286A (en) Method and device for designing controller of thermal power generation system
CN116881665A (en) CMOA optimization-based TimesNet-BiLSTM photovoltaic output prediction method
CN110284980A (en) A kind of method for correcting oil quantity and device based on main jet angle
CN104680017A (en) Stability analysis system and method of time-varying power system
CN105893673A (en) Method for identifying combustion characteristic parameters based on vibration acceleration characteristic points
CN110365016B (en) Hybrid simulation-based method for evaluating primary frequency modulation characteristics of generator set
CN103414476A (en) Production energy consumption real-time data compression method
CN113848723B (en) Fast dynamic matrix control method based on ORC waste heat recovery system
EP4325377A1 (en) Data processing device, data analyzing device, data processing system and method for processing data
CN114035430A (en) Desulfurization system pH value control system and method based on predictive control
Sen et al. IMC based fractional-order controller for a level process
Chen et al. The housing price forecasting and the outbreak of the financial crisis: evidence of the Arima model
CN101692251B (en) Function parameter estimation based on-line compression and decompression method for general process data
CN105867446A (en) Barrel sealed tightening control method based on compression amount of seal ring
Du et al. An Improved Weighted Moving Average Methods Based on Transferring Weights for an Analytical Process Data

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20130306

Termination date: 20171112

CF01 Termination of patent right due to non-payment of annual fee