CN109120191B - Brushless direct current motor position sensing method based on LSSVM hierarchical classification - Google Patents
Brushless direct current motor position sensing method based on LSSVM hierarchical classification Download PDFInfo
- Publication number
- CN109120191B CN109120191B CN201811180639.7A CN201811180639A CN109120191B CN 109120191 B CN109120191 B CN 109120191B CN 201811180639 A CN201811180639 A CN 201811180639A CN 109120191 B CN109120191 B CN 109120191B
- Authority
- CN
- China
- Prior art keywords
- lssvm
- rotor
- classification
- classes
- direct current
- 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.)
- Active
Links
Images
Classifications
-
- H—ELECTRICITY
- H02—GENERATION; CONVERSION OR DISTRIBUTION OF ELECTRIC POWER
- H02P—CONTROL OR REGULATION OF ELECTRIC MOTORS, ELECTRIC GENERATORS OR DYNAMO-ELECTRIC CONVERTERS; CONTROLLING TRANSFORMERS, REACTORS OR CHOKE COILS
- H02P6/00—Arrangements for controlling synchronous motors or other dynamo-electric motors using electronic commutation dependent on the rotor position; Electronic commutators therefor
- H02P6/14—Electronic commutators
- H02P6/16—Circuit arrangements for detecting position
- H02P6/18—Circuit arrangements for detecting position without separate position detecting elements
-
- H—ELECTRICITY
- H02—GENERATION; CONVERSION OR DISTRIBUTION OF ELECTRIC POWER
- H02P—CONTROL OR REGULATION OF ELECTRIC MOTORS, ELECTRIC GENERATORS OR DYNAMO-ELECTRIC CONVERTERS; CONTROLLING TRANSFORMERS, REACTORS OR CHOKE COILS
- H02P21/00—Arrangements or methods for the control of electric machines by vector control, e.g. by control of field orientation
- H02P21/14—Estimation or adaptation of machine parameters, e.g. flux, current or voltage
- H02P21/18—Estimation of position or speed
-
- H—ELECTRICITY
- H02—GENERATION; CONVERSION OR DISTRIBUTION OF ELECTRIC POWER
- H02P—CONTROL OR REGULATION OF ELECTRIC MOTORS, ELECTRIC GENERATORS OR DYNAMO-ELECTRIC CONVERTERS; CONTROLLING TRANSFORMERS, REACTORS OR CHOKE COILS
- H02P2203/00—Indexing scheme relating to controlling arrangements characterised by the means for detecting the position of the rotor
- H02P2203/03—Determination of the rotor position, e.g. initial rotor position, during standstill or low speed operation
-
- H—ELECTRICITY
- H02—GENERATION; CONVERSION OR DISTRIBUTION OF ELECTRIC POWER
- H02P—CONTROL OR REGULATION OF ELECTRIC MOTORS, ELECTRIC GENERATORS OR DYNAMO-ELECTRIC CONVERTERS; CONTROLLING TRANSFORMERS, REACTORS OR CHOKE COILS
- H02P2203/00—Indexing scheme relating to controlling arrangements characterised by the means for detecting the position of the rotor
- H02P2203/09—Motor speed determination based on the current and/or voltage without using a tachogenerator or a physical encoder
Landscapes
- Engineering & Computer Science (AREA)
- Power Engineering (AREA)
- Control Of Motors That Do Not Use Commutators (AREA)
Abstract
The invention provides a brushless direct current motor position sensing method based on Least Square Support Vector Machine (LSSVM) hierarchical classification, aiming at the problem of brushless direct current motor rotor position detection. The method provided by the invention takes the stator voltage and current of the brushless direct current motor as the input of the decision LSSVM, the rotor position information as the output, the rotor position of the direct current motor is divided into 6 areas, each LSSVM outputs the combination of the corresponding area classes, and the decision is gradually layered until the position of the corresponding area of the rotor is distinguished; the LSSVM network is trained through a grid optimization method to determine LSSVM optimal parameters, a trained network model is applied to motor operation, motor stator voltage and current are collected to serve as input of the LSSVM, final rotor position information is determined through layered decision, logical commutation signals are calculated through rotor positions, and on-off of corresponding switch tubes corresponding to each area, namely commutation logical signals, is determined.
Description
Technical Field
The invention relates to a rotor position sensing method in the field of brushless direct current motors, in particular to a brushless direct current motor position sensing method based on Least Square Support Vector Machine (LSSVM) hierarchical classification.
Background
The brushless direct current motor controls the electronic commutation circuit through a rotor position signal to enable each winding of the stator armature to conduct commutation continuously, so that a stator magnetic field and a rotor permanent magnetic field always keep a space angle of about 90 degrees, and torque is generated to push the rotor to operate.
The rotor position information of the traditional brushless direct current motor is measured by a position sensor, and a position detection device needs to be installed, but the brushless direct current motor with the position detection device has the following defects: the motor volume is increased, which is not beneficial to the miniaturization of the motor; the position sensor is arranged in a limited space in the motor, so that the position sensor is difficult to install and maintain; difficult to adapt to harsh environments; the sensor is complicated to wire and is prone to introduce interference. Therefore, brushless dc motors without position sensors have become a focus of research.
The position measurement technology of the existing rotor position sensorless device mainly comprises a back electromotive force method, a current detection method and an intelligent algorithm. The back electromotive force is in direct proportion to the speed, so that a zero-crossing signal cannot be obtained by detecting the back electromotive force when the rotating speed is very low or even zero; the implementation of the current method mainly depends on the accuracy of the current sensor, and generally, the sensor can better obtain a signal of the current magnitude, and small changes of the current phase and the waveform are difficult to detect. Therefore, the counter-potential method and the current method have limitations when used alone.
Disclosure of Invention
The technical problem is as follows: the rotor signal detection methods with position sensors and various devices without position sensors have limitations, so that the method is difficult to be applied to occasions with higher requirements on the operation of the motor.
The technical scheme is as follows: in order to solve the problems, the LSSVM is used for rotor position detection in a layered classification mode, and the motor can stably operate according to requirements through current speed control. For a brushless direct current motor, a mapping model between a rotor position signal and motor voltage and current is established, and LSSVM hierarchical classification is adopted to realize the mapping. And the motor voltage and current are used as the input of the LSSVM, and the rotor position information is used as the output, so that the judgment of the motor rotor position is realized.
The invention discloses a rotor position detection system based on an LSSVM (least square support vector machine). the working principle of a brushless motor shows that the induction flux linkage of a phase winding of a winding A, B, C is a function of an electric angle theta, and the induction flux linkage of a phase winding of a winding A, B, C has a certain relation with the voltage and the current of a three-phase end, so that the electric angle theta, namely a rotor position signal, can be predicted according to the voltage and the current of the three-phase end.
The LSSVM is a binary classification model, and the purpose of the LSSVM is to find a hyperplane to segment samples, and the segmentation principle is interval maximization. The general form of the multivariate nonlinear classification model is described as follows: y is i=sgn(g(xi) Therein) are provided withi is 1,2, …, N represents the input quantity of LSSVM classification prediction model, yiRepresenting the model target output quantity. Mapping function phi (x)i):And mapping the samples of the original input space into a high-dimensional feature space omega by using a kernel function, and performing linear classification on the sample data in the feature space by using the mapping function.
The LSSVM classification function may be expressed as: g (x) ═ ω · Φ (x)) + b (1)
Wherein the vector ω ∈ RnThe bias b ∈ R. The SVM minimizes the sample error while using the principle of structure risk minimization, the function fitting problem can be described as an optimization problem:
in the formulaIs a function that maps input data to a high-dimensional feature space; omega ∈ Rn,eiAs an error, ei,b∈R,C>And 0 is a penalty coefficient used for controlling the smoothness of the solution, the larger the value of the penalty coefficient is, the stronger the penalty degree of the error is, and T is a transposition.
Converting the model into dual space according to equation (1) to solve, the following Lagrange function is obtained:
in the formula alphaiE.g. R is Lagrange multiplier, for omega, e respectivelyi,b,αiCalculating partial derivatives, and making the partial derivatives be 0:
elimination of omega, eiAnd (4) finishing to obtain a linear equation system:
wherein y is [ y ]1…yN],α=[α1…αN],ET=[1…1]Ω is the kernel matrix, G is the kernel function satisfying Mercer's theorem:
solving the formula (5) to obtain α, b, and obtaining the nonlinear regression function as:
Determining a classification result according to the signs of g (x), wherein: optimal lagrange multiplier alphai(ii) a b is a bias term.
The LSSVM is a learning method based on kernels, and kernel function selection has important influence on the LSSVM performance. To this end, the present invention builds classifiers using the 3 kernel functions shown in table one, respectively.
Table one used 3 kinds of kernel functions
Name of Kernel function | Expression of kernel functions |
Polynomial kernel function | GP(xi,x)=(xTxi+1)u(u∈N) |
RBF kernel function | GR(xi,x)=exp(-‖x-xi‖2/σ2)(σ≠0∈R) |
Sigmoid kernel | GS(xi,x)=tanh(a(xTxi)+c)(a,c∈R) |
In table I, GP,GR,GSRespectively representing a polynomial kernel, an RBF kernel and a Sigmoid kernel. U in the polynomial kernel function is used for setting the highest term degree of the polynomial kernel function; sigma in the RBF kernel function is a width parameter of the function, and the radial action range of the function is controlled; and a and c in the Sigmoid kernel function are used for setting parameters in the kernel function.
The invention provides a brushless direct current motor position sensing method based on LSSVM (SVM) hierarchical classification, A, B phase voltage ua(k),ub(k) Current ia(k),ib(k),ia(k-1),ib(k-1) as the input of LSSVM, S (K) as the rotor position signal, taking the rotor position signal as the output of LSSVM, outputting the combination of the corresponding region classes by each LSSVM, and gradually making layered decision until the position of the corresponding region of the rotor is distinguished. Gj(xiX) is the kernel function, j is 1,2, …, L are L classifiers, K is the time series, and K is the rotor position.
The invention provides a position detection algorithm based on SVM layered classification, which mainly comprises an LSSVM layered classification modeling and model operation part.
The LSSVM layered classification modeling part mainly comprises the following steps:
step 1: for the input and output detection signals of the brushless direct current motor acquisition system with the same type of the position sensor: A. phase B voltage ua(k),ub(k) Current ia(k),ib(k),ia(k-1),ib(k-1) serving as the input of the LSSVM, S (K) serving as a rotor position signal, serving as the output of the LSSVM, dividing an electric angle theta of 0-360 degrees of rotation of a rotor of the direct current motor into 6 areas of 60 degrees, wherein the electric angle theta is the number of each area, the positions of the rotor are represented by the serial numbers 1-6 of the areas, and the measured training data and the measured test data are normalized;
step 2: setting 5 LSSVM2 classifiers, wherein the first layer 1 classifier determines the samples of two selected categories (such as 1-2) as positive samples, the samples of the rest 4 categories (such as 3-6 categories) as negative samples, the second layer 2 classifier determines the data of 2 categories (such as 1-2 categories) as positive samples and negative samples respectively by the first layer, thereby distinguishing and identifying (category 1 and category 2), the data of 4 categories determined by the first layer is applied to the second classifier, and is divided into 2 two categories (such as 3-4 categories and 4-5 categories), the second layer 2 classifier is further distinguished by the 3 layer 2 classifier, and in this way, 5 such two categories can be obtained, wherein one of the structures is shown in the table two.
Example of a two-level classifier
Determining a kernel function GjThe kernel function selects one of a polynomial, a radial basis function, and a sig function.
Step 3: and respectively selecting training samples of corresponding classes according to the output of the classifier, wherein the positive sample is +1, the negative sample is-1, respectively training the 5 LSSVM models by adopting a Vapnik algorithm, and verifying and testing by adopting a grid optimization method to obtain an optimal model parameter punishment coefficient C and a kernel function parameter so as to obtain 5 optimal LSSVM two classifiers.
The LSSVM hierarchical classification operation part mainly comprises the following steps:
step 1: collecting related voltage and current input signals in real time and normalizing;
step 2: inputting related voltage and current input signals into an established LSSVM classifier to obtain a classification result of a region Ki where a rotor is located;
when the classification belongs to the classes 1, 2, … and 6, two or more results are obtained, the result of the last classification is kept unchanged; when the classification result belongs to the classes 1, 2, … and 6, the last classification result is kept unchanged.
Step3 performs real-time control according to the classified rotor position. And calculating a logic commutation signal through the position of the rotor, and determining the on-off of each region corresponding to the corresponding switch tube, namely the commutation logic signal. The transformation relation between the rotor position information and the commutation logic signal is shown in table three, wherein 1 represents on, and 0 represents off.
Conversion relation table for three-rotor position information and phase conversion logic signal
Has the beneficial effects that: the position sensing method has the advantages of good dynamic performance, high robustness and the like. The operation speed of the algorithm is high, and the reaction speed of the controller is improved.
Drawings
Fig. 1 is a structural diagram of a brushless direct current motor position sensing based on LSSVM hierarchical classification.
The specific implementation mode is as follows:
the invention provides a brushless direct current motor position sensing method based on LSSVM layered classification, which combines a system structure diagram and a specific implementation scheme thereof to be detailed as follows:
step 1: collecting the same model brushless DC motor with position sensorSystem input/output detection signal: A. phase u of B voltagea(k),ub(k) Current ia(k),ib(k),ia(k-1),ib(k-1) as the input of the LSSVM, and S (K) as the output of the LSSVM, wherein the rotor position signal is obtained by dividing the electrical angle theta of 0-360 degrees of the rotor rotation of the DC motor into 6 regions of 60 degrees, and the rotor positions are represented by the region numbers 1-6.
Step 2: the method is characterized in that 5 LSSVM2 classifiers are arranged in total, the first layer 1 classifier determines samples of two selected categories 1-2 as positive samples, the remaining 4 categories 3-6 samples are determined as negative samples, the second layer 2 classifier determines the category 1-2 data and continues to determine the samples of the categories 1 and 2 as positive samples and negative samples respectively so as to distinguish and identify the categories 1 and 2, the first layer data determined as the category 3-6 is applied to the second classifier and is divided into the categories 3-4 and 5-6, the layer 3 2 classifier continues to distinguish the categories 2, and in this way, 5 classifiers can be obtained, and the structures of the two categories are shown in the fourth table.
Four-layer classifier for table
The training data and the testing data are measured by a brushless direct current motor with a position sensor, and 5000 groups of measured training data and 2500 groups of measured testing data are subjected to normalization processing; determining the excitation function as G being a radial basis function
Where x is the input data, xiIs the radial base center, σiThe radial base radius is defined as i equal to 1,2, … m, where m is the number of central vectors. j is the corresponding classifier index, j equals 1,2, …, 5.
Step 3: respectively selecting training samples of corresponding classes according to the output of the classifier, wherein the positive sample is +1, the negative sample is-1, and Vapnik calculation is adoptedTraining 5 LSSVM models by using the method, and obtaining an optimal model parameter penalty coefficient C and a radial basis radius sigma by using a grid optimization method and a leave-one-cross validation testiAnd 5 optimal LSSVM two classifiers are obtained. The parameter grid is selected according to the index change as follows:
penalty coefficient C: 106-10-1(ii) a Radius of radial base σi:10-5-10-1
A second part: the LSSVM hierarchical classification model operation part mainly comprises the following steps:
step 1: collecting related voltage and current input signals in real time and normalizing;
step 2: inputting related voltage and current input signals into the established LSSVM layered classifier to obtain the region K of the rotor iClassifying results;
when the classification belongs to the classes 1, 2, … and 6, two or more results are obtained, the last classification result is kept unchanged; when the classification result belongs to the classes 1, 2, … and 6, the last classification result is kept unchanged.
Step3, judging the position S (K) of the rotor through an LSSVM classification network, namely the area K of the rotoriAnd real-time control is carried out according to the position of the rotor. And calculating a logic commutation signal through the position of the rotor, and determining the on-off of a corresponding switch tube corresponding to each area, namely the commutation logic signal.
While the foregoing is directed to the preferred embodiment of the present invention, other and further embodiments of the invention may be devised without departing from the basic scope thereof, and the scope thereof is determined by the claims that follow.
Claims (1)
1. A brushless direct current motor position sensing method based on Least Square Support Vector Machine (LSSVM) hierarchical classification is characterized in that a LSSVM hierarchical classifier is used for obtaining position signals of a rotor of a brushless direct current motor, so that errors of the motor caused by the existence of a position sensor are reduced, and the size of the motor is reduced; the method adopts an LSSVM two-classification structure, determines final classification output through hierarchical decision, and mainly comprises an LSSVM hierarchical classification modeling and model operation part:
1) The LSSVM layered classification modeling part mainly comprises the following steps:
step 1: inputting and outputting detection signals to and from a brushless direct current motor acquisition system with a position sensor of the same type, taking A, B phase voltages ua (K), ub (K) and currents ia (K), ib (K), ia (K-1) and ib (K-1) as the input of an LSSVM, taking a rotor position signal S (K) as the output of the LSSVM, wherein each LSSVM output corresponds to an area sample set, K is a time sequence, and K is the rotor position, and making decisions continuously until each category is separated; dividing the rotor of the direct current motor into 6 areas with an electric angle of 0-360 degrees of rotation, wherein each area is 60 degrees, the area where the rotor is located is represented by a class serial number of 1-6, and performing normalization processing on the measured training data and the measured test data;
step 2: setting 5 LSSVM two classifiers in total, wherein the first layer comprises six classes from class 1 to class 6, samples of the two selected classes are taken as positive samples, and samples of the remaining four classes are taken as negative samples; the second layer two second classifiers are used for respectively defining two categories in the positive samples of the first layer as positive samples and negative samples so as to distinguish the two categories; the second layer of second classifiers divides the four classes in the first layer of negative samples into two groups, each group comprises two classes, and two second classifiers in the third layer are obtained, the two classes contained in the two second classifiers in the third layer are respectively continuously distinguished, so that the remaining four classes can be distinguished, and 5 binary classifiers are obtained in total; determining a kernel function Gj, wherein the kernel function selects one of a polynomial, a radial basis and a sig function;
Step 3: respectively selecting training samples of corresponding classes according to the output of the classifiers, wherein the positive sample is +1, the negative sample is-1, training the 5 LSSVM two classifiers by adopting a Vapnik algorithm, and verifying and testing by adopting a grid optimization method to obtain an optimal model parameter penalty coefficient C and a kernel function parameter to obtain 5 optimal LSSVM two classifiers;
2) the LSSVM layered classification model operation part mainly comprises the following steps:
step 1: collecting related voltage and current input signals in real time and normalizing;
step 2: inputting related voltage and current input signals into the established LSSVM classifier to obtain a classification result of the region where the rotor is located;
when the classification belongs to the classes 1, 2, … and 6, two or more results are obtained, the result of the last classification is kept unchanged; when the classification result belongs to the classes 1, 2, … and 6, the classification result is kept unchanged;
step 3: performing real-time control according to the classified rotor position; and calculating a logic commutation signal through the position of the rotor to determine the on-off of the switching tube corresponding to each area.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201811180639.7A CN109120191B (en) | 2018-10-09 | 2018-10-09 | Brushless direct current motor position sensing method based on LSSVM hierarchical classification |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201811180639.7A CN109120191B (en) | 2018-10-09 | 2018-10-09 | Brushless direct current motor position sensing method based on LSSVM hierarchical classification |
Publications (2)
Publication Number | Publication Date |
---|---|
CN109120191A CN109120191A (en) | 2019-01-01 |
CN109120191B true CN109120191B (en) | 2022-07-15 |
Family
ID=64857891
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201811180639.7A Active CN109120191B (en) | 2018-10-09 | 2018-10-09 | Brushless direct current motor position sensing method based on LSSVM hierarchical classification |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN109120191B (en) |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102945324A (en) * | 2012-11-13 | 2013-02-27 | 江苏科技大学 | Multi-model least square support vector machine (LSSVM) modeling method of brushless direct current motor |
CN103501148A (en) * | 2013-09-24 | 2014-01-08 | 江苏大学 | Method for controlling operation of non-radial displacement sensor of bearingless permanent magnetic synchronous motor |
CN106022352A (en) * | 2016-05-05 | 2016-10-12 | 哈尔滨理工大学 | Submersible piston pump fault diagnosis method based on support vector machine |
-
2018
- 2018-10-09 CN CN201811180639.7A patent/CN109120191B/en active Active
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102945324A (en) * | 2012-11-13 | 2013-02-27 | 江苏科技大学 | Multi-model least square support vector machine (LSSVM) modeling method of brushless direct current motor |
CN103501148A (en) * | 2013-09-24 | 2014-01-08 | 江苏大学 | Method for controlling operation of non-radial displacement sensor of bearingless permanent magnetic synchronous motor |
CN106022352A (en) * | 2016-05-05 | 2016-10-12 | 哈尔滨理工大学 | Submersible piston pump fault diagnosis method based on support vector machine |
Non-Patent Citations (3)
Title |
---|
Evaluation of SVM Speed and Position Observers for Sensorless PMSM in Start-up Region;Xiaoquan Lu等;《7th IET International Conference on Power Electronics, Machines and Drives (PEMD 2014)》;20140619;第1-6页 * |
Least squares twin SVM decision tree for multi-class classification;Qing Yu等;《2016 9th International Congress on Image and Signal Processing, BioMedical Engineering and Informatics (CISP-BMEI)》;20170216;第1927-1931页 * |
永磁无刷直流电机驱动的电动压缩机控制研究;马跃;《中国优秀硕士学位论文全文数据库工程科技II辑》;20180415;第25-36页 * |
Also Published As
Publication number | Publication date |
---|---|
CN109120191A (en) | 2019-01-01 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
Maraaba et al. | Convolutional neural network-based inter-turn fault diagnosis in LSPMSMs | |
Husari et al. | Incipient interturn fault detection and severity evaluation in electric drive system using hybrid HCNN-SVM based model | |
Soualhi et al. | Detection and diagnosis of faults in induction motor using an improved artificial ant clustering technique | |
Ondel et al. | A method to detect broken bars in induction machine using pattern recognition techniques | |
CN112036435A (en) | Brushless direct current motor sensor fault detection method based on convolutional neural network | |
CN110147760B (en) | Novel efficient electric energy quality disturbance image feature extraction and identification method | |
CN106326915B (en) | A kind of Fault Diagnosis for Chemical Process method based on improvement core Fisher | |
CN102693452A (en) | Multiple-model soft-measuring method based on semi-supervised regression learning | |
CN111538960B (en) | Alternating current asynchronous motor fault diagnosis method based on improved fuzzy C-means clustering | |
CN111126449A (en) | Battery fault classification diagnosis method based on cluster analysis | |
CN103633903A (en) | Self-detection method for positions of rotors of switched reluctance motors | |
Bandyopadhyay et al. | A combined image processing and Nearest Neighbor Algorithm tool for classification of incipient faults in induction motor drives | |
CN109120191B (en) | Brushless direct current motor position sensing method based on LSSVM hierarchical classification | |
Oner et al. | Neural networks detect inter-turn short circuit faults using inverter switching statistics for a closed-loop controlled motor drive | |
CN107947650B (en) | Brushless direct current motor position sensorless control method based on extreme learning machine classification | |
CN109150054B (en) | LSSVM decision classification-based brushless direct current motor position sensing method | |
Wang et al. | Broken rotor bar fault detection of induction motors using a joint algorithm of trust region and modified bare-bones particle swarm optimization | |
Rai et al. | A comparative performance analysis for loss minimization of induction motor drive based on soft computing techniques | |
Skylvik et al. | Data-driven fault diagnosis of induction motors using a stacked autoencoder network | |
CN108712116B (en) | Brushless direct current motor position sensorless control method based on extreme learning machine | |
CN109120192A (en) | Based on a pair of polytypic Brushless DC Motor Position method for sensing of LSSVM | |
CN114474053B (en) | Robot terrain recognition and speed control method and system | |
Kuraku et al. | Probabilistic PCA-support vector machine based fault diagnosis of single phase 5-level cascaded H-bridge MLI | |
Choi et al. | Data Preprocessing Method in Motor Fault Diagnosis Using Unsupervised Learning | |
CN109245651A (en) | Based on the polytypic Brushless DC Motor Position method for sensing of LSSVM |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |