CN117119120B - Cooperative control method based on multiple unmanned mine cars - Google Patents

Cooperative control method based on multiple unmanned mine cars Download PDF

Info

Publication number
CN117119120B
CN117119120B CN202311387469.0A CN202311387469A CN117119120B CN 117119120 B CN117119120 B CN 117119120B CN 202311387469 A CN202311387469 A CN 202311387469A CN 117119120 B CN117119120 B CN 117119120B
Authority
CN
China
Prior art keywords
coding
result
length
current
dictionary
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.)
Active
Application number
CN202311387469.0A
Other languages
Chinese (zh)
Other versions
CN117119120A (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.)
Shanghai Boonray Intelligent Technology Co Ltd
Original Assignee
Shanghai Boonray Intelligent Technology Co Ltd
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 Shanghai Boonray Intelligent Technology Co Ltd filed Critical Shanghai Boonray Intelligent Technology Co Ltd
Priority to CN202311387469.0A priority Critical patent/CN117119120B/en
Publication of CN117119120A publication Critical patent/CN117119120A/en
Application granted granted Critical
Publication of CN117119120B publication Critical patent/CN117119120B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T9/00Image coding
    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M7/00Conversion of a code where information is represented by a given sequence or number of digits to a code where the same, similar or subset of information is represented by a different sequence or number of digits
    • H03M7/30Compression; Expansion; Suppression of unnecessary data, e.g. redundancy reduction
    • H03M7/3084Compression; Expansion; Suppression of unnecessary data, e.g. redundancy reduction using adaptive string matching, e.g. the Lempel-Ziv method
    • H03M7/3088Compression; Expansion; Suppression of unnecessary data, e.g. redundancy reduction using adaptive string matching, e.g. the Lempel-Ziv method employing the use of a dictionary, e.g. LZ78
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/12Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/04Protocols for data compression, e.g. ROHC
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N1/00Scanning, transmission or reproduction of documents or the like, e.g. facsimile transmission; Details thereof
    • H04N1/41Bandwidth or redundancy reduction

