CN104993765A - Method for estimating rotating speed of brushless direct current motor - Google Patents

Method for estimating rotating speed of brushless direct current motor Download PDF

Info

Publication number
CN104993765A
CN104993765A CN201510469527.3A CN201510469527A CN104993765A CN 104993765 A CN104993765 A CN 104993765A CN 201510469527 A CN201510469527 A CN 201510469527A CN 104993765 A CN104993765 A CN 104993765A
Authority
CN
China
Prior art keywords
particle
ant
algorithm
value
motor
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
CN201510469527.3A
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.)
Chongqing University
Original Assignee
Chongqing 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 Chongqing University filed Critical Chongqing University
Priority to CN201510469527.3A priority Critical patent/CN104993765A/en
Publication of CN104993765A publication Critical patent/CN104993765A/en
Pending legal-status Critical Current

Links

Landscapes

  • Feedback Control In General (AREA)

Abstract

The invention discloses a method for estimating the rotating speed of a brushless direct current motor. In allusion to a problem that a Kalman filter system noise matrix and a measurement noise matrix are difficult to be acquired in estimation of a Kalman filter for the rotating speed of the brushless direct current motor, the invention provides a method in which the system noise matrix and the measurement noise matrix are optimized at first by using an ant colony algorithm and a particle swarm algorithm, and then estimation for the rotating speed is carried out by using an extended Kalman filter. The algorithm integrates advantages of the ant colony algorithm and the particle swarm algorithm, and the particle swarm algorithm is introduced into the ant colony algorithm in allusion to defects that a prematurity phenomenon easily occurs in the ant colony algorithm and that the particle swarm algorithm is poor in local searching ability in a later period, thereby enabling ant colony algorithm to have characteristics of the particle swarm algorithm. The optimized Kalman filter is applied to estimation of the rotating speed of the brushless direct current motor, thereby being capable of improving the precision in estimation for the rotating speed of the brushless direct current motor.

Description

