WO2022121139A1 - Coal/gangue recognition method in top coal caving process based on multi-sensor information fusion - Google Patents

Coal/gangue recognition method in top coal caving process based on multi-sensor information fusion Download PDF

Info

Publication number
WO2022121139A1
WO2022121139A1 PCT/CN2021/080195 CN2021080195W WO2022121139A1 WO 2022121139 A1 WO2022121139 A1 WO 2022121139A1 CN 2021080195 W CN2021080195 W CN 2021080195W WO 2022121139 A1 WO2022121139 A1 WO 2022121139A1
Authority
WO
WIPO (PCT)
Prior art keywords
coal
signal
gangue
neural network
microcomputer
Prior art date
Application number
PCT/CN2021/080195
Other languages
French (fr)
Chinese (zh)
Inventor
司垒
王忠宾
谭超
闫海峰
朱真才
刘送永
刘新华
李嘉豪
江红祥
Original Assignee
中国矿业大学
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 中国矿业大学 filed Critical 中国矿业大学
Publication of WO2022121139A1 publication Critical patent/WO2022121139A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/24Classification techniques
    • G06F18/241Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches
    • G06F18/2411Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches based on the proximity to a decision surface, e.g. support vector machines
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/21Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation
    • G06F18/214Generating training patterns; Bootstrap methods, e.g. bagging or boosting
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/25Fusion techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/044Recurrent networks, e.g. Hopfield networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • G06N3/084Backpropagation, e.g. using gradient descent
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]

