CN101826856A - Particle filtering method based on spherical simplex unscented Kalman filter - Google Patents

Particle filtering method based on spherical simplex unscented Kalman filter Download PDF

Info

Publication number
CN101826856A
CN101826856A CN201010121599A CN201010121599A CN101826856A CN 101826856 A CN101826856 A CN 101826856A CN 201010121599 A CN201010121599 A CN 201010121599A CN 201010121599 A CN201010121599 A CN 201010121599A CN 101826856 A CN101826856 A CN 101826856A
Authority
CN
China
Prior art keywords
particle
sigma
unscented
chi
sampling
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
CN201010121599A
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.)
Harbin Engineering University
Original Assignee
Harbin Engineering University
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 Harbin Engineering University filed Critical Harbin Engineering University
Priority to CN201010121599A priority Critical patent/CN101826856A/en
Publication of CN101826856A publication Critical patent/CN101826856A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Complex Calculations (AREA)

Abstract

The invention provides a particle filtering method based on spherical simplex unscented Kalman filter. The particle filtering method comprises the steps of: initializing a particle and a weight value thereof; generating a particle through importance sampling; updating and normalizing the particle weight value; sampling again; outputting a result; and entering a next time step. The invention mainly improves an importance sampling step and obtains importance probability density by adopting a SSUKF (Spherical Simplex Unscented Kalman Filter) algorithm based on SSUT (Spherical Simplex Unscented Transformation). Compared with PF (Particle Filter), EKPF (Extended Kalman Particle Filter) and standard unscented particle filter, SSUPF (Spherical Simplex Unscented Particle Filter) can acquire the precision equivalent to UPF (Unscented Particle Filter). On the other hand, because the SSUT adopts sampling points, i.e. sigma points, which are distributed in a spherical way, the quantity of the sampling points is far less than the UT (Unscented Transformation), and the advantage on the aspect of computing efficiency is gradually obvious in a high dimensional system.

Description