A kind of method for estimating rotating speed of brshless DC motor
Technical field
The invention belongs to motor control method field, relate to a kind of brshless DC motor method for estimating rotating speed.
Background technology
Motor speed detects mainly through physical sensors and software algorithm two kinds of methods obtain.Utilize physical sensors detection can increase fault point and physics cost, and carry out Speed Identification by software algorithm, the deficiencies such as fault is many, volume is large, difficult in maintenance can be overcome in hardware approach.Therefore the research of the virtual speed probe utilizing software algorithm to test the speed is become to the important research direction of modern transmission control technology, Kalman filter is considered to the important method that virtual speed probe medium speed is estimated.
Using extended Kalman filter to carry out one of subject matter of speed estimate existence is exactly choosing of noise matrix, the precision of speed estimate and the degree of convergence depend on the priori knowledge of user to noise to a great extent, so can improve the precision of speed estimate for the accurate planning of system noise matrix and measurement noises matrix.Utilize particle cluster algorithm to be optimized noise matrix, although can improve the precision of speed estimate result, particle cluster algorithm is poor in the local search ability in later stage, and feedback information utilizes insufficient.So, ant group algorithm is combined with particle cluster algorithm, a kind of integration algorithm is proposed, utilize quick, the global convergence of particle cluster algorithm and the pheromones positive feedback mechanism of ant group algorithm, reach mutual supplement with each other's advantages, noise matrix is optimized, thus improves precision and the overall performance of extended Kalman filter, make the estimated value of the extended Kalman filter after optimization to brshless DC motor rotating speed more accurate.
Summary of the invention
Goal of the invention: compared to physical sensors, utilizes virtual speed probe to test the speed can effectively reduce costs motor, improves reliability.In addition, carry out in the process of speed estimate at employing extended Kalman filter, initial priori value can not represent noise during real work, after utilizing particle cluster algorithm and ant group algorithm to be optimized system noise matrix and calculation matrix, effectively can improve the precision of speed estimate value and the overall performance of Kalman filter.
Technical scheme: when carrying out brshless DC motor speed estimate with extended Kalman filter, first utilize particle cluster algorithm and ant group algorithm to be optimized system noise matrix and measurement noises matrix, the correction value obtained carries out speed estimate as the input parameter of extended Kalman filter.The method for estimating rotating speed of brshless DC motor of the present invention mainly comprises the following steps:
Step 1: be based upon the square wave brshless DC motor model under static abc coordinate system, winding is wye connection.By threephase stator phase current i a, i b, i cwith rotor speed ω and rotor position as state variable, the Mathematical Modeling (1) of structure motor:
di a d t = 1 L a [ u a b - u a c 3 - R a i a - e a ] di b d t = 1 L b [ u b c - u a b 3 - R b i b - e b ] di c d t = 1 L c [ u c a - u b c 3 - R c i c - e c ] d ω d t = Pk e J ( T e - T L ) d θ d t = ω - - - ( 1 )
U in formula ab, u bc, u cabe respectively the threephase stator line voltage of brshless DC motor; R a, R b, R cfor threephase stator resistance, and R a=R b=R c=R; L a, L b, L cfor threephase stator equivalent inductance, and L i=L is-L im, i=a, b, c, wherein L isand L imbe respectively the self-induction and mutual inductance that represent i phase stator winding, L simultaneously is=L s, L im=L mif, L=L s-L m, then threephase stator equivalent inductance has L a=L b=L c=L; P is number of pole-pairs; J is rotor inertia matrix, k cfor back EMF coefficient; e a, e b, e cbeing each phase back-emf, is the trapezoidal wave with 120 ° of electrical degree platforms, and differs 120 ° of electrical degrees successively.Because electromagnetic torque T e=(e ai a+ e bi b+ e ci c)/ω, so formula (1) can be written as:
x · = f ( x ( t ) , u ( t ) , t ) - - - ( 2 )
Wherein, x (t)=[i ai bi cω θ] t; Formula (2) discretization is obtained:
x k+1=F k(x k)x k+G ku k(3)
So motor Random Discrete model is:
x k + 1 = F k ( x k ) x k + G k u k + w k y k = Hx k + v k - - - ( 4 )
Wherein: x k = [ i a , i b , i c , ω , θ ] k T , u k = [ u ab , u bc , u ca ] k T , y k = [ i a , i b , i c ] k T ,
F k ( x k ) = 1 - R T L 0 0 k e T ( a 11 + a 12 θ ) L 0 0 1 - R T L 0 k e T ( a 21 + a 22 θ ) L 0 0 0 1 - R T L k e T ( a 31 + a 32 θ ) L 0 0 0 0 1 0 0 0 0 T 1 k ,
G k ( x k ) = T 3 L - T 3 L 0 0 0 0 T 3 L - T 3 L 0 0 - T 3 L 0 T 3 L 0 0 k T , H = 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0
Wherein, T is the sampling time, w kand v kbe respectively system noise vector sum measurement noises vector, be zero mean Gaussian white noise, have covariance matrix to be respectively Q and R.
Step 2: in particle cluster algorithm process, the corresponding particle of often group parameter of noise matrix Q and R of Kalman filter.Need to carry out initialization to noise matrix Q and R in initial, and need position vector, the velocity vector of random initializtion particle at first at particle cluster algorithm.Owing to having five state variables and three output variables in motor model, so get respectively:
Q=diag (Q 11q 22q 33q 44q 55), R=diag (R 11r 22r 33), here conveniently by calculating, make f (Q, R)=[Q 11q 22q 33q 44q 55r 11r 22r 33] t
Then judge whether particle is optimum fitness function and is:
f i t n e s s ( Q , R ) = 1 k Σ i = 0 k ( ω r i * - ω r i ) 2 - - - ( 5 )
Wherein: and ω ribe respectively the actual speed of moment i and estimate rotating speed, k equals the ratio in simulation time and sampling period;
Step 3: upgrade particle rapidity and position according to formula (6) and (7):
v id(t+1)=wv id(t)+c 1r 1(p id(t)-x id(t))+c 2r 2(p gd(t)-x id(t)) (6)
x id(t+1)=x id(t)+v id(t+1) (7)
Wherein, p idfor the optimal solution that each particle searches oneself; p gdfor the optimal solution that whole population searches; v idrepresent the speed of i-th particle in d dimension; x idrepresent i-th position of particle in d dimension; W is inertia weight; r 1and r 2for being evenly distributed on the random number between [0,1]; c 1and c 2for acceleration limits the factor.The process of renewal speed and position is: the history adaptive optimal control angle value of more each particle and global optimum's fitness value, if the fitness value of certain particle current location is better than history value, then the history optimum position of this particle and fitness function value are replaced; If the history optimum position of certain particle is better than global optimum's adaptive value, Ze Zhi global optimum fitness value is the history adaptive optimal control value of this particle, records this global optimum's particle position.Until it is enough little to reach error, now, some optimization solutions are obtained.
Step 4: the some optimization solutions utilizing particle cluster algorithm to obtain generate the pheromones initial distribution of ant group algorithm.Each particle history optimal location P (i) that the corresponding particle cluster algorithm in position X (i) of ant i solves, that is:
X(i)=P(i) (8)
Ant pheromones initial distribution utilizes the evaluation function value of each ant position, and formula is:
T ( i ) = ka - f ( X i ) - - - ( 9 )
Wherein, k be greater than 0 constant, 0 < a < 1, f (x i) be the target function value of ant group algorithm.Transition probability P (k, j) is:
P ( k , j ) = T &alpha; ( j ) Z &beta; ( j ) &Sigma; i T &alpha; ( i ) Z &beta; ( i ) - - - ( 10 )
Wherein, Δ F ij=F j-F i, F ifor the functional value of ant i position, T (j) is the pheromones quantity of ant j present position, and a < 1, α and β is non-negative parameter; In ant group algorithm, the transition rule of ant is: move by transition probability and random search in the field of radius r, is exactly carry out global search, if the pheromones increment of ant j adds S pheromones, then by probability transfer
ΔT j=ΔT j+S (11)
In field, search is exactly carry out Local Search, and random search in the field of radius r, if the target function value of reposition is larger than initial value, then getting reposition is ant current location, otherwise do not change, radius r often terminates once to circulate and just reduces, the rear lastest imformation that once circulated element:
T(k)=dT(k)+ΔT(k) (12)
Wherein: T (k) represents track persistence, 0≤d < 1 for pheromones track intensity, d.
Step 5: within each sampling period, extended Kalman filter carries out iterative process, and the correction value Q obtained and R carries out speed estimate as the input parameter of extended Kalman filter.Status predication formula is:
x ^ k + 1 | k = F k ( x ^ k | k ) &CenterDot; x ^ k | k +G k ( x ^ k | k ) &CenterDot; u k - - - ( 13 )
Error covariance matrix estimation formulas is:
P k + 1 | k = F k &prime; ( x ^ k | k ) &CenterDot; P k | k &CenterDot; ( F k &prime; ( x ^ k | k ) ) T + Q k - - - ( 14 )
Wherein, F k &prime; = &part; &lsqb; F k ( x ^ k | k ) &CenterDot; x ^ k | k &rsqb; + G k ( x ^ k | k ) &CenterDot; u k &part; x k | x k = x k | k - - - ( 15 )
Kalman gain formula is:
K k = P k | k - 1 H T &lsqb; H &CenterDot; P k | k - 1 &CenterDot; H T + R k &rsqb; - 1 - - - ( 16 )
Renewal state equation is:
x ^ k | k = x ^ k | k - 1 + K k &lsqb; y k - H &CenterDot; x ^ k | k - 1 &rsqb; - - - ( 17 )
Upgrade error co-variance matrix:
P k|k=[1-K k·H]P k|k-1(18)
Just can carry out Kalman's interative computation according to formula (13) to formula (18) and recursion initial value, thus estimate motor speed.
Beneficial effect: the present invention is described in detail the technical problem involved by the method for estimating rotating speed of brshless DC motor, when carrying out speed estimate for employing extended Kalman filter, be difficult to the problem obtaining the noise matrix affecting extended Kalman filter speed estimate performance, add the algorithm that noise matrix is optimized, combine by ant group algorithm and particle cluster algorithm, be incorporated in extended Kalman filter.Quick, the global convergence of this algorithm synthesis particle cluster algorithm and the pheromones positive feedback mechanism of ant group algorithm, reach the object of mutual supplement with each other's advantages, effectively can improve the precision of extended Kalman filter, thus the precision improved based on the brshless DC motor method for estimating rotating speed of extended Kalman filter and overall performance.
Accompanying drawing explanation
Fig. 1 is the structure chart of the extended Kalman filter based on ant group particle group optimizing;
Fig. 2 is the integration algorithm flow chart of ant group algorithm and particle cluster algorithm.
Embodiment
Below with reference to accompanying drawing and embodiment, the present invention is described in further detail, and this enforcement does not form restriction to the present invention.
Brshless DC motor method for estimating rotating speed mainly comprises and being made up of extended Kalman filter 1, target function 2 and ant group particle cluster algorithm 3.Its structure is as shown in Figure 1: first utilize extended Kalman filter 1 to carry out speed estimate, obtain posteriority speed estimate value, according to target function 2 and filtered parameter value, ant group's particle cluster algorithm 3 couples of Q and R are used to carry out optimizing, the correction value obtained is carried out parameter Estimation, until the speed estimate value be optimized as the input parameter of extended Kalman filter 1.
Be based upon the square wave brshless DC motor model under static abc coordinate system, winding is wye connection.By threephase stator phase current i a, i b, i cwith rotor speed ω and rotor position as state variable, the Mathematical Modeling (1) of structure motor:
di a d t = 1 L a &lsqb; u a b - u a c 3 - R a i a - e a &rsqb; di b d t = 1 L b &lsqb; u b c - u a b 3 - R b i b - e b &rsqb; di c d t = 1 L c &lsqb; u c a - u b c 3 - R c i c - e c &rsqb; d &omega; d t = Pk e J ( T e - T L ) d &theta; d t = &omega; - - - ( 1 )
U in formula ab, u bc, u cabe respectively the threephase stator line voltage of brshless DC motor; R a, R b, R cfor threephase stator resistance, and R a=R b=R c=R; L a, L b, L cfor threephase stator equivalent inductance, and L i=L is-L im, i=a, b, c, wherein L isand L imbe respectively the self-induction and mutual inductance that represent i phase stator winding, L simultaneously is=L s, L im=L mif, L=L s-L m, then threephase stator equivalent inductance has L a=L b=L c=L; P is number of pole-pairs; J is rotor inertia matrix, k cfor back EMF coefficient; e a, e b, e cbeing each phase back-emf, is the trapezoidal wave with 120 ° of electrical degree platforms, and differs 120 ° of electrical degrees successively, then define e a, e b, e cfor:
e a = k e &omega; ( a 11 + a 21 ( &theta; - &theta; int ) ) e b = k e &omega; ( a 21 + a 22 ( &theta; - &theta; int ) ) e c = k e &omega; ( a 31 + a 32 ( &theta; - &theta; int ) ) - - - ( 2 )
A in formula 11to a 32definition as shown in table 1, θ int=2 π fix (θ/2 π), fix is bracket function.
Table 1 a 11to a 32definition value
Because electromagnetic torque T e=(e ai a+ e bi b+ e ci c)/ω, so formula (1) can be written as:
x &CenterDot; = f ( x ( t ) , u ( t ) , t ) - - - ( 3 )
Wherein, x (t)=[i ai bi cω θ] t; Formula (3) discretization is obtained:
x k+1=F k(x k)x k+G ku k(4)
So motor Random Discrete model is:
x k + 1 = F k ( x k ) x k + G k u k + w k y k = Hx k + v k - - - ( 5 )
Wherein: x k = [ i a , i b , i c , &omega; , &theta; ] k T , u k = [ u ab , u bc , u ca ] k T , y k = [ i a , i b , i c ] k T ,
F k ( x k ) = 1 - R T L 0 0 k e T ( a 11 + a 12 &theta; ) L 0 0 1 - R T L 0 k e T ( a 21 + a 2 2 &theta; ) L 0 0 0 1 - R T L k e T ( a 31 + a 32 &theta; ) L 0 0 0 0 1 0 0 0 0 T 1 k ,
G k ( x k ) = T 3 L - T 3 L 0 0 0 0 T 3 L - T 3 L 0 0 - T 3 L 0 T 3 L 0 0 k T , H = 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 &CenterDot;
Wherein, T is the sampling time, w kand v kbe respectively system noise vector sum measurement noises vector, be zero mean Gaussian white noise, have covariance matrix to be respectively Q and R.
The corresponding particle of often group parameter of Q and R, needs to carry out initialization to noise matrix Q and R, and needs position vector, the velocity vector of random initializtion particle at first at particle cluster algorithm in initial.Owing to having five state variables and three output variables in motor model, so get respectively:
Q=diag (Q 11q 22q 33q 44q 55), R=diag (R 11r 22r 33), here conveniently by calculating, make f (Q, R)=[Q 11q 22q 33q 44q 55r 11r 22r 33] t
Then judge whether particle is optimum fitness function and is:
f i t n e s s ( Q , R ) = 1 k &Sigma; i = 0 k ( &omega; r i * - &omega; r i ) 2 - - - ( 6 )
Wherein: and ω ribe respectively the actual speed of moment i and estimate rotating speed, k equals the ratio in simulation time and sampling period;
Particle rapidity and position is upgraded according to formula (1.10) and (1.11):
v id(t+1)=wv id(t)+c 1r 1(p id(t)-x id(t))+c 2r 2(p gd(t)-x id(t)) (7)
x id(t+1)=x id(t)+v id(t+1) (8)
Wherein, p idfor the optimal solution that each particle searches oneself; p gdfor the optimal solution that whole population searches; v idrepresent the speed of i-th particle in d dimension; x idrepresent i-th position of particle in d dimension; W is inertia weight; r 1and r 2for being evenly distributed on the random number between [0,1]; c 1and c 2for acceleration limits the factor.The process of renewal speed and position is: the history adaptive optimal control angle value of more each particle and global optimum's fitness value.If the fitness value of certain particle current location is better than history value, then the history optimum position of this particle and fitness function value are replaced; If the history optimum position of certain particle is better than global optimum's adaptive value, Ze Zhi global optimum fitness value is this history adaptive optimal control value, records this global optimum's particle position.Until it is enough little to reach error, now, some optimization solutions are obtained.
The some optimization solutions utilizing particle cluster algorithm to obtain generate the pheromones initial distribution of ant group algorithm.Each particle history optimal location P (i) that the corresponding particle cluster algorithm in position X (i) of ant i solves, that is:
X(i)=P(i) (9)
Ant pheromones initial distribution utilizes the evaluation function value of each ant position, and formula is:
T ( i ) = ka - f ( X i ) - - - ( 10 )
Wherein, k be greater than 0 constant, 0 < a < 1, f (x i) be the target function value of ant group algorithm.Transition probability P (k, j) is:
P ( k , j ) = T &alpha; ( j ) Z &beta; ( j ) &Sigma; i T &alpha; ( i ) Z &beta; ( i ) - - - ( 11 )
Wherein, Δ F ij=F j-F i, F ifor the functional value of ant i position, T (j) is the pheromones quantity of ant j present position, and a < 1, α and β is non-negative parameter; In ant group algorithm, the transition rule of ant is: move by transition probability and random search in the field of radius r, is exactly carry out global search, if the pheromones increment of ant j adds the pheromones of S unit, then by probability transfer
ΔT j=ΔT j+S (12)
In field, search is exactly carry out Local Search, and random search in the field of radius r, if the target function value of reposition is larger than initial value, then getting reposition is ant current location, otherwise do not change, radius r often terminates once to circulate and just reduces, the rear lastest imformation that once circulated element:
T(k)=dT(k)+ΔT(k) (13)
Wherein: T (k) represents track persistence, 0≤d < 1 for pheromones track intensity, d.
Within each sampling period, extended Kalman filter carries out iterative process, and the correction value Q obtained and R carries out speed estimate as the input parameter of extended Kalman filter.Status predication formula is:
x ^ k + 1 | k = F k ( x ^ k | k ) &CenterDot; x ^ k | k +G k ( x ^ k | k ) &CenterDot; u k - - - ( 14 )
Error covariance matrix estimation formulas is:
P k + 1 | k = F k &prime; ( x ^ k | k ) &CenterDot; P k | k &CenterDot; ( F k &prime; ( x ^ k | k ) ) T + Q k - - - ( 15 )
Wherein, F k &prime; = &part; &lsqb; F k ( x ^ k | k ) &CenterDot; x ^ k | k &rsqb; + G k ( x ^ k | k ) &CenterDot; u k &part; x k | x k = x k | k - - - ( 16 )
Kalman gain formula is:
K k = P k | k - 1 H T &lsqb; H &CenterDot; P k | k - 1 &CenterDot; H T + R k &rsqb; - 1 - - - ( 17 )
Renewal state equation is:
x ^ k | k = x ^ k | k - 1 + K k &lsqb; y k - H &CenterDot; x ^ k | k - 1 &rsqb; - - - ( 18 )
Upgrade error co-variance matrix:
P k|k=[1-K k·H]P k|k-1(19)
Just can carry out Kalman's interative computation according to formula (14) to formula (19) and recursion initial value, thus estimate the rotating speed of brshless DC motor.

