CN102510287A - Method for rapidly compressing industrial real-time data - Google Patents

Method for rapidly compressing industrial real-time data Download PDF

Info

Publication number
CN102510287A
CN102510287A CN2011103438781A CN201110343878A CN102510287A CN 102510287 A CN102510287 A CN 102510287A CN 2011103438781 A CN2011103438781 A CN 2011103438781A CN 201110343878 A CN201110343878 A CN 201110343878A CN 102510287 A CN102510287 A CN 102510287A
Authority
CN
China
Prior art keywords
point
data
compression
window
slope
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
CN2011103438781A
Other languages
Chinese (zh)
Other versions
CN102510287B (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.)
University of Electronic Science and Technology of China
Original Assignee
University of Electronic Science and Technology of China
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 University of Electronic Science and Technology of China filed Critical University of Electronic Science and Technology of China
Priority to CN201110343878.1A priority Critical patent/CN102510287B/en
Publication of CN102510287A publication Critical patent/CN102510287A/en
Application granted granted Critical
Publication of CN102510287B publication Critical patent/CN102510287B/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 kind of Fast Compression methods of industrial real-time data, two slope ks up, klow up and down are generated according to compression limit value first and constitute a window, after reading in next data point, judge the point whether in this window, if, then former point can be given up, and then generate new slope up and down The two slopes are obtained compared with two original slopes, so that crucial window be made to reduce. Revolving door algorithm, if there is n point in window, it is (n+1) n/2 that the n point in window, which adds up number of comparisons, and calculation amount is relatively large, can be significantly lower than crucial window tendency method on judging speed. The each data point of the compression method of industrial real-time data of the present invention only judges once only to judge the size that each data point saves slope and bound slope that data point is formed with upper one. Industrial real-time data compression is carried out in this way, and calculation amount is small when being realized with code, judges that speed is fast.

Description

A kind of Fast Compression method of industrial real-time data
Technical field
The invention belongs to the data compression technique field, more specifically, relate to a kind of Fast Compression method of industrial real-time data.
Background technology
1, data compression general introduction
Data compression technique is at image, and fields such as Audio Processing are existing uses very widely, and technology is advanced and mature day by day and formed international standard, like the JEPG compress technique of image processing field, and the MP3 compress technique in the Audio Processing etc.But because the continuous increase of modern capacity of memory device; That then uses in the industrial automation field is less; Can produce magnanimity in real time and in the automated system of historical data at electric power system, fault detection and diagnosis system, process control, process monitoring, multichannel data acquisition system etc., data compression is not also paid attention to widely and is used.Data are generally obtained by data collecting module collected in the multichannel Auto-Test System, and the signal of collection is generally sensor signal, and present data acquisition module sample frequency is all higher; For example total sampling rate is 100KHz; If then system is 16 passages, single passage per second can be gathered 62 times, and the existing higher acquisition module that does not wait from tens MHz to tens GHz is than taller many of this number of times; Per second just can produce a large amount of high-precision floating datas like this; In the face of the storage data of magnanimity, the way that people solve is simple increase memory device, and seldom the application data compress technique is compressed wherein a large amount of redundant datas; To reach the minimizing data volume, the purpose of conserve memory equipment.
2. existing industrial real-time data compression method
Data compression to the difference loss effect that original file data produces, can be divided into lossless compress and lossy compression method to data compression technique according to different coding.Lossless compress generally is the basis with universal compressed theory, takes classical compression algorithm such as the graceful algorithm of Harvard, has the character of undistorted, zero defect or noiseless coding.Lossy compression method is in compression process, to lose certain information to obtain higher compression ratio.Though lossy compression method can not be recovered initial data fully, the data of loss are little to the informational influence of understanding initial data, and obtain bigger compression ratio thus, thereby practice thrift a large amount of memory spaces.
At present relatively effectively and use more industrial real-time data compression method and mainly contain the stable state threshold method, i.e. dead band algorithm, the revolving door algorithm, the linear extrapolation algorithm, these three kinds of methods all belong to lossy compression method.
2.1 stable state threshold method
Stable state threshold value ratio juris is to be qualification with general patient distortion range; Through judging whether current data value and next data value determine whether giving up or write down this data greater than the compression limit value; The limit value setting is big more, and data compression rate is high more, but the distortion factor is also big more.As shown in Figure 1, if the compression limit value is set to 0.5, the current data value is 10.0, if then next data value is more than 10.5 or all will be by record below 9.5; And be starting point with the data recorded point, the value of establishing this point is y, 0.5 is judgement threshold, judges that next data value is whether between y ± 0.5; If, then give up this data point, if do not exist, then write down this data point; Be starting point with the data recorded point again, judge, data are compressed.In Fig. 1, the data point of looping goes on record.
2.2 revolving door algorithm
The revolving door algorithm is a kind of linear trend compression algorithm, with the factor that the slope variation situation of linear trendization is considered as emphasis, stresses to seek the linearity " trigger point " that changes slope, mainly contains two kinds of processing modes of parallelogram and triangle.The main thought of algorithm is whether the compression limit value area of coverage that utilizes current data point and previous memory point to contract to constitute comes judgment data should keep.If the compression area of coverage of 2 formations can cover all data points between 2; Then give up current data point; If instead there is data point to drop on beyond the area of coverage; Just preserve the previous data point of current point, and with this point for new starting point with after the point that reads in constitute the choice point that the new area of coverage continues to judge compression.Concrete compression judges that the flow process introduction is following:
If the compression limit value of revolving door is made as 0.1, time data memory is spaced apart 1s.Begin from first data point of reading in; Is axis with it to the line between the current data point; Cross at these 2 and do the parallelogram that a width is 2 multiplication of voltage shrinkage limit values, judge the parallelogram region covered whether can cover all from last memory point to all data points the current point, along with reading in of data point; Make new parallelogram with same method, as shown in Figure 2.
When the parallelogram that produces can not hold all data points between current point of last memory point, when promptly having data point to drop on outside the current parallelogram area coverage, then to current point through this section compression, with data points preservation, other points are given up.In Fig. 2, there is data point to drop on outside the parallelogram coverage in the time of the 10th second, so with starting point and more preceding, promptly the 9th second data point is preserved, remainder data is given up.Data point with new preservation is that starting point continues the repetition said process, judges whether subsequent data point satisfies the differentiation requirement.
2.3 linear extrapolation algorithm
The linear extrapolation algorithm also is a kind of method of utilizing linearisation thought to carry out processed compressed, and its main processing mode is to read in two data points, makes straight line with these 2, and linear equation is y=ax+b, and the abscissa value of establishing subsequent point is x i, bring the value of abscissa into linear equation, calculate the functional value of the correspondence of this point
Figure BDA0000105134220000031
y iBe the actual data value that reads in a little, δ is a threshold value, judges whether subsequent point satisfies y '-δ<y<y '+δ, then gives up this data point if satisfy, and does not satisfy the more preceding value that then writes down this data point and this data point.And serve as the starting point of judging straight line next time with the data point that does not satisfy threshold value, make straight line with a follow-up data points and judge that the main thought of algorithm is as shown in Figure 3.
Repeat above-mentioned discriminating step, through judging, have only the point of looping among Fig. 3 to be preserved, all the other satisfy the point of judgement threshold and have all been pressed.
In the said method, the stable state threshold method more is applicable to the delta data of relative stable state, then is not fine to the bigger effect data of real-time change; Swinging door compression algorithm mainly utilizes the compression restriction area of coverage that current data point and previous memory point constituted to come whether this reservation of judgment data, in this algorithm, possibly repeat to judge a plurality of data points, thereby make compression time long; The linear extrapolation algorithm is better to the less data compression effect of compression limit value, and effect is then relatively poor when big to the compression limit value.
Summary of the invention
The objective of the invention is to overcome the long deficiency of swinging door compression algorithm compression time, the Fast Compression method that a kind of amount of calculation is little, judge fireballing industrial real-time data is provided.
For realizing the foregoing invention purpose, the Fast Compression method of industrial real-time data of the present invention is characterized in that, may further comprise the steps:
(1), with data origination (x i, y i) preserve, read in next data point (x j, y j), at this moment, j=i+1;
(2), with next data point (x j, y j) and last savepoint (x i, y i) generate two slope value k up and down Up, k Low:
k up=(y j+d-y i)/(x j-x i)
k low=(y j-d-y i)/(x j-x i) ①
Wherein d is compression limit value, j=i+1;
Wait for subsequent point (x J+1, y J+1) arrive, and as current point;
(3), calculate current point (x J+1, y J+1) and previous savepoint (x i, y i) slope value k:
k=(y j+1-y i)/(x j+1-x i) ②;
(4) if k Up≤k≤k LowSet up, then carry out step (5),, then carry out step (6) if be false
(5), will go up a data point (x j, y j) give up, if current point (x J+1, y J+1) be last point of sampled data, then preserve this data point, compression finishes;
Otherwise, with current point (x J+1, y J+1) calculate two slope value up and down make new advances
Figure BDA0000105134220000041
k up ′ = ( y j + 1 + d - y i ) / ( x j + 1 - x i )
k low ′ = ( y j + 1 - d - y i ) / ( x j + 1 - x i ) - - - ( 3 ) ;
And relatively, if
Figure BDA0000105134220000044
Then
Figure BDA0000105134220000045
Otherwise k UpRemain unchanged; If
Figure BDA0000105134220000046
Then
Figure BDA0000105134220000047
Otherwise k LowRemain unchanged;
J=j+1 continues to wait for next data point (x J+1, y J+1) arrival, and, return step (3) as current point;
(6), will go up a data point (x j, y j) preserve, and as savepoint (x i, y i); If current point (x J+1, y J+1) be last point of sampled data, then preserve this data point, compression finishes; Otherwise, return step (2).
Goal of the invention of the present invention is achieved in that
The Fast Compression method of industrial real-time data of the present invention abbreviates crucial window tendency method as, in the thinking of revolving door algorithm, the determinating area that generates has been added the notion of slope, is used for finding the slope trigger point of the signal of variation.The improvement that crucial window tendency method is carried out on the basis of revolving door algorithm, purpose is to make algorithm simpler and more direct, thus amount of calculation is little when code is realized, judgement speed is fast.At first generate two slope k up and down according to the compression limit value Up, k LowConstitute a window, read in next data point after, judge this whether in this window, if, a bit can give up before then, generate new slope up and down then
Figure BDA0000105134220000048
These two slopes are to draw with two original slope ratios, thereby the pass key window is dwindled.
Crucial each data point of window tendency method is only judged once, promptly only judges each data point and the slope of last preservation data point formation and the size of bound slope.And the revolving door algorithm, if the n point is arranged in window, then first in the window needs to judge n time; Be that same point has passed through n time relatively; Second is also repeated to have compared n-1 time, and the subsequent point number of comparisons is successively decreased successively, and the n in window some accumulative total number of comparisons is (n+1) n/2; Amount of calculation is relatively large, on judgement speed, can be starkly lower than crucial window tendency method.
Description of drawings
Fig. 1 is prior art stable state threshold method one example schematic;
Fig. 2 is prior art revolving door algorithm one example schematic;
Fig. 3 is prior art linear extrapolation algorithm one example schematic;
Fig. 4 is the Fast Compression method one embodiment sketch map of industrial real-time data of the present invention;
Fig. 5 is the industrial real-time data that need compression;
Fig. 6 is the compression ratio curve chart of four kinds of compression methods of industrial real-time data under difference compression limit value of Fig. 5.
Embodiment
Describe below in conjunction with the accompanying drawing specific embodiments of the invention, so that those skilled in the art understands the present invention better.What need point out especially is that in the following description, when perhaps the detailed description of known function and design can desalinate main contents of the present invention, these were described in here and will be left in the basket.
Embodiment
Fig. 4 is the Fast Compression method one embodiment sketch map of industrial real-time data of the present invention.
In the present embodiment, as shown in Figure 4, at Fig. 4 (a) with data origination (x i, y i) preserve savepoint (x i, y i) read in data point (x with the next one j, y j) generate the bound slope value k of crucial window Up, k Low, wherein, j=i+1.
Next data point (x in Fig. 4 (b) J+1, y J+1) as current point, calculate and savepoint (x i, y i) the slope value k that generates, and relatively this slope value k and the middle bound slope value k of Fig. 4 (a) Up, k LowSize, if satisfy k Up≤k≤k LowCondition is then given up current point (x J+1, y J+1) more preceding, i.e. data point (x j, y j).Can know that by Fig. 4 (b) this slope value k satisfies above-mentioned condition, so cast out current point (x J+1, y J+1) more preceding, i.e. data point (x j, y j).
The starting point of crucial window is constant, promptly still is starting point (x i, y i), regenerate two slope value up and down of crucial window And relatively, if k Up > k Up &prime; , Then k Up = k Up &prime; , Otherwise k UpRemain unchanged; If k Low < k Low &prime; , Then k Low = k Low &prime; , Otherwise k LowRemain unchanged, can know by Fig. 4 (b), k Up > k Up &prime; , k Low > k Low &prime; , So k Up = k Up &prime; , k LowRemain unchanged, shown in Fig. 4 (c).
J=j+1 continues to wait for next data point (x J+1, y J+1) arrival, and, return step (3) as current point, recomputate slope value k.Can know that by Fig. 4 (d) slope value k still satisfies k Up≤k≤k Low, then give up current point (x J+1, y J+1) more preceding, i.e. data point (x j, y j).Calculate new two slope value up and down
Figure BDA0000105134220000059
Because
Figure BDA00001051342200000511
So
Figure BDA00001051342200000512
Remain unchanged new crucial window upper lower limit value k Up, k Low, the crucial window upper lower limit value of newly obtaining is shown in Fig. 4 (e).
J=j+1 continues to wait for next data point (x J+1, y J+1) arrival, and, return step (3) as current point, recomputate slope value k.In Fig. 4 (f), slope value k does not satisfy k Up≤k≤k Low, preserve this data point (x J+1, y J+1) last data point (x j, y j), return step (2), be new savepoint (x with this point i, y i) and next data (x j, y j) k of slope value up and down of the crucial window of dot generation Up, k Low, like figure (g).
In like manner, next data point (x J+1, y J+1) as current point, shown in Fig. 4 (h), calculate and savepoint (x i, y i) the slope value k that generates, and relatively this slope value k and the middle bound slope value k of Fig. 4 (a) Up, k LowSize, satisfy k Up≤k≤k LowCondition is given up current point (x J+1, y J+1) more preceding, i.e. data point (x j, y j); Regenerate two slope value up and down of crucial window
Figure BDA0000105134220000061
Because
Figure BDA0000105134220000062
Figure BDA0000105134220000063
So k UpRemain unchanged, Crucial window is slope value k up and down Up, k LowShown in 4 figure (i), in this segment data, the data point of filing is the solid dot among Fig. 4 (j) at last.
1, the comparison of four all compression method compression ratios
Compression verification is the test to compression effectiveness, and this test industrial real-time data are as shown in Figure 5, and counting is 6000 points, draws the compression verification result of each compression method when difference compression limit value.Num representes to count after the compression, and ratio representes compression ratio, and the result is as shown in table 1.
Figure BDA0000105134220000065
Table 1
Fig. 6 is the compression ratio curve chart of four kinds of compression methods of industrial real-time data under difference compression limit value of Fig. 5.Like table 1, shown in Figure 6, the crucial window tendency method of the present invention is identical with the compression ratio of revolving door compression algorithm under different compression limit values of prior art, has the high characteristics of revolving door algorithm compression ratio.
2, each compression algorithm testing time relatively
Figure BDA0000105134220000071
Table 2
Table 2 is to be 0.0 at noise, and the compression limit value is the compression time of testing to obtain in 0.5 o'clock.Can find out from table 2, invent the time much less of crucial window tendency method than the revolving door compression algorithm needs of prior art.
The invention reside in to the industrial real-time data characteristic, analyze and study the characteristics and the structure of its image data, explore and design and be applicable to the industrial real-time data; Practical, the data compression method of reliable and effective makes a large amount of image data obtain better compression effectiveness; Improve compression ratio, reduce compression time, conserve storage; Reduce the commercial production cost, improve the speed of system handles data.
The application data compress technique has very important significance in the industrial automation field.At first, the real-time and historical data of the magnanimity that produces in the industrial processes of existing industrial automation system intractable is said intractable here, comprises processing speed and disk size.Disk size is an aspect of problem; On the other hand, the high compression rate of data means that the data processing speed of whole system is faster, and this is embodied in: the data of high compression rate; It is little to take disk space; Data are fast from the speed that disk reads in internal memory, and the speed of Network Transmission is fast, and data occupation space in internal memory is little.A favorable industrial automated system must be resolved the real-time handling problem of data, utilizes data compression technique, can not only conserve memory equipment, can also improve system speed, and make the overall performance of system reach certain availability index.The crucial window tendency method of the present invention not only have good data compression rate, and judgement speed is fast to the industrial real-time data characteristic, has the excellent real-time property handled, the handling problem that can well solve industrial data.
Although above the illustrative embodiment of the present invention is described; So that the technical staff of present technique neck understands the present invention, but should be clear, the invention is not restricted to the scope of embodiment; To those skilled in the art; As long as various variations appended claim limit and the spirit and scope of the present invention confirmed in, these variations are conspicuous, all utilize innovation and creation that the present invention conceives all at the row of protection.

Claims (1)

1. the Fast Compression method of industrial real-time data is characterized in that, may further comprise the steps:
(1), with image data starting point (x i, y i) preserve, read in next data point (x j, y j);
(2), with next data point (x j, y j) and last savepoint (x i, y i) generate two slope value k up and down Up, k Low:
k up=(y j+d-y i)/(x j-x i)
k low=(y j-d-y i)/(x j-x i) ①
Wherein d is compression limit value, j=i+1;
Wait for subsequent point (x J+1, y J+1) arrive, and as current point;
(3), calculate current point (x J+1, y J+1) and previous savepoint (x i, y i) slope value k:
k=(y j+1-y i)/(x j+1-x i) ②;
(4) if k Up≤k≤k LowSet up, then carry out step (5),, then carry out step (6) if be false
(5), will go up a data point (x j, y j) give up, if current point (x J+1, y J+1) be last point of sampled data, then preserve this data point, compression finishes;
Otherwise, with current point (x J+1, y J+1) calculate two slope value up and down make new advances
Figure FDA0000105134210000011
k up &prime; = ( y j + 1 + d - y i ) / ( x j + 1 - x i )
k low &prime; = ( y j + 1 - d - y i ) / ( x j + 1 - x i ) - - - ( 3 ) ;
And relatively, if
Figure FDA0000105134210000014
Then Otherwise k UpRemain unchanged; If Then Otherwise k LowRemain unchanged;
J=j+1 continues to wait for next data point (x J+1, y J+1) arrival, and, return step (3) as current point;
(6), will go up a data point (x j, y j) preserve, and as savepoint (x i, y i); If current point (x J+1, y J+1) be last point of sampled data, then preserve this data point, compression finishes; Otherwise, return step (2).
CN201110343878.1A 2011-11-03 2011-11-03 Method for rapidly compressing industrial real-time data Expired - Fee Related CN102510287B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201110343878.1A CN102510287B (en) 2011-11-03 2011-11-03 Method for rapidly compressing industrial real-time data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201110343878.1A CN102510287B (en) 2011-11-03 2011-11-03 Method for rapidly compressing industrial real-time data

