CN109813269A - On-line calibration data sequence matching method for structural monitoring sensors - Google Patents

On-line calibration data sequence matching method for structural monitoring sensors Download PDF

Info

Publication number
CN109813269A
CN109813269A CN201910136330.6A CN201910136330A CN109813269A CN 109813269 A CN109813269 A CN 109813269A CN 201910136330 A CN201910136330 A CN 201910136330A CN 109813269 A CN109813269 A CN 109813269A
Authority
CN
China
Prior art keywords
sensor
sequence
calibrated
measured value
bridge
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201910136330.6A
Other languages
Chinese (zh)
Other versions
CN109813269B (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.)
Research Institute of Highway Ministry of Transport
Original Assignee
Research Institute of Highway Ministry of Transport
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 Research Institute of Highway Ministry of Transport filed Critical Research Institute of Highway Ministry of Transport
Priority to CN201910136330.6A priority Critical patent/CN109813269B/en
Publication of CN109813269A publication Critical patent/CN109813269A/en
Application granted granted Critical
Publication of CN109813269B publication Critical patent/CN109813269B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Indication And Recording Devices For Special Purposes And Tariff Metering Devices (AREA)

Abstract

The present invention relates to pick up calibration fields, disclose a kind of bridge deformation monitoring sensor on-line calibration data sequence matching process, which comprises step 1, obtain the measurement value sequence of the sensor and reference sensor to be calibrated under same incentive action;Step 2, the measurement value sequence of the sensor to be calibrated and the reference sensor is segmented;Step 3, the measured value of the sensor to be calibrated and the reference sensor is matched in each piecewise interval;Step 4, the corresponding relationship of the sensor to be calibrated and the reference sensor between the measurement value sequence under the same incentive action is obtained.The out of step conditions such as the advanced, lag that the measurement value sequence of sensor to be calibrated and reference sensor occurs in technical solution provided by the invention have good adaptability, are remarkably improved the efficiency and accuracy of the on-line calibration of bridge deformation monitoring sensor.

Description

结构监测传感器在线校准数据序列匹配方法On-line calibration data sequence matching method for structural monitoring sensors

技术领域technical field

本发明涉及传感器的校准领域,具体地,涉及一种用于桥梁形变监测传感器的在线校准数据序列匹配方法。The invention relates to the field of sensor calibration, in particular to an online calibration data sequence matching method for bridge deformation monitoring sensors.

背景技术Background technique

桥梁形变监测是桥梁安全性能评价的关键环节,为了保证桥梁安全,需要用于桥梁形变监测的传感器具有较高的监测准确度。为了保证桥梁形变监测传感器的准确度,需要对该桥梁形变监测传感器进行校准。Bridge deformation monitoring is a key link in bridge safety performance evaluation. In order to ensure bridge safety, sensors used for bridge deformation monitoring need to have high monitoring accuracy. In order to ensure the accuracy of the bridge deformation monitoring sensor, the bridge deformation monitoring sensor needs to be calibrated.

以桥梁形变监测传感器中的激光位移计为例,依据激光直线传播特性设计的激光位移计,其发射模块与接收模块可分离安装于结构监测点和参考高程点,用于监测垂直于激光方向的相对形变量,实用性强、准确度高,因而在实际桥梁监测过程中得到广泛应用。但在使用过程中,受传感器自身性能及复杂环境条件的影响,会出现灵敏度、准确度下降的情况,须定期进行校准。Taking the laser displacement meter in the bridge deformation monitoring sensor as an example, the laser displacement meter is designed according to the linear propagation characteristics of the laser. The relative deformation variable has strong practicability and high accuracy, so it is widely used in the actual bridge monitoring process. However, in the process of use, due to the influence of the sensor's own performance and complex environmental conditions, there will be a decrease in sensitivity and accuracy, which must be calibrated regularly.

传统的校准方式利用更高精度的专业测量设备(如激光干涉仪等)作为参考仪器,在允许的误差范围内,若待校准激光位移计示值与参考值具有一致性,则认为该激光位移计的计量性能符合使用要求。限于桥梁形变监测系统全天时运行的特殊需求,使用中的激光位移计通常不允许拆缷至实验室内进行校准,因此上述方法往往不具有通用性。The traditional calibration method uses higher-precision professional measuring equipment (such as laser interferometer, etc.) as a reference instrument. Within the allowable error range, if the indication value of the laser displacement meter to be calibrated is consistent with the reference value, it is considered that the laser displacement The metering performance of the meter meets the requirements for use. Due to the special requirements of the bridge deformation monitoring system running all day, the laser displacement meters in use are usually not allowed to be dismantled into the laboratory for calibration, so the above methods are often not universal.

在工程实际中,一般利用行驶车辆的组合加载效应作为激励源进行桥梁健康监测传感器在线校准,通过在相同的监测点同向并排安装参考传感器的方式,实现待校准传感器(以下简称SBC)与参考传感器(以下简称RS)在相同激励源条件下的量值比对和校准。由于SBC与RS在采样频率、响应特性等方面的差异性,两量值序列的匹配性较差,是影响在线校准的重要难题。In engineering practice, the combined loading effect of driving vehicles is generally used as the excitation source to perform online calibration of bridge health monitoring sensors. The comparison and calibration of the sensor (hereinafter referred to as RS) under the same excitation source condition. Due to the differences between SBC and RS in sampling frequency, response characteristics, etc., the matching between the two value sequences is poor, which is an important problem affecting on-line calibration.

时间序列匹配问题在定位系统、环境监测、物联网、数据挖掘,信息学及人类心理学等领域中有着广泛的应用,近年来逐渐成为各领域的研究热点。其中,动态时间扭曲(以下简称DTW)是一种用于分析时间序列的重要方法,它为序列提供局部压缩和延伸不敏感的距离度量,在数据分析与挖掘领域应用广泛。但DTW方法存在以下问题:⑴计算复杂度较高,对于长度分别为n和m的时间序列,准确计算DTW距离需要O(nm)的时间复杂度;⑵不满足距离的三角不等式,在应用到时间序列相似查询时剪枝过滤的程度有限,在使用索引查询时可能会产生漏查。The time series matching problem has a wide range of applications in positioning systems, environmental monitoring, Internet of Things, data mining, informatics and human psychology, and has gradually become a research hotspot in various fields in recent years. Among them, dynamic time warping (hereinafter referred to as DTW) is an important method for analyzing time series. It provides a distance measure that is insensitive to local compression and extension for the sequence, and is widely used in the field of data analysis and mining. However, the DTW method has the following problems: (1) The computational complexity is high. For time series with lengths of n and m respectively, the time complexity of O(nm) is required to accurately calculate the DTW distance; (2) The triangular inequality of distance is not satisfied. The degree of pruning and filtering is limited when querying similar time series, which may cause missed queries when using index query.

针对桥梁传感器在线校准中,传感器量值序列与参考值序列呈现不稳定相差的问题,传统Euclidean距离度量下的匹配效果较差,利用DTW进行动态时间规整耗时较长,若引入距离下界函数来加速基于DTW的比较过程,对该距离下界函数的确定又提出新的要求。Aiming at the problem of unstable difference between the sensor value sequence and the reference value sequence in the online calibration of bridge sensors, the matching effect under the traditional Euclidean distance metric is poor, and the dynamic time warping using DTW takes a long time. If the distance lower bound function is introduced to To speed up the comparison process based on DTW, new requirements are put forward for the determination of the lower bound function of the distance.

发明内容SUMMARY OF THE INVENTION

本发明的目的是为了至少能够在一定程度上克服现有技术中所存在的上述缺陷,提供一种适应性强,准确率高的桥梁形变监测传感器的在线校准数据序列匹配方法。The purpose of the present invention is to provide a method for matching the online calibration data sequence of bridge deformation monitoring sensors with strong adaptability and high accuracy in order to overcome the above-mentioned defects existing in the prior art at least to a certain extent.

为了实现上述目的,本发明提供的技术方案是:In order to achieve the above object, the technical scheme provided by the present invention is:

一种桥梁形变监测传感器的在线校准数据序列匹配方法,所述在线校准数据序列匹配方法包括:An online calibration data sequence matching method of a bridge deformation monitoring sensor, the online calibration data sequence matching method comprising:

步骤1,获取同一激励作用下的待校准传感器和参考传感器的测量值序列;Step 1, obtain the measurement value sequence of the sensor to be calibrated and the reference sensor under the same excitation;

步骤2,对所述待校准传感器和所述参考传感器的测量值序列进行分段;Step 2, segment the measurement value sequence of the sensor to be calibrated and the reference sensor;

步骤3,在各分段区间内对所述待校准传感器和所述参考传感器的测量值进行匹配;Step 3, matching the measured values of the sensor to be calibrated and the reference sensor in each segment interval;

步骤4,获取所述待校准传感器和所述参考传感器在所述同一激励作用下的测量值序列之间的对应关系。Step 4: Obtain the correspondence between the measured value sequences of the sensor to be calibrated and the reference sensor under the same excitation action.

优选地,所述待校准传感器的测量值序列以及所述参考传感器的测量值序列均为波形序列;所述步骤2包括:Preferably, the measurement value sequence of the sensor to be calibrated and the measurement value sequence of the reference sensor are both waveform sequences; the step 2 includes:

步骤B1,提取所述待校准传感器的测量值序列中的目标峰值点以及所述参考传感器的测量值序列中的目标峰值点;Step B1, extracting the target peak point in the measurement value sequence of the sensor to be calibrated and the target peak point in the measurement value sequence of the reference sensor;

步骤B2,分别以所述待校准传感器和所述参考传感器的测量值序列中的目标峰值点为节点对所述待校准传感器和所述参考传感器的测量值序列进行分段。Step B2: Segment the measurement value sequences of the sensor to be calibrated and the reference sensor by taking the target peak points in the measurement value sequences of the sensor to be calibrated and the reference sensor as nodes respectively.

优选地,所述步骤B1包括:Preferably, the step B1 includes:

步骤S1,提取所述待校准传感器的测量值序列中的初始峰值点以及所述参考传感器的测量值序列中的初始峰值点并分别形成初始峰值点序列;Step S1, extracting the initial peak point in the measurement value sequence of the sensor to be calibrated and the initial peak point in the measurement value sequence of the reference sensor and forming the initial peak point sequence respectively;

步骤S2,通过以下公式(1)-(3)对所述待校准传感器的初始峰值点序列和所述参考传感器的初始峰值点序列进行平滑处理:In step S2, the initial peak point sequence of the sensor to be calibrated and the initial peak point sequence of the reference sensor are smoothed by the following formulas (1)-(3):

P={p1,p2…pn} (1)P={p 1 ,p 2 …p n } (1)

j=(span-1)/2 (3)j=(span-1)/2 (3)

其中,P为待校准传感器或参考传感器的初始峰值点序列;n为初始峰值点序列中的峰值点数量;span为平滑尺度;Pi’为平滑后的初始峰值点序列P’中的第i个峰值点;Among them, P is the initial peak point sequence of the sensor to be calibrated or the reference sensor; n is the number of peak points in the initial peak point sequence; span is the smoothing scale; P i ' is the ith in the smoothed initial peak point sequence P' a peak point;

步骤S3,依次保存Pi’以形成平滑后的初始峰值点序列P’;Step S3, save P i ' in turn to form a smoothed initial peak point sequence P';

步骤S4,查找平滑后的初始峰值点序列P’中的每个峰值点所对应的原初始峰值点序列P中的初始峰值点Pi,并以此初始峰值点Pi作为所述目标峰值点。Step S4, searching for the initial peak point P i in the original initial peak point sequence P corresponding to each peak point in the smoothed initial peak point sequence P', and using this initial peak point P i as the target peak point .

优选地,所述待校准传感器的测量值序列和所述参考传感器的测量值序列均被分成K+1段;其中,所述待校准传感器的测量值序列和所述参考传感器的测量值序列被分段后形成的分段序列分别为{t0,…,t1},{t1,…,t2}…{tk-1,…,tk},{tk,…,tk+1}和{t'0,…,t'1},{t'1,…,t'2}…{t'k-1,…,t'k},{t'k,…,t'k+1};其中,Preferably, both the measurement value sequence of the sensor to be calibrated and the measurement value sequence of the reference sensor are divided into K+1 segments; wherein the measurement value sequence of the sensor to be calibrated and the measurement value sequence of the reference sensor are divided into K+1 segments; The segment sequences formed after segmentation are {t 0 ,…,t 1 },{t 1 ,…,t 2 }…{t k-1 ,…,t k },{t k ,…,t k +1 } and {t' 0 ,…,t' 1 },{t' 1 ,…,t' 2 }…{t' k-1 ,…,t' k },{t' k ,…,t ' k+1 }; where,

t0为所述待校准传感器的测量值序列的起始测量点;t 0 is the starting measurement point of the measurement value sequence of the sensor to be calibrated;

tk+1为所述待校准传感器的测量值序列的终止测量点;t k+1 is the termination measurement point of the measurement value sequence of the sensor to be calibrated;

tn为所述待校准传感器的测量值序列中的目标峰值点,其中,k≥n≥1;t n is the target peak point in the measurement value sequence of the sensor to be calibrated, wherein k≥n≥1;

t’0为所述参考传感器的测量值序列的起始测量点;t' 0 is the starting measurement point of the measurement value sequence of the reference sensor;

t’k+1为所述参考传感器的测量值序列的终止测量点;t' k+1 is the termination measurement point of the measurement value sequence of the reference sensor;

t’n为所述参考传感器的测量值序列中的目标峰值点,其中,k≥n≥1。t' n is the target peak point in the measurement value sequence of the reference sensor, where k≧n≧1.

优选地,所述步骤3包括:依次选取所述待校准传感器的测量值序列中的待匹配测量值pi,并根据所述待匹配测量值pi的位置信息定位所述待匹配测量值pi所在的分段区间{tr-1,…,tr};Preferably, the step 3 includes: sequentially selecting the measurement values p i to be matched in the measurement value sequence of the sensor to be calibrated, and locating the measurement value p to be matched according to the position information of the measurement values p i to be matched The segment interval where i is located {t r-1 ,...,t r };

通过以下公式(4)在所述参考传感器的测量值序列中查找与该待匹配测量值pi相匹配的测量值qj的位置,Find the position of the measurement value q j that matches the measurement value p i to be matched in the measurement value sequence of the reference sensor by the following formula (4),

其中,j为参考传感器的测量值序列中与待匹配测量值pi相匹配的测量值qj的横坐标;Wherein, j is the abscissa of the measurement value q j that matches the measurement value p i to be matched in the measurement value sequence of the reference sensor;

tr-1|x为待校准传感器的分段序列中的测量点tr-1的横坐标;tr -1 | x is the abscissa of the measurement point tr -1 in the segmented sequence of the sensor to be calibrated;

tr|x为待校准传感器的分段序列中的测量点tr的横坐标; tr | x is the abscissa of the measurement point tr in the segmented sequence of the sensor to be calibrated;

t'r-1|x为参考传感器的分段序列中的测量点t’r-1的横坐标;t' r-1 | x is the abscissa of the measurement point t' r-1 in the segmented sequence of the reference sensor;

t'r|x为参考传感器的分段序列中的测量点t’r的横坐标。t' r | x is the abscissa of the measurement point t' r in the segmented sequence of the reference sensor.

优选地,所述步骤3还包括:输出并保存pi以及与所述pi相匹配的qjPreferably, the step 3 further includes: outputting and saving pi and q j matching the pi .

优选地,所述步骤1之前还包括:搭建桥梁形变监测传感器的校准平台以模拟实际车辆通过桥梁时,桥梁承受荷载的随机性变化。Preferably, before step 1, the method further includes: building a calibration platform for the bridge deformation monitoring sensor to simulate the random change of the load on the bridge when the actual vehicle passes through the bridge.

优选地,所述校准平台包括用于模拟桥梁的简支梁模型桥、能够作用于所述简支梁模型桥以模拟桥梁上通过的实际车辆的激励源、以及安装在所述简支梁模型桥底部以对所述简支梁模型桥的形变进行监测的待校准传感器和参考传感器。Preferably, the calibration platform includes a simply supported girder model bridge for simulating a bridge, an excitation source capable of acting on the simply supported girder model bridge to simulate actual vehicles passing on the bridge, and an excitation source installed on the simply supported girder model A sensor to be calibrated and a reference sensor for monitoring the deformation of the simply supported beam model bridge at the bottom of the bridge.