Claims (2)

1. a method for estimating rotating speed for brshless DC motor, is characterized in that, specifically comprises the following steps:
Step 1: set up the square wave brshless DC motor model under static abc coordinate system, by threephase stator phase current i a, i b, i cwith rotor speed ω and rotor position as state variable, the Mathematical Modeling of structure motor, obtains motor discrete model by equation discretization;
Step 2: init state error co-variance matrix P (0), state and the corresponding particle of the often group parameter of noise matrix Q and R, Q and R, the position vector of random initializtion particle, velocity vector, calculate fitness function value;
Step 3: utilize particle cluster algorithm, more the position of new particle and speed, the individual pole figure of merit and position, the overall pole figure of merit and position thereof, carry out the recursive iteration of particle algorithm, generate some groups of optimization solutions;
Step 4: according to optimization solution information generated element initial distribution, utilize ant group algorithm, calculating moves to next node probability and lastest imformation is plain, carries out ant group algorithm recursive iteration, obtain the optimal value of Q and R;
Step 5: according to expanded Kalman filtration algorithm, using noise matrix Q and R after optimization as the input parameter of extended Kalman filter, through Kalman filtering iteration, estimates motor speed value.
2., in the brshless DC motor method for estimating rotating speed based on ant group particle group optimizing extended Kalman filter according to claim 1, it is characterized in that:
In step 1, the discrete model of brshless DC motor:
x k + 1 = F k ( x k ) x k + G k u k + w k y k = Hx k + v k - - - ( 1 )
Wherein: x k = &lsqb; i a , i b , i c , &omega; , &theta; &rsqb; k T , u k = &lsqb; u a b , u b c , u c a &rsqb; k T , y k = &lsqb; i a , i b , i c &rsqb; k T ; W kand v kbe respectively system noise vector sum measurement noises vector, be zero mean Gaussian white noise, have covariance matrix to be respectively Q and R; U in formula ab, u bc, u cabe respectively the threephase stator line voltage of brshless DC motor, i a, i b, i cfor threephase stator phase current, ω is rotor speed, and θ is rotor-position;
In described step 2, owing to having five state variables and three output variables in motor status equation, so get respectively: Q=diag (Q 11q 22q 33q 44q 55), R=diag (R 11r 22r 33), then fitness function is:
f i t n e s s ( Q , R ) = 1 k &Sigma; i = 0 k ( &omega; r i * - &omega; r i ) 2 - - - ( 2 )
Wherein: and ω ribe respectively the actual speed of moment i and estimate rotating speed, k equals the ratio in simulation time and sampling period;
In step 3, target function is fitness function fitness (Q, R), and the parameter of corresponding one group of Q and R of each particle, upgrades particle rapidity and position according to formula (1.10) and (1.11):
v id(t+1)=wv id(t)+c 1r 1(p id(t)-x id(t))+c 2r 2(p gd(t)-x id(t)) (3)
x id(t+1)=x id(t)+v id(t+1) (4)
Wherein, p idfor the optimal solution that each particle searches oneself; p gdfor the optimal solution that whole population searches; v idrepresent the speed of i-th particle in d dimension; x idrepresent i-th position of particle in d dimension; W is inertia weight; r 1and r 2for being evenly distributed on the random number between [0,1]; c 1and c 2for acceleration limits the factor; The process of renewal speed and position is: the fitness value of each particle respectively with individual extreme value p idwith global extremum p gdrelatively, if better, replace individual extreme value or global extremum with fitness value, until it is enough little to reach error, now, obtain some optimization solutions;
In step 4, according to each particle history optimal location P (i) that the process of the optimization solution information generated element initial distribution corresponding particle cluster algorithm in position X (i) that is: ant i solves, that is:
X(i)=P(i) (5)
Ant pheromones initial distribution utilizes the evaluation function value of each ant position, and formula is:
T ( i ) = ka - f ( X i ) - - - ( 6 )
Wherein, k be greater than 0 constant, 0 < a < 1, f (x i) be the target function value of ant group algorithm, X (i) is the position of ant i, and transition probability P (k, j) is:
P ( k , j ) = T &alpha; ( j ) Z &beta; ( j ) &Sigma; i T &alpha; ( i ) Z &beta; ( i ) - - - ( 7 )
Wherein, Δ F ij=F j-F i, F ifor the functional value of ant i position, T (j) is the pheromones quantity of ant j present position, and a < 1, α and β is non-negative parameter; In ant group algorithm, the transition rule of ant is: move by transition probability and random search in the field of radius r, is exactly carry out global search, if the pheromones increment of ant j adds S pheromones, then by probability transfer
ΔT j=ΔT j+S (8)
In field, search is exactly carry out Local Search, and random search in the field of radius r, if the target function value of reposition is larger than initial value, then getting reposition is ant current location, otherwise do not change, radius r often terminates once to circulate and just reduces, the rear lastest imformation that once circulated element:
T(k)=dT(k)+ΔT(k) (9)
Wherein: T (k) represents track persistence, 0≤d < 1 for pheromones track intensity, d,
In described step 5, within each sampling period, extended Kalman filter carries out iterative process, and status predication formula is:
x ^ k + 1 | k = F k ( x ^ k | k ) &CenterDot; x ^ k | k +G k ( x ^ k | k ) &CenterDot; u k - - - ( 10 )
Error covariance matrix estimation formulas is:
P k + 1 | k = F k &prime; ( x ^ k | k ) &CenterDot; P k | k &CenterDot; ( F k &prime; ( x ^ k | k ) ) T + Q k - - - ( 11 )
Wherein, F k &prime; = &part; &lsqb; F k ( x ^ k | k ) &CenterDot; x ^ k | k &rsqb; + G k ( x ^ k | k ) &CenterDot; u k &part; x k | x k = x k | k - - - ( 12 )
Kalman gain formula is:
K k=P k|k-1H T[H·P k|k-1·H T+R k] -1(13)
Renewal state equation is:
x ^ k | k = x ^ k | k - 1 + K k &lsqb; y k - H &CenterDot; x ^ k | k - 1 &rsqb; - - - ( 14 )
Upgrade error co-variance matrix:
P k|k=[1-K k·H]P k|k-1(15)
Just can carry out Kalman's interative computation according to formula (14) to formula (19) and recursion initial value, thus estimate brshless DC motor rotating speed.
CN201510469527.3A 2015-08-04 2015-08-04 Method for estimating rotating speed of brushless direct current motor Pending CN104993765A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510469527.3A CN104993765A (en) 2015-08-04 2015-08-04 Method for estimating rotating speed of brushless direct current motor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510469527.3A CN104993765A (en) 2015-08-04 2015-08-04 Method for estimating rotating speed of brushless direct current motor

