CN106529085A - Mathematical Model of Motor and Optimization Method of Permanent Magnet Synchronous Linear Motor - Google Patents

Mathematical Model of Motor and Optimization Method of Permanent Magnet Synchronous Linear Motor Download PDF

Info

Publication number
CN106529085A
CN106529085A CN201611111244.2A CN201611111244A CN106529085A CN 106529085 A CN106529085 A CN 106529085A CN 201611111244 A CN201611111244 A CN 201611111244A CN 106529085 A CN106529085 A CN 106529085A
Authority
CN
China
Prior art keywords
motor
width
magnetic pole
theta
particle
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
CN201611111244.2A
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.)
Jiangsu University of Technology
Original Assignee
Jiangsu University of Technology
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 Jiangsu University of Technology filed Critical Jiangsu University of Technology
Priority to CN201611111244.2A priority Critical patent/CN106529085A/en
Publication of CN106529085A publication Critical patent/CN106529085A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/30Circuit design
    • G06F30/36Circuit design at the analogue level
    • G06F30/367Design verification, e.g. using simulation, simulation program with integrated circuit emphasis [SPICE], direct methods or relaxation methods
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/10Geometric CAD
    • G06F30/17Mechanical parametric or variational design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/004Artificial life, i.e. computing arrangements simulating life
    • G06N3/006Artificial life, i.e. computing arrangements simulating life based on simulated virtual individual or collective life forms, e.g. social simulations or particle swarm optimisation [PSO]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • G06N3/086Learning methods using evolutionary algorithms, e.g. genetic algorithms or genetic programming

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • General Engineering & Computer Science (AREA)
  • Geometry (AREA)
  • Evolutionary Computation (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Biophysics (AREA)
  • Molecular Biology (AREA)
  • Software Systems (AREA)
  • Mathematical Physics (AREA)
  • Artificial Intelligence (AREA)
  • Biomedical Technology (AREA)
  • Computing Systems (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • General Health & Medical Sciences (AREA)
  • Computational Mathematics (AREA)
  • Pure & Applied Mathematics (AREA)
  • Mathematical Analysis (AREA)
  • Mathematical Optimization (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Evolutionary Biology (AREA)
  • Physiology (AREA)
  • Microelectronics & Electronic Packaging (AREA)
  • Linear Motors (AREA)
  • Control Of Linear Motors (AREA)
  • Reciprocating, Oscillating Or Vibrating Motors (AREA)

Abstract

The invention relates to a mathematical model of a motor and an optimization method of a permanent magnet synchronous linear motor, wherein the optimization method comprises the following steps: performing cross operation optimization on the width of the magnetic pole of the motor by combining a PSO algorithm and a genetic algorithm; the optimization algorithm and the optimization method overcome the defects that the motor in the prior art has a complex structure, a large volume and high cost, the motor generates large oscillation during operation, and the motor has low operation rotating speed, poor reliability and the like, are favorable for enabling the no-load counter electromotive force waveform of the motor to be close to sine, reducing the thrust fluctuation of the linear motor and optimizing the performance of the motor.

Description

Mathematical model of motor and optimization method of permanent magnet synchronous linear motor
Technical Field
The invention relates to a method for optimizing a linear motor based on Particle Swarm Optimization (PSO) combined with genetic algorithm cross operation, which optimizes the performance of the linear motor by applying the algorithm to enable the no-load counter electromotive force of the motor to be close to a sine waveform so as to reduce the thrust fluctuation of the motor.
Background
In recent years, linear motors have been rapidly developed and widely used in various fields, and have gradually replaced common servo drive systems in some high-speed machining fields. The linear motor directly generates electromagnetic thrust through electric energy, has the advantages of simple structure, small size, large thrust, low loss, high dynamic response speed and the like, and the performance of the linear motor is greatly influenced by the fluctuation of the thrust, so that the motor can generate overlarge vibration in the operation process, and the servo operation performance of the motor is deteriorated. In order to improve the driving performance, reducing the thrust fluctuation of the linear motor is a part of the linear motor which is in urgent need of improvement.
The invention mainly researches the influence of the no-load counter electromotive force waveform of the linear motor on the thrust fluctuation of the linear motor.
The PSO algorithm is derived from the research on the bird predation behavior and is a general heuristic search technology. And searching the optimal solution particles in the population through iterative updating of the speed positions of the particles in the population.
Disclosure of Invention
The invention aims to provide a mathematical model of a motor, so as to facilitate structural optimization of the motor.
In order to solve the above technical problem, the present invention provides a mathematical model of an electric machine, which is represented by an equivalent magnetization spatial distribution function m (x) of the electric machine, that is, the mathematical model
Wherein,
in the formula: b isrResidual magnetization of permanent magnet, mu0Is air permeability, τmIs the width of the permanent magnet, tau is the polar distance of the permanent magnet, mnIs an intermediate variable, and n is the number of magnetic poles of the motor.
In another aspect, the present invention further provides an optimization algorithm, including:
and carrying out cross operation optimization on the particles by combining a PSO algorithm and a genetic algorithm.
Further, the method for optimizing the cross operation of the particle by combining the PSO algorithm and the genetic algorithm comprises the following steps:
the particle velocity is updated as follows:
v=w×v+c1×rand()×(pBest-present)+c2×rand()×(gBest-present);
the particle position is updated as follows: present + v;
expression for inertial weight:
in the formula: v is the current velocity of the particle; the present is the current position of the particle;
rand () is a random constant between 0 and 1;
pBest and gBest are an individual extreme value and a global extreme value of a certain particle respectively;
c1、c2acceleration weights respectively corresponding to the individual extreme value and the global extreme value of a certain particle;
w is the inertial weight; the present is the current position of the particle;
wmax、wminrespectively representing the maximum value and the minimum value of the inertia weight;
K'maxis the maximum number of iteration steps; k' is the current iteration step number;
and (5) searching a global extreme value in the population through multiple times of optimization.
In a third aspect, the invention further provides an optimization method of the permanent magnet synchronous linear motor, so as to overcome the defect that motor oscillation is brought by thrust fluctuation in the prior art.
The optimization method of the permanent magnet synchronous linear motor comprises the following steps: and performing cross operation optimization on the width of the magnetic pole of the motor by combining a PSO algorithm and a genetic algorithm.
Further, the method for optimizing the cross operation of the magnetic pole width of the motor by combining the PSO algorithm and the genetic algorithm comprises the following steps:
step S1, initializing setting;
step S2, establishing an expression of the change of the air gap flux density along with the position angle theta;
step S3, the magnetic pole width is optimized by the crossover operation.
Further, the method for initializing the setting in step S1 includes:
the permanent magnet synchronous linear motor is suitable for adopting an asymmetric magnetic pole structure, and the width of the magnetic pole is theta1With adjacent poles of width theta2、θ3、……、θnN is the number of magnetic poles of the motor, and theta is selected1、θ2For reference variable, letIs the ratio of the width of a pole of the motor to the width of its adjacent pole, and k is a positive number.
Further, the method for establishing the expression of the variation of the air gap flux density with the position angle θ in the step S2 includes:
performing Fourier decomposition on the air gap flux density waveform, wherein the expression of the air gap flux density along with the change of a position angle theta is as follows:
in the formula (11), anThe amplitude of the nth harmonic is expressed as follows:
in the formula (12), B1、B2Respectively, the air gap flux density amplitude under different polarity magnetic poles, n is a positive integer
θ1、θ2The relationship between (A) and (B) is as shown in formula (10), i.e. theta1=kθ2(13)。
Further, the step S3 optimizes the magnetic pole width by a crossing operation, i.e. the step S3 is performed by a crossing operation
Taking the width of a magnetic pole of the motor as an optimization target;
taking the k value as a speed variable in a particle swarm algorithm, taking a magnetic pole shoe as a dependent variable, searching an individual extreme value pBest of each independent variable particle through self learning, and obtaining a global extreme value gBest through learning cross comparison of other particles in the particle swarm, wherein the global extreme value gBest is the optimal value of the magnetic pole shoe; the proper k value is selected to be the optimal ratio of the width of the magnetic pole of the motor to the width of the adjacent magnetic pole, so that the pole shoe of the magnetic pole obtains the optimal performance, namely the optimal magnetism.
The optimization algorithm and the optimization method have the beneficial effects that the defects that the motor in the prior art is complex in structure, large in size and high in cost, the motor generates large oscillation during operation, the motor has the defects of low operation rotating speed, poor reliability and the like, the no-load counter electromotive force waveform of the motor is close to sine, the thrust fluctuation of the linear motor is reduced, and the performance of the motor is optimized are overcome.
Drawings
The invention is further illustrated with reference to the following figures and examples.
FIG. 1 is a flow chart of the PSO algorithm of the present invention;
fig. 2 is a flowchart of an optimization method of the permanent magnet synchronous linear motor of the present invention.
Detailed Description
The present invention will now be described in further detail with reference to the accompanying drawings. These drawings are simplified schematic views illustrating only the basic structure of the present invention in a schematic manner, and thus show only the constitution related to the present invention.
The mathematical model of the permanent magnet synchronous linear motor is a high-order, nonlinear and strongly coupled multivariable system. The excitation effect of the permanent magnet is analyzed by an equivalent magnetization method, and the equivalent magnetization spatial distribution function M (x) can be represented by Fourier series:
wherein,
in the formula: b isrResidual magnetization of the permanent magnet; mu.s0Air permeability; tau ismIs the width of the permanent magnet; τ is the pole pitch of the permanent magnet, mnIs an intermediate variable.
Establishing a Poisson equation set of an air gap area and a permanent magnet area according to a Maxwell equation set:
in the formula A1、A2The vector magnetic potential of the air gap region and the permanent magnet region, respectively.
The air gap region and the permanent magnet region satisfy the following boundary conditions:
substituting formula (4) for formula (3) yields the air gap flux density:
wherein,
in the formula:An1、Bn1,Tnis an intermediate variable; h ismIs the thickness of the permanent magnet; g is the air gap length.
The PSO algorithm is an intelligent optimization algorithm for simulating bird foraging, whether the optimization variables are optimal solutions or not is judged by iterating the optimization variables into an objective function, the optimization algorithm based on an iteration mode has more obvious advantages in the aspect of finding the optimal solutions for continuous variables, therefore, the variation range of each optimization variable is set, in each iteration process, the particles in a particle swarm determine the motion direction of the next step through self learning and learning of the optimal particles in the swarm, namely, the particles update themselves by tracking two extreme values, one is the optimal solution which can be found by the particles, namely, an individual extreme value pBest, and the other is the optimal solution in a particle swarm, namely, a global extreme value gBest. The specific steps of the algorithm are shown in fig. 1.
Arranged in m-dimensional space, there are n particles, each having coordinates Xi=(xi1,xi2,…,xim) And has a fitness (usually directly considering the objective function as a fitness of the particles) related to the optimization objective function f (x), while each particle has a respective velocity Vi=(vi1,vi2,…,vim). For the ith particle, the historical best position it has experienced is noted as Pi=(pi1,pi2,…,pim) Note that all particles pass through the best position as Pg=(pg1,pg2,…,pgm)。
The PSO algorithm is described below in conjunction with the crossover operation in the genetic algorithm. And setting pBest and gBest as the historical optimum and the current global optimum of a certain particle respectively, and enabling elements at a certain random corresponding position in the two vectors to be crossed so as to enhance the learning of the historical optimum of the particle to the global optimum, wherein the crossed historical optimum and the current global optimum become pBest and gBest respectively. pBest and bBest simultaneously determine the speed update of the particles, the historical optimum of each particle is not changed, the current global optimum of the whole particle swarm is not changed, and the intersection process only influences the speed update of the particles.
Particle velocity update:
v=w×v+c1×rand()×(pBest-present)+c2×rand()×(gBest-present) (7)
particle position updating: present ═ present + v (8)
In formulas (7) and (8): v is the particle velocity, present is the current position of the particle, rand () is a random constant between 0 and 1, c1、c2The acceleration weights respectively corresponding to the individual extreme value and the global extreme value of a certain particle are 2 for a normal number; w is the inertia weight, the introduction of the inertia weight enables the global search capability and the local search capability of the PSO algorithm to be obviously improved, the PSO algorithm cannot fall into the local optimal solution, and the present is the current position of the particle.
Expression for inertial weight:
in formula (9): w is amax、wminRespectively representing the maximum and minimum values of the inertial weight, K'maxIs the maximum number of iteration steps; k' is the current iteration step number.
As shown in fig. 2, the above embodiment further provides an optimization method for a permanent magnet synchronous linear motor, so as to overcome the defect that motor oscillation is caused by thrust fluctuation in the prior art.
The optimization method of the permanent magnet synchronous linear motor comprises the following steps: the magnetic pole width of the motor is optimized through the cross operation of a PSO algorithm and a genetic algorithm, and the method comprises the following steps:
step S1, initializing setting;
the invention adopts an asymmetric magnetic pole structure, and the width of the magnetic pole is theta1With adjacent poles of width theta2、θ3、……、θn(n is the number of magnetic poles of the motor), selecting theta1、θ2For reference variable, let(k is a positive number) (10);
step S2, establishing an expression of the variation of the air gap flux density along with the position angle theta, namely
Performing Fourier decomposition on the air gap flux density waveform, wherein the expression of the air gap flux density along with the change of a position angle theta is as follows:
in the formula (11), anThe amplitude of the nth harmonic is expressed as follows:
in the formula (12), B1、B2The magnetic flux density amplitude of the air gap under the magnetic poles with different polarities is shown, and n is a positive integer
θ1、θ2The relationship between (A) and (B) is as described in equation (10): theta1=kθ2(13)
In the formula (13), k is a positive number, and the magnetic pole width variable is closely related to the value of k.
Step S3, the magnetic pole width is optimized by cross operation
The k value is used as a speed variable in the particle swarm optimization, the pole shoe of the magnetic pole is used as a dependent variable, each independent variable particle searches an individual extreme value pBest of the independent variable particle through self learning, and a global extreme value gBest is obtained through learning cross comparison of other particles in the particle swarm, so that the extreme value gBest is the optimal value of the pole shoe of the magnetic pole.
And selecting a proper k value to obtain the optimal ratio of the width of the magnetic pole of the motor to the width of the adjacent magnetic pole, and determining the optimal performance of the pole shoe of the magnetic pole so as to optimize the magnetism.
The k value determines the width of the magnetic pole of the linear motor, optimizes the structure of the motor, reduces the thrust fluctuation of the motor and enhances the stability of the motor in operation.
In light of the foregoing description of the preferred embodiment of the present invention, many modifications and variations will be apparent to those skilled in the art without departing from the spirit and scope of the invention. The technical scope of the present invention is not limited to the content of the specification, and must be determined according to the scope of the claims.

Claims (8)

1. Mathematical model of an electrical machine, characterized in that it is represented by the equivalent magnetization spatial distribution function m (x) of the electrical machine, i.e. it is a mathematical model
M ( x ) = Σ n = 1 ∞ 4 B r μ 0 τm n s i n m n τ 2 s i n m n τ m 2 sinm n x ;
Wherein,
in the formula: b isrResidual magnetization of permanent magnet, mu0Is air permeability, τmIs the width of the permanent magnet, tau is the polar distance of the permanent magnet, mnIs an intermediate variable, and n is the number of magnetic poles of the motor.
2. An optimization algorithm, comprising:
and carrying out cross operation optimization on the particles by combining a PSO algorithm and a genetic algorithm.
3. The optimization algorithm of claim 2,
the method for optimizing the cross operation of the particle by combining the PSO algorithm and the genetic algorithm comprises the following steps:
the particle velocity is updated as follows:
v=w×v+c1×rand()×(pBest-present)+c2×rand()×(gBest-present);
the particle position is updated as follows: present + v;
expression for inertial weight:
in the formula: v is the current velocity of the particle; the present is the current position of the particle;
rand () is a random constant between 0 and 1;
pBest and gBest are an individual extreme value and a global extreme value of a certain particle respectively;
c1、c2acceleration weights respectively corresponding to the individual extreme value and the global extreme value of a certain particle;
w is the inertial weight; the present is the current position of the particle;
wmax、wminrespectively representing the maximum value and the minimum value of the inertia weight;
K'maxis the maximum number of iteration steps; k' is the current iteration step number;
and (5) searching a global extreme value in the population through multiple times of optimization.
4. A method for optimizing a permanent magnet synchronous linear motor is characterized in that,
and performing cross operation optimization on the width of the magnetic pole of the motor by combining a PSO algorithm and a genetic algorithm.
5. The optimization method according to claim 4,
the method for optimizing the cross operation of the width of the magnetic pole of the motor by combining the PSO algorithm and the genetic algorithm comprises the following steps:
step S1, initializing setting;
step S2, establishing an expression of the change of the air gap flux density along with the position angle theta;
step S3, the magnetic pole width is optimized by the crossover operation.
6. The optimization method according to claim 5,
the method for initializing the setting in step S1 includes:
the permanent magnet synchronous linear motor is suitable for adopting an asymmetric magnetic pole structure, and the width of the magnetic pole is theta1With adjacent poles of width theta2、θ3、……、θnN is the number of magnetic poles of the motor, and theta is selected1、θ2For reference variable, letIs the ratio of the width of a pole of the motor to the width of its adjacent pole, and k is a positive number.
7. The optimization method according to claim 6,
the method for establishing the expression of the variation of the air gap flux density with the position angle theta in the step S2 comprises the following steps:
performing Fourier decomposition on the air gap flux density waveform, wherein the expression of the air gap flux density along with the change of a position angle theta is as follows:
B ( θ ) = B 0 + Σ n = 1 ∞ a n c o s ( n θ ) - - - ( 11 )
in the formula (11), anThe amplitude of the nth harmonic is expressed as follows:
a n = 2 B 1 n π s i n nθ 1 4 + 2 B 2 n π s i n [ n π 2 + n ( k - 3 ) θ 2 8 ] - 2 B 2 n π s i n [ n π 2 + n ( k + 1 ) θ 1 8 ] - 2 B 1 n π s i n ( n π - nθ 2 4 ) - - - ( 12 )
in the formula (12), B1、B2Air gap flux density amplitudes under different polarity magnetic poles are respectively;
θ1、θ2the relationship between (A) and (B) is as shown in formula (10), i.e. theta1=kθ2(13)。
8. The optimization method according to claim 7,
in the step S3, the magnetic pole width is optimized by the crossover operation, i.e. the magnetic pole width is optimized
Taking the width of a magnetic pole of the motor as an optimization target;
taking the k value as a speed variable in a particle swarm algorithm, taking a magnetic pole shoe as a dependent variable, searching an individual extreme value pBest of each independent variable particle through self learning, and obtaining a global extreme value gBest through learning cross comparison of other particles in the particle swarm, wherein the global extreme value gBest is the optimal value of the magnetic pole shoe;
the proper k value is selected to be the optimal ratio of the width of the magnetic pole of the motor to the width of the adjacent magnetic pole, so that the pole shoe of the magnetic pole obtains the optimal performance, namely the optimal magnetism.
CN201611111244.2A 2016-12-02 2016-12-02 Mathematical Model of Motor and Optimization Method of Permanent Magnet Synchronous Linear Motor Pending CN106529085A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201611111244.2A CN106529085A (en) 2016-12-02 2016-12-02 Mathematical Model of Motor and Optimization Method of Permanent Magnet Synchronous Linear Motor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201611111244.2A CN106529085A (en) 2016-12-02 2016-12-02 Mathematical Model of Motor and Optimization Method of Permanent Magnet Synchronous Linear Motor

Publications (1)

Publication Number Publication Date
CN106529085A true CN106529085A (en) 2017-03-22

Family

ID=58342137

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201611111244.2A Pending CN106529085A (en) 2016-12-02 2016-12-02 Mathematical Model of Motor and Optimization Method of Permanent Magnet Synchronous Linear Motor

Country Status (1)

Country Link
CN (1) CN106529085A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108021039A (en) * 2017-12-23 2018-05-11 西安交通大学 A kind of Linear motor feeding system electromechanics integrated modelling approach

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
李全武 等: "改善永磁同步电机反电势波形的磁极宽度优化方法", 《万方数据库期刊库》 *
李立毅 等: "多种群遗传算法在无铁心永磁直线同步电机优化设计中的应用", 《中国电机工程学报》 *
魏华生 等: "基于改进粒子群算法的永磁直线电机优化设计", 《微电机》 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108021039A (en) * 2017-12-23 2018-05-11 西安交通大学 A kind of Linear motor feeding system electromechanics integrated modelling approach
CN108021039B (en) * 2017-12-23 2020-03-17 西安交通大学 Electromechanical integration modeling method for linear motor feeding system

Similar Documents

Publication Publication Date Title
Sun et al. Precise control of a four degree-of-freedom permanent magnet biased active magnetic bearing system in a magnetically suspended direct-driven spindle using neural network inverse scheme
Allaoua et al. Intelligent PID DC motor speed control alteration parameters using particle swarm optimization
Jin et al. Robust multi-objective optimization of a 3-pole active magnetic bearing based on combined curves with climbing algorithm
Liu et al. Real-time particle swarm optimization based parameter identification applied to permanent magnet synchronous machine
ÇANAKOĞLU et al. Induction motor parameter estimation using metaheuristic methods
CN102013785A (en) Thrust optimization design method for tubular permanent magnet synchronous linear motor
CN112564557B (en) Control method, device and equipment of permanent magnet synchronous motor and storage medium
CN106777566B (en) Switched reluctance machines structure parameter optimizing method based on adaptive drosophila algorithm
Jatoth et al. Speed control of PMSM by hybrid genetic artificial bee colony algorithm
Knypiński et al. Optimization of the rotor geometry of the line-start permanent magnet synchronous motor by the use of particle swarm optimization
CN110266230A (en) A kind of parameter identification method of parallel mixed electrical automobile power permanent magnet synchronous motor
Song et al. Enhanced nonvector space approach for nanoscale motion control
CN106529085A (en) Mathematical Model of Motor and Optimization Method of Permanent Magnet Synchronous Linear Motor
Kewei et al. Online self-adaptive proportional-integral-derivative control for brushless DC motor based on variable universe fuzzy inference system optimized by genetic algorithm
CN105278332A (en) SOA-based PMLSM feed system PID parameter optimization method
Li et al. PMSM parameter identification based on improved PSO
Chaouch et al. Optimized torque control via backstepping using genetic algorithm of induction motor
Panda et al. Reduction of linear time-invariant systems using Routh-approximation and PSO
Hojati et al. Hybrid stepper motor with two rows of teeth on a cup-shaped rotor and a two-part stator
Jiang et al. Multi-parameter identification of permanent magnet synchronous motor based on improved grey wolf optimization algorithm
Lee Stability Analysis of Deadbeat-Direct Torque and Flux Control for Permanent Magnet Synchronous Motor Drives with Respect to Parameter Variations
CN117013890A (en) Method and system for optimizing electromagnetic vibration noise of permanent magnet synchronous motor by improving mayday algorithm
Song et al. Robust ℋ∞ Control for Disturbance Rejection in a Magnetic Levitation Device
Zhou et al. Structural parameters optimization of permanent magnet spherical motor based on BP neural network model
He et al. An Improved Hybrid Control Scheme of a Switched Reluctance Motor for Torque Ripple Reduction

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
CB03 Change of inventor or designer information
CB03 Change of inventor or designer information

Inventor after: Zhang Fuchun

Inventor after: Yang Yifei

Inventor after: Cheng Limin

Inventor after: Gu Lipeng

Inventor after: Wang Lina

Inventor before: Zhang Fuchun

Inventor before: Yang Yifei

Inventor before: Cheng Li

Inventor before: Gu Lipeng

Inventor before: Wang Lina

RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20170322