优选地,所述激励源为线性模组。Preferably, the excitation source is a linear module.

优选地,所述待校准传感器和所述参考传感器均为激光位移计。Preferably, both the sensor to be calibrated and the reference sensor are laser displacement meters.

与现有技术相比,本发明提供的技术方案具有如下有益效果:Compared with the prior art, the technical solution provided by the present invention has the following beneficial effects:

本发明提供的桥梁形变监测传感器在线校准数据序列匹配方法,先对所述待校准传感器和所述参考传感器的测量值序列进行分段,然后在各分段区间内对所述待校准传感器和所述参考传感器的测量值进行匹配,该方法对待校准传感器和参考传感器的检测频率不敏感,对待校准传感器和参考传感器的测量值序列常出现的相互超前滞后的情况具有良好的适应性。In the method for matching the online calibration data sequence of the bridge deformation monitoring sensor provided by the present invention, the measurement value sequences of the sensor to be calibrated and the reference sensor are firstly segmented, and then the sensor to be calibrated and the measured value sequence of the reference sensor are segmented in each segment interval. This method is not sensitive to the detection frequency of the sensor to be calibrated and the reference sensor, and has good adaptability to the situation that the measured value sequences of the sensor to be calibrated and the reference sensor often lead and lag each other.

本发明提供的先分段后匹配的在线校准数据序列匹配方法与现有技术中的方法相比较,其相对误差有明显下降,准确率显著提高,不同场景下匹配准确率能保持在98%以上。Compared with the method in the prior art, the on-line calibration data sequence matching method provided by the present invention has obvious reduction in relative error and improved accuracy, and the matching accuracy can be maintained above 98% in different scenarios .

本发明的其它特征和优点将在随后的具体实施方式部分予以详细说明。Other features and advantages of the present invention will be described in detail in the detailed description that follows.

附图说明Description of drawings

附图是用来提供对本发明的进一步理解,并且构成说明书的一部分,与下面的具体实施方式一起用于解释本发明,但并不构成对本发明的限制。在附图中:The accompanying drawings are used to provide a further understanding of the present invention, and constitute a part of the specification, and together with the following specific embodiments, are used to explain the present invention, but do not constitute a limitation to the present invention. In the attached image:

图1为本发明实施例提供的SBC和RS的原始测量值序列图;FIG. 1 is a sequence diagram of original measurement values of SBC and RS provided by an embodiment of the present invention;

图2传统匹配的算法对图1中的SBC和RS的原始测量值序列进行校正后的图;Fig. 2 is the figure after the original measurement value sequence of SBC and RS in Fig. 1 is corrected by the algorithm of traditional matching;

图3为本发明实施例提供的桥梁形变监测传感器的在线校准数据序列匹配方法的流程图;3 is a flowchart of a method for matching an online calibration data sequence of a bridge deformation monitoring sensor according to an embodiment of the present invention;

图4为本发明实施例提供的预处理前的节点图;4 is a node diagram before preprocessing provided by an embodiment of the present invention;

图5为本发明实施例提供的预处理后的节点图;FIG. 5 is a preprocessed node diagram provided by an embodiment of the present invention;

图6为本发明实施例提供提取到的SBC和RS序列的节点图;6 provides a node diagram of the extracted SBC and RS sequences according to an embodiment of the present invention;

图7为本发明实施例提供的出现较大偏移后提取到的SBC和RS序列节点图;Fig. 7 is the SBC and RS sequence node diagrams extracted after the occurrence of a larger offset provided by an embodiment of the present invention;

图8为本发明实施例提供的匹配算法的实现流程图;Fig. 8 is the realization flow chart of the matching algorithm provided by the embodiment of the present invention;

图9为本发明实施例提供的分段后的局部区间采样点图;FIG. 9 is a partial interval sampling point diagram after segmentation provided by an embodiment of the present invention;

图10为本发明实施例提供的基于节点的分段匹配图;10 is a node-based segmentation matching diagram provided by an embodiment of the present invention;

图11为本发明实施例提供的SBC与RS的反向匹配图;11 is a reverse matching diagram of an SBC and an RS provided by an embodiment of the present invention;

图12为本发明实施例提供的DFLI和LDM采样序列及节点定位图;12 is a DFLI and LDM sampling sequence and a node location diagram provided by an embodiment of the present invention;

图13为本发明实施例提供的DFLI和LDM采样序列分段后局部区间采样点图;13 is a local interval sampling point diagram after DFLI and LDM sampling sequences are segmented according to an embodiment of the present invention;

图14为本发明实施例提供的DFLI和LDM采样序列分段匹配图;FIG. 14 is a segmentation matching diagram of DFLI and LDM sampling sequences provided by an embodiment of the present invention;

图15为本发明实施例提供的DFLI和LDM采样序列反向匹配图;15 is a reverse matching diagram of DFLI and LDM sampling sequences provided by an embodiment of the present invention;

图16为本发明实施例提供的校准平台的正视图;16 is a front view of a calibration platform provided by an embodiment of the present invention;

图17为本发明实施例提供的校准平台的侧视图;17 is a side view of a calibration platform provided by an embodiment of the present invention;

图18为本发明实施例提供的参考传感器和待校准传感器在低频激励下的匹配结果图;FIG. 18 is a matching result diagram of a reference sensor and a sensor to be calibrated under low-frequency excitation provided by an embodiment of the present invention;

图19为本发明实施例提供的参考传感器和待校准传感器在中频激励下的匹配结果图;19 is a matching result diagram of a reference sensor and a sensor to be calibrated under intermediate frequency excitation provided by an embodiment of the present invention;

图20为本发明实施例提供的参考传感器和待校准传感器在高频激励下的匹配结果图;FIG. 20 is a matching result diagram of a reference sensor and a sensor to be calibrated under high-frequency excitation provided by an embodiment of the present invention;

图21为本发明实施例提供的参考传感器和待校准传感器的基于节点的分段匹配结果图;FIG. 21 is a node-based segmentation matching result diagram of a reference sensor and a sensor to be calibrated provided by an embodiment of the present invention;

图22为本发明实施例提供的参考传感器和待校准传感器的基于Euclidean度量的匹配结果图;FIG. 22 is a matching result diagram based on Euclidean metric of a reference sensor and a sensor to be calibrated provided by an embodiment of the present invention;

图23为本发明实施例提供的不同匹配方式下的相对误差图。FIG. 23 is a relative error diagram under different matching modes provided by an embodiment of the present invention.

其中,5-激励源;6-待校准传感器和参考传感器;7-传感器安装板;8-简支梁模型桥;9-激光位移计接收端;10-激光位移计发射端。Among them, 5- excitation source; 6- sensor to be calibrated and reference sensor; 7- sensor mounting plate; 8- simply supported beam model bridge; 9- laser displacement meter receiving end; 10- laser displacement meter transmitting end.

具体实施方式Detailed ways

以下结合附图对本发明的具体实施方式进行详细说明。应当理解的是,此处所描述的具体实施方式仅用于说明和解释本发明,并不用于限制本发明。The specific embodiments of the present invention will be described in detail below with reference to the accompanying drawings. It should be understood that the specific embodiments described herein are only used to illustrate and explain the present invention, but not to limit the present invention.

在本发明中,在未作相反说明的情况下,使用的方位词如“上、下、左、右”通常是指参考附图所示的上、下、左、右,“内、外”是指相对于部件本体的轮廓的内、外。In the present invention, unless otherwise stated, the use of directional words such as "up, down, left, right" generally refers to up, down, left, right, "inside, outside" as shown in the accompanying drawings Refers to the inside and outside of the contour relative to the part body.