Definitions

  • the invention relates to a coal gangue identification method, in particular to a coal gangue identification method in a top coal caving process based on multi-sensor information fusion, and belongs to the technical field of coal gangue identification.
  • the over-discharge condition will release a large amount of charcoal stones from the roof, resulting in a decrease in coal quality and an increase in transportation and washing costs; under-discharge conditions will result in loss of coal and a reduction in the recovery rate. Therefore, it is urgent to realize the automation of coal drawing process, and the key technology that must be realized in coal gangue identification.
  • the purpose of the present invention is to provide a method for identifying coal gangue in the process of top coal caving based on multi-sensor information fusion, which can solve the problem of low accuracy of manual recognition of coal gangue caused by harsh environments such as dusty, humid, and dim working faces, Keep workers away from the hydraulic support operation area and reduce the labor intensity of workers.
  • the present invention provides a method for identifying coal gangue in a top coal caving process based on multi-sensor information fusion, comprising the following steps:
  • Step 1 Install the coal gangue identification device and the spectral identification device, and install the coal gangue identification device at the tail beam of the hydraulic support.
  • the sensor, signal collector, microcomputer and intrinsically safe power supply, audio sensor and vibration sensor are respectively connected with the signal input end of the signal collector.
  • the signal collector transmits the collected signal to the microcomputer through the network cable for processing and analysis.
  • the computer is connected with the hydraulic support controller.
  • the hydraulic support controller makes corresponding control actions according to the coal gangue identification results output by the microcomputer.
  • the signal output end of the hydraulic support controller is connected to the signal collector. When the hydraulic support controller sends out coal discharge When the control command is received, the signal collector and the microcomputer start to collect and process the signal, thereby reducing the energy consumption and prolonging the service life of the device;
  • the spectral identification device includes an integrated probe installed at the lower part of the hydraulic support and obliquely above the rear scraper.
  • the integrated probe is provided with a halogen light source and a collimating lens.
  • the signal output end of the integrated probe is connected to the laser indicating light source,
  • the signal input end of the spectrometer and the signal output end of the spectrometer are connected to the microcomputer;
  • Step 2 The identification method of the coal gangue identification device is:
  • the start and stop actions of the coal discharge are manually controlled, and the time is recorded as T 1 .
  • the audio sensor, vibration sensor and signal collector are used to collect the corresponding sound signals and vibration signals, and the collected signals are collected. transfer to a microcomputer for processing and storage;
  • the microcomputer marks the sound signal and vibration signal generated by coal or gangue discharge. If coal is discharged, it will be marked as 1, and if gangue is discharged, it will be marked as 0. At the same time, the marked sound signal or vibration signal will be marked every 1s. Record it as 1 sample, and perform signal decomposition, feature extraction and feature screening for the sound signal and vibration signal with a sampling time of 1 second;
  • the microcomputer stores the marked filtered features, and uses them as the initial sample set to train the two classifiers, the support vector machine and the BP neural network.
  • the test error of the support vector machine and the BP neural network is less than the set value
  • the threshold value is ⁇
  • the training is over.
  • the manual control of the start and stop of coal drawing is stopped, and the hydraulic support automatically starts to draw coal, and the time is recorded as T 2 ;
  • the microcomputer After the automatic coal discharge of the hydraulic support starts, the microcomputer performs signal decomposition, feature extraction and feature screening for the sound signal and vibration signal in two adjacent sampling times (ie T 2 +1 seconds and T 2 +2 seconds), respectively. And input them to the support vector machine and BP neural network classifier trained in step 3 respectively, and 4 prediction results can be obtained in the samples collected at T 2 +1 seconds and T 2 +2 seconds;
  • the microcomputer uses the D-S evidence theory to fuse the four prediction results obtained in step 4 at the decision level, so as to obtain the final coal gangue identification result;
  • the microcomputer sends the coal gangue identification result to the hydraulic support controller.
  • the hydraulic support controller sends the command to stop coal caving, the tail beam of the hydraulic support extends, and the coal caving action stops;
  • the identification method of the spectral identification device is:
  • the coal and gangue above the hydraulic support slide down to the rear scraper under the swing of the tail beam of the support.
  • the reflected signal of coal or gangue moving on the rear scraper, and through the branch end of the Y-shaped optical fiber, the collected reflected signal is transmitted to the spectrometer, and the microcomputer is used to analyze the spectral data in the spectrometer.
  • the pattern matching is performed on the spectral data of the rear scraper, and the coal or gangue passing through the field of view of the collimating lens on the rear scraper is qualitatively analyzed.
  • the scraper is constantly alternating between coal and gangue, and the values of 0 and 1 are accumulated in the microcomputer.
  • step 2 (2) the steps of signal decomposition, feature extraction and feature screening in step 2 (2) are as follows:
  • each original signal can obtain several eigenmode functions IMF, and the number of IMFs of the original sound signal is recorded as m, the original vibration signal The number of IMFs is denoted as n;
  • the radial basis kernel function is selected as the kernel function of the support vector machine.
  • the training steps of SVM and BP neural network in step 2 are as follows:
  • A Parameter setting, the kernel function parameters and error penalty factor in the support vector machine are determined by cross-validation method, the number of nodes in the input layer of the BP neural network is p, the number of nodes in the output layer is 1, and the number of nodes in the hidden layer is satisfied.
  • q is a constant between 0-10, and then the optimal number of nodes is determined by trial and error;
  • step 2 that microcomputer utilizes D-S evidence theory to carry out decision-level fusion to 4 prediction results in step 2 is as follows:
  • A Denote the SVM and BP neural network output results of the sound signal samples collected within T 2 +1 second as a1 and b1, respectively, and the SVM and BP of the vibration signal samples collected within T 2 +1 second
  • the output results of the neural network are respectively denoted as c1 and d1; similarly, the output results of the sensing signal samples collected within T 2 +2 seconds are a2, b2, c2 and d2.
  • c22 c2/(a2+b2+c2+d2)
  • d22 d2/(a2+b2+c2+d2)
  • the output result of the BP neural network based on the sound signal is b11 ⁇ b22/K
  • the output result of the support vector machine based on the vibration signal is c11 ⁇ c22/K
  • the output result of BP neural network based on vibration signal is d11 ⁇ d22/K;
  • the sampling frequency of the audio sensor set by the signal collector is 45KHz
  • the sampling frequency of the vibration sensor is 20KHz
  • the sound sensor is a capacitive sensor
  • the vibration sensor is a voltage-type or current-type high-frequency sensor.
  • the bifurcated optical fiber adopts a Y-shaped optical fiber
  • the optical fiber merging section is connected to the collimating lens embedded in the geometric center of the integrated probe
  • the branch ends of the bifurcated optical fiber are respectively connected to the laser indicating light source and the spectrometer.
  • the range captured by the collimating lens is indicated and the angle of installation inclination of the integrated probe is assisted in adjusting.
  • the present invention utilizes the fusion method of the BP neural network model and the support vector machine, and fully combines the BP neural network, which can realize the complex nonlinear mapping relationship between input and output, and can approximate any nonlinear function, classifying The speed is fast, and the support vector machine can automatically find those support vectors that have better distinguishing ability for classification.
  • the constructed classifier can maximize the interval between classes and has the advantages of better promotion performance and better classification accuracy.
  • the present invention can improve the classification accuracy of the sound sampling samples and the vibration sampling samples; the present invention skillfully integrates the advantages of the BP neural network and the support vector machine through an organic combination, thereby not only improving the filtered sound characteristic signals and The accuracy of the vibration signal features, and then the test accuracy can be effectively improved.
  • the invention makes full use of the BP neural network and the support vector machine to perform particularly well in the classification effect of the vibration signal and the sound signal, and has high classification accuracy and high classification accuracy. In addition to the characteristics of better promotion performance, it also has the characteristics of simple and effective implementation.
  • the method of the invention is simple to implement and low in cost.
  • the BP neural network and the support vector machine are used to learn and train the filtered vibration signal and sound signal samples respectively.
  • the proposed BP neural network classification model and support vector machine classification model can both realize accurate and efficient identification and classification of the vibration signal and sound signal generated by the impact of coal gangue on the tail beam of the top coal caving hydraulic support.
  • the decision-level fusion greatly improves the accuracy and reliability of coal gangue identification, and can effectively eliminate the uncertain factors of multi-source signals, further improving the accuracy of coal gangue identification;
  • the spectral identification device of the present invention has high fusion
  • the intelligent top coal caving technology of spectrum and coal seam structure, according to the acquired spectral signal, qualitative analysis of coal, gangue and roof, and the alternately compared with the coal seam structure of the measured coal and gangue, can real-time Monitoring the coal gangue on the scraper is an important basis for controlling the opening and closing of the top coal caving port; because the present invention sets up two coal gangue identification methods, the coal gangue identification accuracy is further improved, and the coal gangue identification method of the present invention not only It can adapt to the working conditions of the underground fully mechanized caving face with harsh working conditions and low visibility, and can also adapt to the working conditions with better visibility.
  • Fig. 1 is the principle block diagram of coal gangue identification device and spectral identification device of the present invention
  • Fig. 2 is the flow chart of the coal gangue identification method of the present invention
  • FIG. 3 is a flow chart of spectral identification of the present invention.
  • a method for identifying coal gangue in the process of top coal caving based on multi-sensor information fusion includes the following steps:
  • Step 1 Install the coal gangue identification device and the spectral identification device, and install the coal gangue identification device at the tail beam of the hydraulic support.
  • Sensor, signal collector, microcomputer and intrinsically safe power supply, audio sensor and vibration sensor are respectively connected with the signal input end of the signal collector, and the audio sensor and vibration sensor are respectively used to collect coal gangue impact caving in the process of top coal caving.
  • the sound signal and vibration signal generated by the tail beam of the coal hydraulic support, the signal collector transmits the collected signal to the microcomputer through the network cable for processing and analysis, and the microcomputer is connected with the hydraulic support controller.
  • the output coal gangue identification result makes corresponding control actions, and the signal output end of the hydraulic support controller is connected to the signal collector;
  • the spectral identification device includes an integrated probe installed at the lower part of the hydraulic support and obliquely above the rear scraper.
  • the integrated probe is provided with a halogen light source and a collimating lens.
  • the signal output end of the integrated probe is connected to the laser indicating light source,
  • the signal input end of the spectrometer and the signal output end of the spectrometer are connected to the microcomputer;
  • Step 2 The identification method of the coal gangue identification device is:
  • the start and stop actions of the coal discharge are manually controlled, and the time is recorded as T 1 .
  • the audio sensor, vibration sensor and signal collector are used to collect the corresponding sound signals and vibration signals, and the collected signals are collected. transfer to a microcomputer for processing and storage;
  • the microcomputer marks the sound signal and vibration signal generated by coal or gangue discharge. If coal is discharged, it will be marked as 1, and if gangue is discharged, it will be marked as 0. At the same time, the marked sound signal or vibration signal will be marked every 1s. Record it as 1 sample, and perform signal decomposition, feature extraction and feature screening for the sound signal and vibration signal with a sampling time of 1 second. The steps of signal decomposition, feature extraction and feature screening are as follows:
  • each original signal can obtain several eigenmode functions IMF, and the number of IMFs of the original sound signal is recorded as m, the original vibration signal The number of IMFs is denoted as n;
  • the microcomputer stores the marked filtered features, and trains the two classifiers, the support vector machine and the BP neural network as the initial sample set, respectively.
  • the test error of the support vector machine and the BP neural network is less than the set value
  • the threshold value is ⁇
  • the training is over.
  • the manual control of the start and stop of coal drawing is stopped, and the hydraulic support automatically starts to draw coal, and the time is recorded as T 2 ;
  • the training steps of the support vector machine and the BP neural network are as follows:
  • A Parameter setting, the kernel function parameters and error penalty factor in the support vector machine are determined by cross-validation method, the number of nodes in the input layer of the BP neural network is p, the number of nodes in the output layer is 1, and the number of nodes in the hidden layer is satisfied.
  • q is a constant between 0-10, and then the optimal number of nodes is determined by trial and error;
  • the microcomputer After the automatic coal discharge of the hydraulic support starts, the microcomputer performs signal decomposition, feature extraction and feature screening for the sound signal and vibration signal in two adjacent sampling times (ie T 2 +1 seconds and T 2 +2 seconds), respectively. And input them to the support vector machine and BP neural network classifier trained in step 3 respectively, and 4 prediction results can be obtained in the samples collected at T 2 +1 seconds and T 2 +2 seconds;
  • the microcomputer uses the D-S evidence theory to fuse the four prediction results obtained in step 4 at the decision level, so as to obtain the final coal gangue identification result;
  • the microcomputer sends the coal gangue identification result to the hydraulic support controller.
  • the hydraulic support controller sends the command to stop coal caving, the tail beam of the hydraulic support extends, and the coal caving action stops;
  • the identification method of the spectral identification device is:
  • the coal and gangue above the hydraulic support slide down to the rear scraper under the swing of the tail beam of the support.
  • the reflected signal of coal or gangue moving on the rear scraper, and through the branch end of the Y-shaped optical fiber, the collected reflected signal is transmitted to the spectrometer, and the microcomputer is used to analyze the spectral data in the spectrometer.
  • the pattern matching is performed on the spectral data of the rear scraper, and the coal or gangue passing through the field of view of the collimating lens on the rear scraper is qualitatively analyzed.
  • the scraper is constantly alternating between coal and gangue, and the values of 0 and 1 are accumulated in the microcomputer.
  • the kernel function of the support vector machine is a radial basis kernel function.
  • the microcomputer uses the D-S evidence theory to perform decision-level fusion of the four prediction results as follows:
  • A Denote the SVM and BP neural network output results of the sound signal samples collected within T 2 +1 second as a1 and b1, respectively, and the SVM and BP of the vibration signal samples collected within T 2 +1 second
  • the output results of the neural network are respectively denoted as c1 and d1; similarly, the output results of the sensing signal samples collected within T 2 +2 seconds are a2, b2, c2 and d2.
  • c22 c2/(a2+b2+c2+d2)
  • d22 d2/(a2+b2+c2+d2)
  • the output result of the BP neural network based on the sound signal is b11 ⁇ b22/K
  • the output result of the support vector machine based on the vibration signal is c11 ⁇ c22/K
  • the output result of BP neural network based on vibration signal is d11 ⁇ d22/K;
  • the sampling frequency of the audio sensor set by the signal collector is 45KHz
  • the sampling frequency of the vibration sensor is 20KHz
  • the sound sensor is a capacitive sensor
  • the vibration sensor is a voltage-type or current-type high-frequency sensor.
  • the bifurcated optical fiber adopts Y-shaped optical fiber.
  • the combined section of the optical fiber is connected to the collimating lens embedded in the geometric center of the integrated probe.
  • the branch ends of the bifurcated optical fiber are respectively connected to the laser indicating light source and the spectrometer.
  • the laser indicating light source can be aligned with the range collected by the collimating lens. Provides instructions and assists in adjusting the mounting tilt angle of the integrated probe.
  • the invention effectively combines the coal gangue identification method and the spectral identification method.
  • the microcomputer analyzes the sensing data and the spectral data respectively, and controls the hydraulic support to stop the coal discharging operation when either identification method reaches its respective conditions.
  • the coal gangue recognition accuracy is improved to a great extent, and the coal gangue recognition method of the present invention can not only adapt to the harsh working environment and low visibility of the fully mechanized caving face, but also adapt to Good visibility conditions.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Evolutionary Computation (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Artificial Intelligence (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Health & Medical Sciences (AREA)
  • Software Systems (AREA)
  • Molecular Biology (AREA)
  • Computing Systems (AREA)
  • Biophysics (AREA)
  • Biomedical Technology (AREA)
  • Mathematical Physics (AREA)
  • Computational Linguistics (AREA)
  • Health & Medical Sciences (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Evolutionary Biology (AREA)
  • Measurement Of Mechanical Vibrations Or Ultrasonic Waves (AREA)

Abstract

A coal/gangue recognition method in a top coal caving process based on multi-sensor information fusion. By means of the combination of a BP neural network and a support vector machine, the BP neural network learns screened vibration signals, a trained BP neural network classification model can accurately recognize and classify the vibration signals generated by a coal/gangue impacting on a tail beam of a hydraulic support for top coal caving, the learning training of the support vector machine on screened sound signals can accurately and efficiently recognize and classify the sound signals generated by the coal/gangue impacting on the tail beam of the hydraulic support for top coal caving, a D-S evidence performs decision-level fusion on predicted structures to improve the accuracy and credibility of coal/gangue recognition, and a spectrum recognition apparatus can monitor the coal/gangue on a scraper in real time, which is an important basis for controlling the opening or closing of an opening for top coal caving. Since two recognition approaches are provided, the coal/gangue recognition precision is further improved; and the method not only can adapt to working conditions having good visibility, but also can adapt to working conditions having poor visibility.

Description

一种基于多传感信息融合的放顶煤过程中煤矸识别方法A method for identifying coal gangue in top coal caving process based on multi-sensor information fusion 技术领域technical field
本发明涉及一种煤矸识别方法,具体是一种基于多传感信息融合的放顶煤过程中煤矸识别方法,属于煤矸识别技术领域。The invention relates to a coal gangue identification method, in particular to a coal gangue identification method in a top coal caving process based on multi-sensor information fusion, and belongs to the technical field of coal gangue identification.
背景技术Background technique
在我国,特厚煤层储量丰富且主要采用综放开采方法,实现特厚煤层安全高效开采对保障我国煤炭持续供应意义重大。目前综放开采仍采用人工放煤方式,由于采煤工作面灰尘大,条件恶劣,经常带来现场操作工人安全问题,且通过人工很难准确判断顶煤放落程度,不可避免地导致放煤过程的过放状况和欠放状况。过放状况会将顶板奸石大量放出而造成煤质下降、运输洗选成本增加;欠放状况会丢失煤炭,而造成回收率降低。因此,迫切需要实现放煤工序的自动化,而煤矸识别必须要实现的关键技术。In my country, the reserves of extra-thick coal seams are abundant and the fully mechanized caving mining method is mainly adopted. The realization of safe and efficient mining of extra-thick coal seams is of great significance to ensure the continuous supply of coal in my country. At present, the fully mechanized caving mining still adopts manual coal caving. Due to the large dust and harsh conditions on the coal mining face, it often brings safety problems to the on-site operators, and it is difficult to accurately determine the degree of top coal caving by manual operation, which inevitably leads to coal caving. Over-discharge status and under-discharge status of the process. The over-discharge condition will release a large amount of charcoal stones from the roof, resulting in a decrease in coal quality and an increase in transportation and washing costs; under-discharge conditions will result in loss of coal and a reduction in the recovery rate. Therefore, it is urgent to realize the automation of coal drawing process, and the key technology that must be realized in coal gangue identification.
目前研究的煤矸识别方法多为被动识别,即根据煤、矸石既有的化学成分、物理特性、外观色泽等差别进行识别,由于井下综放工作面工作环境恶劣,能见度低,以及外部环境和设备的严重干扰,导致以往的煤矸识别方法在现场取得的实验效果大多不理想,因此,需要探索新的可靠的煤矸自动识别方法。Most of the coal gangue identification methods currently studied are passive identification, that is, identification is carried out according to the existing differences in chemical composition, physical properties, appearance and color of coal and gangue. The serious interference of the equipment has led to the unsatisfactory experimental results of the previous coal gangue identification methods in the field. Therefore, it is necessary to explore new and reliable automatic coal gangue identification methods.
发明内容SUMMARY OF THE INVENTION
本发明的目的是提供一种基于多传感信息融合的放顶煤过程中煤矸识别方法,能够解决工作面多粉尘、潮湿、昏暗等恶劣环境导致的煤矸人工识别精度不高的问题,使工人远离液压支架操作区域,降低工人劳动强度。The purpose of the present invention is to provide a method for identifying coal gangue in the process of top coal caving based on multi-sensor information fusion, which can solve the problem of low accuracy of manual recognition of coal gangue caused by harsh environments such as dusty, humid, and dim working faces, Keep workers away from the hydraulic support operation area and reduce the labor intensity of workers.
为了实现上述目的,本发明提供一种基于多传感信息融合的放顶煤过程中煤矸识别方法,包括以下步骤:In order to achieve the above purpose, the present invention provides a method for identifying coal gangue in a top coal caving process based on multi-sensor information fusion, comprising the following steps:
步骤一:安装煤矸识别装置和光谱识别装置,将煤矸识别装置安装在液压支架尾梁处,该煤矸识别装置包括矿用本安壳体和安装在本安壳体内的音频传感器、振动传感器、信号采集器、微型计算机以及本安型电源,音频传感器、振动传感器分别与信号采集器的信号输入端连接,信号采集器将采集到的信号通过网线传输至微型计算机进行处理和分析,微型计算机与液压支架控制器相连,液压支架控制器根据将微型计算机输出的煤矸识别结果 做出相应的控制动作,液压支架控制器的信号输出端连接信号采集器,当液压支架控制器发出放煤控制指令时,信号采集器和微型计算机才开始进行信号采集和处理工作,从而降低能耗、延长装置使用寿命;Step 1: Install the coal gangue identification device and the spectral identification device, and install the coal gangue identification device at the tail beam of the hydraulic support. The sensor, signal collector, microcomputer and intrinsically safe power supply, audio sensor and vibration sensor are respectively connected with the signal input end of the signal collector. The signal collector transmits the collected signal to the microcomputer through the network cable for processing and analysis. The computer is connected with the hydraulic support controller. The hydraulic support controller makes corresponding control actions according to the coal gangue identification results output by the microcomputer. The signal output end of the hydraulic support controller is connected to the signal collector. When the hydraulic support controller sends out coal discharge When the control command is received, the signal collector and the microcomputer start to collect and process the signal, thereby reducing the energy consumption and prolonging the service life of the device;
光谱识别装置包括安装在液压支架下部及后部刮板机斜上方的集成探头,集成探头内设置有卤素灯光源和准直镜头,集成探头的信号输出端通过分叉光纤分别连接激光指示光源、光谱仪的信号输入端,光谱仪的信号输出端连接微型计算机;The spectral identification device includes an integrated probe installed at the lower part of the hydraulic support and obliquely above the rear scraper. The integrated probe is provided with a halogen light source and a collimating lens. The signal output end of the integrated probe is connected to the laser indicating light source, The signal input end of the spectrometer and the signal output end of the spectrometer are connected to the microcomputer;
步骤二:煤矸识别装置的识别方法为:Step 2: The identification method of the coal gangue identification device is:
①在液压支架自动放煤前,先通过人工控制放煤的启停动作,时间记为T 1,利用音频传感器、振动传感器和信号采集器采集相应的声音信号和振动信号,并将采集的信号传输至微型计算机进行处理和存储; ① Before the hydraulic support automatically discharges the coal, the start and stop actions of the coal discharge are manually controlled, and the time is recorded as T 1 . The audio sensor, vibration sensor and signal collector are used to collect the corresponding sound signals and vibration signals, and the collected signals are collected. transfer to a microcomputer for processing and storage;
②微型计算机对放煤或放矸产生的声音信号和振动信号进行标记,若是放煤,则记为1,若是放矸,则记为0,同时将标记好的声音信号或振动信号每隔1s记为1个样本,并分别对采样时间为1秒的声音信号和振动信号进行信号分解、特征提取和特征筛选;②The microcomputer marks the sound signal and vibration signal generated by coal or gangue discharge. If coal is discharged, it will be marked as 1, and if gangue is discharged, it will be marked as 0. At the same time, the marked sound signal or vibration signal will be marked every 1s. Record it as 1 sample, and perform signal decomposition, feature extraction and feature screening for the sound signal and vibration signal with a sampling time of 1 second;
③微型计算机将带有标记的筛选后的特征进行存储,作为初始样本集分别对支持向量机和BP神经网络这两个分类器进行训练,当支持向量机和BP神经网络的测试误差小于设定阈值ε时,训练结束,此时,停止人工控制放煤启停动作,液压支架自动放煤开始,时间记为T 2③ The microcomputer stores the marked filtered features, and uses them as the initial sample set to train the two classifiers, the support vector machine and the BP neural network. When the test error of the support vector machine and the BP neural network is less than the set value When the threshold value is ε, the training is over. At this time, the manual control of the start and stop of coal drawing is stopped, and the hydraulic support automatically starts to draw coal, and the time is recorded as T 2 ;
④液压支架自动放煤开始后,微型计算机分别对相邻两个采样时间内(即T 2+1秒和T 2+2秒)的声音信号和振动信号进行信号分解、特征提取和特征筛选,并分别输入到第③步训练好的支持向量机和BP神经网络分类器,在T 2+1秒和T 2+2秒的采集样本可以得到4个预测结果; ④After the automatic coal discharge of the hydraulic support starts, the microcomputer performs signal decomposition, feature extraction and feature screening for the sound signal and vibration signal in two adjacent sampling times (ie T 2 +1 seconds and T 2 +2 seconds), respectively. And input them to the support vector machine and BP neural network classifier trained in step 3 respectively, and 4 prediction results can be obtained in the samples collected at T 2 +1 seconds and T 2 +2 seconds;
⑤微型计算机利用D-S证据理论,将第④步得到的4个预测结果进行决策级融合,从而得到最终的煤矸识别结果;⑤ The microcomputer uses the D-S evidence theory to fuse the four prediction results obtained in step ④ at the decision level, so as to obtain the final coal gangue identification result;
⑥微型计算机将煤矸识别结果发送至液压支架控制器,当识别结果为矸石时,液压支架控制器发送停止放煤命令,液压支架尾梁伸出,放煤动作停止;⑥ The microcomputer sends the coal gangue identification result to the hydraulic support controller. When the identification result is gangue, the hydraulic support controller sends the command to stop coal caving, the tail beam of the hydraulic support extends, and the coal caving action stops;
光谱识别装置的识别方法为:The identification method of the spectral identification device is:
①调节集成探头的倾斜角度,打开卤素灯光源照射后部刮板机上的运动煤矸,使卤素灯光源照射在后部刮板机中间位置;①Adjust the inclination angle of the integrated probe, turn on the halogen light source to illuminate the moving coal gangue on the rear scraper, so that the halogen light source illuminates the middle position of the rear scraper;
②放煤开始后,液压支架上方的煤、矸在支架尾梁的摆动下滑落到后部刮板机上,位 于刮板机上的集成探头中的准直镜头,在卤素灯光源的辅助下,采集后部刮板机上运动煤或矸的反射信号,并通过Y形光纤中分支端,将采集的反射信号传输给光谱仪,利用微型计算机对光谱仪中的光谱数据进行分析,通过与微型计算机内数据库中的光谱数据进行模式匹配,对后部刮板机上经过准直镜头视场的煤或矸进行定性分析,在微型计算机中将煤矸种类赋值为:煤=0,矸=1;② After the coal discharge starts, the coal and gangue above the hydraulic support slide down to the rear scraper under the swing of the tail beam of the support. The reflected signal of coal or gangue moving on the rear scraper, and through the branch end of the Y-shaped optical fiber, the collected reflected signal is transmitted to the spectrometer, and the microcomputer is used to analyze the spectral data in the spectrometer. The pattern matching is performed on the spectral data of the rear scraper, and the coal or gangue passing through the field of view of the collimating lens on the rear scraper is qualitatively analyzed. In the microcomputer, the type of coal gangue is assigned as: coal=0, gangue=1;
③通过煤、矸的不断放出,刮板机上不断进行着煤和夹矸的交替,在微型计算机中进行0与1数值的累加,当0+1+0+1+0+1……=x(x表示该放煤工作面的平均夹矸层数)时,则意味着放煤结束,微型计算机发出指令通过液压支架控制器控制放煤口的关闭。③ Through the continuous release of coal and gangue, the scraper is constantly alternating between coal and gangue, and the values of 0 and 1 are accumulated in the microcomputer. When 0+1+0+1+0+1...=x (x represents the average number of gangue layers in the coal drawing face), it means that the coal drawing is over, and the microcomputer sends an instruction to control the closing of the coal drawing port through the hydraulic support controller.
作为本发明的进一步改进,步骤二②中信号分解、特征提取和特征筛选的步骤如下:As a further improvement of the present invention, the steps of signal decomposition, feature extraction and feature screening in step 2 (2) are as follows:
A:采用经验模态分解EMD对原始声音信号和振动信号分别进行分解处理,每个原始信号可以得到若干个本征模态函数IMF,将原始声音信号的IMF个数记为m,原始振动信号的IMF个数记为n;A: Using empirical mode decomposition (EMD) to decompose the original sound signal and vibration signal separately, each original signal can obtain several eigenmode functions IMF, and the number of IMFs of the original sound signal is recorded as m, the original vibration signal The number of IMFs is denoted as n;
B:针对每种原始信号,计算各本征模态函数IMF的能量E i、峭度κ i与原始信号相关系数ζ i,并对各参数进行归一化处理,分别记为CE i、Cκ i、Cζ iB: For each original signal, calculate the energy E i , kurtosis κ i of each eigenmode function IMF and the correlation coefficient ζ i of the original signal, and normalize each parameter, denoted as CE i , Cκ respectively i , Cζ i ;
C:计算每个本征模态函数IMF的加权得分ρ i=α×CE i+β×Cκ i+γ×Cξ i,其中α+β+γ=1,选择加权分最高的p个本征模态函数IMF进行后续特征提取; C: Calculate the weighted score of each eigenmode function IMF ρ i =α×CE i +β×Cκ i +γ×Cξ i , where α+β+γ=1, select the p eigenvalues with the highest weighted scores Modal function IMF for subsequent feature extraction;
D:针对每种原始引号,计算提取的p个本征模态函数IMF的归一化特征能量CE i和峭度Cκ i,并作为支持向量机和BP神经网络的初始样本集。 D: For each original quotation mark, calculate the normalized eigenenergy CE i and kurtosis Cκ i of the extracted p eigenmode functions IMF, and use them as the initial sample set for SVM and BP neural network.
作为本发明的进一步改进,所述支持向量机的核函数选用径向基核函数。As a further improvement of the present invention, the radial basis kernel function is selected as the kernel function of the support vector machine.
作为本发明的进一步改进,步骤二中支持向量机和BP神经网络的训练步骤如下:As a further improvement of the present invention, the training steps of SVM and BP neural network in step 2 are as follows:
A:参数设定,支持向量机中核函数参数和误差惩罚因子采用交叉验证法来确定,BP神经网络的输入层节点数为p,输出层节点数为1,隐含层节点数l满足
Figure PCTCN2021080195-appb-000001
q为0-10之间的常数,然后通过试凑法确定最佳节点数;
A: Parameter setting, the kernel function parameters and error penalty factor in the support vector machine are determined by cross-validation method, the number of nodes in the input layer of the BP neural network is p, the number of nodes in the output layer is 1, and the number of nodes in the hidden layer is satisfied.
Figure PCTCN2021080195-appb-000001
q is a constant between 0-10, and then the optimal number of nodes is determined by trial and error;
B:将T 1-T 2时间内的样本数量记为M,随机选择其中60%M个样本作为支持向量机和BP神经网络的训练样本集,其余作为测试样本集,并对训练好的支持向量机和BP神经网络模型进行测试; B : Denote the number of samples in the time T1 - T2 as M, randomly select 60% of the M samples as the training sample set of SVM and BP neural network, and the rest as the test sample set, and support the trained Vector machine and BP neural network model for testing;
C:当支持向量机和BP神经网络的测试精度小于设定阈值ε时,训练结束。C: When the test accuracy of SVM and BP neural network is less than the set threshold ε, the training ends.
作为本发明的进一步改进,步骤二中微型计算机利用D-S证据理论对4个预测结果进 行决策级融合的步骤如下:As a further improvement of the present invention, the step that microcomputer utilizes D-S evidence theory to carry out decision-level fusion to 4 prediction results in step 2 is as follows:
A:将T 2+1秒内采集的声音信号样本的支持向量机和BP神经网络输出结果分别记为a1和和b1,将T 2+1秒内采集的振动信号样本的支持向量机和BP神经网络输出结果分别记为c1和d1;同理,将T 2+2秒内采集的传感信号样本的输出结果即为a2、b2、c2和d2。 A: Denote the SVM and BP neural network output results of the sound signal samples collected within T 2 +1 second as a1 and b1, respectively, and the SVM and BP of the vibration signal samples collected within T 2 +1 second The output results of the neural network are respectively denoted as c1 and d1; similarly, the output results of the sensing signal samples collected within T 2 +2 seconds are a2, b2, c2 and d2.
B:分别对同一采样时间内的4个输出结果进行归一化处理:B: Normalize the 4 output results in the same sampling time respectively:
a11=a1/(a1+b1+c1+d1),a11=a1/(a1+b1+c1+d1),
b11=b1/(a1+b1+c1+d1),b11=b1/(a1+b1+c1+d1),
c11=c1/(a1+b1+c1+d1),c11=c1/(a1+b1+c1+d1),
d11=d1/(a1+b1+c1+d1),d11=d1/(a1+b1+c1+d1),
a22=a2/(a2+b2+c2+d2),a22=a2/(a2+b2+c2+d2),
b22=b2/(a2+b2+c2+d2),b22=b2/(a2+b2+c2+d2),
c22=c2/(a2+b2+c2+d2),c22=c2/(a2+b2+c2+d2),
d22=d2/(a2+b2+c2+d2);d22=d2/(a2+b2+c2+d2);
C:在D-S证据理论中,将T 2+1和T 2+2时刻的输出结果设为2条证据m1和m2,即: C: In the DS evidence theory, the output results at T 2 +1 and T 2 +2 are set as two pieces of evidence m1 and m2, namely:
Figure PCTCN2021080195-appb-000002
Figure PCTCN2021080195-appb-000002
归一化常数K=a11×a22+b11×b22+c11×c22+d11×d22Normalization constant K=a11×a22+b11×b22+c11×c22+d11×d22
则基于声音信号的支持向量机输出结果为a11×a22/K,Then the output result of the support vector machine based on the sound signal is a11×a22/K,
基于声音信号的BP神经网络输出结果为b11×b22/K,The output result of the BP neural network based on the sound signal is b11×b22/K,
基于振动信号的支持向量机输出结果为c11×c22/K,The output result of the support vector machine based on the vibration signal is c11×c22/K,
基于振动信号的BP神经网络输出结果为d11×d22/K;The output result of BP neural network based on vibration signal is d11×d22/K;
D:如果max{a11×a22/K,b11×b22/K,c11×c22/K,d11×d22/K}>0.5,则最终的识别结果记为放煤;反之,最终的识别结果记为放矸。D: If max{a11×a22/K, b11×b22/K, c11×c22/K, d11×d22/K}>0.5, then the final recognition result is recorded as coal discharge; otherwise, the final recognition result is recorded as Let go.
作为本发明的进一步改进,信号采集器设定的音频传感器采样频率为45KHz,振动传感器采样频率为20KHz,声音传感器为电容式传感器,振动传感器为电压型或电流型高频传感器。As a further improvement of the present invention, the sampling frequency of the audio sensor set by the signal collector is 45KHz, the sampling frequency of the vibration sensor is 20KHz, the sound sensor is a capacitive sensor, and the vibration sensor is a voltage-type or current-type high-frequency sensor.
作为本发明的进一步改进,分叉光纤采用Y形光纤,光纤合并段与集成探头上几何中心所嵌入的准直镜头连接,分叉光纤支端分别连接激光指示光源和光谱仪,激光指示光源 能够对准直镜头所采集的范围进行指示以及对集成探头的安装倾斜角度进行协助调节。As a further improvement of the present invention, the bifurcated optical fiber adopts a Y-shaped optical fiber, the optical fiber merging section is connected to the collimating lens embedded in the geometric center of the integrated probe, and the branch ends of the bifurcated optical fiber are respectively connected to the laser indicating light source and the spectrometer. The range captured by the collimating lens is indicated and the angle of installation inclination of the integrated probe is assisted in adjusting.
与现有技术相比,本发明利用BP神经网络模型与支持向量机相融合的方法充分结合了BP神经网络可以实现复杂的输入与输出间的非线性映射关系,能逼近任意非线性函数,分类速度快,支持向量机可以自动寻找那些对分类有较好区分能力的支持向量,构造出的分类器可以最大化类与类的间隔,有较好的推广性能和较好的分类准确率的优点,因此,本发明能提高声音采样样本和振动采样样本的分类精度;本发明通过有机的结合,巧妙地综合了BP神经网络和支持向量机的优点,从而既提高了筛选后的声音特征信号和振动信号特征的准确性,进而又能有效提高测试精度,本发明充分利用了BP神经网络以及支持向量机在振动信号、声音信号分类效果上表现尤其好的特点且具有有较高分类准确率和较好的推广性能的特点外,还具有实现简单有效的特点,本发明的方法实现简单,成本低廉,通过BP神经网络和支持向量机分别对筛选后的振动信号以及声音信号样本进行学习,训练出的BP神经网络分类模型和支持向量机分类模型均可以实现对煤矸撞击放顶煤液压支架尾梁的产生的振动信号和声音信号进行准确高效的识别分类,通过利用D-S证据理将预测结构进行决策级融合,极大地提高了煤矸识别的准确性和可信度,且能有效消除多源信号的不确定因素,进一步提高了煤矸识别的准确度;本发明的光谱识别装置融合高光谱和煤层结构的智能放顶煤技术,根据所获取的光谱信号,对煤、矸、顶板进行定性分析,将所测煤、矸种类交替与所采煤层结构进行对比,能够实时对后部刮板机上的煤矸进行监测,是控制放顶煤口开闭的重要依据;由于本发明设置了两种煤矸识别途径,进一步提高了煤矸识别精度,且本发明的煤矸识别方法不仅能适应井下综放工作面工作环境恶劣,能见度低的工况,也能适应能见度较好的工况。Compared with the prior art, the present invention utilizes the fusion method of the BP neural network model and the support vector machine, and fully combines the BP neural network, which can realize the complex nonlinear mapping relationship between input and output, and can approximate any nonlinear function, classifying The speed is fast, and the support vector machine can automatically find those support vectors that have better distinguishing ability for classification. The constructed classifier can maximize the interval between classes and has the advantages of better promotion performance and better classification accuracy. , therefore, the present invention can improve the classification accuracy of the sound sampling samples and the vibration sampling samples; the present invention skillfully integrates the advantages of the BP neural network and the support vector machine through an organic combination, thereby not only improving the filtered sound characteristic signals and The accuracy of the vibration signal features, and then the test accuracy can be effectively improved. The invention makes full use of the BP neural network and the support vector machine to perform particularly well in the classification effect of the vibration signal and the sound signal, and has high classification accuracy and high classification accuracy. In addition to the characteristics of better promotion performance, it also has the characteristics of simple and effective implementation. The method of the invention is simple to implement and low in cost. The BP neural network and the support vector machine are used to learn and train the filtered vibration signal and sound signal samples respectively. The proposed BP neural network classification model and support vector machine classification model can both realize accurate and efficient identification and classification of the vibration signal and sound signal generated by the impact of coal gangue on the tail beam of the top coal caving hydraulic support. The decision-level fusion greatly improves the accuracy and reliability of coal gangue identification, and can effectively eliminate the uncertain factors of multi-source signals, further improving the accuracy of coal gangue identification; the spectral identification device of the present invention has high fusion The intelligent top coal caving technology of spectrum and coal seam structure, according to the acquired spectral signal, qualitative analysis of coal, gangue and roof, and the alternately compared with the coal seam structure of the measured coal and gangue, can real-time Monitoring the coal gangue on the scraper is an important basis for controlling the opening and closing of the top coal caving port; because the present invention sets up two coal gangue identification methods, the coal gangue identification accuracy is further improved, and the coal gangue identification method of the present invention not only It can adapt to the working conditions of the underground fully mechanized caving face with harsh working conditions and low visibility, and can also adapt to the working conditions with better visibility.
附图说明Description of drawings
图1是本发明煤矸识别装置和光谱识别装置的原理框图;Fig. 1 is the principle block diagram of coal gangue identification device and spectral identification device of the present invention;
图2是本发明煤矸识别方法的流程图;Fig. 2 is the flow chart of the coal gangue identification method of the present invention;
图3是本发明光谱识别的流程图。FIG. 3 is a flow chart of spectral identification of the present invention.
具体实施方式Detailed ways
下面结合附图对本发明作进一步说明。The present invention will be further described below in conjunction with the accompanying drawings.
如图1和图2所示,一种基于多传感信息融合的放顶煤过程中煤矸识别方法,包括以下步骤:As shown in Figure 1 and Figure 2, a method for identifying coal gangue in the process of top coal caving based on multi-sensor information fusion includes the following steps:
步骤一:安装煤矸识别装置和光谱识别装置,将煤矸识别装置安装在液压支架尾梁处, 该煤矸识别装置包括矿用本安壳体和安装在本安壳体内的音频传感器、振动传感器、信号采集器、微型计算机以及本安型电源,音频传感器、振动传感器分别与信号采集器的信号输入端连接,音频传感器、振动传感器分别用于采集顶煤放落过程中煤矸撞击放顶煤液压支架尾梁的产生的声音信号和振动信号,信号采集器将采集到的信号通过网线传输至微型计算机进行处理和分析,微型计算机与液压支架控制器相连,液压支架控制器根据将微型计算机输出的煤矸识别结果做出相应的控制动作,液压支架控制器的信号输出端连接信号采集器;Step 1: Install the coal gangue identification device and the spectral identification device, and install the coal gangue identification device at the tail beam of the hydraulic support. Sensor, signal collector, microcomputer and intrinsically safe power supply, audio sensor and vibration sensor are respectively connected with the signal input end of the signal collector, and the audio sensor and vibration sensor are respectively used to collect coal gangue impact caving in the process of top coal caving. The sound signal and vibration signal generated by the tail beam of the coal hydraulic support, the signal collector transmits the collected signal to the microcomputer through the network cable for processing and analysis, and the microcomputer is connected with the hydraulic support controller. The output coal gangue identification result makes corresponding control actions, and the signal output end of the hydraulic support controller is connected to the signal collector;
光谱识别装置包括安装在液压支架下部及后部刮板机斜上方的集成探头,集成探头内设置有卤素灯光源和准直镜头,集成探头的信号输出端通过分叉光纤分别连接激光指示光源、光谱仪的信号输入端,光谱仪的信号输出端连接微型计算机;The spectral identification device includes an integrated probe installed at the lower part of the hydraulic support and obliquely above the rear scraper. The integrated probe is provided with a halogen light source and a collimating lens. The signal output end of the integrated probe is connected to the laser indicating light source, The signal input end of the spectrometer and the signal output end of the spectrometer are connected to the microcomputer;
步骤二:煤矸识别装置的识别方法为:Step 2: The identification method of the coal gangue identification device is:
①在液压支架自动放煤前,先通过人工控制放煤的启停动作,时间记为T 1,利用音频传感器、振动传感器和信号采集器采集相应的声音信号和振动信号,并将采集的信号传输至微型计算机进行处理和存储; ① Before the hydraulic support automatically discharges the coal, the start and stop actions of the coal discharge are manually controlled, and the time is recorded as T 1 . The audio sensor, vibration sensor and signal collector are used to collect the corresponding sound signals and vibration signals, and the collected signals are collected. transfer to a microcomputer for processing and storage;
②微型计算机对放煤或放矸产生的声音信号和振动信号进行标记,若是放煤,则记为1,若是放矸,则记为0,同时将标记好的声音信号或振动信号每隔1s记为1个样本,并分别对采样时间为1秒的声音信号和振动信号进行信号分解、特征提取和特征筛选,信号分解、特征提取和特征筛选的步骤如下:②The microcomputer marks the sound signal and vibration signal generated by coal or gangue discharge. If coal is discharged, it will be marked as 1, and if gangue is discharged, it will be marked as 0. At the same time, the marked sound signal or vibration signal will be marked every 1s. Record it as 1 sample, and perform signal decomposition, feature extraction and feature screening for the sound signal and vibration signal with a sampling time of 1 second. The steps of signal decomposition, feature extraction and feature screening are as follows:
A:采用经验模态分解EMD对原始声音信号和振动信号分别进行分解处理,每个原始信号可以得到若干个本征模态函数IMF,将原始声音信号的IMF个数记为m,原始振动信号的IMF个数记为n;A: Using empirical mode decomposition (EMD) to decompose the original sound signal and vibration signal separately, each original signal can obtain several eigenmode functions IMF, and the number of IMFs of the original sound signal is recorded as m, the original vibration signal The number of IMFs is denoted as n;
B:针对每种原始信号,计算各本征模态函数IMF的能量E i、峭度κ i与原始信号相关系数ζ i,并对各参数进行归一化处理,分别记为CE i、Cκ i、Cζ iB: For each original signal, calculate the energy E i , kurtosis κ i of each eigenmode function IMF and the correlation coefficient ζ i of the original signal, and normalize each parameter, denoted as CE i , Cκ respectively i , Cζ i ;
C:计算每个本征模态函数IMF的加权得分ρ i=α×CE i+β×Cκ i+γ×Cξ i,其中α+β+γ=1,选择加权分最高的p个本征模态函数IMF进行后续特征提取; C: Calculate the weighted score of each eigenmode function IMF ρ i =α×CE i +β×Cκ i +γ×Cξ i , where α+β+γ=1, select the p eigenvalues with the highest weighted scores Modal function IMF for subsequent feature extraction;
D:针对每种原始引号,计算提取的p个本征模态函数IMF的归一化特征能量CE i和峭度Cκ i,并作为支持向量机和BP神经网络的初始样本集。 D: For each original quotation mark, calculate the normalized eigenenergy CE i and kurtosis Cκ i of the extracted p eigenmode functions IMF, and use them as the initial sample set for SVM and BP neural network.
③微型计算机将带有标记的筛选后的特征进行存储,作为初始样本集分别对支持向量 机和BP神经网络这两个分类器进行训练,当支持向量机和BP神经网络的测试误差小于设定阈值ε时,训练结束,此时,停止人工控制放煤启停动作,液压支架自动放煤开始,时间记为T 2;支持向量机和BP神经网络的训练步骤如下: (3) The microcomputer stores the marked filtered features, and trains the two classifiers, the support vector machine and the BP neural network as the initial sample set, respectively. When the test error of the support vector machine and the BP neural network is less than the set value When the threshold value is ε, the training is over. At this time, the manual control of the start and stop of coal drawing is stopped, and the hydraulic support automatically starts to draw coal, and the time is recorded as T 2 ; the training steps of the support vector machine and the BP neural network are as follows:
A:参数设定,支持向量机中核函数参数和误差惩罚因子采用交叉验证法来确定,BP神经网络的输入层节点数为p,输出层节点数为1,隐含层节点数l满足
Figure PCTCN2021080195-appb-000003
q为0-10之间的常数,然后通过试凑法确定最佳节点数;
A: Parameter setting, the kernel function parameters and error penalty factor in the support vector machine are determined by cross-validation method, the number of nodes in the input layer of the BP neural network is p, the number of nodes in the output layer is 1, and the number of nodes in the hidden layer is satisfied.
Figure PCTCN2021080195-appb-000003
q is a constant between 0-10, and then the optimal number of nodes is determined by trial and error;
B:将T 1-T 2时间内的样本数量记为M,随机选择其中60%M个样本作为支持向量机和BP神经网络的训练样本集,其余作为测试样本集,并对训练好的支持向量机和BP神经网络模型进行测试; B : Denote the number of samples in the time T1 - T2 as M, randomly select 60% of the M samples as the training sample set of SVM and BP neural network, and the rest as the test sample set, and support the trained Vector machine and BP neural network model for testing;
C:当支持向量机和BP神经网络的测试精度小于设定阈值ε时,训练结束;C: When the test accuracy of the support vector machine and the BP neural network is less than the set threshold ε, the training ends;
④液压支架自动放煤开始后,微型计算机分别对相邻两个采样时间内(即T 2+1秒和T 2+2秒)的声音信号和振动信号进行信号分解、特征提取和特征筛选,并分别输入到第③步训练好的支持向量机和BP神经网络分类器,在T 2+1秒和T 2+2秒的采集样本可以得到4个预测结果; ④After the automatic coal discharge of the hydraulic support starts, the microcomputer performs signal decomposition, feature extraction and feature screening for the sound signal and vibration signal in two adjacent sampling times (ie T 2 +1 seconds and T 2 +2 seconds), respectively. And input them to the support vector machine and BP neural network classifier trained in step 3 respectively, and 4 prediction results can be obtained in the samples collected at T 2 +1 seconds and T 2 +2 seconds;
⑤微型计算机利用D-S证据理论,将第④步得到的4个预测结果进行决策级融合,从而得到最终的煤矸识别结果;⑤ The microcomputer uses the D-S evidence theory to fuse the four prediction results obtained in step ④ at the decision level, so as to obtain the final coal gangue identification result;
⑥微型计算机将煤矸识别结果发送至液压支架控制器,当识别结果为矸石时,液压支架控制器发送停止放煤命令,液压支架尾梁伸出,放煤动作停止;⑥ The microcomputer sends the coal gangue identification result to the hydraulic support controller. When the identification result is gangue, the hydraulic support controller sends the command to stop coal caving, the tail beam of the hydraulic support extends, and the coal caving action stops;
光谱识别装置的识别方法为:The identification method of the spectral identification device is:
①调节集成探头的倾斜角度,打开卤素灯光源照射后部刮板机上的运动煤矸,使卤素灯光源照射在后部刮板机中间位置;①Adjust the inclination angle of the integrated probe, turn on the halogen light source to illuminate the moving coal gangue on the rear scraper, so that the halogen light source illuminates the middle position of the rear scraper;
②放煤开始后,液压支架上方的煤、矸在支架尾梁的摆动下滑落到后部刮板机上,位于刮板机上的集成探头中的准直镜头,在卤素灯光源的辅助下,采集后部刮板机上运动煤或矸的反射信号,并通过Y形光纤中分支端,将采集的反射信号传输给光谱仪,利用微型计算机对光谱仪中的光谱数据进行分析,通过与微型计算机内数据库中的光谱数据进行模式匹配,对后部刮板机上经过准直镜头视场的煤或矸进行定性分析,在微型计算机中将煤矸种类赋值为:煤=0,矸=1;② After the coal discharge starts, the coal and gangue above the hydraulic support slide down to the rear scraper under the swing of the tail beam of the support. The reflected signal of coal or gangue moving on the rear scraper, and through the branch end of the Y-shaped optical fiber, the collected reflected signal is transmitted to the spectrometer, and the microcomputer is used to analyze the spectral data in the spectrometer. The pattern matching is performed on the spectral data of the rear scraper, and the coal or gangue passing through the field of view of the collimating lens on the rear scraper is qualitatively analyzed. In the microcomputer, the type of coal gangue is assigned as: coal=0, gangue=1;
③通过煤、矸的不断放出,刮板机上不断进行着煤和夹矸的交替,在微型计算机中进 行0与1数值的累加,当0+1+0+1+0+1……=x(x表示该放煤工作面的平均夹矸层数)时,则意味着放煤结束,微型计算机发出指令通过液压支架控制器控制放煤口的关闭。③ Through the continuous release of coal and gangue, the scraper is constantly alternating between coal and gangue, and the values of 0 and 1 are accumulated in the microcomputer. When 0+1+0+1+0+1...=x (x represents the average number of gangue layers in the coal drawing face), it means that the coal drawing is over, and the microcomputer sends an instruction to control the closing of the coal drawing port through the hydraulic support controller.
所述支持向量机的核函数选用径向基核函数。The kernel function of the support vector machine is a radial basis kernel function.
步骤二中微型计算机利用D-S证据理论对4个预测结果进行决策级融合的步骤如下:In the second step, the microcomputer uses the D-S evidence theory to perform decision-level fusion of the four prediction results as follows:
A:将T 2+1秒内采集的声音信号样本的支持向量机和BP神经网络输出结果分别记为a1和和b1,将T 2+1秒内采集的振动信号样本的支持向量机和BP神经网络输出结果分别记为c1和d1;同理,将T 2+2秒内采集的传感信号样本的输出结果即为a2、b2、c2和d2。 A: Denote the SVM and BP neural network output results of the sound signal samples collected within T 2 +1 second as a1 and b1, respectively, and the SVM and BP of the vibration signal samples collected within T 2 +1 second The output results of the neural network are respectively denoted as c1 and d1; similarly, the output results of the sensing signal samples collected within T 2 +2 seconds are a2, b2, c2 and d2.
B:分别对同一采样时间内的4个输出结果进行归一化处理:B: Normalize the 4 output results in the same sampling time respectively:
a11=a1/(a1+b1+c1+d1),a11=a1/(a1+b1+c1+d1),
b11=b1/(a1+b1+c1+d1),b11=b1/(a1+b1+c1+d1),
c11=c1/(a1+b1+c1+d1),c11=c1/(a1+b1+c1+d1),
d11=d1/(a1+b1+c1+d1),d11=d1/(a1+b1+c1+d1),
a22=a2/(a2+b2+c2+d2),a22=a2/(a2+b2+c2+d2),
b22=b2/(a2+b2+c2+d2),b22=b2/(a2+b2+c2+d2),
c22=c2/(a2+b2+c2+d2),c22=c2/(a2+b2+c2+d2),
d22=d2/(a2+b2+c2+d2);d22=d2/(a2+b2+c2+d2);
C:在D-S证据理论中,将T 2+1和T 2+2时刻的输出结果设为2条证据m1和m2,即: C: In the DS evidence theory, the output results at T 2 +1 and T 2 +2 are set as two pieces of evidence m1 and m2, namely:
Figure PCTCN2021080195-appb-000004
Figure PCTCN2021080195-appb-000004
归一化常数K=a11×a22+b11×b22+c11×c22+d11×d22Normalization constant K=a11×a22+b11×b22+c11×c22+d11×d22
则基于声音信号的支持向量机输出结果为a11×a22/K,Then the output result of the support vector machine based on the sound signal is a11×a22/K,
基于声音信号的BP神经网络输出结果为b11×b22/K,The output result of the BP neural network based on the sound signal is b11×b22/K,
基于振动信号的支持向量机输出结果为c11×c22/K,The output result of the support vector machine based on the vibration signal is c11×c22/K,
基于振动信号的BP神经网络输出结果为d11×d22/K;The output result of BP neural network based on vibration signal is d11×d22/K;
D:如果max{a11×a22/K,b11×b22/K,c11×c22/K,d11×d22/K}>0.5,则最终的识别结果记为放煤;反之,最终的识别结果记为放矸。D: If max{a11×a22/K, b11×b22/K, c11×c22/K, d11×d22/K}>0.5, then the final recognition result is recorded as coal discharge; otherwise, the final recognition result is recorded as Let go.
信号采集器设定的音频传感器采样频率为45KHz,振动传感器采样频率为20KHz,声音传感器为电容式传感器,振动传感器为电压型或电流型高频传感器。The sampling frequency of the audio sensor set by the signal collector is 45KHz, the sampling frequency of the vibration sensor is 20KHz, the sound sensor is a capacitive sensor, and the vibration sensor is a voltage-type or current-type high-frequency sensor.
分叉光纤采用Y形光纤,光纤合并段与集成探头上几何中心所嵌入的准直镜头连接,分叉光纤支端分别连接激光指示光源和光谱仪,激光指示光源能够对准直镜头所采集的范围进行指示以及对集成探头的安装倾斜角度进行协助调节。The bifurcated optical fiber adopts Y-shaped optical fiber. The combined section of the optical fiber is connected to the collimating lens embedded in the geometric center of the integrated probe. The branch ends of the bifurcated optical fiber are respectively connected to the laser indicating light source and the spectrometer. The laser indicating light source can be aligned with the range collected by the collimating lens. Provides instructions and assists in adjusting the mounting tilt angle of the integrated probe.
本发明将煤矸识别方法与光谱识别方法进行有效结合,在使用时,微型计算机分别对传感数据、光谱数据进行分析,当任一个识别方法达到其各自的条件就控制液压支架停止放煤作业,相对于现有技术来讲,在很大程度上提高了煤矸识别精度,且本发明的煤矸识别方法不仅能适应井下综放工作面工作环境恶劣,能见度低的工况,也能适应能见度较好的工况。The invention effectively combines the coal gangue identification method and the spectral identification method. When in use, the microcomputer analyzes the sensing data and the spectral data respectively, and controls the hydraulic support to stop the coal discharging operation when either identification method reaches its respective conditions. Compared with the prior art, the coal gangue recognition accuracy is improved to a great extent, and the coal gangue recognition method of the present invention can not only adapt to the harsh working environment and low visibility of the fully mechanized caving face, but also adapt to Good visibility conditions.

Claims (8)

  1. 一种基于多传感信息融合的放顶煤过程中煤矸识别方法,其特征在于,包括以下步骤:A method for identifying coal gangue in a top coal caving process based on multi-sensor information fusion, characterized in that it includes the following steps:
    步骤一:安装煤矸识别装置和光谱识别装置,将煤矸识别装置安装在液压支架尾梁处,该煤矸识别装置包括矿用本安壳体和安装在本安壳体内的音频传感器、振动传感器、信号采集器、微型计算机以及本安型电源,音频传感器、振动传感器分别与信号采集器的信号输入端连接,信号采集器将采集到的信号通过网线传输至微型计算机进行处理和分析,微型计算机与液压支架控制器相连,液压支架控制器根据将微型计算机输出的煤矸识别结果做出相应的控制动作,液压支架控制器的信号输出端连接信号采集器;Step 1: Install the coal gangue identification device and the spectral identification device, and install the coal gangue identification device at the tail beam of the hydraulic support. The sensor, signal collector, microcomputer and intrinsically safe power supply, audio sensor and vibration sensor are respectively connected with the signal input end of the signal collector. The signal collector transmits the collected signal to the microcomputer through the network cable for processing and analysis. The computer is connected with the hydraulic support controller, the hydraulic support controller makes corresponding control actions according to the coal gangue identification result output by the microcomputer, and the signal output end of the hydraulic support controller is connected with a signal collector;
    光谱识别装置包括安装在液压支架下部及后部刮板机斜上方的集成探头,集成探头内设置有卤素灯光源和准直镜头,集成探头的信号输出端通过分叉光纤分别连接激光指示光源、光谱仪的信号输入端,光谱仪的信号输出端连接微型计算机;The spectral identification device includes an integrated probe installed at the lower part of the hydraulic support and obliquely above the rear scraper. The integrated probe is provided with a halogen light source and a collimating lens. The signal output end of the integrated probe is connected to the laser indicating light source, The signal input end of the spectrometer and the signal output end of the spectrometer are connected to the microcomputer;
    步骤二:煤矸识别装置的识别方法为:Step 2: The identification method of the coal gangue identification device is:
    ①在液压支架自动放煤前,先通过人工控制放煤的启停动作,时间记为T 1,利用音频传感器、振动传感器和信号采集器采集相应的声音信号和振动信号,并将采集的信号传输至微型计算机进行处理和存储; ① Before the hydraulic support automatically discharges the coal, the start and stop actions of the coal discharge are manually controlled, and the time is recorded as T 1 . The audio sensor, vibration sensor and signal collector are used to collect the corresponding sound signals and vibration signals, and the collected signals are collected. transfer to a microcomputer for processing and storage;
    ②微型计算机分别对放煤或放矸产生的声音信号和振动信号进行标记,若是放煤,则记为1,若是放矸,则记为0,同时将标记好的声音信号或振动信号每隔1s记为1个样本,并分别对采样时间为1秒的声音信号和振动信号进行信号分解、特征提取和特征筛选;②The microcomputer marks the sound signal and vibration signal generated by coal or gangue discharge respectively. If coal is discharged, it is marked as 1; if gangue is discharged, it is marked as 0. 1s is recorded as 1 sample, and signal decomposition, feature extraction and feature screening are performed on the sound signal and the vibration signal with a sampling time of 1 second respectively;
    ③微型计算机将带有标记的筛选后的特征进行存储,作为初始样本集分别对支持向量机和BP神经网络这两个分类器进行训练,当支持向量机和BP神经网络的测试误差小于设定阈值ε时,训练结束,此时,停止人工控制放煤启停动作,液压支架自动放煤开始,时间记为T 2③ The microcomputer stores the marked filtered features, and uses them as the initial sample set to train the two classifiers, the support vector machine and the BP neural network. When the test error of the support vector machine and the BP neural network is less than the set value When the threshold value is ε, the training is over. At this time, the manual control of the start and stop of coal drawing is stopped, and the hydraulic support automatically starts to draw coal, and the time is recorded as T 2 ;
    ④液压支架自动放煤开始后,微型计算机分别对相邻两个采样时间内,即T 2+1秒和T 2+2秒的声音信号和振动信号进行信号分解、特征提取和特征筛选,并分别输入到第③步训练好的支持向量机和BP神经网络分类器,在T 2+1秒和T 2+2秒的采集样本可以得到4个预测结果; ④After the automatic coal discharge of the hydraulic support starts, the microcomputer performs signal decomposition, feature extraction and feature screening for the sound signal and vibration signal in two adjacent sampling times, namely T 2 +1 seconds and T 2 +2 seconds, and Input to the support vector machine and BP neural network classifier trained in step 3 respectively, and 4 prediction results can be obtained from the samples collected at T 2 +1 seconds and T 2 +2 seconds;
    ⑤微型计算机利用D-S证据理论,将第④步得到的4个预测结果进行决策级融合,从 而得到最终的煤矸识别结果;⑤ The microcomputer uses the D-S evidence theory to fuse the four prediction results obtained in step ④ at the decision level, so as to obtain the final coal gangue identification result;
    ⑥微型计算机将煤矸识别结果发送至液压支架控制器,当识别结果为矸石时,液压支架控制器发送停止放煤命令,液压支架尾梁伸出,放煤动作停止;⑥ The microcomputer sends the coal gangue identification result to the hydraulic support controller. When the identification result is gangue, the hydraulic support controller sends the command to stop coal caving, the tail beam of the hydraulic support extends, and the coal caving action stops;
    光谱识别装置的识别方法为:The identification method of the spectral identification device is:
    ①调节集成探头的倾斜角度,打开卤素灯光源照射后部刮板机上的运动煤矸,使卤素灯光源照射在后部刮板机中间位置;①Adjust the inclination angle of the integrated probe, turn on the halogen light source to illuminate the moving coal gangue on the rear scraper, so that the halogen light source illuminates the middle position of the rear scraper;
    ②放煤开始后,液压支架上方的煤、矸在支架尾梁的摆动下滑落到后部刮板机上,位于刮板机上的集成探头中的准直镜头,在卤素灯光源的辅助下,采集后部刮板机上运动煤或矸的反射信号,并通过Y形光纤中分支端,将采集的反射信号传输给光谱仪,利用微型计算机对光谱仪中的光谱数据进行分析,通过与微型计算机内数据库中的光谱数据进行模式匹配,对后部刮板机上经过准直镜头视场的煤或矸进行定性分析,在微型计算机中将煤矸种类赋值为:煤=0,矸=1;② After the coal discharge starts, the coal and gangue above the hydraulic support slide down to the rear scraper under the swing of the tail beam of the support. The reflected signal of coal or gangue moving on the rear scraper, and through the branch end of the Y-shaped optical fiber, the collected reflected signal is transmitted to the spectrometer, and the microcomputer is used to analyze the spectral data in the spectrometer. The pattern matching is performed on the spectral data of the rear scraper, and the qualitative analysis is carried out on the coal or gangue that has passed the field of view of the collimating lens on the rear scraper.
    ③通过煤、矸的不断放出,刮板机上不断进行着煤和夹矸的交替,在微型计算机中进行0与1数值的累加,当0+1+0+1+0+1……=x时,则意味着放煤结束,微型计算机发出指令通过液压支架控制器控制放煤口的关闭。③ Through the continuous release of coal and gangue, the scraper is constantly alternating between coal and gangue, and the values of 0 and 1 are accumulated in the microcomputer. When 0+1+0+1+0+1...=x When it means that the coal draw is over, the microcomputer sends an instruction to control the closing of the coal draw port through the hydraulic support controller.
  2. 根据权利要求1所述的一种基于多传感信息融合的放顶煤过程中煤矸识别方法,其特征在于,步骤二②中信号分解、特征提取和特征筛选的步骤如下:A method for identifying coal gangue in a top coal caving process based on multi-sensor information fusion according to claim 1, wherein the steps of signal decomposition, feature extraction and feature screening in step 2 (2) are as follows:
    A:采用经验模态分解EMD对原始声音信号和振动信号分别进行分解处理,每个原始信号可以得到若干个本征模态函数IMF,将原始声音信号的IMF个数记为m,原始振动信号的IMF个数记为n;A: Using empirical mode decomposition (EMD) to decompose the original sound signal and vibration signal separately, each original signal can obtain several eigenmode functions IMF, and the number of IMFs of the original sound signal is recorded as m, the original vibration signal The number of IMFs is denoted as n;
    B:针对每种原始信号,计算各本征模态函数IMF的能量E i、峭度κ i与原始信号相关系数ζ i,并对各参数进行归一化处理,分别记为CE i、Cκ i、Cζ iB: For each original signal, calculate the energy E i , kurtosis κ i of each eigenmode function IMF and the correlation coefficient ζ i of the original signal, and normalize each parameter, denoted as CE i , Cκ respectively i , Cζ i ;
    C:计算每个本征模态函数IMF的加权得分ρ i=α×CE i+β×Cκ i+γ×Cξ i,其中α+β+γ=1,选择加权分最高的p个本征模态函数IMF进行后续特征提取; C: Calculate the weighted score of each eigenmode function IMF ρ i =α×CE i +β×Cκ i +γ×Cξ i , where α+β+γ=1, select the p eigenvalues with the highest weighted scores Modal function IMF for subsequent feature extraction;
    D:针对每种原始引号,计算提取的p个本征模态函数IMF的归一化特征能量CE i和峭度Cκ i,并作为支持向量机和BP神经网络的初始样本集。 D: For each original quotation mark, calculate the normalized eigenenergy CE i and kurtosis Cκ i of the extracted p eigenmode functions IMF, and use them as the initial sample set for SVM and BP neural network.
  3. 根据权利要求1或2所述的一种基于多传感信息融合的放顶煤过程中煤矸识别方法,其特征在于,所述支持向量机的核函数选用径向基核函数。The method for identifying coal gangue in a top coal caving process based on multi-sensor information fusion according to claim 1 or 2, wherein the kernel function of the support vector machine is a radial basis kernel function.
  4. 根据权利要求3所述的一种基于多传感信息融合的放顶煤过程中煤矸识别方法,其特 征在于,步骤二中支持向量机和BP神经网络的训练步骤如下:A kind of gangue identification method in the top coal caving process based on multi-sensing information fusion according to claim 3, it is characterized in that, in step 2, the training steps of support vector machine and BP neural network are as follows:
    A:参数设定,支持向量机中核函数参数和误差惩罚因子采用交叉验证法来确定,BP神经网络的输入层节点数为p,输出层节点数为1,隐含层节点数l满足
    Figure PCTCN2021080195-appb-100001
    q为0-10之间的常数,然后通过试凑法确定最佳节点数;
    A: Parameter setting, the kernel function parameters and error penalty factor in the support vector machine are determined by cross-validation method, the number of nodes in the input layer of the BP neural network is p, the number of nodes in the output layer is 1, and the number of nodes in the hidden layer is satisfied.
    Figure PCTCN2021080195-appb-100001
    q is a constant between 0-10, and then the optimal number of nodes is determined by trial and error;
    B:将T 1-T 2时间内的样本数量记为M,随机选择其中60%M个样本作为支持向量机和BP神经网络的训练样本集,其余作为测试样本集,并对训练好的支持向量机和BP神经网络模型进行测试; B : Denote the number of samples in the time T1 - T2 as M, randomly select 60% of the M samples as the training sample set of SVM and BP neural network, and the rest as the test sample set, and support the trained Vector machine and BP neural network model for testing;
    C:当支持向量机和BP神经网络的测试精度小于设定阈值ε时,训练结束。C: When the test accuracy of SVM and BP neural network is less than the set threshold ε, the training ends.
  5. 根据权利要求4所述的一种基于多传感信息融合的放顶煤过程中煤矸识别方法,其特征在于,步骤二中微型计算机利用D-S证据理论对4个预测结果进行决策级融合的步骤如下:A method for identifying coal gangue in top coal caving process based on multi-sensor information fusion according to claim 4, characterized in that in step 2, the microcomputer uses D-S evidence theory to perform decision-level fusion of the four prediction results as follows:
    A:将T 2+1秒内采集的声音信号样本的支持向量机和BP神经网络输出结果分别记为a1和和b1,将T 2+1秒内采集的振动信号样本的支持向量机和BP神经网络输出结果分别记为c1和d1;同理,将T 2+2秒内采集的传感信号样本的输出结果即为a2、b2、c2和d2。 A: Denote the SVM and BP neural network output results of the sound signal samples collected within T 2 +1 second as a1 and b1, respectively, and the SVM and BP of the vibration signal samples collected within T 2 +1 second The output results of the neural network are respectively denoted as c1 and d1; similarly, the output results of the sensing signal samples collected within T 2 +2 seconds are a2, b2, c2 and d2.
    B:分别对同一采样时间内的4个输出结果进行归一化处理:B: Normalize the 4 output results in the same sampling time respectively:
    a11=a1/(a1+b1+c1+d1),a11=a1/(a1+b1+c1+d1),
    b11=b1/(a1+b1+c1+d1),b11=b1/(a1+b1+c1+d1),
    c11=c1/(a1+b1+c1+d1),c11=c1/(a1+b1+c1+d1),
    d11=d1/(a1+b1+c1+d1),d11=d1/(a1+b1+c1+d1),
    a22=a2/(a2+b2+c2+d2),a22=a2/(a2+b2+c2+d2),
    b22=b2/(a2+b2+c2+d2),b22=b2/(a2+b2+c2+d2),
    c22=c2/(a2+b2+c2+d2),c22=c2/(a2+b2+c2+d2),
    d22=d2/(a2+b2+c2+d2);d22=d2/(a2+b2+c2+d2);
    C:在D-S证据理论中,将T 2+1和T 2+2时刻的输出结果设为2条证据m1和m2,即: C: In the DS evidence theory, the output results at T 2 +1 and T 2 +2 are set as two pieces of evidence m1 and m2, namely:
    Figure PCTCN2021080195-appb-100002
    Figure PCTCN2021080195-appb-100002
    归一化常数K=a11×a22+b11×b22+c11×c22+d11×d22Normalization constant K=a11×a22+b11×b22+c11×c22+d11×d22
    则基于声音信号的支持向量机输出结果为a11×a22/K,Then the output result of the support vector machine based on the sound signal is a11×a22/K,
    基于声音信号的BP神经网络输出结果为b11×b22/K,The output result of the BP neural network based on the sound signal is b11×b22/K,
    基于振动信号的支持向量机输出结果为c11×c22/K,The output result of the support vector machine based on the vibration signal is c11×c22/K,
    基于振动信号的BP神经网络输出结果为d11×d22/K;The output result of BP neural network based on vibration signal is d11×d22/K;
    D:如果max{a11×a22/K,b11×b22/K,c11×c22/K,d11×d22/K}>0.5,则最终的识别结果记为放煤;反之,最终的识别结果记为放矸。D: If max{a11×a22/K, b11×b22/K, c11×c22/K, d11×d22/K}>0.5, then the final recognition result is recorded as coal discharge; otherwise, the final recognition result is recorded as Let go.
  6. 根据权利要求4所述的一种基于多传感信息融合的放顶煤过程中煤矸识别方法,其特征在于,信号采集器设定的音频传感器采样频率为45KHz,振动传感器采样频率为20KHz。The method for identifying coal gangue in the process of top coal caving based on multi-sensor information fusion according to claim 4, wherein the sampling frequency of the audio sensor set by the signal collector is 45KHz, and the sampling frequency of the vibration sensor is 20KHz.
  7. 根据权利要求4所述的一种基于多传感信息融合的放顶煤过程中煤矸识别方法,其特征在于,声音传感器为电容式传感器,振动传感器为电压型或电流型高频传感器。The method for identifying coal gangue in the process of top coal caving based on multi-sensor information fusion according to claim 4, wherein the sound sensor is a capacitive sensor, and the vibration sensor is a voltage-type or current-type high-frequency sensor.
  8. 根据权利要求7所述的一种基于多传感信息融合的放顶煤过程中煤矸识别方法,其特征在于,分叉光纤采用Y形光纤,光纤合并段与集成探头上几何中心所嵌入的准直镜头连接,分叉光纤支端分别连接激光指示光源和光谱仪,激光指示光源能够对准直镜头所采集的范围进行指示以及对集成探头的安装倾斜角度进行协助调节。The method for identifying coal gangue in the process of top coal caving based on multi-sensing information fusion according to claim 7, wherein the bifurcated optical fiber adopts Y-shaped optical fiber, and the optical fiber merging section and the geometric center of the integrated probe are embedded The collimating lens is connected, and the branch ends of the bifurcated optical fibers are respectively connected to the laser indicating light source and the spectrometer. The laser indicating light source can indicate the range collected by the collimating lens and assist in adjusting the installation inclination angle of the integrated probe.
PCT/CN2021/080195 2020-12-11 2021-03-11 Coal/gangue recognition method in top coal caving process based on multi-sensor information fusion WO2022121139A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202011439494.5A CN112465063B (en) 2020-12-11 2020-12-11 Coal gangue identification method in top coal caving process based on multi-sensing information fusion
CN202011439494.5 2020-12-11

Publications (1)

Publication Number Publication Date
WO2022121139A1 true WO2022121139A1 (en) 2022-06-16

Family

ID=74800592

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2021/080195 WO2022121139A1 (en) 2020-12-11 2021-03-11 Coal/gangue recognition method in top coal caving process based on multi-sensor information fusion

Country Status (2)

Country Link
CN (1) CN112465063B (en)
WO (1) WO2022121139A1 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115235676A (en) * 2022-09-26 2022-10-25 山东济矿鲁能煤电股份有限公司阳城煤矿 Automatic alarm method for pressure abnormity of mine hydraulic support
CN115795369A (en) * 2023-02-09 2023-03-14 西安华创马科智能控制系统有限公司 Coal-rock interface identification method and device
CN116427923A (en) * 2023-06-13 2023-07-14 三一重型装备有限公司 Self-adaptive cutting method, system, heading machine, electronic equipment, medium and chip
CN116612356A (en) * 2023-06-02 2023-08-18 北京航空航天大学 Hyperspectral anomaly detection method based on deep learning network
CN116698977A (en) * 2023-08-07 2023-09-05 山东科技大学 Coal gangue recognition sensor and recognition method based on sound signals
CN117746904A (en) * 2024-02-18 2024-03-22 百鸟数据科技(北京)有限责任公司 Forest hunting monitoring method and system based on machine learning

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112465063B (en) * 2020-12-11 2023-05-23 中国矿业大学 Coal gangue identification method in top coal caving process based on multi-sensing information fusion
CN112990027A (en) * 2021-03-22 2021-06-18 精英数智科技股份有限公司 Hyperspectral image-based coal and gangue identification method and device
CN112950632B (en) * 2021-04-18 2022-10-14 吉林大学 Coal quality detection method based on hyperspectral imaging technology and convolutional neural network
CN113435497B (en) * 2021-06-24 2022-07-01 桂林电子科技大学 Coal-rock interface multi-sensing information fusion preference identification method based on hardness characteristics
CN113283391B (en) * 2021-06-28 2023-04-07 西安科技大学 Method for identifying coal and gangue under complex working conditions in fully mechanized caving mining caving process
CN114104666A (en) * 2021-11-23 2022-03-01 西安华创马科智能控制系统有限公司 Coal and gangue identification method and coal mine conveying system
CN114935364B (en) * 2022-05-13 2023-05-23 河北工业大学 Online coal gangue identification equipment based on multisource information fusion
CN115841594B (en) * 2022-12-07 2023-11-10 中国矿业大学(北京) Attention mechanism-based coal gangue hyperspectral variable image domain data identification method

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160018378A1 (en) * 2013-03-07 2016-01-21 Siemens Aktiengesellschaft Systems and methods for boosting coal quality measurement statement of related cases
CN106437713A (en) * 2016-10-21 2017-02-22 山东科技大学 Automatic coal feeding apparatus for fully mechanized coal face and coal feeding process recognition method
CN110924946A (en) * 2019-12-23 2020-03-27 中国矿业大学 Top coal caving device based on spectrum identification technology and use method thereof
CN111764902A (en) * 2020-08-05 2020-10-13 天地科技股份有限公司 Intelligent coal caving control method for fully-mechanized top coal caving working face
CN111967745A (en) * 2020-08-06 2020-11-20 中煤能源研究院有限责任公司 Fully-mechanized coal mining and coal caving time intelligent determination method based on BP neural network and probability statistics
CN112465063A (en) * 2020-12-11 2021-03-09 中国矿业大学 Coal gangue identification method in top coal caving process based on multi-sensor information fusion

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7035754B2 (en) * 2000-07-21 2006-04-25 Ohio University System and method for identifying an object
CN106885744B (en) * 2017-03-06 2019-06-18 山东科技大学 A kind of experimental provision and method for coal gangue particle impact
CN108561134B (en) * 2018-04-13 2020-07-21 北京天地玛珂电液控制系统有限公司 Automatic coal caving control system and method for fully mechanized top coal caving working face
CN209577461U (en) * 2018-12-10 2019-11-05 河南梦云智能科技有限公司 A kind of intelligent ore automated sorting system
CN110245635B (en) * 2019-06-20 2023-08-04 安徽理工大学 Infrared image recognition method for coal and gangue

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160018378A1 (en) * 2013-03-07 2016-01-21 Siemens Aktiengesellschaft Systems and methods for boosting coal quality measurement statement of related cases
CN106437713A (en) * 2016-10-21 2017-02-22 山东科技大学 Automatic coal feeding apparatus for fully mechanized coal face and coal feeding process recognition method
CN110924946A (en) * 2019-12-23 2020-03-27 中国矿业大学 Top coal caving device based on spectrum identification technology and use method thereof
CN111764902A (en) * 2020-08-05 2020-10-13 天地科技股份有限公司 Intelligent coal caving control method for fully-mechanized top coal caving working face
CN111967745A (en) * 2020-08-06 2020-11-20 中煤能源研究院有限责任公司 Fully-mechanized coal mining and coal caving time intelligent determination method based on BP neural network and probability statistics
CN112465063A (en) * 2020-12-11 2021-03-09 中国矿业大学 Coal gangue identification method in top coal caving process based on multi-sensor information fusion

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
SONG QINGJUN , XIAO XINGMING , JIANG HAIYAN: "Study on the Parameterization of Top Coal Caving by Applying Multi-sensor Information Fusion", PROCESS AUTOMATION INSTRUMENTATION, vol. 36, no. 5, 20 May 2015 (2015-05-20), pages 23 - 26, XP055941918, ISSN: 1000-0380, DOI: 10.16086/j.cnki.issn1000-0380.201505006 *

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115235676A (en) * 2022-09-26 2022-10-25 山东济矿鲁能煤电股份有限公司阳城煤矿 Automatic alarm method for pressure abnormity of mine hydraulic support
CN115235676B (en) * 2022-09-26 2022-12-09 山东济矿鲁能煤电股份有限公司阳城煤矿 Automatic alarm method for pressure abnormity of mine hydraulic support
CN115795369A (en) * 2023-02-09 2023-03-14 西安华创马科智能控制系统有限公司 Coal-rock interface identification method and device
CN116612356A (en) * 2023-06-02 2023-08-18 北京航空航天大学 Hyperspectral anomaly detection method based on deep learning network
CN116612356B (en) * 2023-06-02 2023-11-03 北京航空航天大学 Hyperspectral anomaly detection method based on deep learning network
CN116427923A (en) * 2023-06-13 2023-07-14 三一重型装备有限公司 Self-adaptive cutting method, system, heading machine, electronic equipment, medium and chip
CN116427923B (en) * 2023-06-13 2023-09-05 三一重型装备有限公司 Self-adaptive cutting method, system, heading machine, electronic equipment, medium and chip
CN116698977A (en) * 2023-08-07 2023-09-05 山东科技大学 Coal gangue recognition sensor and recognition method based on sound signals
CN116698977B (en) * 2023-08-07 2023-10-31 山东科技大学 Coal gangue recognition sensor and recognition method based on sound signals
CN117746904A (en) * 2024-02-18 2024-03-22 百鸟数据科技(北京)有限责任公司 Forest hunting monitoring method and system based on machine learning
CN117746904B (en) * 2024-02-18 2024-04-26 百鸟数据科技(北京)有限责任公司 Forest hunting monitoring method and system based on machine learning

Also Published As

Publication number Publication date
CN112465063A (en) 2021-03-09
CN112465063B (en) 2023-05-23

Similar Documents

Publication Publication Date Title
WO2022121139A1 (en) Coal/gangue recognition method in top coal caving process based on multi-sensor information fusion
CN110262463B (en) Rail transit platform door fault diagnosis system based on deep learning
WO2022134868A1 (en) Turnout switch rail damage state monitoring method based on feature fusion
CN106778833A (en) Small object loses the automatic identifying method of failure under a kind of complex background
CN105489019B (en) A kind of traffic throughput monitor system for dividing vehicle based on double-audio signal collection
CN104062953B (en) Golden hydrometallurgy process running status on-line evaluation method
CN207268608U (en) Detector for train wheel pair size dynamic detection system
CN101539490B (en) Method and system for recognizing screen-door faults on basis of acquiring screen-door operation curves
CN101917599A (en) Cradle head fault detecting method and device
CN107844067B (en) A kind of gate of hydropower station on-line condition monitoring control method and monitoring system
CN112669879B (en) Air conditioner indoor unit noise anomaly detection method based on time-frequency domain deep learning algorithm
CN103824092A (en) Image classification method for monitoring state of electric transmission and transformation equipment on line
CN113222187B (en) Intelligent monitoring method for brake health of shared power-assisted vehicle
CN201331776Y (en) Counter
CN108647722A (en) A kind of zinc ore grade flexible measurement method of Kernel-based methods size characteristic
CN103674921A (en) K-nearest neighbor based detection method for predicting underground coal mine water bursting source
CN116826958A (en) Intelligent safety inspection method for digital transmission channel
CN107472297A (en) Rail safety detection method
CN207992717U (en) A kind of gate of hydropower station on-line condition monitoring system
CN110065867B (en) Method and system for evaluating elevator comfort level based on audio and video
CN103218863A (en) Pattern recognition based barrier-free channel machine bidirectional detection method
CN115862315B (en) Traffic light control method and device for smart city multi-source heterogeneous data stream
CN205426855U (en) Bridge detection device based on acoustic signals
CN112464151B (en) Abnormal sound diagnosis method for yaw system of wind turbine generator based on acoustic diagnosis
CN208335273U (en) A kind of vehicle door status self-adapting detecting system based on video analysis

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 21901856

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 21901856

Country of ref document: EP

Kind code of ref document: A1