Publications (2)

Publication Number Publication Date
CN102510287A true CN102510287A (en) 2012-06-20
CN102510287B CN102510287B (en) 2014-06-11

Family

ID=46222345

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201110343878.1A Expired - Fee Related CN102510287B (en) 2011-11-03 2011-11-03 Method for rapidly compressing industrial real-time data

Country Status (1)

Country Link
CN (1) CN102510287B (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103040462A (en) * 2012-10-12 2013-04-17 东华大学 Electrocardiosignal processing and data compression method
CN103701468A (en) * 2013-12-26 2014-04-02 国电南京自动化股份有限公司 Data compression and decompression method on basis of orthogonal wavelet packet transform and rotating door algorithm
CN104160629A (en) * 2013-01-31 2014-11-19 株式会社东芝 Data compression device, data compression method, and computer program product
CN104682962A (en) * 2015-02-09 2015-06-03 南京邦耀科技发展有限公司 Compression method for massive fuel gas data
CN105279917A (en) * 2015-09-25 2016-01-27 卡斯柯信号有限公司 Real-time early warning method based on swinging door algorithm
CN110007854A (en) * 2019-02-21 2019-07-12 湖南大唐先一科技有限公司 One kind being based on time series data compression method and system
CN111294054A (en) * 2020-02-13 2020-06-16 北京天拓智领科技有限公司 Compression method for collecting and storing industrial interconnection data
CN113271106A (en) * 2021-04-25 2021-08-17 江苏方天电力技术有限公司 Sparse representation power plant data compression method
CN115793979A (en) * 2022-12-08 2023-03-14 北京力控元通科技有限公司 Data compression method, system, electronic equipment and storage medium

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105117504A (en) * 2015-07-27 2015-12-02 卡斯柯信号有限公司 Improved revolving door data acquisition method used for signal system

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101000605A (en) * 2006-01-09 2007-07-18 中国科学院自动化研究所 Intelligent two-stage compression method for process industrial historical data

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101000605A (en) * 2006-01-09 2007-07-18 中国科学院自动化研究所 Intelligent two-stage compression method for process industrial historical data

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
卢秉亮等: "基于实时数据库的一个改进的数据压缩算法", 《计算机应用与软件》 *
王君: "基于实时数据库的有损线性压缩算法研究与改进", 《微计算机应用》 *

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103040462A (en) * 2012-10-12 2013-04-17 东华大学 Electrocardiosignal processing and data compression method
CN104160629A (en) * 2013-01-31 2014-11-19 株式会社东芝 Data compression device, data compression method, and computer program product
CN104160629B (en) * 2013-01-31 2017-09-01 株式会社东芝 Data compression device and data compression method
CN103701468A (en) * 2013-12-26 2014-04-02 国电南京自动化股份有限公司 Data compression and decompression method on basis of orthogonal wavelet packet transform and rotating door algorithm
CN104682962A (en) * 2015-02-09 2015-06-03 南京邦耀科技发展有限公司 Compression method for massive fuel gas data
CN105279917A (en) * 2015-09-25 2016-01-27 卡斯柯信号有限公司 Real-time early warning method based on swinging door algorithm
CN110007854A (en) * 2019-02-21 2019-07-12 湖南大唐先一科技有限公司 One kind being based on time series data compression method and system
CN111294054A (en) * 2020-02-13 2020-06-16 北京天拓智领科技有限公司 Compression method for collecting and storing industrial interconnection data
CN111294054B (en) * 2020-02-13 2023-05-23 北京天拓智领科技有限公司 Compression method for industrial interconnection data acquisition and storage
CN113271106A (en) * 2021-04-25 2021-08-17 江苏方天电力技术有限公司 Sparse representation power plant data compression method
CN113271106B (en) * 2021-04-25 2022-07-08 江苏方天电力技术有限公司 Sparse representation power plant data compression method
CN115793979A (en) * 2022-12-08 2023-03-14 北京力控元通科技有限公司 Data compression method, system, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN102510287B (en) 2014-06-11

Similar Documents

Publication Publication Date Title
CN102510287A (en) Method for rapidly compressing industrial real-time data
CN102437854A (en) Industrial real-time data compression method with high compression ratio
CN100435136C (en) Real-time data compression method based on least square linear fit
CN101795138A (en) Compressing method for high density time sequence data in WAMS (Wide Area Measurement System) of power system
CN103595414A (en) Sparse sampling and signal compressive sensing reconstruction method
CN102393958A (en) Multi-focus image fusion method based on compressive sensing
CN103398295A (en) Device and method for compressing pipeline magnet leakage signal data
CN107831409A (en) The method and method for detecting abnormality of superfrequency partial discharge detection TuPu method parameter extraction
CN104535905A (en) Partial discharge diagnosis method based on naive bayesian classification
CN102163186B (en) Method and device for detecting generated file of local discharging signal of high-voltage power equipment
CN106202213A (en) A kind of FPGA binary file compression, decompressing method and compression, decompression device
CN108809977A (en) A kind of distributing optical fiber sensing big data real-time statistics compression method
CN107315991A (en) A kind of IFRA frequency response curve denoising methods based on wavelet threshold denoising
CN107070897A (en) Network log storage method based on many attribute Hash duplicate removals in intruding detection system
CN108445322A (en) A kind of relay protection fault back method
CN115310677A (en) Flight path prediction method and device based on binary coded representation and multi-classification
CN102904580A (en) X-BIT compressed encoding algorithm
Sriram et al. Deepcomp: A hybrid framework for data compression using attention coupled autoencoder
CN108445321A (en) A kind of relay protection fault intelligence Wave record method
CN109297470B (en) Similar typhoon matching algorithm based on power factors and path information
CN112234993A (en) Strong transient signal data compression method
CN101826070A (en) Key point-based data sequence linear fitting method
CN117171548A (en) Intelligent network security situation prediction method based on power grid big data
CN103701468A (en) Data compression and decompression method on basis of orthogonal wavelet packet transform and rotating door algorithm
CN117102082A (en) Sorting method and system for liquid metal batteries

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
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20140611

Termination date: 20161103