Resolver Decoder
Compute motor mechanical position and speed and sine and cosine values of motor electrical position
Since R2020a
Libraries:
Motor Control Blockset /
Sensor Decoders
Description
The Resolver Decoder block computes the following for a resolver connected to the motor shaft:
Mechanical angular position of motor
Sine and cosine values of electrical angular position of motor
Mechanical speed of motor
A resolver uses a primary excitation input signal to generate the modulated secondary sine and cosine waveforms, which are then sampled by the ADC. The resolver utilizes one winding to two winding transformations. The sine and cosine modulation occurs in the secondary windings because of the design and construction of these windings, which places them at positions that are 90 degrees apart.
For more details about the algorithm used by the block, see Algorithm.
Ports
Input
V Sin — Sampled secondary sine signal
vector
Sampled secondary sine waveform output from the resolver. When using sinusoidal excitation, normalize this signal so that it lies in the range [-1, 1] and is centred at 0.
Data Types: single
| double
| fixed point
V Cos — Sampled secondary cosine signal
vector
Sampled secondary cosine waveform output from the resolver. When using sinusoidal excitation, normalize this signal so that it lies in the range [-1, 1] and is centred at 0.
Data Types: single
| double
| fixed point
Output
θm — Motor mechanical position
scalar
Mechanical angular position of the resolver (and the motor) in either degrees, radians, or per-unit.
Data Types: single
| double
| fixed point
sinθe — Sine of electrical motor position
scalar
Sine of the electrical angular position of the motor.
Data Types: single
| double
| fixed point
cosθe — Cosine of electrical motor position
scalar
Cosine of the electrical angular position of the motor.
Data Types: single
| double
| fixed point
ωm — Motor mechanical speed
scalar
Mechanical speed of the motor in either degrees/sec, radians/sec, RPM, or per-unit.
Data Types: single
| double
| fixed point
Parameters
Computation method — Computation method used by block
Arithmetic
(default) | PLL
Set the Resolver Decoder block to use one of the following computation techniques:
Arithmetic
— Use an algorithm based on arithmetic equations and atan2 based operations to compute the block outputs. For more information about this technique, see the Algorithm section on this page.Sine and Cosine electrical position
— Use a PLL based algorithm to compute the block outputs. For more information about this technique, see .PLL with Feed Forward
Block Output — Output of block
Mechanical position
(default) | Sine and Cosine electrical position
| Mechanical speed
Set the Resolver Decoder block to output one of more of the following:
Mechanical position
— Enable the block to compute motor mechanical position.Sine and Cosine electrical position
— Enable the block to compute sine and cosine values of motor electrical position.Mechanical speed
— Enable the block to compute the mechanical speed of the motor.
Input Parameters
Number of pole-pairs for resolver — Resolver pole pair count
1
(default) | scalar
The number of pole pairs available in the resolver.
Type of excitation method — Resolve excitation method
Sinusoidal Excitation
(default) | Square Pulse Excitation
The resolver excitation method used to obtain the secondary sine and cosine waveforms.
Enable input normalization — Enable block to normalize inputs
off
(default) | on
When using square-pulse excitation method, the block normalizes the secondary sine and cosine inputs only if you select this parameter.
Dependencies
To enable this parameter, set Type of excitation method to
Square Pulse Excitation
.
Discrete step size (s) — Sample time after which block executes again
50e-6
(default) | scalar
The fixed time interval (in seconds) between every two consecutive instances of block execution.
Dependencies
To enable this parameter, set Block Output to
Mechanical speed
.
Inputs for Sine and Cosine electrical position
Number of pole-pairs for motor — Motor pole pair count
3
(default) | scalar
The number of pole pairs available in the motor.
Dependencies
To enable this parameter, set Block Output to
Sine and Cosine electrical position
.
Position offset (mechanical radians) — Resolver mechanical position offset (in radians)
0
(default) | scalar
The offset between the resolver mechanical position and motor mechanical position (in radians).
Dependencies
To enable this parameter, set Block Output to
Sine and Cosine electrical position
.
Integer rounding mode — Rounding mode for fixed-point operations
Zero
(default) | Simplest
Select the rounding mode for fixed-point operations used when computing the sine and cosine of the motor electrical position.
Simplest
— The block generates compact rounding code with faster computation. However, with time, this mode may add bias in the sine and cosine electrical position output.Zero
— The block ensures that the rounding code does not add any bias in the sine and cosine electrical position output. However, this results in slower computation.
Dependencies
To enable this parameter, set Block Output to
Sine and Cosine electrical position
.
Inputs for sinusoidal excitation method
Phase delay (electrical radians) — Phase delay for input signals
0.1746
(default) | scalar
The phase delay that the block adds to the Sin
and
Cos
input port signals.
Dependencies
To enable this parameter, set Type of excitation method to
Sinusoidal Excitation
.
Number of samples per excitation cycle — Samples per cycle of input signal
16
(default) | even scalar greater than zero
Number of samples available in one cycle of the Sin
and
Cos
input port signals.
Dependencies
To enable this parameter, set Type of excitation method to
Sinusoidal Excitation
.
Output Parameters
Position unit — Unit of position output
Radians
(default) | Degrees
| Per-unit
The unit of the mechanical position output of the block.
Dependencies
To enable this parameter, set Block Output to
Mechanical position
.
Speed unit — Unit of speed output
Degrees/Sec
(default) | Radians/Sec
| RPM
| Per-unit
The unit of the mechanical speed output of the block.
Dependencies
To enable this parameter, set Block Output to
Mechanical speed
.
Base speed (RPM) — Base speed of the motor (RPM)
2000
(default) | scalar
The rated speed of the motor (in RPM).
Dependencies
To enable this parameter, set Speed unit to
Per-Unit
and Block Output to
Mechanical speed
.
Algorithms
The block uses the correctly sampled and normalized version of the secondary sine and cosine waveforms to demodulate the sine and cosine signals using which it determines the electrical position of the resolver. It converts this position into its mechanical equivalent according to the number of pole pairs available in the resolver. The resulting value indicates the mechanical position of the motor.
The block also uses the demodulated sine and cosine signals (sine and cosine of resolver electrical angle) to compute the motor speed as well as the sine and cosine values of the motor electrical position.
Resolver Excitation Methods
The block supports these excitation methods:
Sinusoidal excitation — The primary excitation signal in this method is sinusoidal. This method generates sinusoidal secondary waveforms after modulation.
Square-pulse excitation — The primary excitation signal in this method is a square pulse. This method generates square-pulse secondary signals after modulation.
Sinusoidal Excitation
When you use the sinusoidal excitation method, the block expects secondary sine and cosine resolver signals sampled, by default, at the rate of 16 samples per excitation signal cycle, as shown in the diagram. The block can also add a phase delay to the sampled sine and cosine signals with respect to the excitation signal.
When using sinusoidal excitation, the block does not normalize the modulated sine and cosine resolver output automatically. You need to normalize these modulated waveforms (within the range of [-1,1] and centred at 0) before inputting them to the block.
The block then demodulates the sampled signal. It computes the average and peak amplitude values and the sign of the peak amplitude of a signal cycle as
,
, and
where:
is the average amplitude value of a signal cycle
is the number of samples per excitation cycle
is the peak amplitude value of a signal cycle
The block computes the electrical angular position of the resolver as
where:
is the of the secondary sine signal
is the of the secondary cosine signal
is the electrical angular position of the resolver
This enables the block to demodulate and extract the sine and cosine envelopes. The block uses these demodulated envelop signals to compute the block outputs.
Square-Pulse Excitation
When using the square pulse excitation method, the block expects the secondary sine and cosine signals sampled at the rate of one sample every pulse as shown below.
If you select the Enable input normalization parameter, then after receiving the discrete-time sampled waveform, the block automatically normalizes the waveform (within the range of [-1,1] and centred at 0). To perform normalization within the block, ensure that both input signals have equal peak magnitudes.
The block then demodulates the sine and cosine signals and uses the demodulated signals to compute the block outputs.
Computation of Motor Mechanical Position
When using either sinusoidal or square-pulse excitation, the block uses the demodulated waveforms to compute the electrical position of the resolver. This resolver position can vary using either a positive ramp (for clockwise rotation) or a negative ramp (for counterclockwise rotation).
To correctly detect the wrap-around (from 0 PU to 1 PU or from 1 PU to 0 PU), the block measures the difference between the two consecutive samples. Because the input signal frequency is always less than half of the sampling frequency, a difference less than –0.5 PU indicates a positive ramp whereas a difference that is less than +0.5 PU indicates a negative ramp.
After identifying the resolver electrical position direction, the block uses the number of resolver pole pairs to compute the mechanical position of the resolver (and the motor) by extrapolating the ramp signal.
For example, for a three-pole pair resolver, the block extrapolates the ramp to achieve a magnitude that is three times the original magnitude. It then divides the value by 3 to obtain the resolver mechanical position as shown in these plots.
This section shows how the block uses arithmetic operations to compute mechanical position of the motor. Alternatively, the block can also compute the mechanical position using an algorithm based on phase-locked loop (PLL). For details about the PLL-based computation method, see PLL with Feed Forward.
Computation of Sine and Cosine of Electrical Motor Position
When using either sinusoidal or square-pulse excitation, the block generates the demodulated sine and cosine waveforms (sine and cosine of resolver electrical position). From these demodulated waveforms, the block computes the sine and cosine of the motor electrical position using an arithmetic computation according to the ratio of the motor and resolver pole pairs. To accommodate for different possible ratios, the block utilizes unit blocks, which in turn use a structure based on the generic binary coded decimal (BCD).
For example, if the ratio of motor and resolver pole pairs (n) is 5, the following image shows the BCD-based algorithm that eventually generates the sine and cosine of the motor electrical position.
Therefore, n = number of motor pole pairs/ number of resolver pole pairs = 5.
BCD code for n = 5
is [0 0 1 0
1]
or [24 23
22 21
20]
. The block configures the algorithm for this
sequence as shown below.
The block supports values of n (integers) ranging from 1 to 31.
Note
The block optimizes the computation according to the ratio n. For
example, if n = 5
, the block only computes
sin_2th
and cos_2th
twice by utilizing the
following two subsystems only.
Similarly, whenever a switch does not bypass the signals, it terminates them as shown in the diagram to ensure minimal and optimized code generation.
This section shows how the block uses arithmetic operations to compute the sine and cosine equivalents of electrical motor position. Alternatively, the block can also compute the sine and cos equivalents of electrical position using an algorithm based on phase-locked loop (PLL). For details about the PLL-based computation method, see PLL with Feed Forward.
Computation of Motor Speed
When using either sinusoidal or square-pulse excitation, the block generates the demodulated sine and cosine waveforms (sine and cosine of resolver electrical position). From these waveforms, the block computes the motor mechanical speed using the algorithm described here.
First, the block computes the difference between the two samples of these discrete time sampled signals and adds them.
In the ideal scenario, when using continuous time signals:
Where, ωr is constant with respect to time.
Because we use discrete time sampled signals:
If ωxTs is very small, then
sinωrTs approximately
equals ωrTs. This is
speed x time
, therefore, this term indicates position difference for a
sample duration Δθ
.
To obtain a more accurate speed, we use the Taylor series expansion of sin-1 to add the following compensation of .
Because the error is negligible, the preceding ωr value can be considered as accurate. Therefore, we can state:
where, Pr is the number of pole pairs of resolver.
The block multiplies the gain of separately to avoid data overflow when using a fixed-point data type.
Here, is the approximate compensation that the block applies to the computed speed as shown in the diagram to obtain a more accurate version of the actual mechanical speed.
Where:
g is the speed conversion factor
θ is the electrical position of the resolver
ωr is the electrical speed of the resolver
Δθ is the resolver electrical position difference per sample
ω is the mechanical speed of the resolver (or motor)
Ts is the sampling time of the sine and cosine envelop signals
Note
All block inputs should have identical amplitude and data types (either signed fixed or floating point).
This section shows how the block uses arithmetic operations to compute motor speed. Alternatively, the block can also compute the motor speed using an algorithm based on phase-locked loop (PLL). For details about the PLL-based computation method, see PLL with Feed Forward.
References
[1] The block's capability of resolver excitation using square-pulse carrier frequency is based on the collaboration (IITD/FT/03/2038/2020) between The MathWorks, Inc. and Indian Institute of Technology (IIT), Delhi - with inputs from Prof. Amit Kumar Jain (Faculty Consultant-Incharge, EE, IIT Delhi) and Apurva Verma (PhD student, IIT Delhi).
Extended Capabilities
C/C++ Code Generation
Generate C and C++ code using Simulink® Coder™.
Fixed-Point Conversion
Design and simulate fixed-point systems using Fixed-Point Designer™.
Version History
Introduced in R2020a
MATLAB 명령
다음 MATLAB 명령에 해당하는 링크를 클릭했습니다.
명령을 실행하려면 MATLAB 명령 창에 입력하십시오. 웹 브라우저는 MATLAB 명령을 지원하지 않습니다.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)