Publications (1)

Publication Number Publication Date
CN104993765A true CN104993765A (en) 2015-10-21

Family

ID=54305530

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510469527.3A Pending CN104993765A (en) 2015-08-04 2015-08-04 Method for estimating rotating speed of brushless direct current motor

Country Status (1)

Country Link
CN (1) CN104993765A (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105429541A (en) * 2015-12-02 2016-03-23 江苏科技大学 Method for identifying permanent magnetic flux linkage of brushless direct current motor
CN106385211A (en) * 2016-10-09 2017-02-08 重庆大学 Stepping motor load torque estimation method
CN106525042A (en) * 2016-09-27 2017-03-22 哈尔滨工程大学 Multi-AUV synthetic location method based on combination of ant colony and extended Kalman filtering
CN106767791A (en) * 2017-01-13 2017-05-31 东南大学 A kind of inertia/visual combination air navigation aid using the CKF based on particle group optimizing
CN106849803A (en) * 2017-04-07 2017-06-13 西安理工大学 Permanent Magnet Synchronous Motor method of estimation is filtered based on edge particles are uniformly distributed
CN107622036A (en) * 2017-09-30 2018-01-23 中国人民解放军战略支援部队航天工程大学 A kind of adaptive time-frequency conversion method of Polynomial Phase Signals based on ant group optimization
CN107977539A (en) * 2017-12-29 2018-05-01 华能国际电力股份有限公司玉环电厂 Improvement neutral net boiler combustion system modeling method based on object combustion mechanism
CN108306567A (en) * 2018-01-20 2018-07-20 江南大学 It is a kind of based on IGSO optimize EKF without sensor permanent magnet synchronous motor speed estimation method
CN108469530A (en) * 2018-04-09 2018-08-31 吴卓航 A kind of speed measuring device and method for vehicle
CN111049453A (en) * 2018-10-15 2020-04-21 广东威灵电机制造有限公司 Rotor angular velocity and rotor position detection method and device
CN112003503A (en) * 2020-07-23 2020-11-27 西安理工大学 Permanent magnet synchronous linear motor control method based on ant colony Longbeige observer
WO2022190331A1 (en) * 2021-03-11 2022-09-15 株式会社日立産機システム Power conversion device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1885054B1 (en) * 2006-08-03 2009-10-07 STMicroelectronics S.r.l. Method of estimating the state of a system and related device for estimating position and speed of the rotor of a brushless motor
CN102624303A (en) * 2012-03-23 2012-08-01 南京航空航天大学 Method for estimating angular acceleration of permanent magnet brushless direct-current motor
CN103956956A (en) * 2014-05-13 2014-07-30 北京理工大学 Method for estimating status of brushless direct current motor based on extended kalman filter

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1885054B1 (en) * 2006-08-03 2009-10-07 STMicroelectronics S.r.l. Method of estimating the state of a system and related device for estimating position and speed of the rotor of a brushless motor
CN102624303A (en) * 2012-03-23 2012-08-01 南京航空航天大学 Method for estimating angular acceleration of permanent magnet brushless direct-current motor
CN102624303B (en) * 2012-03-23 2014-12-10 南京航空航天大学 Method for estimating angular acceleration of permanent magnet brushless direct-current motor
CN103956956A (en) * 2014-05-13 2014-07-30 北京理工大学 Method for estimating status of brushless direct current motor based on extended kalman filter

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
周健: ""无刷直流电机的无位置和速度传感器控制的研究"", 《中国优秀硕士学位论文全文数据库•工程科技Ⅱ辑》 *
张旭辉等: ""基于蚁群粒子群优化的卡尔曼滤波算法模型参数辨识"", 《电力系统自动化》 *
支成秀: ""基于离散粒子群优化算法的网格任务调度方法"", 《中国优秀硕士学位论文全文数据库•工程科技Ⅱ辑》 *

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105429541A (en) * 2015-12-02 2016-03-23 江苏科技大学 Method for identifying permanent magnetic flux linkage of brushless direct current motor
CN106525042A (en) * 2016-09-27 2017-03-22 哈尔滨工程大学 Multi-AUV synthetic location method based on combination of ant colony and extended Kalman filtering
CN106385211A (en) * 2016-10-09 2017-02-08 重庆大学 Stepping motor load torque estimation method
CN106385211B (en) * 2016-10-09 2018-12-14 重庆大学 A kind of stepper motor load-toque estimate method
CN106767791A (en) * 2017-01-13 2017-05-31 东南大学 A kind of inertia/visual combination air navigation aid using the CKF based on particle group optimizing
CN106849803A (en) * 2017-04-07 2017-06-13 西安理工大学 Permanent Magnet Synchronous Motor method of estimation is filtered based on edge particles are uniformly distributed
CN106849803B (en) * 2017-04-07 2019-02-01 西安理工大学 Permanent Magnet Synchronous Motor estimation method is filtered based on edge particles are uniformly distributed
CN107622036B (en) * 2017-09-30 2020-07-21 中国人民解放军战略支援部队航天工程大学 Polynomial phase signal self-adaptive time-frequency transformation method based on ant colony optimization
CN107622036A (en) * 2017-09-30 2018-01-23 中国人民解放军战略支援部队航天工程大学 A kind of adaptive time-frequency conversion method of Polynomial Phase Signals based on ant group optimization
CN107977539A (en) * 2017-12-29 2018-05-01 华能国际电力股份有限公司玉环电厂 Improvement neutral net boiler combustion system modeling method based on object combustion mechanism
CN108306567A (en) * 2018-01-20 2018-07-20 江南大学 It is a kind of based on IGSO optimize EKF without sensor permanent magnet synchronous motor speed estimation method
CN108469530A (en) * 2018-04-09 2018-08-31 吴卓航 A kind of speed measuring device and method for vehicle
CN108469530B (en) * 2018-04-09 2020-05-19 吴卓航 Speed measuring device and method for vehicle
CN111049453A (en) * 2018-10-15 2020-04-21 广东威灵电机制造有限公司 Rotor angular velocity and rotor position detection method and device
CN112003503A (en) * 2020-07-23 2020-11-27 西安理工大学 Permanent magnet synchronous linear motor control method based on ant colony Longbeige observer
WO2022190331A1 (en) * 2021-03-11 2022-09-15 株式会社日立産機システム Power conversion device
JP7503201B2 (en) 2021-03-11 2024-06-19 株式会社日立産機システム Power Conversion Equipment

Similar Documents

Publication Publication Date Title
CN104993765A (en) Method for estimating rotating speed of brushless direct current motor
Zerdali et al. The comparisons of optimized extended Kalman filters for speed-sensorless control of induction motors
CN107590317B (en) Generator dynamic estimation method considering model parameter uncertainty
Huang et al. On the complexity and consistency of UKF-based SLAM
CN110503071A (en) Multi-object tracking method based on the more Bernoulli Jacob&#39;s Additive Models of variation Bayes&#39;s label
CN105635963B (en) Multiple agent co-located method
CN106385211B (en) A kind of stepper motor load-toque estimate method
CN109195110B (en) Indoor positioning method based on hierarchical clustering technology and online extreme learning machine
CN108508471A (en) A kind of automatic driving vehicle localization method and device
CN109946978B (en) Servo system fractional order model identification method considering delay link
Wang Windowed least square algorithm based PMSM parameters estimation
Quang et al. FPGA-based sensorless PMSM speed control using adaptive extended Kalman filter
CN110376884A (en) A kind of building method of new-energy automobile driving motor Intelligent Dynamic anti-interference controller
CN112671285B (en) Air conditioner, system motor, driving control method, control system and storage medium
Xu et al. Moving target tracking in three dimensional space with wireless sensor network
Wang et al. Application of simulated annealing particle swarm optimization based on correlation in parameter identification of induction motor
CN112083349A (en) Method for diagnosing turn-to-turn short circuit fault of stator winding of permanent magnet synchronous motor
WO2023124893A1 (en) Torque estimation method and apparatus based on neural network, and device and storage medium
Zhu et al. State estimation based on improved cubature Kalman filter algorithm
CN116404951A (en) Motor temperature estimation method and device based on GP-NARX model
CN113030945B (en) Phased array radar target tracking method based on linear sequential filtering
Li et al. Permanent magnet synchronous motor parameter identification based on improved adaptive extended Kalman filter
CN104614751A (en) Constraint information-based target positioning method
Gliga et al. Comparison of State Estimators for a Permanent Magnet Synchronous Generator
Bi et al. Research on optimization method of high speed permanent magnet synchronous motor based on surrogate model

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20151021

WD01 Invention patent application deemed withdrawn after publication