Particle filter method based on spherical simplex unscented Kalman filter
Technical field
The invention belongs to signal processing, artificial intelligence, target following and computer vision field, specifically a kind of particle filter method.
Background technology
Non-linear filtering method all is widely used at numerous areas such as navigational guidance, location, signal processing, finance, artificial intelligence.EKF (EKF) is a kind of method that proposes early, and this method has higher computational efficiency, but filtering accuracy is limited, and the model that is suitable for is also restricted.Along with development of computer, Unscented kalman filtering (UKF) and particle filter become the focus of research gradually.Compare with EKF, UKF need not carry out linearisation with model, directly uses nonlinear model, and the error of having avoided local linearization to introduce is avoided occurring dispersing in strongly non-linear system.But EKF and UKF are based on Gauss's hypothesis, so inapplicable a lot of non-Gauss model in engineering is used.A kind of effective ways that remedy above-mentioned deficiency are the particle filters (PF) based on the Monte Carlo simulation method of imparametrization.The core of PF method is to utilize some random samples (particle) to represent the posterior probability density of system's stochastic variable, can obtain the near-optimization numerical solution based on physical model, rather than the pairing approximation model carries out optimal filter.
The modal problem of particle filter is the particle degradation phenomena, promptly through iteration several times, except that a particle, all particles all only have small weights, this means that a large amount of evaluation works all is used to upgrade those estimations to posterior probability density and does not almost have on the particle of influence.Select suitable significance distribution, can reduce of the influence of particle degradation phenomena to a certain extent arithmetic accuracy.Unscented kalman filtering (UPF) method is that to produce the importance probability density by UKF be a kind of suggestion distribution production method comparatively commonly used at present, and this method has been introduced the new measured value of current time, thereby can obtain high estimation accuracy.But because the amount of calculation of UKF depends on the sampled point number in the no mark conversion (UT) to a great extent, therefore for the higher-dimension system, the amount of calculation of UPF can become huge along with the increase of sampled point.
Summary of the invention
The object of the present invention is to provide and a kind ofly can guarantee to reduce the particle filter method based on spherical simplex unscented particle filter of amount of calculation significantly under the prerequisite of filtering performance.
The state-space model of supposing nonlinear dynamic system is:
x k=F(x k-1,v k-1)
y k=H(x k,u k)
X wherein kThe k of expression system is residing state constantly, y kExpression k measured value constantly.Function F () and H () are the state transitions of system and measure model, v kAnd u kBe respectively system noise and measurement noise.
The object of the present invention is achieved like this:
The first step, initialization particle and weights thereof;
In second step, produce particle by importance sampling;
The 3rd step, more new particle weights and it is carried out normalization;
The 4th step, sampling step again;
The 5th step, the output result;
In the 6th step, enter next time step;
Described method by importance sampling generation particle is:
(1) do not have mark conversion (SSUT) by the hypersphere simple form and obtain sampled point (sigma point):
Select the weight w of correspondence at zero point 0, satisfy: 0≤w 0≤ 1
Determine the weight w that other point is corresponding i: w i=(1-w 0The i=1 of)/(n+1) ..., n+1
Introduce a sequence vector and construct the hypersphere sampled point
The initialization vector sequence:
Figure GSA00000055154300021
Figure GSA00000055154300022
Figure GSA00000055154300023
The spread vector sequence, j=2 ..., n:
e i j = e 0 j - 1 0 i = 0 e i j - 1 - 1 / j ( j + 1 ) w j i = 1 , . . . , j 0 j - 1 j / j ( j + 1 ) w j i = j + 1
In the formula, n is the state vector dimension, e i jI sampled point of expression j n-dimensional random variable n; 0 jExpression j dimension null vector; Obtain n+2 the sampled point e of y by step i n, i=1 ..., n+1; For average be
Figure GSA00000055154300031
Mean square deviation is P XxThe hypersphere profile samples dot matrix of n n-dimensional random variable n x obtain by following formula:
χ i n = x ^ + P xx e i n i=0,...,n+1;
(2) time upgrades:
Transmit the sigma point according to system's nonlinear equation:
x i,k|k-1=F(x i,k-1,u k-1,k-1) i=0,...,n+1
y i,k|k-1=H(x i,k|k-1,k) i=0,...,n+1
Calculate premeasuring:
x ^ k | k - 1 = Σ i = 0 n + 1 W i χ i , k | k - 1
y ^ k | k - 1 = Σ i = 0 n + 1 W i y i , k | k - 1 ;
P k | k - 1 = Σ i = 0 n + 1 W i ( χ i , k | k - 1 - x ^ k | k - 1 ) ( χ i , k | k - 1 - x ^ k | k - 1 ) T + P ω
(3) measure renewal: the measured value y that obtains current time kAfter, further quantity of state is upgraded
x ^ k = x ^ k | k - 1 + K k ( y k - y ^ k | k - 1 )
Wherein,
Figure GSA00000055154300037
Be kalman gain
P y ~ k = Σ i = 0 n + 1 W i ( y i , k | k - 1 - y ^ k | k - 1 ) ( y i , k | k - 1 - y ^ k | k - 1 ) T + P v
P x k y k = Σ i = 0 n + 1 W i ( χ i , k | k - 1 - x ^ k | k - 1 ) ( y i , k | k - 1 - y ^ k | k - 1 ) T K k = P x k y k P y ~ k - 1
P k = P k | k - 1 - K k P y ~ k K k T ;
Wherein, x expands dimension by state variable and forms, by system mode, system noise v k, observation noise u kForm.The sigma dot matrix of x for being obtained by x, dimension is identical with x.x K-1Expression k-1 sigma dot matrix constantly.W iThe weights of expression sigma point vector.
(4) to each sampled point x K-1 i, use the average that spherical simplex unscented particle filter (SSUKF) obtains the particle collection
Figure GSA000000551543000311
With variance P k i
(5) the suggestion distribution N that obtains from SSUKF (
Figure GSA00000055154300041
P k i) N particle of middle generation.
In the step of particle filter, of paramount importance is importance sampling and sampling step again.At present common way is that to choose importance density be prior probability, advantage is to be easy to realize and avoided complicated integral operation, but owing to do not use up-to-date measuring value, have only the particle of only a few to have bigger weights, cause the performance of filter variation making.Utilize EKF and UKF to produce the precision that significance distribution can improve PF to a certain extent, but under many circumstances, owing to can cause very big model error after strong non-linear of dynamical system, first-order linearization, thereby the EKF estimated performance is descended rapidly even cause filtering divergence.And the UKF that changes based on UT goes for this situation, and it does not need non linear system equation and measurement equation approximately linearization.Therefore the filtering performance of UPF is better than EKPF, but amount of calculation is much higher than EKPF, and this makes the rapidity of algorithm be subjected to influence.
The present invention improves the importance sampling step, adopts and obtains the importance probability density based on the SSUKF algorithm of SSUT conversion.Than the UPF of PF, EKPF and standard, SSUPF can obtain the precision suitable with UPF.On the other hand, because the sigma point sampling that the SSUT conversion adopts hypersphere to distribute, sampled point quantity is less than the UT conversion greatly, and is so amount of calculation also is significantly smaller than UPF, obvious all the more in the higher-dimension system in the advantage aspect the computational efficiency.The present invention proposes a kind of particle filter method based on SSUT (SphericalSimplex Unscented Transformation), promptly replace the sampling that is symmetrically distributed with the hypersphere profile samples, reduced the sigma number of spots, under the prerequisite that guarantees filtering performance, reduced the amount of calculation of algorithm significantly.
The present invention has the following advantages:
The first, owing in SSUKF, introduced the new observed quantity of current time, thus on precision, be better than PF and EKPF method, suitable with UPF.
The second, the sigma number of spots of UKF is 2n+1, and the sigma number of spots of the SSUKF method of the present invention's utilization is n+2, and therefore for high order system, the amount of calculation of this method is less than the UPF algorithm greatly.
Description of drawings
Fig. 1 is the particle filter method flow chart based on SSUKF;
Fig. 2 is the SSUKF algorithm flow chart;
The state estimation (N=100) that Fig. 3 is PF, EKPF and SSUPF in independent experiment;
The state estimation (N=100) that Fig. 4 is PF, EKPF and UPF in independent experiment;
The state estimation (N=200) that Fig. 5 is PF, EKPF and SSUPF in independent experiment;
The state estimation (N=200) that Fig. 6 is PF, EKPF and UPF in independent experiment.
Embodiment
For example the present invention is done description in more detail below in conjunction with accompanying drawing:
The first step, initial time is by initial distribution p (x 0) in obtain one group of primary, and its initial average and variance is set.
In second step, use more new particle of SSUKF:
(1) obtain the sigma point by the SSUT conversion:
Select the weight w of correspondence at zero point 0, satisfy: 0≤w 0≤ 1
Determine weight w i: w i=(1-w 0The i=1 of)/(n+1) ..., n+1
The initialization vector sequence:
Figure GSA00000055154300051
Figure GSA00000055154300052
The spread vector sequence (j=2 ..., n):
e i j = e 0 j - 1 0 i = 0 e i j - 1 - 1 / j ( j + 1 ) w j i = 1 , . . . , j 0 j - 1 j / j ( j + 1 ) w j i = j + 1
In the formula, e i jI sampled point of expression j n-dimensional random variable n; 0 jExpression j dimension null vector.Obtain n+2 the sampled point e of y by above-mentioned algorithm i n, i=1 ..., n+1.For average be Mean square deviation is P XxThe hypersphere profile samples point of n n-dimensional random variable n x can obtain by following formula:
χ i n = x ^ + P xx e i n i=0,...,n+1
(2) time upgrades:
x i,k|k+1=F(x i,k-1,u k-1,k-1) i=0,...,n+1
x ^ k | k - 1 = Σ i = 0 n + 1 W i χ i , k | k - 1
P k | k - 1 = Σ i = 0 n + 1 W i ( χ i , k | k - 1 - x ^ k | k - 1 ) ( χ i , k | k - 1 - x ^ k | k - 1 ) T + P ω
y i,k|k-1=H(x i,k|k-1,k) i=0,...,n+1
y ^ k | k - 1 = Σ i = 0 n + 1 W i y i , k | k - 1
(3) measure renewal
P y ~ k = Σ i = 0 n + 1 W i ( y i , k | k - 1 - y ^ k | k - 1 ) ( y i , k | k - 1 - y ^ k | k - 1 ) T + P v
P x k y k = Σ i = 0 n + 1 W i ( χ i , k | k - 1 - x ^ k | k - 1 ) ( y i , k | k - 1 - y ^ k | k - 1 ) T K k = P x k y k P y ~ k - 1
x ^ k = x ^ k | k - 1 + K k ( y k - y ^ k | k - 1 )
P k = P k | k - 1 - K k P y ~ k K k T
(4) to each sampled point x K-1 i, use the average that SSUKF obtains the particle collection
Figure GSA00000055154300067
With variance P k i
(5) from SSUKF as a result N (
Figure GSA00000055154300068
P k i) N particle of middle generation
The 3rd step, right value update
w k i = w k - 1 i p ( y k | x k i ) p ( x k i | x k - 1 i ) π ( x k i | x k - 1 i , y 1 : k )
Importance probability density function in the following formula
Figure GSA000000551543000610
Introduce up-to-date measured value, therefore improved the performance of filter.
In the 4th step, obtain normalized weights
Figure GSA000000551543000611
The 5th step, sampling again
Definition threshold value N EffWeigh effective number of particles
As effective population N Eff<N Thr, promptly to
Figure GSA000000551543000612
I=1 ..., the N} resampling produces new set { x k i, i=1 ..., N}, the weights that reset particle are:
In the 6th step, state upgrades:
Figure GSA000000551543000614
So far, the computing of a time step of algorithm finishes, and the computing that enters next time step changes the operation of second step over to.
Embodiment one
Nonlinear model below utilizing verifies that to filtering performance its state equation and observational equation are as follows:
x k = 1 + sin ( ( 4 e - 2 ) π ( k - 1 ) ) + 0.5 x k - 1 + v k - 1 y k = 0.2 x k 2 + n k k ≤ 30 0.5 x k - 2 + n k k > 30
Process noise v wherein tObey Gamma distribution Gamma (3,2), measurement noise n kGaussian distributed N (0,10 -5).Being estimated as of system mode The mean square error of an independent experiment is: Var = [ 1 T Σ k = 1 T ( x ^ k - x k ) 2 ] 1 / 2 .
In experiment, adopt PF respectively, the SSUPF algorithm that EKPF and UPF and this paper propose compares.The population N that adopts is respectively 100 and 200, and the measurement time is T=60, carries out 100 independently experiments, and the UT transformation parameter of UPF is α=1, β=0, κ=2.
It is 100 o'clock that Fig. 3 has provided population, PF, EKPF and the SSUPF state estimation result in independent experiment.It is 100 o'clock that Fig. 4 has provided population, PF, EKPF and the UPF state estimation result in independent experiment.It is 200 o'clock that Fig. 5 has provided population, PF, EKPF and the SSUPF state estimation result in independent experiment.It is 200 o'clock that Fig. 6 has provided population, PF, EKPF and the UPF state estimation result in independent experiment.From above figure as can be seen, for non-linear, non-Gauss's problem, the state estimation that the PF algorithm obtains constantly can the substantial deviation actual value in part, the state estimation that EKPF, SSUPF and UPF algorithm the obtain time of day that can coincide preferably, and then the precision of two kinds of UPF algorithms is better than EKPF again.
Compare by the performance of above-mentioned model the present invention and PF, EKPF and three kinds of particle filter methods of UPF.Main correction data is through the root-mean-square error (RMSE) of four kinds of particle filter algorithms of 100 operations, effective population and average calculating operation time.Can obtain by the comparison to these performance index, in four kinds of filtering algorithms, EKPF, UPF and SSUPF will be significantly better than PF for the adaptability of nonlinear problem, and the precision and the UKF of the SSUPF algorithm that this paper proposes are suitable, comparatively significantly are better than EKPF.But owing to improvement, increased the amount of calculation of algorithm, relative conventional P F algorithm operation time of above-mentioned three kinds of algorithms is obviously increased in the importance sampling link.The sigma number of spots of SSUT conversion is less than symmetrical distribution UT conversion, so the operation efficiency of this paper algorithm is better than UPF, is less than UPF average calculating operation time.Aspect effective population, the effective sample of two kinds of UPF algorithms is more than EKPF and PF, this shows that two kinds of UPF algorithms are suppressing to be better than other algorithms on the particle degradation phenomena, and non-linear and noise that can more efficiently answering system model is factors such as non-Gaussian Profile.In addition, be that two kinds of experimental results of 100 and 200 can obtain by the longitudinal comparison population, the precision of various filtering algorithms can improve along with the increase of population, but also can increase operation time simultaneously thereupon.This explanation is used the particle of larger amt for the not high occasion of rapidity requirement, can obtain higher filtering accuracy.The SSUPF algorithm that the present invention proposes can obtain the filtering accuracy of UPF with the operation efficiency that is equivalent to EKPF.

Claims (1)

1. the particle filter method based on spherical simplex unscented particle filter comprises the steps:
The first step, initialization particle and weights thereof;
In second step, produce particle by importance sampling;
The 3rd step, more new particle weights and it is carried out normalization;
The 4th step, sampling step again;
The 5th step, the output result;
In the 6th step, enter next time step;
It is characterized in that described method by importance sampling generation particle is:
(1) obtain the sigma point by the SSUT conversion:
Select the weight w of correspondence at zero point 0, satisfy: 0≤w 0≤ 1
Determine the weight w of other sampled point correspondence i: w i=(1-w 0The i=1 of)/(n+1) ..., n+1 initialization vector sequence: e 0 1 = [ 0 ] , e 1 1 = [ - 1 / 2 w 1 ] , e 2 1 = [ 1 / 2 w 1 ]
The spread vector sequence, j=2 ..., n:
e i j = e 0 j - 1 0 i = 0 e i j - 1 - 1 / j ( j + 1 ) w j i = 1 , . . . , j 0 j - 1 j / j ( j + 1 ) w j i = j + 1
In the formula, n is the state vector dimension, e i jI sampled point of expression j n-dimensional random variable n; 0 jExpression j dimension null vector;
Obtain n+2 the sampled point e of y by step i n, i=1 ..., n+1; For average be
Figure FSA00000055154200015
, mean square deviation is P XxThe hypersphere profile samples point of n n-dimensional random variable n x obtain by following formula:
χ i n = x ^ + P xx e i n i=0,...,n+1;
(2) time upgrades:
χ i,k|k+1=F(χ i,k-1,u k-1,k-1) i=0,...,n+1
x ^ k | k - 1 = Σ i = 0 n + 1 W i χ i , k | k - 1
P k | k - 1 = Σ i = 0 n + 1 W i ( χ i , k | k - 1 - x ^ k | k - 1 ) ( χ i , k | k - 1 - x ^ k | k - 1 ) T + P ω
y i,k|k-1=H(χ i,k|k-1,k) i=0,...,n+1
y ^ k | k - 1 = Σ i = 0 n + 1 W i y i , k | k - 1 ;
(3) measure renewal
P y ~ k = Σ i = 0 n + 1 W i ( y i , k | k - 1 - y ^ k | k - 1 ) ( y i , k | k - 1 - y ^ k | k - 1 ) T + P v
P x k y k = Σ i = 0 n + 1 W i ( χ i , k | k - 1 - x ^ k | k - 1 ) ( y i , k | k - 1 - y ^ k | k - 1 ) T K k = P x k y k P y ~ k - 1
x ^ k = x ^ k | k - 1 + K k ( y k - y ^ k | k - 1 )
P k = P k | k - 1 - K k P y ~ k K k T ;
(4) to each sampled point x K-1 i, use the average that ssuKF obtains the particle collection
Figure FSA00000055154200028
With variance P k i
(5) from SSUKF result
Figure FSA00000055154200029
N particle of middle generation.
CN201010121599A 2010-03-11 2010-03-11 Particle filtering method based on spherical simplex unscented Kalman filter Pending CN101826856A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201010121599A CN101826856A (en) 2010-03-11 2010-03-11 Particle filtering method based on spherical simplex unscented Kalman filter

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201010121599A CN101826856A (en) 2010-03-11 2010-03-11 Particle filtering method based on spherical simplex unscented Kalman filter

Publications (1)

Publication Number Publication Date
CN101826856A true CN101826856A (en) 2010-09-08

Family

ID=42690598

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201010121599A Pending CN101826856A (en) 2010-03-11 2010-03-11 Particle filtering method based on spherical simplex unscented Kalman filter

Country Status (1)

Country Link
CN (1) CN101826856A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103684350A (en) * 2013-12-04 2014-03-26 北京理工大学 Particle filter method
CN108038330A (en) * 2017-12-26 2018-05-15 重庆科技学院 Aluminium electroloysis work consumption model building method based on SUKFNN algorithms
CN108804720A (en) * 2017-04-26 2018-11-13 重庆科技学院 It is a kind of based on improve the Fault Diagnoses of Oil Pump method without mark Kalman filter and RBF neural
CN113452349A (en) * 2021-06-28 2021-09-28 中山大学 Kalman filtering method based on Bayes sequential importance integral

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103684350A (en) * 2013-12-04 2014-03-26 北京理工大学 Particle filter method
CN103684350B (en) * 2013-12-04 2016-07-13 北京理工大学 A kind of particle filter method
CN108804720A (en) * 2017-04-26 2018-11-13 重庆科技学院 It is a kind of based on improve the Fault Diagnoses of Oil Pump method without mark Kalman filter and RBF neural
CN108804720B (en) * 2017-04-26 2021-09-14 重庆科技学院 Oil pumping machine fault diagnosis method based on improved traceless Kalman filtering and RBF neural network
CN108038330A (en) * 2017-12-26 2018-05-15 重庆科技学院 Aluminium electroloysis work consumption model building method based on SUKFNN algorithms
CN108038330B (en) * 2017-12-26 2022-02-08 重庆科技学院 Aluminum electrolysis power consumption model construction method based on SUKFNN algorithm
CN113452349A (en) * 2021-06-28 2021-09-28 中山大学 Kalman filtering method based on Bayes sequential importance integral
CN113452349B (en) * 2021-06-28 2022-09-02 中山大学 Kalman filtering method based on Bayes sequential importance integral

Similar Documents

Publication Publication Date Title
CN101819682A (en) Target tracking method based on Markov chain Monte-Carlo particle filtering
GB2547816B (en) Actually-measured marine environment data assimilation method based on sequence recursive filtering three-dimensional variation
CN105205313B (en) Fuzzy Gaussian sum particle filtering method and device and target tracking method and device
Ma et al. Ultra-short-term wind generation forecast based on multivariate empirical dynamic modeling
Slivinski et al. A hybrid particle–ensemble Kalman filter for Lagrangian data assimilation
CN103955892B (en) Unscented kalman filtering method, device are blocked in a kind of method for tracking target and expansion
Wang et al. A feasible implementation procedure for interval analysis method from measurement data
CN105718634B (en) A kind of aerofoil profile Robust Optimal Design based on non-probability interval analysis model
Cheng et al. Multi-level multi-fidelity sparse polynomial chaos expansion based on Gaussian process regression
CN102968529B (en) Method for quantifying computed result non-determinacy interval of water supply pipe network model
CN102082560A (en) Ensemble kalman filter-based particle filtering method
CN102737155A (en) Bayesian fitering-based general data assimilation method
Fan et al. Development of integrated approaches for hydrological data assimilation through combination of ensemble Kalman filter and particle filter methods
CN102930171B (en) Nonlinear filtering method based on polytope differential inclusion
CN104376581A (en) Gaussian mixture unscented particle filter algorithm employing adaptive resampling
CN110442911B (en) High-dimensional complex system uncertainty analysis method based on statistical machine learning
CN103675629A (en) Electrode critical coronal voltage predicting method on basis of characteristic quantities of electric fields
Zhu et al. Robust particle filter for state estimation using measurements with different types of gross errors
CN101826856A (en) Particle filtering method based on spherical simplex unscented Kalman filter
CN103885867B (en) Online evaluation method of performance of analog circuit
CN104899448A (en) Adaptive compensation method for static localization scheme of ensemble Kalman filter
CN110162895A (en) A kind of two stage high energy efficiency ship form optimization design method
CN115455793A (en) High-rise structure complex component stress analysis method based on multi-scale model correction
Javadi et al. An algorithm for practical power curve estimation of wind turbines
Mandur et al. A polynomial-chaos based algorithm for robust optimization in the presence of bayesian uncertainty

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C12 Rejection of a patent application after its publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20100908