CN114964219A - A Hybrid EMD Algorithm Based on Parameter Optimization - Google Patents

A Hybrid EMD Algorithm Based on Parameter Optimization Download PDF

Info

Publication number
CN114964219A
CN114964219A CN202210351567.8A CN202210351567A CN114964219A CN 114964219 A CN114964219 A CN 114964219A CN 202210351567 A CN202210351567 A CN 202210351567A CN 114964219 A CN114964219 A CN 114964219A
Authority
CN
China
Prior art keywords
signal
noise
fitting
imf
temperature drift
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.)
Pending
Application number
CN202210351567.8A
Other languages
Chinese (zh)
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.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to CN202210351567.8A priority Critical patent/CN114964219A/en
Publication of CN114964219A publication Critical patent/CN114964219A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C21/00Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
    • G01C21/10Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 by using measurements of speed or acceleration
    • G01C21/12Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 by using measurements of speed or acceleration executed aboard the object being navigated; Dead reckoning
    • G01C21/16Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 by using measurements of speed or acceleration executed aboard the object being navigated; Dead reckoning by integrating acceleration or speed, i.e. inertial navigation
    • G01C21/183Compensation of inertial measurements, e.g. for temperature effects
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C25/00Manufacturing, calibrating, cleaning, or repairing instruments or devices referred to in the other groups of this subclass
    • G01C25/005Manufacturing, calibrating, cleaning, or repairing instruments or devices referred to in the other groups of this subclass initial alignment, calibration or starting-up of inertial devices

Landscapes

  • Engineering & Computer Science (AREA)
  • Radar, Positioning & Navigation (AREA)
  • Remote Sensing (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Automation & Control Theory (AREA)
  • Manufacturing & Machinery (AREA)
  • Gyroscopes (AREA)

Abstract

A hybrid EMD algorithm based on parameter optimization. A gyro temperature drift compensation algorithm based on parameter-containing quadratic triangle B spline and EMD decomposition belongs to the field of digital signal processing. The method is characterized in that an EMD decomposition and mutual information algorithm is adopted to carry out initial denoising on a gyro temperature drift signal, then a quadratic triangle B spline basis function with parameters is adopted to carry out fine denoising and fitting on the signal after the initial denoising, and finally the final parameter value of a quadratic triangle B spline is determined by analyzing the spectrum separation degree between the noise and the fitting signal, so that the final fitting signal is obtained and compensated. Aiming at the defects that the traditional temperature drift fitting does not remove noise and can not adjust the noise removal effect, the invention can remove noise and fit the temperature drift signal more accurately by introducing the quadratic triangle B spline basis function with parameters and combining the algorithms of EMD decomposition, mutual information noise removal, spectrum separation estimation and the like, thereby improving the precision and the effect of gyro temperature compensation.

Description

一种基于参数最优化的混合EMD算法A Hybrid EMD Algorithm Based on Parameter Optimization

技术领域technical field

本发明涉及一种基于B样条、EMD和互信息的陀螺温度漂移补偿算法,属于数字信号处理领域。The invention relates to a gyroscope temperature drift compensation algorithm based on B-spline, EMD and mutual information, and belongs to the field of digital signal processing.

背景技术Background technique

陀螺的温度漂移是影响陀螺使用时的精度和可靠性的重要因素,因此,温度补偿是常见的一种克服温度影响的方法。陀螺温度补偿的方法常见的有支持向量机法、遗传算法、粒子算法、各类回归算法等,通常这些方法是直接对陀螺输出的信号进行补偿,这意味着在计算拟合时,同时把噪声也当做有用信号的一部分进行处理,这势必会引入噪声,不可避免地降低拟合和补偿的精度。The temperature drift of the gyroscope is an important factor affecting the accuracy and reliability of the gyroscope. Therefore, temperature compensation is a common method to overcome the influence of temperature. Common methods of gyro temperature compensation include support vector machine method, genetic algorithm, particle algorithm, various regression algorithms, etc. Usually, these methods directly compensate the signal output by the gyro, which means that when calculating the fitting, the noise is at the same time. It is also processed as part of the useful signal, which will inevitably introduce noise and inevitably reduce the accuracy of fitting and compensation.

EMD是近些年来发展起来的信号处理方法。它是基于信号时间尺度进行分解的,适用于非线性和非稳态信号处理,由于不需要确定基函数和分解层数等主观经验参数设置,某些情况下,比小波变换具有更好的分解效果。同时,EMD不但可以用于信号分解,在信号滤波领域也被越来越多地使用。B 样条是一种曲线、曲面的拟合算法,被广泛应用于CAGD、信号处理等众多领域。在信号拟合,尤其是离散数据拟合领域,B样条曲线凭借简单、连续性和可导性等优点越来越被科研工作者重视。三角样条和三角多项式在理论和实际应用中都有重要的意义。B样条同时也有一定的局限性,对于已知的 B样条,由于其基函数是给定的,导致在曲线拟合、去噪时没有灵活性,得到的结果是唯一的,给实际应用带来了不便。为了解决这个问题,需要引入带参数的样条函数,并以此根据需要来调整曲线的形状和曲率,从而达到更准确地去噪和拟合效果。互信息是信息论里一种实用价值很强的信息度量方法,它被用来衡量一个随机变量中包含的关于另一个随机变量的信息量。工程实用中,通过计算两个变量的互信息值,可以知道两者之间的相关性、含有共同信息的大小。EMD is a signal processing method developed in recent years. It is decomposed based on the signal time scale and is suitable for nonlinear and non-stationary signal processing. Since it does not need to determine the subjective experience parameter settings such as basis functions and decomposition layers, in some cases, it has better decomposition than wavelet transform. Effect. At the same time, EMD can not only be used for signal decomposition, but is also used more and more in the field of signal filtering. B-spline is a curve and surface fitting algorithm, which is widely used in CAGD, signal processing and many other fields. In the field of signal fitting, especially in the field of discrete data fitting, B-spline curves have been paid more and more attention by researchers due to their simplicity, continuity and derivability. Trigonometric splines and trigonometric polynomials are of great significance in both theory and practical applications. B-splines also have certain limitations. For known B-splines, since their basis functions are given, there is no flexibility in curve fitting and denoising, and the obtained results are unique, which is suitable for practical applications. inconvenience. In order to solve this problem, it is necessary to introduce a spline function with parameters, and adjust the shape and curvature of the curve according to the needs, so as to achieve more accurate denoising and fitting effects. Mutual information is a very useful information measurement method in information theory. It is used to measure the amount of information contained in a random variable about another random variable. In engineering practice, by calculating the mutual information value of two variables, the correlation between the two variables and the size of the common information can be known.

发明内容SUMMARY OF THE INVENTION

为了解决上述问题,本发明提供了针对EMD噪声IMF和有用IMF界定去噪、含参数的二次三角B样条的基函数及其所具有的性质、利用上述基函数进行精细去噪和陀螺温度补偿这四个方面进行创新。首先,采用EMD分解和互信息算法对陀螺温度漂移信号f进行初始去噪,初步滤波信号fEM和噪声信号fnoise。然后采用带参数的二次三角B样条基函数(3a)对初始去噪后的信号fEM进行精细去噪和拟合,最后通过分析噪声和拟合信号间的频谱分离程度确定二次三角B样条的最终参数值,得到最后的拟合信号f′EM,最后再利用(4a)进行最终的补偿。该方法首先对陀螺的温度漂移数据进行EMD 分解。再者,对EMD分解后的信号进行互信息计算,可以得到有用信号,达到初始滤波的目的。最后,针对传统拟合不能精细滤波的问题,引入了带参数的二次B样条基函数,在数据拟合的同时去除残余噪声,通过对比最后信号和噪声的频谱分离程度,从而确定二次三角B样条的参数。In order to solve the above problems, the present invention provides denoising for EMD noise IMF and useful IMF, the basis function of quadratic triangular B-spline with parameters and its properties, the use of the above basis function for fine denoising and gyro temperature Compensate for innovation in these four areas. First, use EMD decomposition and mutual information algorithm to initially de-noise the gyro temperature drift signal f, and initially filter the signal f EM and the noise signal f noise . Then use the quadratic triangular B-spline basis function (3a) with parameters to finely denoise and fit the initial denoised signal f EM , and finally determine the quadratic triangular by analyzing the degree of spectral separation between the noise and the fitted signal. The final parameter value of the B-spline is obtained to obtain the final fitting signal f' EM , and finally (4a) is used for final compensation. The method first performs EMD decomposition on the temperature drift data of the gyroscope. Furthermore, by performing mutual information calculation on the signal decomposed by EMD, a useful signal can be obtained to achieve the purpose of initial filtering. Finally, in view of the problem that traditional fitting cannot be finely filtered, a quadratic B-spline basis function with parameters is introduced to remove residual noise while fitting the data. By comparing the spectral separation degree of the final signal and noise, the quadratic Parameters for triangular B-splines.

本发明为解决其技术问题采用如下技术方案:The present invention adopts following technical scheme for solving its technical problem:

1、对于陀螺温度漂移信号f首先运用EMD进行分解,得到各个分解分量:IMF1-IMFN,共N个分量。1. For the gyro temperature drift signal f, first use EMD to decompose to obtain each decomposed component: IMF 1 -IMF N , a total of N components.

2、对上述分解后的IMF按照分解的顺序(分量频率从高到低的顺序) 进行两两求和,得到一组新的信号分量NFi,如下(1)所示。对NFi间进行互信息计算,得到一组互信息值Ii(NFi,NFi+1),如(2)所示,其中H(.)为香农熵算法。对Ii(NFi,NFi+1)求离散微分,如(3)所示,当微分取得最大值时即为噪声、有用信号分界点,若此时最大值为Δi为最大值,则IMFi+2为噪声、有用信号分界,即当k≥i+2时,IMFk为有用信号,如(4)所示,从而得到初步滤波信号fEM和噪声信号fnoise,如(5)所示。2. The above decomposed IMFs are summed in pairs according to the sequence of decomposition (the sequence of component frequencies from high to low) to obtain a new set of signal components NF i , as shown in (1) below. Perform mutual information calculation between NF i to obtain a set of mutual information values I i (NF i ,NF i+1 ), as shown in (2), where H(.) is the Shannon entropy algorithm. Calculate the discrete differential of I i (NF i ,NF i+1 ), as shown in (3), when the differential reaches the maximum value, it is the boundary point of noise and useful signal. If the maximum value is Δ i at this time, it is the maximum value, Then IMF i+2 is the boundary between noise and useful signal, that is, when k ≥ i+2, IMF k is a useful signal, as shown in (4), so as to obtain the preliminary filtered signal f EM and noise signal f noise , such as (5 ) shown.

NFi=IMFi+IMFi+1,i=1,...,N-1 (1)NF i =IMF i +IMF i+1 ,i=1,...,N-1 (1)

Ii(NFi,NFi+1)=H(NFi)+H(NFi+1)-H(NFi,NFi+1) (2)I i (NF i ,NF i+1 )=H(NF i )+H(NF i+1 )-H(NF i ,NF i+1 ) (2)

Δi=Ii+1(NFi+1,NFi+2)-Ii(NFi,NFi+1),i=1,...,N-2 (3)Δ i =I i+1 (NF i+1 ,NF i+2 )-I i (NF i ,NF i+1 ),i=1,...,N-2 (3)

Figure BDA0003580674480000031
Figure BDA0003580674480000031

Figure BDA0003580674480000032
Figure BDA0003580674480000032

3、对上一步里的fEM进行精细滤波。引入一组带参数二次三角B样条函数基,如(6)所示,其中参数b1,b2的取值范围为-1≤b1,b2≤1,且当b1,b2取-1 时,拟合曲线和原信号最接近,去噪效果最小;当b1,b2取1时,拟合曲线和原信号最远离,此时为原信号的中点的直线连线,去噪效果最大。上述参数二次三角B样条函数基需要满足(7)的条件,其中P0(b1,t)和P2(b2,t)在参数b1,b2的取值范围内单调递增;P1(b1,b2,t)则单调递减。与此同时,此基函数还保证了C1连续。取参数b1,b2不同的取值对fEM进行拟合,假设fEM上连续三个点分别为M1、M2、M3,则可得到此段的拟合曲线信号为fEM,如(8)所示。由于EMD分解的模态混叠性,需要对比fEM和fEM的频谱,同时调整参数b1,b2的值,直至两者频谱不再有重叠为止。3. Perform fine filtering on the f EM in the previous step. A set of quadratic triangular B-spline function bases with parameters is introduced, as shown in (6), where the value range of parameters b 1 , b 2 is -1≤b 1 , b 2 ≤1, and when b 1 , When b 2 is -1, the fitting curve is the closest to the original signal, and the denoising effect is the smallest; when b 1 and b 2 are 1, the fitting curve is the farthest from the original signal, which is a straight line at the midpoint of the original signal. Connected, the denoising effect is the greatest. The above-mentioned parametric quadratic triangular B-spline function base needs to meet the conditions of (7), where P 0 (b 1 ,t) and P 2 (b 2 ,t) are monotonic within the value range of parameters b 1 , b 2 increases; P 1 (b 1 , b 2 , t) decreases monotonically. At the same time, this basis function also guarantees C 1 continuity. Take different values of parameters b 1 , b 2 to fit f EM . Assuming that three consecutive points on f EM are M 1 , M 2 and M 3 respectively, the fitting curve signal of this section can be obtained as f E ' M , as shown in (8). Due to the modal aliasing of EMD decomposition, it is necessary to compare the spectra of f EM and f EM , and adjust the values of parameters b 1 and b 2 at the same time until the two spectra no longer overlap.

Figure BDA0003580674480000033
Figure BDA0003580674480000033

Figure BDA0003580674480000041
Figure BDA0003580674480000041

f′EM=M1·P0(b1,t)+M2·P1(b1,b2,t)+M3·P2(b2,t) (8)f' EM = M 1 ·P 0 (b 1 ,t)+M 2 ·P 1 (b 1 ,b 2 ,t)+M 3 ·P 2 (b 2 ,t) (8)

4、对陀螺温度漂移信号进行补偿。对上述得到的精细去噪后的拟合信号f′EM、噪声fnoise进行统一补偿,得到补偿后的信号为fcomp,如(9) 所示。4. Compensate the temperature drift signal of the gyroscope. Perform uniform compensation on the obtained finely denoised fitting signal f′ EM and noise f noise , and obtain the compensated signal as f comp , as shown in (9).

fcomp=f-fnoise-f′EM (9)f comp = ff noise - f' EM (9)

附图说明Description of drawings

图1为EMD判断噪声、有用IMF及初步滤波方法示意图。Fig. 1 is a schematic diagram of EMD judging noise, useful IMF and preliminary filtering method.

图2为含参数二次三角B样条进行精细滤波及拟合方法示意图。FIG. 2 is a schematic diagram of a method for fine filtering and fitting with a quadratic triangular B-spline with parameters.

图3为运用上述方法进行陀螺温度补偿的流程图。FIG. 3 is a flow chart of temperature compensation of the gyro using the above method.

具体实施方式Detailed ways

下面结合附图对本发明创造做进一步详细说明The invention will be described in further detail below in conjunction with the accompanying drawings.

图1为EMD判断噪声、有用IMF及初步滤波示意图,首先对陀螺温漂信号进行EMD分解,得到各个IMF分量。对IMF分量按照高频到低频的顺序进行两两求和,得打一组新的信号分量。对新的信号分量间顺序求取互信息,同时找出微分(即差值)最大的位置,从而确定噪声IMF和有用IMF之间的界限,达到初步滤波的目的。Figure 1 is a schematic diagram of EMD judgment noise, useful IMFs and preliminary filtering. First, the temperature drift signal of the gyro is decomposed by EMD to obtain each IMF component. The IMF components are summed in pairs in the order of high frequency to low frequency, and a new set of signal components is required. The mutual information is obtained sequentially among the new signal components, and the position with the largest differential (ie, difference) is found, so as to determine the boundary between the noise IMF and the useful IMF, and achieve the purpose of preliminary filtering.

图2描述了含参数二次三角B样条进行精细滤波及拟的方法,步骤为首先任意取参数b1,b2的值(比如为中值0),然后求取初步滤波之后的信号的拟合信号。对拟合信号和噪声信号进行频谱分析,若有叠加,增加参数b1,b2的取值,步长根据实际需要进行设定。对新参数下的信号再次进行拟合,重复以上步骤,直至拟合后的信号和噪声信号间的频谱不再有叠加为止。Figure 2 describes the method for fine filtering and fitting of quadratic triangular B-splines with parameters. The steps are to first arbitrarily take the values of parameters b 1 and b 2 (for example, the median value 0), and then obtain the signal after preliminary filtering. the fitted signal. Perform spectrum analysis on the fitted signal and the noise signal. If there is superposition, increase the values of parameters b 1 and b 2 , and set the step size according to actual needs. The signal under the new parameters is fitted again, and the above steps are repeated until the spectrum between the fitted signal and the noise signal is no longer superimposed.

图3为综合运用EMD、含参数B样条和互信息为陀螺温漂补偿的方法,主要思想是分先后顺序使用EMD分解、互信息判断噪声和有用IMF、含参数二次三角B样条精细去噪和拟合,从而达到去噪和拟合的目的,最后对去噪后的拟合信号进行补偿。Figure 3 shows the method of comprehensively using EMD, B-splines with parameters and mutual information to compensate the temperature drift of the gyroscope. The main idea is to use EMD decomposition, mutual information to judge noise and useful IMF, and quadratic triangle B-splines with parameters in order Fine denoising and fitting, so as to achieve the purpose of denoising and fitting, and finally compensate the fitting signal after denoising.

Claims (1)

1. A method for gyro temperature drift signal decomposition, filtering, fitting and compensation, comprising the steps of:
(1) firstly, decomposing a gyro temperature drift signal f by using EMD to obtain each decomposition component: IMF 1 -IMF N And N components.
(2) The IMF after the decomposition is subjected to pairwise summation according to the decomposition sequence (the sequence of the component frequencies from high to low) to obtain a group of new signal components NF i This is as shown in (2a) below. For NF i Mutual information calculation is carried out to obtain a group of mutual information values I i (NF i ,NF i+1 ) As shown in (2b), where H (.) is shannon entropy algorithm. To I i (NF i ,NF i+1 ) The discrete differentiation is made, as shown in (2c), and when the differentiation takes a maximum value, the point is the boundary point between noise and useful signal, and when the maximum value is Δ i At maximum, then IMF i+2 Is a noise and useful signal boundary, i.e. when k ≧ i +2, IMF k For the useful signal, as shown in (2d), to obtain a preliminary filtered signal f EM And a noise signal f noise As shown in (2 e).
NF i =IMF i +IMF i+1 ,i=1,...,N-1 (2a)
I i (NF i ,NF i+1 )=H(NF i )+H(NF i+1 )-H(NF i ,NF i+1 ) (2b)
Δ i =I i+1 (NF i+1 ,NF i+2 )-I i (NF i ,NF i+1 ),i=1,...,N-2 (2c)
Figure FDA0003580674470000011
Figure FDA0003580674470000012
(3) For f in the previous step EM Fine filtering is performed. Introducing a set of B-spline function bases with parameters of quadratic trigonometry, as shown in (3a), wherein the parameter B 1 ,b 2 Has a value range of-1 to b 1 ,b 2 1 or less, and when b is 1 ,b 2 When-1 is taken, the fitting curve is closest to the original signal, and the denoising effect is minimum; when b is 1 ,b 2 And when 1 is taken, the fitted curve is farthest away from the original signal, and is a straight line connecting line of the middle point of the original signal, so that the denoising effect is maximum. The above-described parametric quadratic trigonometric B-spline function basis needs to satisfy the condition of (3B), wherein P 0 (b 1 T) and P 2 (b 2 T) at parameter b 1 ,b 2 Monotonically increases within the value range of (a); p 1 (b 1 ,b 2 And t) is monotonically decreasing. At the same time, the basis function also ensures C 1 And (4) continuous. Taking parameter b 1 ,b 2 Different value pairs f EM Fitting is performed, assuming f EM The upper three continuous points are respectively M 1 、M 2 、M 3 Then the fitted curve signal of this segment can be found to be f' EM As shown in (3 c). Contrast f is required due to modal aliasing of EMD decomposition EM And f' EM While adjusting the parameter b 1 ,b 2 Until there is no more overlap between the two spectra.
Figure FDA0003580674470000021
Figure FDA0003580674470000022
f′ EM =M 1 ·P 0 (b 1 ,t)+M 2 ·P 1 (b 1 ,b 2 ,t)+M 3 ·P 2 (b 2 ,t) (3c)
(4) And compensating the gyro temperature drift signal. Fitting signal f 'obtained after fine denoising' EM (considered as true drift signal), noise f noise Performing unified compensation to obtain a compensated signal f comp As shown in (4 a).
f comp =f-f noise -f′ EM (4a)
In conclusion, the EMD is used as an initial denoising algorithm of the gyro temperature drift signal, so that most of noise can be removed, a quadratic triangle B spline basis function with parameters is introduced, and further fine denoising and fitting can be performed by adjusting the values of the parameters, so that the temperature drift compensation precision of the gyro is improved.
CN202210351567.8A 2022-04-02 2022-04-02 A Hybrid EMD Algorithm Based on Parameter Optimization Pending CN114964219A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210351567.8A CN114964219A (en) 2022-04-02 2022-04-02 A Hybrid EMD Algorithm Based on Parameter Optimization

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210351567.8A CN114964219A (en) 2022-04-02 2022-04-02 A Hybrid EMD Algorithm Based on Parameter Optimization

Publications (1)

Publication Number Publication Date
CN114964219A true CN114964219A (en) 2022-08-30

Family

ID=82977958

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210351567.8A Pending CN114964219A (en) 2022-04-02 2022-04-02 A Hybrid EMD Algorithm Based on Parameter Optimization

Country Status (1)

Country Link
CN (1) CN114964219A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116124180A (en) * 2023-04-04 2023-05-16 中国船舶集团有限公司第七〇七研究所 A Gyro Inertial Navigation Adaptive Alignment Method Based on Multi-level Temperature Prediction
CN117433519A (en) * 2023-12-21 2024-01-23 武汉优米捷光电子制造有限责任公司 High-precision temperature compensation method of MEMS inertial measurement assembly

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104573248A (en) * 2015-01-16 2015-04-29 东南大学 EMD based fiber-optic gyroscope temperature drift multi-scale extreme learning machine training method
CN106022212A (en) * 2016-05-04 2016-10-12 东南大学 Gyroscope temperature drift modeling method
CN107063306A (en) * 2017-04-14 2017-08-18 东南大学 A kind of optical fibre gyro vibration compensation algorithm based on improved EEMD and arrangement entropy
US20180138896A1 (en) * 2016-11-17 2018-05-17 Hwashen Electronics Co., Ltd. Fuzzy entropy based noisy signal processing method and iterative singular spectrum analysis soft threshold de-noising method
CN110680308A (en) * 2019-11-04 2020-01-14 北京理工大学 ECG signal denoising method based on fusion of improved EMD and threshold method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104573248A (en) * 2015-01-16 2015-04-29 东南大学 EMD based fiber-optic gyroscope temperature drift multi-scale extreme learning machine training method
CN106022212A (en) * 2016-05-04 2016-10-12 东南大学 Gyroscope temperature drift modeling method
US20180138896A1 (en) * 2016-11-17 2018-05-17 Hwashen Electronics Co., Ltd. Fuzzy entropy based noisy signal processing method and iterative singular spectrum analysis soft threshold de-noising method
CN107063306A (en) * 2017-04-14 2017-08-18 东南大学 A kind of optical fibre gyro vibration compensation algorithm based on improved EEMD and arrangement entropy
CN110680308A (en) * 2019-11-04 2020-01-14 北京理工大学 ECG signal denoising method based on fusion of improved EMD and threshold method

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116124180A (en) * 2023-04-04 2023-05-16 中国船舶集团有限公司第七〇七研究所 A Gyro Inertial Navigation Adaptive Alignment Method Based on Multi-level Temperature Prediction
CN116124180B (en) * 2023-04-04 2023-06-16 中国船舶集团有限公司第七〇七研究所 Gyro inertial navigation self-adaptive alignment method based on multistage temperature prediction
CN117433519A (en) * 2023-12-21 2024-01-23 武汉优米捷光电子制造有限责任公司 High-precision temperature compensation method of MEMS inertial measurement assembly

Similar Documents

Publication Publication Date Title
CN114964219A (en) A Hybrid EMD Algorithm Based on Parameter Optimization
CN104657955B (en) The displacement field iteration smoothing method of Digital Image Correlation Method based on kernel function
CN106441288A (en) Adaptive wavelet denoising method for accelerometer
CN104036457B (en) Image noise reduction method
CN115797335B (en) Euler movement amplification effect evaluation and optimization method for bridge vibration measurement
CN104700368B (en) The displacement field adaptive smooth method of Digital Image Correlation Method based on kernel function
CN101806593A (en) Road geometry measuring method based on accelerometers
Liu et al. Gaussian process machine learning-based surface extrapolation method for improvement of the edge effect in surface filtering
CN105509771B (en) A kind of signal de-noising method of motor oil metallic particles on-line monitoring
Roonizi et al. Improved smoothness priors using bilinear transform
Zhang et al. The spline filter: A regularization approach for the Gaussian filter
JP2017091231A (en) Image processing device, image processing method, and image processing program
CN105243647A (en) Linear spatial filtering-based image enhancement method
CN119293493A (en) Decomposition method of time-varying structural vibration signals based on empirical multiple simultaneous extraction
CN109460614B (en) Signal time-frequency decomposition method based on instantaneous bandwidth
CN113375938A (en) Fault diagnosis method for hydraulic axial plunger pump bearing
CN100574371C (en) A kind of smoothing method of digital image limit
Numada et al. High-order spline filter and ideal low-pass filter at the limit of its order
CN110909635A (en) Waveform similarity analysis method of nonlinear element model
CN111289106B (en) A spectral noise reduction method based on digital filtering
CN116187066A (en) A Layered Superposition Reconstruction Modeling Method Applicable to Grinding and Shot Peening Surfaces
CN103559691A (en) Directional partial differential equation filtering method used for electronic speckle interference fringe pattern
CN115526200A (en) Low coherence interference signal denoising method and system based on attention mechanism
Ciulla et al. Intensity-curvature functional based digital high pass filter of the bivariate cubic B-spline model polynomial function
You et al. Magnetic Field Downward Continuation Iterative Method Based on Low-pass Filter

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