Landscapes

  • Engineering & Computer Science (AREA)
  • Signal Processing (AREA)
  • Multimedia (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • Health & Medical Sciences (AREA)
  • Computing Systems (AREA)
  • General Health & Medical Sciences (AREA)
  • Medical Informatics (AREA)
  • Compression, Expansion, Code Conversion, And Decoders (AREA)

Abstract

The invention relates to the technical field of data transmission, in particular to a cooperative control method based on a plurality of unmanned mine cars, which comprises the following steps: and carrying out longest matching on the road condition data sequence according to the coding dictionary, obtaining a current coding object and a matching sequence number of the current coding object, obtaining a first alternative coding length of the current coding object according to the length of the coding dictionary, obtaining a to-be-selected coding result according to the first alternative coding length, obtaining a first coding result according to the first alternative coding length and the to-be-selected coding result, obtaining a coding result by combining a second coding result of the current coding object, updating the coding dictionary, and obtaining compressed data through continuous iteration. The cooperative control center decompresses the compressed data, models road conditions, broadcasts road condition information to all unmanned mine cars and performs cooperative control. The invention has high compression efficiency on road condition images, ensures the real-time performance of road condition image transmission, and improves the cooperative efficiency of the unmanned mining vehicle.

Description

Cooperative control method based on multiple unmanned mine cars
Technical Field
The invention relates to the technical field of data transmission, in particular to a cooperative control method based on a plurality of unmanned mine cars.
Background
The mine is a dangerous working environment, and the accident risk is high. The cooperative control of a plurality of unmanned mine cars can reduce the risk of accidents and improve the working efficiency of a single mine car.
The unmanned mine car needs to transmit the collected road condition data to the cooperative control center, and the cooperative control center models the real-time road condition according to the road condition data and controls the unmanned mine car to run. In order to ensure the real-time performance of cooperative control, the road condition data needs to be compressed and transmitted.
At present, road condition data is usually compressed through LZ coding, but the LZ coding is limited by the size of a coding dictionary, so that the compression efficiency of the road condition data is limited, and the instantaneity of the road condition data transmission and the efficiency of cooperative control are affected.
Disclosure of Invention
In order to solve the problems, the invention provides a cooperative control method based on a plurality of unmanned mine cars, which comprises the following steps:
collecting road condition images, and converting the road condition images into a road condition data sequence; constructing an empty coding dictionary and setting elements to be matched;
and carrying out coding operation on the road condition data sequence according to the coding dictionary and the elements to be matched, wherein the method comprises the following steps: performing longest matching on the road condition data sequence from the elements to be matched according to the coding dictionary, and acquiring a current coding object and a matching sequence number of the current coding object according to a matching result; acquiring a first alternative coding length of a current coding object according to the length of the coding dictionary; obtaining a coding result to be selected according to the first alternative coding length; acquiring a first coding result of the current coding object according to the first alternative coding length and the coding result to be selected; acquiring a second coding result of the current coding object; obtaining the coding result of the current coding object according to the first coding result and the second coding result, and updating the coding dictionary;
setting new elements to be matched, repeatedly carrying out coding operation on the road condition data sequence according to the updated coding dictionary and the new elements to be matched until all elements in the road condition data sequence are traversed to stop iteration, and obtaining compressed data according to the final coding dictionary;
transmitting the compressed data to a cooperative control center, and decompressing the compressed data to obtain road condition images; the cooperative control center carries out real-time road condition modeling according to the road condition image, broadcasts road condition information to all unmanned mine cars, and realizes cooperative control of a plurality of unmanned mine cars.
Preferably, the step of obtaining the current coding object and the matching sequence number of the current coding object according to the matching result includes the following specific steps:
when a matching result does not exist, taking the element to be matched as a current coding object, and taking 0 as a matching sequence number of the current coding object; when the matching result exists, splicing the matching result and the next element in the road condition data sequence together to serve as a current coding object, and taking the sequence number of the coding object matched with the matching result in the coding dictionary as the matching sequence number of the current coding object.
Preferably, the step of obtaining the first alternative coding length of the current coding object according to the length of the coding dictionary includes the following specific steps:
wherein,a first alternative coding length of the current coding object;a length of an encoding dictionary when encoding a current encoding object;rounding up the symbol;as a function of the maximum value.
Preferably, the obtaining the result of the candidate code according to the first candidate code length includes the following specific steps:
taking the difference value between the first alternative coding length and the constant 1 as a second alternative coding length; converting the matching sequence number of the current coding object into a lengthAs a result of the alternative encoding, wherein +.>For the second alternative code length.
Preferably, the obtaining the first coding result of the current coding object according to the first alternative coding length and the coding result to be selected includes the following specific steps:
when the first alternative code lengthOr (b)When the matching sequence number of the current coding object is converted into the lengthAs a first encoding result of the current encoding object;
when the first alternative code lengthWhen the binary number 0 is added at the tail of the result to be coded, converting the obtained result into a decimal number, and marking the decimal number as the minimum expansion value of the result to be coded; when the minimum expansion value is larger than the length of the coding dictionary, taking the coding result to be selected as a first coding result of the current coding object; when the minimum expansion value is smaller than or equal to the length of the coding object, converting the matching sequence number of the current coding object into a length ofAs the first encoding result of the current encoding object.
Preferably, the step of obtaining the second encoding result of the current encoding object includes the following specific steps:
taking the last element in the current coding object as the suffix of the current coding object; and acquiring all the coding objects, performing variable length coding on suffixes of all the coding objects, and taking a coding result as a second coding result of each coding object.
Preferably, the method for obtaining the coding result of the current coding object according to the first coding result and the second coding result, and updating the coding dictionary includes the following specific steps:
splicing the first coding result and the second coding result of the current coding object together to serve as the coding result of the current coding object; and adding the current coding object and the coding result of the current coding object to the end of the coding dictionary to update the coding dictionary.
Preferably, the obtaining compressed data according to the final coding dictionary includes the following specific steps:
and splicing all the coding results in the final coding dictionary according to the sequence to be used as compressed data.
Preferably, the setting the element to be matched includes the following specific steps:
and taking the first element in the road condition data sequence as an element to be matched.
Preferably, the setting a new element to be matched includes the following specific steps:
and taking the latter element of the current coding object in the road condition data sequence as a new element to be matched.
The technical scheme of the invention has the beneficial effects that: the road condition data sequence is subjected to longest matching according to the coding dictionary, a current coding object and a matching sequence number of the current coding object are obtained, a first alternative coding length of the current coding object is obtained according to the length of the coding dictionary, a to-be-selected coding result is obtained according to the first alternative coding length, and the first coding result is obtained according to the first alternative coding length and the to-be-selected coding result. According to the method, the length of each matching sequence number converted into the binary number is self-adaptive according to the size of the dictionary in the coding process, so that the length of the binary number corresponding to the matching sequence number (namely, the first coding result) is as small as possible, the compression efficiency of road condition images is improved, the real-time performance of road condition image transmission is ensured, and the cooperative efficiency of the unmanned mine car is improved.
Drawings
In order to more clearly illustrate the embodiments of the invention or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described, it being obvious that the drawings in the following description are only some embodiments of the invention, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flow chart of steps of a method of cooperative control based on a plurality of unmanned mining vehicles of the present invention;
FIG. 2 is a schematic diagram of an encoding dictionary in the present invention;
fig. 3 is a diagram of coding dictionary in LZ coding.
Detailed Description
In order to further describe the technical means and effects adopted by the invention to achieve the preset aim, the following detailed description is given below of the specific implementation, structure, characteristics and effects of the cooperative control method based on a plurality of unmanned mining vehicles according to the invention by combining the accompanying drawings and the preferred embodiment. In the following description, different "one embodiment" or "another embodiment" means that the embodiments are not necessarily the same. Furthermore, the particular features, structures, or characteristics of one or more embodiments may be combined in any suitable manner.
The traditional LZ coding realizes compression by a method of updating a coding dictionary and compressing the data, longest matching is carried out on the data by using the coding dictionary, the longest matching result and the next character in the data are used as coding objects, after the matching serial number of the longest matching result is converted into binary numbers, the binary numbers and the coding of the next character in the data together with the longest matching result are used as coding results of the coding objects. In order to ensure that decoding can be realized, when the matching sequence numbers are converted into binary numbers, the binary numbers need to be converted into fixed lengths, the lengths are determined by the largest sequence number in a final coding dictionary, and the final coding dictionary is larger, so that the largest sequence number is larger, and then the length corresponding to each matching sequence number converted into the binary numbers is longer, so that the compression efficiency of LZ codes is limited, the real-time performance of road condition image transmission is influenced, and the cooperative efficiency of the unmanned mine car is lower.
Therefore, the embodiment of the invention provides a cooperative control method based on a plurality of unmanned mining vehicles, which is characterized in that the length of each binary number corresponding to each matching sequence number is converted into the binary number in a self-adaptive manner according to the size of a dictionary in the coding process, so that the length of each binary number corresponding to each matching sequence number is as small as possible, the compression efficiency of LZ coding on road condition images is improved, the real-time performance of road condition image transmission is ensured, and the cooperative efficiency of the unmanned mining vehicles is improved.
Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs.
The following specifically describes a specific scheme of the cooperative control method based on a plurality of unmanned mining vehicles provided by the invention with reference to the accompanying drawings.
Referring to fig. 1, a flowchart of a method for controlling a plurality of unmanned mining vehicles in cooperation with each other according to an embodiment of the present invention is shown, the method includes the following steps:
s001, collecting road condition images.
In the embodiment of the invention, the cameras deployed on the unmanned mine car are utilized to shoot road condition images around the unmanned mine car in real time.
S002, compressing the road condition image.
In addition, since the LZ encoding is compressed while updating the encoding dictionary, and the decoding is performed while updating the encoding dictionary in the same manner as in the decoding, the corresponding encoding dictionaries are identical in the encoding and decoding of the same encoding target. Therefore, the embodiment of the invention sets the length for converting the matching sequence number into the binary number according to the size of the coding dictionary in the coding process, so that the length is as short as possible, the compression efficiency of LZ coding is improved, the real-time performance of road condition image transmission is ensured, and the cooperative efficiency of the unmanned mining car is improved. When decoding, binary numbers with corresponding lengths are obtained according to the size of the coding dictionary, and the binary numbers are converted into decimal numbers, so that decoding of the matching sequence numbers can be realized, and further decoding of the coding objects can be realized.
In the embodiment of the invention, gray values of all pixels in the road condition image are unfolded into a one-dimensional sequence to be used as a road condition data sequence. Compressing the road condition data sequence, specifically:
1. an empty coding dictionary is constructed, and the coding dictionary comprises a sequence number column, a coding object column and a coding result column. The encoding object column is used for storing encoding objects in the road condition data sequence, and the encoding result column is used for storing encoding results of the encoding objects.
2. And taking the first element in the road condition data sequence as an element to be matched.
3. Performing longest matching on the road condition data sequence from the element to be matched according to all the coding objects contained in the coding dictionary, and taking the element to be matched as a current coding object and taking 0 as a matching sequence number of the current coding object when a matching result does not exist; when the matching result exists, splicing the matching result and the next element in the road condition data sequence together to serve as a current coding object, and taking the sequence number of the coding object matched with the matching result in the coding dictionary as the matching sequence number of the current coding object.
Acquiring the length of the coding dictionary at that timeAccording to the length of the coding dictionaryAcquiring a first alternative coding length of a current coding object:
wherein,a first alternative coding length of the current coding object;for the length of the coding dictionary when coding the current coding objectA degree;rounding up the symbol;as a function of the maximum value,is shown inAnd 2, in order to prevent that a result or a result of 0 cannot be obtained when the length of the coding dictionary is 0 or 1. When the length of the coding dictionary is 0 or 1, the first alternative coding length is 1, and when the matching sequence number is 0 or 1, the first alternative coding length can be converted into binary number with the length of 1 to be expressed. When (when)Less thanWhen all sequence numbers in the coding dictionary cannot be used for lengthThe binary number of the matching sequence number is represented, the length of the binary number corresponding to the current matching sequence number cannot be determined during decoding, and therefore the current matching sequence number cannot be decoded; when (when)Greater thanWhen all sequence numbers in the coding dictionary are available with the length ofIs represented by binary numbers of (2), but is mostly of lengthThe binary numbers of the (a) have no corresponding serial numbers in the coding dictionary, so that more bits are wasted; by means ofCan ensure that the matching sequence number can be converted into the length when the matching sequence number is any sequence number in the coding dictionaryIs represented by a binary number of (c) without wasting more bits.
It should be noted that, for the partial matching sequence number, the length converted into binary number can be further reduced, so as to further reduce the number of encoding bits and improve the transmission efficiency of the road condition image.
In an embodiment of the present invention, when the first alternative code lengthOr (b)When the matching sequence number of the current coding object is converted into the lengthAs the first encoding result of the current encoding object.
When the first alternative code lengthIn this case, the first alternative code length is subtracted by 1 to obtain a second alternative code length, which is denoted asConverting the matching sequence number of the current coding object into a lengthIs recorded as the result of the encoding to be selected. And supplementing a binary number 0 at the end of the result to be coded, converting the obtained result into a decimal number, and recording the decimal number as the minimum extension value of the result to be coded.
It should be noted that when the minimum extension value is larger than this, the length of the dictionary is encodedIf the result to be selected is the first result of the current encoding, the result is read in during decodingThe number of bits in the binary number,the decimal number corresponding to the bit binary number does not exist in the sequence number column of the code dictionary, and the length of the first coding result is known to beThe bits are read in the M-bit binary number during decoding, so that the decoding of the matching sequence number of the current coding object can be realized, the decoding is not influenced by the result to be coded at the moment, and the result to be coded can be directly used as the first coding result of the current coding object, so that the number of coding bits is further reduced, the compression efficiency is improved, and the transmission efficiency of road condition data is improved. Length of coding dictionary when minimum extension value is less than thisIf the result to be selected is the first result of the current encoding, the result is read in during decodingThe number of bits in the binary number,the decimal number corresponding to the bit binary number exists in the sequence number column of the code word dictionary, and the matching sequence number corresponding to the result to be coded is inconsistent, so that decoding errors of the matching sequence number of the current coding object can be caused, decoding is affected, and the result to be coded cannot be directly used as the first coding result of the current coding object.
In the embodiment of the invention, when the minimum expansion value is greater than the length L of the coding dictionary, taking the coding result to be selected as a first coding result of the current coding object; when the minimum expansion value is smaller than or equal to the length L of the coding object at the moment, matching the current coding objectThe sequence number is converted into the length ofAs the first encoding result of the current encoding object.
And taking the last element in the current coding object as the suffix of the current coding object. Since the suffix is a gray value ranging between [0, 255], the suffix is converted into an 8-bit binary number as a second encoding result of the current encoding object.
In another embodiment, all the encoding objects may be obtained first, the suffixes of all the encoding objects are encoded by using variable length encoding algorithms such as huffman encoding and shannon encoding, and the encoding result is used as the second encoding result of each encoding object, so as to further improve the compression efficiency.
And splicing the first coding result and the second coding result of the current coding object together to serve as the coding result of the current coding object. And respectively adding the current coding object and the coding result of the current coding object into a coding object column and a coding result column of the last row of the coding dictionary at the moment to realize the updating of the coding dictionary.
4. And taking the latter element of the current coding object in the road condition data sequence as a new element to be matched.
Repeating the steps 3 and 4 until all elements in the road condition data sequence are traversed to stop iteration, and splicing all the coding results of the coding result columns in the finally obtained coding dictionary in sequence to serve as compressed data.
For example, when the road condition data sequence is {228,176,228,87,105,228,87,176,228,87,87,176,176,105,87}, the corresponding final coding dictionary is shown in fig. 2, and the compressed data is 0111001000010110000010101011100001101001111011000011010101110101011000010001010111. The road condition data sequence is compressed by using the existing LZ coding to obtain a final coding dictionary, see fig. 3, and the compressed data is 000011100100000010110000000101010111000001101001001110110000001101010111001010110000010001010111. The compressed data in the embodiment of the invention is 82 bits, the compressed data obtained by LZ coding is 96 bits, and compared with the existing LZ coding, the embodiment of the invention has higher compression efficiency, can ensure the real-time performance of road condition image transmission and improve the cooperative efficiency of the unmanned mining car.
Thus, compressed data is obtained.
S003, transmitting and decompressing the compressed data.
Transmitting the compressed data to a cooperative control center, and decompressing the compressed data transmitted by each unmanned mine car by the cooperative control center:
1. in the decompression process, a first alternative coding length is obtained according to the length of the coding dictionaryReading in compressed dataThe binary data are converted into decimal numbers, and when the decimal numbers exist in sequence number columns in the coding dictionary, the corresponding sequence numbers of the decimal numbers in the coding dictionary are used as matching sequence numbers; conversely, when the decimal number does not exist in the sequence number column in the coding dictionary, the compressed data is readThe binary data are converted into decimal numbers, and the serial numbers corresponding to the decimal numbers in the coding dictionary are used as matching serial numbers.
2. Reading of the 8-bit binary number is continued in the compressed data as a second encoding result.
In another embodiment, binary numbers are read in the compressed data as the second encoding result using a method of decoding in a huffman encoding algorithm.
3. And acquiring the current coding object according to the matching sequence number and the second coding result. It should be noted that, the current encoding object is obtained according to the matching sequence number and the second encoding result, which is a known technique in LZ encoding, and is not described in detail in the embodiment of the present invention.
4. Repeating the steps 1 to 3 until all bits in the compressed data have traversed to stop iteration, and taking all obtained coded objects as decompression results.
And restoring the decompression result into a road condition image.
S004, the cooperative control center performs cooperative control on the unmanned mine car.
The cooperative control center models real-time road conditions according to road condition images transmitted by a plurality of unmanned mine cars, broadcasts road condition information to all the unmanned mine cars, and controls the unmanned mine cars to avoid obstacles in advance and cooperate with each other.
Through the steps, the cooperative control of a plurality of unmanned mine cars is completed.
According to the embodiment of the invention, the road condition data sequence is subjected to longest matching according to the coding dictionary, the current coding object and the matching sequence number of the current coding object are obtained, the first alternative coding length of the current coding object is obtained according to the length of the coding dictionary, the result to be coded is obtained according to the first alternative coding length, and the first coding result is obtained according to the first alternative coding length and the result to be coded. According to the method, the length of each matching sequence number converted into the binary number is self-adaptive according to the size of the dictionary in the coding process, so that the length of the binary number corresponding to the matching sequence number (namely, the first coding result) is as small as possible, the compression efficiency of road condition images is improved, the real-time performance of road condition image transmission is ensured, and the cooperative efficiency of the unmanned mine car is improved.
The above description is only of the preferred embodiments of the present invention and is not intended to limit the invention, but any modifications, equivalent substitutions, improvements, etc. within the principles of the present invention should be included in the scope of the present invention.

Claims (7)

1. The cooperative control method based on the plurality of unmanned mine cars is characterized by comprising the following steps of:
collecting road condition images, and converting the road condition images into a road condition data sequence; constructing an empty coding dictionary and setting elements to be matched;
and carrying out coding operation on the road condition data sequence according to the coding dictionary and the elements to be matched, wherein the method comprises the following steps: performing longest matching on the road condition data sequence from the elements to be matched according to the coding dictionary, and acquiring a current coding object and a matching sequence number of the current coding object according to a matching result; acquiring a first alternative coding length of a current coding object according to the length of the coding dictionary;
the obtaining the first alternative coding length of the current coding object according to the length of the coding dictionary includes:
;
wherein,a first alternative coding length of the current coding object; />A length of an encoding dictionary when encoding a current encoding object; />Rounding up the symbol; />Is a maximum function;
obtaining a to-be-selected coding result according to the first alternative coding length, and obtaining a first coding result of the current coding object according to the first alternative coding length and the to-be-selected coding result;
the obtaining the result of the code to be selected according to the first code length to be selected, and obtaining the first code result of the current code object according to the first code length to be selected and the result of the code to be selected, includes:
when the first alternative code lengthOr->When the matching sequence number of the current coding object is usedConverted into length +.>As a first encoding result of the current encoding object;
when the first alternative code lengthIn this case, the first alternative code length is subtracted by 1 to obtain a second alternative code length, which is denoted as +.>Converting the matching sequence number of the current encoding object into length +.>As a result to be coded, supplementing a binary number 0 at the end of the result to be coded, converting the obtained result into a decimal number, and marking the decimal number as the minimum extension value of the result to be coded; when the minimum expansion value is larger than the length of the coding dictionary, taking the coding result to be selected as a first coding result of the current coding object; when the minimum expansion value is smaller than or equal to the length of the coding object, converting the matching sequence number of the current coding object into length +.>As a first encoding result of the current encoding object;
acquiring a second coding result of the current coding object; obtaining the coding result of the current coding object according to the first coding result and the second coding result, and updating the coding dictionary;
setting new elements to be matched, repeatedly carrying out coding operation on the road condition data sequence according to the updated coding dictionary and the new elements to be matched until all elements in the road condition data sequence are traversed to stop iteration, and obtaining compressed data according to the final coding dictionary;
transmitting the compressed data to a cooperative control center, and decompressing the compressed data to obtain road condition images; the cooperative control center carries out real-time road condition modeling according to the road condition image, broadcasts road condition information to all unmanned mine cars, and realizes cooperative control of a plurality of unmanned mine cars.
2. The cooperative control method based on a plurality of unmanned mining vehicles according to claim 1, wherein the step of obtaining the current coding object and the matching sequence number of the current coding object according to the matching result comprises the following specific steps:
when a matching result does not exist, taking the element to be matched as a current coding object, and taking 0 as a matching sequence number of the current coding object; when the matching result exists, splicing the matching result and the next element in the road condition data sequence together to serve as a current coding object, and taking the sequence number of the coding object matched with the matching result in the coding dictionary as the matching sequence number of the current coding object.
3. The cooperative control method based on a plurality of unmanned mining vehicles according to claim 1, wherein the obtaining the second encoding result of the current encoding object comprises the following specific steps:
taking the last element in the current coding object as the suffix of the current coding object; and acquiring all the coding objects, performing variable length coding on suffixes of all the coding objects, and taking a coding result as a second coding result of each coding object.
4. The cooperative control method based on a plurality of unmanned mining vehicles according to claim 1, wherein the step of obtaining the encoding result of the current encoding object according to the first encoding result and the second encoding result, and updating the encoding dictionary comprises the following specific steps:
splicing the first coding result and the second coding result of the current coding object together to serve as the coding result of the current coding object; and adding the current coding object and the coding result of the current coding object to the end of the coding dictionary to update the coding dictionary.
5. The method for collaborative control based on a plurality of unmanned mining vehicles according to claim 1, wherein the obtaining compressed data according to a final dictionary comprises the steps of:
and splicing all the coding results in the final coding dictionary according to the sequence to be used as compressed data.
6. The cooperative control method based on a plurality of unmanned mining vehicles according to claim 1, wherein the setting of the elements to be matched comprises the following specific steps:
and taking the first element in the road condition data sequence as an element to be matched.
7. The cooperative control method based on a plurality of unmanned mining vehicles according to claim 1, wherein the setting of new elements to be matched comprises the following specific steps:
and taking the latter element of the current coding object in the road condition data sequence as a new element to be matched.
CN202311387469.0A 2023-10-25 2023-10-25 Cooperative control method based on multiple unmanned mine cars Active CN117119120B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311387469.0A CN117119120B (en) 2023-10-25 2023-10-25 Cooperative control method based on multiple unmanned mine cars

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311387469.0A CN117119120B (en) 2023-10-25 2023-10-25 Cooperative control method based on multiple unmanned mine cars

Publications (2)

Publication Number Publication Date
CN117119120A CN117119120A (en) 2023-11-24
CN117119120B true CN117119120B (en) 2023-12-22

Family

ID=88809630

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311387469.0A Active CN117119120B (en) 2023-10-25 2023-10-25 Cooperative control method based on multiple unmanned mine cars

Country Status (1)

Country Link
CN (1) CN117119120B (en)

Citations (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08116270A (en) * 1994-10-14 1996-05-07 Rohm Co Ltd Data compression method, its device, data expansion method and its device
US6054943A (en) * 1998-03-25 2000-04-25 Lawrence; John Clifton Multilevel digital information compression based on lawrence algorithm
JP2001168727A (en) * 1999-12-08 2001-06-22 Sony Corp Device and method for processing information and recording medium
CN1708094A (en) * 2004-06-04 2005-12-14 富士施乐株式会社 Image display control apparatus, image display apparatus, image displaying method and program thereof
CN103023509A (en) * 2012-11-14 2013-04-03 无锡芯响电子科技有限公司 Hardware LZ77 compression implementation system and implementation method thereof
CN202931289U (en) * 2012-11-14 2013-05-08 无锡芯响电子科技有限公司 Hardware LZ 77 compression implement system
CN104202054A (en) * 2014-09-16 2014-12-10 东南大学 Hardware LZMA (Lempel-Ziv-Markov chain-Algorithm) compression system and method
CN107565972A (en) * 2017-09-19 2018-01-09 郑州云海信息技术有限公司 A kind of compression method, device, equipment and the storage medium of LZ codings
CN108259041A (en) * 2017-12-29 2018-07-06 中国电子科技集团公司第二十研究所 A kind of Big Dipper data expansion method based on modified LZW Coding Compression Technologies
CN108880556A (en) * 2018-05-30 2018-11-23 中国人民解放军战略支援部队信息工程大学 Destructive data compressing method, error-resilience method and encoder and decoder based on LZ77
CN114244373A (en) * 2022-02-24 2022-03-25 麒麟软件有限公司 LZ series compression algorithm coding and decoding speed optimization method
CN115955569A (en) * 2023-03-14 2023-04-11 海伦市动物防疫检疫中心 Monitoring video data transmission method for animal quarantine center
CN116168790A (en) * 2023-04-25 2023-05-26 深圳爱递医药科技有限公司 Big data recruitment system for clinical trial
CN116506629A (en) * 2023-06-27 2023-07-28 上海伯镭智能科技有限公司 Road condition data compression method for mine unmanned mine car cooperative control
CN116634029A (en) * 2023-07-21 2023-08-22 众科云(北京)科技有限公司 Work platform data rapid transmission method based on block chain
CN116805537A (en) * 2023-08-22 2023-09-26 江汉大学附属医院(武汉市第六医院) Data processing method for heart-lung rehabilitation management system

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7003039B2 (en) * 2001-07-18 2006-02-21 Avideh Zakhor Dictionary generation method for video and image compression

Patent Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08116270A (en) * 1994-10-14 1996-05-07 Rohm Co Ltd Data compression method, its device, data expansion method and its device
US6054943A (en) * 1998-03-25 2000-04-25 Lawrence; John Clifton Multilevel digital information compression based on lawrence algorithm
JP2001168727A (en) * 1999-12-08 2001-06-22 Sony Corp Device and method for processing information and recording medium
CN1708094A (en) * 2004-06-04 2005-12-14 富士施乐株式会社 Image display control apparatus, image display apparatus, image displaying method and program thereof
CN103023509A (en) * 2012-11-14 2013-04-03 无锡芯响电子科技有限公司 Hardware LZ77 compression implementation system and implementation method thereof
CN202931289U (en) * 2012-11-14 2013-05-08 无锡芯响电子科技有限公司 Hardware LZ 77 compression implement system
CN104202054A (en) * 2014-09-16 2014-12-10 东南大学 Hardware LZMA (Lempel-Ziv-Markov chain-Algorithm) compression system and method
CN107565972A (en) * 2017-09-19 2018-01-09 郑州云海信息技术有限公司 A kind of compression method, device, equipment and the storage medium of LZ codings
CN108259041A (en) * 2017-12-29 2018-07-06 中国电子科技集团公司第二十研究所 A kind of Big Dipper data expansion method based on modified LZW Coding Compression Technologies
CN108880556A (en) * 2018-05-30 2018-11-23 中国人民解放军战略支援部队信息工程大学 Destructive data compressing method, error-resilience method and encoder and decoder based on LZ77
CN114244373A (en) * 2022-02-24 2022-03-25 麒麟软件有限公司 LZ series compression algorithm coding and decoding speed optimization method
WO2023160123A1 (en) * 2022-02-24 2023-08-31 麒麟软件有限公司 Method for optimizing encoding and decoding speeds of lz series compression algorithms
CN115955569A (en) * 2023-03-14 2023-04-11 海伦市动物防疫检疫中心 Monitoring video data transmission method for animal quarantine center
CN116168790A (en) * 2023-04-25 2023-05-26 深圳爱递医药科技有限公司 Big data recruitment system for clinical trial
CN116506629A (en) * 2023-06-27 2023-07-28 上海伯镭智能科技有限公司 Road condition data compression method for mine unmanned mine car cooperative control
CN116634029A (en) * 2023-07-21 2023-08-22 众科云(北京)科技有限公司 Work platform data rapid transmission method based on block chain
CN116805537A (en) * 2023-08-22 2023-09-26 江汉大学附属医院(武汉市第六医院) Data processing method for heart-lung rehabilitation management system

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
HLZ:一种采用混合字典的自适应无损编码算法;杨长生, 宋广华, 卓越;浙江大学学报(工学版)(第01期);全文 *
基于GPU加速的超精简型编码数据库系统;骆歆远;陈刚;伍赛;;计算机研究与发展(第02期);全文 *

Also Published As

Publication number Publication date
CN117119120A (en) 2023-11-24

Similar Documents

Publication Publication Date Title
US7365658B2 (en) Method and apparatus for lossless run-length data encoding
CN116681036B (en) Industrial data storage method based on digital twinning
CN112968706B (en) Data compression method, FPGA chip and FPGA online upgrading method
CN110021369B (en) Gene sequencing data compression and decompression method, system and computer readable medium
CN115866287B (en) Efficient data transmission method for intelligent campus management platform
CN106407285A (en) RLE and LZW-based optimized bit file compression and decompression method
CN115955569B (en) Monitoring video data transmission method for animal epidemic prevention quarantine center
CN116489369B (en) Driving digital video compression processing method
CN116405574A (en) Remote medical image optimization communication method and system
US6748520B1 (en) System and method for compressing and decompressing a binary code image
CN115529357A (en) Updating abnormity matching method based on MES intercommunication interconnection production data
US20220005229A1 (en) Point cloud attribute encoding method and device, and point cloud attribute decoding method and devcie
CN117119120B (en) Cooperative control method based on multiple unmanned mine cars
CN116471337A (en) Message compression and decompression method and device based on BWT and LZW
CN116843774A (en) Point cloud data compression method, device, equipment and storage medium
KR100636370B1 (en) Apparatus and method for coding using bit-precision, and apparatus and method for decoding according to the same
JP4093200B2 (en) Data compression method and program, and data restoration method and apparatus
CN111274950B (en) Feature vector data encoding and decoding method, server and terminal
JP4093193B2 (en) Data compression method and program, and data restoration method and apparatus
CN117156069B (en) Software image data encryption transmission method
CN117156014B (en) Engineering cost data optimal storage method and system
CN115514967B (en) Image compression method and image decompression method based on binary block bidirectional coding
CN117118456B (en) Magnetic control switch control data processing method based on depth fusion
CN109698704B (en) Comparative gene sequencing data decompression method, system and computer readable medium
CN117200805B (en) Compression and decompression method and device with low memory occupation of MCU

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