如图1和图2所示,传统的匹配算法常用Euclidean度量标准衡量曲线之间的相识度,其原理直观且计算简洁,在序列进行常见变换(如傅里叶变换)时其系数能保持Euclidean距离不变,因而在时间序列相似性问题上得到广泛应用。但基于Euclidean距离度量的匹配要求所匹配的两序列具有相同的长度,对时间序列的突变点较为敏感,在对序列按时间轴进行点对点依次计算时,对时间序列的错位也很敏感。而针对本发明实施例的问题,受激励源发出的随机激励作用,SBC与RS所采集到的数据不可避免的会出现突变,同时,由于采样频率差的存在,SBC与RS数据序列也会存在错位,对照图1可以发现,SBC与RS采集到的数据并不完全同步,随着采样点的增加,数据出现偏差会逐步增大,这是SBC和RS间细微的采样频率差(SFD)造成的,在相同时间内,SBC采样点个数多于RS采样点个数。同时,在同一激励条件下,二者的响应峰值也有较明显的差异,这是伴随传感器制造过程所产生的个性差异,通常会保持在一定阈值范围内。As shown in Figure 1 and Figure 2, the traditional matching algorithm often uses the Euclidean metric to measure the degree of acquaintance between curves. The principle is intuitive and the calculation is simple. When the sequence undergoes common transformations (such as Fourier transform), its coefficients can keep the Euclidean The distance is invariant, so it is widely used in the time series similarity problem. However, the matching based on the Euclidean distance metric requires that the two sequences to be matched have the same length, which is more sensitive to the mutation point of the time series. In view of the problem in the embodiment of the present invention, due to the random excitation from the excitation source, the data collected by the SBC and the RS will inevitably undergo sudden changes. At the same time, due to the difference in sampling frequency, the SBC and RS data sequences will also exist. Dislocation, according to Figure 1, it can be found that the data collected by SBC and RS are not completely synchronized. With the increase of sampling points, the deviation of data will gradually increase, which is caused by the slight sampling frequency difference (SFD) between SBC and RS. Yes, in the same time, the number of SBC sampling points is more than the number of RS sampling points. At the same time, under the same excitation conditions, the response peaks of the two also have obvious differences, which are personality differences accompanying the sensor manufacturing process, and are usually kept within a certain threshold range.

传统匹配方法一般是对SBC和RS量值序列进行采样点校准和惯性补偿等预处理,再在此基础上进行数据匹配。其原理如下:The traditional matching method is generally to perform preprocessing such as sampling point calibration and inertia compensation on the SBC and RS value sequences, and then perform data matching on this basis. The principle is as follows:

单位时间内在同一激励源的作用下对SBC和RS进行数据采集,假设SBC采样序列为:Data collection is performed on SBC and RS under the action of the same excitation source per unit time, assuming that the SBC sampling sequence is:

P={p1,p2…pn} (1)P={p 1 ,p 2 …p n } (1)

RS采样序列为:The RS sampling sequence is:

Q={q1,q2…qm} (2)Q={q 1 ,q 2 ...q m } (2)

其中,n为SBC采样点数,m为RS采样点数,SBC的采样数多于RS的采样数,即n>m。Among them, n is the number of SBC sampling points, m is the number of RS sampling points, and the sampling number of SBC is more than the sampling number of RS, that is, n>m.

利用对照取样的方式保留与RS同步的采样点,去除SBC中多余的采样点,由式(1)(2)有,待去除点序列为:The sampling points that are synchronized with the RS are retained by the method of comparison sampling, and the redundant sampling points in the SBC are removed, which is obtained by formula (1) and (2), and the sequence of points to be removed is:

P'={p[n·i/d]}(i=1,2,…d) (3)P'={p [n·i/d] }(i=1,2,...d) (3)

其中,d=n-m,在单位时间内,其数值为采样频率差SFD,若取校准前SBC的采样序列集为全集U,即:Among them, d=n-m, in unit time, its value is the sampling frequency difference SFD, if the sampling sequence set of SBC before calibration is taken as the complete set U, that is:

U=P (4)U=P (4)

则校准后SBC采样序列可表示为P'在U上的绝对补集,即:Then the calibrated SBC sampling sequence can be expressed as the absolute complement of P' on U, namely:

对于SBC惯性补偿值(ICV)一般由下式确定:For SBC inertia compensation value (ICV) is generally determined by the following formula:

其中,k为采样段数,nj为第j段采样点的个数。经过校准后的SBC和RS数据序列如图2所示。Among them, k is the number of sampling segments, and nj is the number of sampling points in the jth segment. The calibrated SBC and RS data sequences are shown in Figure 2.

可以发现,进行采样矫正和惯性补偿后的SBC和RS量值序列整体匹配效果较未处理之前有所改善,但在数据逐点进行匹配时,由于采样数据的离散型,只要存在一个未能消除的采样误差导致匹配序列错位,Euclidean距离就会显著增大,同时,受不确定因素干扰,若某一传感器出现瞬时采样延迟,采用上述校准也会出现匹配错位现象,可见单纯利用Euclidean距离作为度量标准有很大局限性。It can be found that the overall matching effect of the SBC and RS value sequences after sampling correction and inertia compensation is improved compared with that before processing, but when the data is matched point by point, due to the discrete type of the sampled data, as long as there is one that cannot be eliminated. The sampling error will cause the matching sequence to be misaligned, and the Euclidean distance will increase significantly. At the same time, due to the interference of uncertain factors, if a sensor has an instantaneous sampling delay, the above calibration will also cause matching misalignment. It can be seen that the Euclidean distance is simply used as a metric Standards are very limited.

针对上述问题,本发明实施例提供一种新的桥梁形变监测传感器的在线校准数据序列匹配方法,该方法考虑利用不同传感器在同一激励下的采样峰值点进行分段,再在分段后的各子区间内进行匹配,具体流程如图3所示,包括:In view of the above problems, the embodiment of the present invention provides a new online calibration data sequence matching method for bridge deformation monitoring sensors. Matching is carried out in sub-intervals. The specific process is shown in Figure 3, including:

步骤1,获取同一激励作用下的待校准传感器和参考传感器的测量值序列;Step 1, obtain the measurement value sequence of the sensor to be calibrated and the reference sensor under the same excitation;

步骤2,对所述待校准传感器和所述参考传感器的测量值序列进行分段;Step 2, segment the measurement value sequence of the sensor to be calibrated and the reference sensor;

步骤3,在各分段区间内对所述待校准传感器和所述参考传感器的测量值进行匹配;Step 3, matching the measured values of the sensor to be calibrated and the reference sensor in each segment interval;

步骤4,获取所述待校准传感器和所述参考传感器在所述同一激励作用下的测量值序列之间的对应关系。Step 4: Obtain the correspondence between the measured value sequences of the sensor to be calibrated and the reference sensor under the same excitation action.

如图1和图2所示,所述待校准传感器的测量值序列以及所述参考传感器的测量值序列均为波形序列,一般为不规则波形图;As shown in FIG. 1 and FIG. 2 , the measurement value sequence of the sensor to be calibrated and the measurement value sequence of the reference sensor are both waveform sequences, generally irregular waveforms;

在步骤2中,为了对待校准传感器和参考传感器的测量值序列进行分段,首先需要定位分段节点,本申请的发明人发现在两组数据峰值处差异较大,这是不同传感器对同一激励产生不同强度的响应所致,在该响应瞬间,两传感器的采样数据相匹配,若取其为节点将此处数据优先匹配,再处理两组峰值点之间数据就较为方便,同时也不存在类似DTW一对多匹配等问题。In step 2, in order to segment the measurement value sequence of the sensor to be calibrated and the reference sensor, it is first necessary to locate the segment node. The inventor of the present application found that the difference between the two sets of data peaks is large, which is the result of different sensors for the same excitation It is caused by the response of different intensities. At the moment of the response, the sampled data of the two sensors match. If it is the node, the data here will be matched first, and then the data between the two sets of peak points will be processed more conveniently. At the same time, there is no Similar to DTW one-to-many matching and other issues.

由于激励源信号的保持性,传统的极值点提取算法往往会得到两个或多个数值相等的峰值点,同时在信号保持过程中,传感器受噪声干扰会出现小范围波动,如图4所示,需要对采样序列进行相应处理才能找到较为稳定的峰值点以作为目标峰值点,具体如下:Due to the retention of the excitation source signal, the traditional extreme point extraction algorithm often obtains two or more peak points with equal values. At the same time, during the signal retention process, the sensor will fluctuate in a small range due to noise interference, as shown in Figure 4. As shown, the sampling sequence needs to be processed accordingly to find a relatively stable peak point as the target peak point, as follows:

以SBC采样序列为例,由公式(1):Taking the SBC sampling sequence as an example, formula (1):

P={p1,p2…pn}P={p 1 ,p 2 …p n }

对其进行平滑处理:Smooth it out:

其中:j=(span-1)/2Where: j=(span-1)/2

式中,span为平滑尺度,pi'为平滑后量值点;在无重复的条件下,将序列P'中的极值点依次保存,并找出该点对应的原序列采样数据pi,以pi作为真实节点,如图5,其实现过程伪代码如下:In the formula, span is the smoothing scale, and p i ' is the value point after smoothing; under the condition of no repetition, the extreme points in the sequence P' are stored in sequence, and the original sequence sampling data p i corresponding to this point is found. , with pi as the real node, as shown in Figure 5, the pseudo-code of the implementation process is as follows:

if p'i=max(p'i-t~p'i+t)orif p' i =max(p' it ~p' i+t )or

min(p'i-t~p'i+t)min(p' it ~p' i+t )

i++i++

while wj-1≠pi while w j -1≠p i

j++j++

依次对SBC和RS序列进行上述操作,得到的节点提取结果如图6和图7所示。为适应不同传感器采样频率的差别,在提取时将算法中的平滑尺度与实际频率相关联,使算法更具通用性。The above operations are performed on the SBC and RS sequences in turn, and the node extraction results obtained are shown in Figure 6 and Figure 7 . In order to adapt to the difference of sampling frequency of different sensors, the smooth scale in the algorithm is associated with the actual frequency during extraction, which makes the algorithm more general.

利用节点对序列进行分段,两连续节点之间的序列段作为分段区间。对于SBC,设采集到的节点总数为k,节点序列即为:The sequence is segmented by using nodes, and the sequence segment between two consecutive nodes is used as the segment interval. For SBC, let the total number of collected nodes be k, and the node sequence is:

{t0,t1,t2…tk,tk+1} (8){t 0 ,t 1 ,t 2 …t k ,t k+1 } (8)

其中,为不失数据完整性,将序列起始点p1设为序列初始节点t0,将序列终止点pn设为序列最后一个节点tk+1。初始序列P被分为k+1段:Among them, in order not to lose the data integrity, the sequence start point p1 is set as the sequence initial node t0, and the sequence end point pn is set as the last sequence node tk+1. The initial sequence P is divided into k+1 segments:

{t0,…,t1},{t1,…,t2}…{tk-1,…,tk},{tk,…,tk+1}{t 0 ,…,t 1 },{t 1 ,…,t 2 }…{t k-1 ,…,t k },{t k ,…,t k+1 }

对RS序列,选取与SBC相对应的前k个节点组成节点序列:For the RS sequence, select the first k nodes corresponding to the SBC to form the node sequence:

{t'0,t'1,t'2…t'k,t'k+1} (9){t' 0 ,t' 1 ,t' 2 …t' k ,t' k+1 } (9)

并将RS序列分为k+1段:And divide the RS sequence into k+1 segments:

{t'0,…,t'1},{t'1,…,t'2}…{t'k-1,…,t'k},{t'k,…,t'k+1}设输入为SBC采样序列上任意一点pi,目标输出为RS上与pi相匹配的点qj,j表示其为RS采样序列的第j个采样点。{t' 0 ,…,t' 1 },{t' 1 ,…,t' 2 }…{t' k-1 ,…,t' k },{t' k ,…,t' k+1 } Let the input be any point pi on the SBC sampling sequence, the target output is the point q j on the RS that matches pi, and j indicates that it is the jth sampling point of the RS sampling sequence.

根据pi的位置信息对照节点序列定位出待匹配点pi所属的分段区间,设其位于{tr-1,…,tr}中,即位于原始采样序列的第r段,则j由下式确定:According to the position information of pi , the segment interval to which the point pi to be matched belongs is located against the node sequence, and it is assumed that it is located in {t r-1 ,...,t r }, that is, it is located in the rth segment of the original sampling sequence, then j It is determined by the following formula:

其中,tr-1|x,tr|x,t'r-1|x,t'r|x分别为SBC序列节点tr-1,tr与RS序列节点t'r-1,t'r的横坐标,算法流程如图8所示。其中,需要说明的是,序列节点的横坐标指的是该序列节点在整个测量值序列中的位置坐标,该位置坐标一般为节点的序数。Among them, t r-1 | x , t r | x , t' r-1 | x , t' r | x are SBC sequence nodes t r-1 , t r and RS sequence nodes t' r-1 , t respectively The abscissa of ' r , the algorithm flow is shown in Figure 8. It should be noted that the abscissa of the sequence node refers to the position coordinate of the sequence node in the entire measurement value sequence, and the position coordinate is generally the ordinal number of the node.

如图9所示,为某段分段区间内SBC与RC测量点的分布图,其中节点信息已在图中标出,对照公式(10),对SBC分段区间内各点进行计算得到相应的j值,利用j值索引找到与待匹配点相对应的目标点,如图10所示。As shown in Figure 9, it is the distribution diagram of SBC and RC measurement points in a segmented interval, in which the node information has been marked in the figure. j value, use the j value index to find the target point corresponding to the point to be matched, as shown in Figure 10.

对照图9,RS因采样频率低于SBC而出现采样数据超前于SBC,但由于匹配前对两序列分别进行了节点提取,量值序列间的超前滞后关系就不再影响序列的匹配,只需从一端节点开始对待匹配点进行逐点匹配即可。Compared with Fig. 9, because the sampling frequency of RS is lower than that of SBC, the sampling data of RS is ahead of SBC. However, since the node extraction is performed on the two sequences before matching, the lead-lag relationship between the magnitude sequences will no longer affect the matching of sequences. It is enough to perform point-by-point matching of the points to be matched starting from one end node.

考查图10可以发现在对SBC序列量值进行匹配时,不同采样点可能对应RS序列中同一个采样点,在分段区间内,SBC序列从左侧节点开始的第14个待匹配点与RS序列的第14个参考点相匹配,SBC序列的第15个待匹配点也与RS序列的第14个参考点相匹配。这是由于在任意SBC与RS的对应分段区间内,采样点的个数有所差异,其根本原因还是SBC与RS间采样频率不一致。考虑该方法是否存在一对多匹配从而导致索引缺失等问题,对原始SBC和RS采样序列进行反向匹配,以RS采样序列作为待匹配序列,以SBC序列作为参考序列,利用公式(10)重新进行匹配,如图11,从结果来看,在该段分段区间内,RS序列从左侧节点开始的第13个待匹配点与SBC序列的第13个参考点相匹配,RS序列的第14个待匹配点与SBC序列的第15个参考点相匹配,SBC序列的第14个参考点无对应待匹配点。对RS待匹配序列而言,其节点区间内各点均能在参考序列中找到与之相对应的匹配点,因此,多对一匹配对待匹配序列不会造成漏查和重复匹配等问题。Examining Figure 10, it can be found that when the SBC sequence value is matched, different sampling points may correspond to the same sampling point in the RS sequence. The 14th reference point of the sequence matches, and the 15th to-be-matched point of the SBC sequence also matches the 14th reference point of the RS sequence. This is due to the difference in the number of sampling points in the corresponding subsections of any SBC and RS, and the fundamental reason is that the sampling frequency between SBC and RS is inconsistent. Considering whether there is a one-to-many match in this method, which leads to the missing index and other problems, the original SBC and RS sampling sequences are reversely matched, and the RS sampling sequence is used as the sequence to be matched, and the SBC sequence is used as the reference sequence. Matching is performed, as shown in Figure 11. From the results, in this segment interval, the 13th point to be matched starting from the left node of the RS sequence matches the 13th reference point of the SBC sequence, and the thirteenth reference point of the RS sequence matches. The 14 points to be matched are matched with the 15th reference point of the SBC sequence, and the 14th reference point of the SBC sequence has no corresponding point to be matched. For the RS sequence to be matched, each point in the node interval can find the corresponding matching point in the reference sequence. Therefore, the many-to-one matching of the sequence to be matched will not cause problems such as missed checking and repeated matching.

事实上,因对两组采样序列进行节点定位及提取,上述方法可以适应不同频率的采样序列匹配。本发明实施例利用双频激光干涉仪(DFLI)采集到的量值序列与上述激光位移计(LDM)做比对试验,由于采样频率完全不同于激光位移计,从采样序列图像(图12)中可以直观的发现,DFLI的采样数据超前LDM近半个激励周期,随着采样数据不断累积,DFLI的节点将与LDM的前一个节点的Euclidean距离达到最小,利用传统方法必然造成匹配错位。本发明实施例利用节点分段的方法先分别提取两组序列的目标峰值点,再依据目标峰值点对两组序列进行分段,从中选取一段(图13)进行区间内匹配,从算法匹配结果可以看出基于节点的分段匹配方法对不同频率传感器量值序列的匹配有良好的适用性。试验结果见图14,其中,标号所连接的DFLI与LDM采样点即为相匹配的采样点,以DFLI采样序列作为待匹配采样序列,LDM采样序列作为参考序列,DFLI分段区间内15个采样点均能在LDM节点区间中找到与之相匹配的采样点,同样,通过反向匹配(图15),以LDM采样序列作为待匹配采样序列,DFLI采样序列作为参考序列,LDM节点区间内21个采样点也均能在DFLI节点区间中找到与之相匹配的采样点。In fact, due to the node location and extraction of the two sets of sampling sequences, the above method can adapt to the matching of sampling sequences of different frequencies. In the embodiment of the present invention, the measurement sequence collected by the dual-frequency laser interferometer (DFLI) is used for the comparison test with the above-mentioned laser displacement meter (LDM). It can be intuitively found in DFLI that the sampling data of DFLI is ahead of LDM by nearly half the excitation period. With the continuous accumulation of sampling data, the Euclidean distance between the node of DFLI and the previous node of LDM will be minimized, and the traditional method will inevitably cause matching misalignment. In this embodiment of the present invention, the method of node segmentation is used to first extract the target peak points of the two sets of sequences, and then segment the two sets of sequences according to the target peak points, and select a segment ( FIG. 13 ) to perform intra-area matching. It can be seen that the node-based segmentation matching method has good applicability to the matching of different frequency sensor magnitude sequences. The test results are shown in Figure 14, where the DFLI and LDM sampling points connected by the labels are the matching sampling points, the DFLI sampling sequence is used as the sampling sequence to be matched, the LDM sampling sequence is used as the reference sequence, and there are 15 sampling points in the DFLI segment interval. All points can find matching sampling points in the LDM node interval. Similarly, through reverse matching (Figure 15), the LDM sampling sequence is used as the sampling sequence to be matched, the DFLI sampling sequence is used as the reference sequence, and the LDM node interval is 21 Each sampling point can also find a matching sampling point in the DFLI node interval.

为了实施本发明提供的在线校准数据序列匹配方法,首先需要搭建桥梁形变监测传感器的校准平台,用以模拟实际车辆通过桥梁时,桥梁承受荷载的随机性变化。In order to implement the online calibration data sequence matching method provided by the present invention, a calibration platform for the bridge deformation monitoring sensor needs to be built first to simulate the random change of the load on the bridge when the actual vehicle passes through the bridge.

如图16和17所示,所述校准平台包括用于模拟桥梁的简支梁模型桥8、能够作用于所述简支梁模型桥8以模拟桥梁上通过的实际车辆的激励源5、以及安装在所述简支梁模型桥8底部以对所述简支梁模型桥8的形变进行监测的待校准传感器和参考传感器6,传感器6可通过传感器安装板7安装在简支梁模型桥8的底部,传感器6的监测数据由数据采集单元采集。As shown in Figures 16 and 17, the calibration platform includes a simply supported girder model bridge 8 for simulating a bridge, an excitation source 5 that can act on the simply supported girder model bridge 8 to simulate actual vehicles passing on the bridge, and The sensor to be calibrated and the reference sensor 6 installed at the bottom of the simply supported beam model bridge 8 to monitor the deformation of the simply supported beam model bridge 8, the sensor 6 can be installed on the simply supported beam model bridge 8 through the sensor mounting plate 7 At the bottom, the monitoring data of the sensor 6 is collected by the data collection unit.

在一具体实施例中,SBC和RS例如可以均采用STP-DM-ST型激光位移计,Y轴测量范围:-24mm~24mm,X轴测量范围:-15mm~15mm;参照图16所示,每台激光位移计包括激光位移计接收端9和激光位移计发射端10,接收端9安装于桥梁监测点,发射端10安装于参考高程点,通过二者相互配合作用实现对桥梁形变的监测。数据采集单元可以为FAROPTFAR-J-1/01型在线监测数据采集仪。低频随机载荷激励源由LySeiKi ZP140-300H型线性模组产生,控制软件可将输入的随机数序列转化为运动控制参数,发送致USB9030运动控制卡,控制线性模组产生相应的运动。In a specific embodiment, the SBC and the RS can both use the STP-DM-ST laser displacement meter, the Y-axis measurement range: -24mm to 24mm, and the X-axis measurement range: -15mm to 15mm; as shown in FIG. 16 , Each laser displacement meter includes a laser displacement meter receiving end 9 and a laser displacement meter transmitting end 10. The receiving end 9 is installed at the bridge monitoring point, and the transmitting end 10 is installed at the reference elevation point. The monitoring of bridge deformation is realized through the interaction of the two. . The data acquisition unit can be a FAROPTFAR-J-1/01 online monitoring data acquisition instrument. The low-frequency random load excitation source is generated by the LySeiKi ZP140-300H linear module. The control software can convert the input random number sequence into motion control parameters and send it to the USB9030 motion control card to control the linear module to generate corresponding motion.

通过调整程控线性模组给予的激励频率,获取三种不同条件下两组激光位移计的数据序列,对这三组序列分别进行量值匹配,为直观显示匹配效果,本发明实施例在SBC待匹配序列中随机选取12个(12,27,45,58,68,84,101,122,143,166,179,196)采样点进行匹配,观测能否在RS参考序列中准确找到对应的匹配点,结果如图18-图20所示。By adjusting the excitation frequency given by the program-controlled linear module, the data sequences of two sets of laser displacement meters under three different conditions are obtained, and the three sets of sequences are respectively matched in magnitude. Randomly select 12 (12, 27, 45, 58, 68, 84, 101, 122, 143, 166, 179, 196) sampling points in the matching sequence for matching, and observe whether the corresponding matching can be accurately found in the RS reference sequence point, the results are shown in Figure 18-Figure 20.

分别对三组序列做定量分析,传统分析方法一般利用DTW距离来评判匹配效果,DTW距离越小,匹配效果越好。但该方法比较适合于短波匹配的情况(例如语音识别方面单个字母发音的音频序列),针对本发明实施例的实验对象,一方面两组采样序列量值总量较大,通过计算得出的DTW距离都偏高,另一方面DTW算法虽对时间尺度有良好适用性,但对量值尺度敏感,故其受固有惯性的影响会使计算出的DTW距离参考价值下降。考虑到传统DTW度量标准应用于本发明实施例的传感器量值匹配存在上述局限性,本发明实施例引入量值均差(以下简称MVD)的概念,通过计算量值均差对算法匹配效果做出评判。Quantitative analysis is performed on the three groups of sequences respectively. The traditional analysis method generally uses the DTW distance to judge the matching effect. The smaller the DTW distance, the better the matching effect. However, this method is more suitable for short-wave matching (for example, the audio sequence of the pronunciation of a single letter in speech recognition). For the experimental object of the embodiment of the present invention, on the one hand, the total amount of the two groups of sampling sequences is relatively large. The DTW distance is high. On the other hand, although the DTW algorithm has good applicability to the time scale, it is sensitive to the magnitude scale, so it is affected by the inherent inertia, which will reduce the calculated DTW distance reference value. Considering the above-mentioned limitations of the sensor magnitude matching applied to the traditional DTW metric standard in the embodiment of the present invention, the embodiment of the present invention introduces the concept of the mean value difference (hereinafter referred to as MVD), and the algorithm matching effect is made by calculating the mean value difference. judge.

对待匹配序列中任意一点pi,设其在参考序列中对应点为qj,由Euclidean距离公式知待匹配点pi与参考点qj间距离为:For any point pi in the sequence to be matched, let its corresponding point in the reference sequence be q j , the distance between the point pi to be matched and the reference point q j is known from the Euclidean distance formula:

由于匹配在不同频率量值序列间进行,横轴之差为采样频率差,其值不应加入计算,故取为去除传感器固有惯性对评估准确度的影响,在计算中对两序列量值之差进行惯性补偿,由公式(6)(11)有:Since the matching is performed between different frequency value sequences, the difference on the horizontal axis is the sampling frequency difference, and its value should not be added to the calculation, so take In order to remove the influence of the inherent inertia of the sensor on the evaluation accuracy, inertia compensation is performed on the difference between the two sequence values in the calculation, and formulas (6) (11) are as follows:

对上述不同激励状态下的三组量值序列匹配结果进行分析,所得结果如表1所示:The matching results of the three sets of magnitude sequences under different excitation states are analyzed, and the obtained results are shown in Table 1:

表1不同频率激励状态下的匹配结果分析Table 1 Analysis of matching results under different frequency excitation states

由上表1可知,经过节点分段后进行的SBC和RS序列匹配,其相对误差能控制在2%以内。It can be seen from the above Table 1 that the relative error of SBC and RS sequence matching after node segmentation can be controlled within 2%.

为验证基于节点的分段匹配算法(FPS)较传统基于Euclidean度量匹配(EM)的优越性,本发明实施例进行了对比实验,实验结果如图21-图23所示。In order to verify the superiority of the node-based segmentation matching algorithm (FPS) over the traditional Euclidean metric matching (EM), a comparative experiment is carried out in the embodiment of the present invention, and the experimental results are shown in FIGS. 21-23 .

对比图21-图22可以看到,基于节点的分段匹配对传感器采样频率漂移具有良好的适应性,待匹配点与参考点间对应关系基本正确,而基于Euclidean度量的匹配受采样频率和固有惯性的影响,匹配准确度较低,相对误差较大,并且随着采样点逐步增加,该误差还会逐步增大,而基于节点分段匹配的相对误差较低且相对稳定,如图23。事实上,若激励源产生周期性激励时,在两序列值相互超前滞后半个周期的情况下,匹配误差达到峰值。通过对不同激励状态下的三组量值序列进行对比匹配,定量分析不同方法的匹配准确度,实验结果见表2。Comparing Figures 21 and 22, it can be seen that the node-based segmentation matching has good adaptability to the sensor sampling frequency drift, and the corresponding relationship between the point to be matched and the reference point is basically correct, while the matching based on the Euclidean metric is affected by the sampling frequency and inherent Due to the influence of inertia, the matching accuracy is low and the relative error is large, and as the sampling points gradually increase, the error will gradually increase, while the relative error based on node segmentation matching is low and relatively stable, as shown in Figure 23. In fact, if the excitation source generates periodic excitation, the matching error will reach a peak when the two sequence values lead and lag each other by half a cycle. By comparing and matching three sets of value sequences under different excitation states, the matching accuracy of different methods is quantitatively analyzed. The experimental results are shown in Table 2.

表2不同匹配方法下的匹配准确率Table 2 Matching accuracy under different matching methods

对比表2中数据可以发现,基于节点的分段匹配算法相比于传统Euclidean匹配算法的匹配准确率有所提高,受频率及传感器惯性等因素的影响更小。Comparing the data in Table 2, it can be found that the matching accuracy of the node-based segmentation matching algorithm is improved compared with the traditional Euclidean matching algorithm, and it is less affected by factors such as frequency and sensor inertia.

以上结合附图详细描述了本发明的优选实施方式,但是,本发明并不限于上述实施方式中的具体细节,在本发明的技术构思范围内,可以对本发明的技术方案进行多种简单变型,这些简单变型均属于本发明的保护范围。The preferred embodiments of the present invention have been described in detail above with reference to the accompanying drawings. However, the present invention is not limited to the specific details of the above-mentioned embodiments. Within the scope of the technical concept of the present invention, various simple modifications can be made to the technical solutions of the present invention, These simple modifications all belong to the protection scope of the present invention.

另外需要说明的是,在上述具体实施方式中所描述的各个具体技术特征,在不矛盾的情况下,可以通过任何合适的方式进行组合。为了避免不必要的重复,本发明对各种可能的组合方式不再另行说明。In addition, it should be noted that each specific technical feature described in the above-mentioned specific implementation manner may be combined in any suitable manner under the circumstance that there is no contradiction. In order to avoid unnecessary repetition, the present invention will not describe various possible combinations.

此外,本发明的各种不同的实施方式之间也可以进行任意组合,只要其不违背本发明的思想,其同样应当视为本发明所公开的内容。In addition, the various embodiments of the present invention can also be combined arbitrarily, as long as they do not violate the spirit of the present invention, they should also be regarded as the contents disclosed in the present invention.

Claims (10)

1. An online calibration data sequence matching method for a bridge deformation monitoring sensor is characterized by comprising the following steps:
step 1, acquiring measurement value sequences of a sensor to be calibrated and a reference sensor under the same excitation action;
step 2, segmenting the measured value sequences of the sensor to be calibrated and the reference sensor;
step 3, matching the measured values of the sensor to be calibrated and the reference sensor in each subsection interval;
and 4, acquiring the corresponding relation between the measured value sequences of the sensor to be calibrated and the reference sensor under the same excitation action.
2. The on-line calibration data sequence matching method of the bridge deformation monitoring sensor according to claim 1, wherein the measured value sequence of the sensor to be calibrated and the measured value sequence of the reference sensor are both waveform sequences; the step 2 comprises the following steps:
step B1, extracting a target peak point in the measured value sequence of the sensor to be calibrated and a target peak point in the measured value sequence of the reference sensor;
and step B2, segmenting the measured value sequences of the sensor to be calibrated and the reference sensor by taking the target peak point in the measured value sequences of the sensor to be calibrated and the reference sensor as a node respectively.
3. The on-line calibration data sequence matching method for bridge deformation monitoring sensors according to claim 2, wherein the step B1 comprises:
step S1, extracting an initial peak point in the measured value sequence of the sensor to be calibrated and an initial peak point in the measured value sequence of the reference sensor and respectively forming an initial peak point sequence;
step S2, smoothing the initial peak point sequence of the sensor to be calibrated and the initial peak point sequence of the reference sensor by the following equations (1) - (3):
P={p1,p2…pn} (1)
j=(span-1)/2 (3)
wherein, P is an initial peak point sequence of the sensor to be calibrated or the reference sensor; n is the initial peak point sequenceThe number of peak points in; span is a smooth scale; pi'is the ith peak point in the smoothed initial peak point sequence P';
step S3, storing P in sequencei'to form a smoothed initial sequence of peak points P';
step S4, finding the initial peak point P in the original initial peak point sequence P corresponding to each peak point in the smoothed initial peak point sequence PiAnd using the initial peak point PiAs the target peak point.
4. The method for matching the online calibration data sequence of the bridge deformation monitoring sensor according to claim 1, wherein the measurement value sequence of the sensor to be calibrated and the measurement value sequence of the reference sensor are divided into K +1 segments; wherein, the measured value sequence of the sensor to be calibrated and the measured value sequence of the reference sensor are segmented to form segmented sequences respectively { t }0,…,t1},{t1,…,t2}…{tk-1,…,tk},{tk,…,tk+1And { t'0,…,t'1},{t'1,…,t'2}…{t'k-1,…,t'k},{t'k,…,t'k+1}; wherein,
t0a starting measurement point of the measurement value sequence of the sensor to be calibrated;
tk+1a measurement point which is the end of the measurement value sequence of the sensor to be calibrated;
tnthe target peak point in the measured value sequence of the sensor to be calibrated is shown, wherein k is more than or equal to n and more than or equal to 1;
t’0a starting measurement point of a sequence of measurement values for the reference sensor;
t’k+1an end measurement point of the sequence of measurement values for the reference sensor;
t’nthe peak value is a target peak value point in the measured value sequence of the reference sensor, wherein k is more than or equal to n and more than or equal to 1.
5. The on-line calibration data sequence matching method for bridge deformation monitoring sensors according to claim 4, wherein the step 3 comprises: sequentially selecting the measured value p to be matched in the measured value sequence of the sensor to be calibratediAnd according to said measured value p to be matchediPosition information of the position of the measured value p to be matchediSegment interval tr-1,…,tr};
The measured value p to be matched is searched in the measured value sequence of the reference sensor by the following formula (4)iMatched measured values qjIn the position of (a) in the first,
wherein j is a measured value p to be matched in a measured value sequence of the reference sensoriMatched measured values qjThe abscissa of (a);
tr-1|xfor measuring points t in a segmented sequence of sensors to be calibratedr-1The abscissa of (a);
tr|xfor measuring points t in a segmented sequence of sensors to be calibratedrThe abscissa of (a);
t'r-1|xis a measurement point t 'in a segmented sequence of reference sensors'r-1The abscissa of (a);
t'r|xis a measurement point t 'in a segmented sequence of reference sensors'rThe abscissa of (a).
6. The on-line calibration data sequence matching method for bridge deformation monitoring sensors according to claim 5, wherein the step 3 further comprises: output and save piAnd with said piMatched qj
7. The on-line calibration data sequence matching method for bridge deformation monitoring sensors according to claim 1, wherein the step 1 is preceded by: and (3) setting up a calibration platform of the bridge deformation monitoring sensor to simulate the random change of the load borne by the bridge when an actual vehicle passes through the bridge.
8. The method for matching the on-line calibration data sequence of the bridge deformation monitoring sensor according to claim 7, wherein the calibration platform comprises a simply supported beam model bridge for simulating a bridge, an excitation source capable of acting on the simply supported beam model bridge to simulate an actual vehicle passing through the bridge, and a sensor to be calibrated and a reference sensor which are installed at the bottom of the simply supported beam model bridge to monitor the deformation of the simply supported beam model bridge.
9. The on-line calibration data sequence matching method for the bridge deformation monitoring sensor according to claim 8, wherein the excitation source is a linear module.
10. The on-line calibration data sequence matching method for the bridge deformation monitoring sensor according to any one of claims 1 to 9, wherein the sensor to be calibrated and the reference sensor are both laser displacement meters.
CN201910136330.6A 2019-02-25 2019-02-25 On-line calibration data sequence matching method for structural monitoring sensors Active CN109813269B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910136330.6A CN109813269B (en) 2019-02-25 2019-02-25 On-line calibration data sequence matching method for structural monitoring sensors

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910136330.6A CN109813269B (en) 2019-02-25 2019-02-25 On-line calibration data sequence matching method for structural monitoring sensors

Publications (2)

Publication Number Publication Date
CN109813269A true CN109813269A (en) 2019-05-28
CN109813269B CN109813269B (en) 2021-05-18

Family

ID=66607333

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910136330.6A Active CN109813269B (en) 2019-02-25 2019-02-25 On-line calibration data sequence matching method for structural monitoring sensors

Country Status (1)

Country Link
CN (1) CN109813269B (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110632679A (en) * 2019-09-23 2019-12-31 深圳市深创谷技术服务有限公司 Signal calibration method, test device and computer readable storage medium
CN110645934A (en) * 2019-08-16 2020-01-03 交通运输部公路科学研究所 Online calibration method of displacement sensor
CN110672058A (en) * 2019-10-11 2020-01-10 交通运输部公路科学研究所 On-line calibration data sequence matching method and device of sensor for structure monitoring
CN111122775A (en) * 2019-12-10 2020-05-08 北京蛙鸣华清环保科技有限公司 Pollution concentration monitoring equipment-oriented segmentation data calibration method and system
US20240264031A1 (en) * 2021-06-22 2024-08-08 Research Institute Of Highway Ministry Of Transport Passive excitation-based online calibration method for bridge structure strain monitoring system
CN119197448A (en) * 2024-11-29 2024-12-27 中国建筑第六工程局有限公司 Arch rib deformation measuring method, measuring device and system for large-span arch bridge

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06167501A (en) * 1992-07-03 1994-06-14 Boehringer Mannheim Gmbh Analytical measuring method of component concentration in medical sample
CN102857996A (en) * 2011-06-28 2013-01-02 普天信息技术研究院有限公司 Cell search timing synchronization method
CN104007705A (en) * 2014-05-05 2014-08-27 上海交通大学 Prospective interpolation system for compressing and smoothening small segment paths
CN107442901A (en) * 2017-08-24 2017-12-08 湘潭大学 A kind of ADAPTIVE CONTROL of arc sensing formula seam tracking system
CN108375748A (en) * 2018-01-30 2018-08-07 电子科技大学 A kind of gamma correction method based on sinusoidal excitation and DFT transform
CN109211299A (en) * 2018-09-10 2019-01-15 交通运输部公路科学研究所 The on-line calibration method and system of bridge monitoring sensor

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06167501A (en) * 1992-07-03 1994-06-14 Boehringer Mannheim Gmbh Analytical measuring method of component concentration in medical sample
CN102857996A (en) * 2011-06-28 2013-01-02 普天信息技术研究院有限公司 Cell search timing synchronization method
CN104007705A (en) * 2014-05-05 2014-08-27 上海交通大学 Prospective interpolation system for compressing and smoothening small segment paths
CN107442901A (en) * 2017-08-24 2017-12-08 湘潭大学 A kind of ADAPTIVE CONTROL of arc sensing formula seam tracking system
CN108375748A (en) * 2018-01-30 2018-08-07 电子科技大学 A kind of gamma correction method based on sinusoidal excitation and DFT transform
CN109211299A (en) * 2018-09-10 2019-01-15 交通运输部公路科学研究所 The on-line calibration method and system of bridge monitoring sensor

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110645934A (en) * 2019-08-16 2020-01-03 交通运输部公路科学研究所 Online calibration method of displacement sensor
CN110632679A (en) * 2019-09-23 2019-12-31 深圳市深创谷技术服务有限公司 Signal calibration method, test device and computer readable storage medium
CN110672058A (en) * 2019-10-11 2020-01-10 交通运输部公路科学研究所 On-line calibration data sequence matching method and device of sensor for structure monitoring
CN111122775A (en) * 2019-12-10 2020-05-08 北京蛙鸣华清环保科技有限公司 Pollution concentration monitoring equipment-oriented segmentation data calibration method and system
US20240264031A1 (en) * 2021-06-22 2024-08-08 Research Institute Of Highway Ministry Of Transport Passive excitation-based online calibration method for bridge structure strain monitoring system
CN119197448A (en) * 2024-11-29 2024-12-27 中国建筑第六工程局有限公司 Arch rib deformation measuring method, measuring device and system for large-span arch bridge

Also Published As

Publication number Publication date
CN109813269B (en) 2021-05-18

Similar Documents

Publication Publication Date Title
CN109813269B (en) On-line calibration data sequence matching method for structural monitoring sensors
CN109115257B (en) Method, device, equipment and storage medium for correcting sensor characteristic curve
CN118070477B (en) Simulation credibility assessment method for electric propulsion system
CN111122162B (en) Industrial system fault detection method based on Euclidean distance multi-scale fuzzy sample entropy
CN112906782B (en) Track static inspection historical data matching method based on DTW and least square estimation
CN106997047B (en) FM-CW laser ranging method based on F-P etalon
CN110645934A (en) Online calibration method of displacement sensor
CN111623703A (en) Novel Kalman filtering-based Beidou deformation monitoring real-time processing method
KR20180046746A (en) Method and Apparatus for Anomaly Detection
CN110186521B (en) Vortex street moisture over-reading compensation and flow measurement method based on wavelet ridge feature extraction
CN113445992B (en) Method and device for processing movement displacement of oil pumping unit
CN110672058B (en) On-line calibration data sequence matching method and device for structural monitoring sensors
CN112414683B (en) Mean mahalanobis distance-based loose bolt position positioning method and system
CN112736935B (en) A method for online calibration of power system stabilizer model parameters using PSS compensation angle
CN113053475B (en) Signal processing and multi-attribute decision method based on micro-cantilever gas sensitive material analysis
JP4452234B2 (en) Data stream processing method, data stream processing program, storage medium, and data stream processing apparatus
CN110988787B (en) Method for realizing optimal direction finding angle measurement based on cluster analysis in wireless signal direction finding monitoring
CN117168337B (en) OFDR strain edge optimization method and measurement method
US20090138218A1 (en) Correlating power consumption with cpu activity
CN109444622B (en) A method, system and device for automatic fault detection of shaft angle transmission system
Sioros et al. Accurate shape and phase averaging of time series through Dynamic Time Warping
WO2020014354A1 (en) System and method for indexing sound fragments containing speech
CN117824575B (en) A method and device for evaluating blade chord-wise waviness
CN111222231B (en) An automatic identification method of modal parameters based on goodness of fit
CN108549618A (en) Dynamic modulus and damping ratio calculation method and device

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