
AC Induction Motor Example
8 - 30
C2000 Microcontroller Workshop - Numerical Concepts
value. The plots start from a step change in reference speed from 0.0 to 0.5 and 1024 samples are
taken.
AC Induction Motor Example
GLOBAL_Q = 24, system stable
IQmath: speed
IQmath: current
Floating-Point: speed
Floating-Point: current
The speed eventually settles to the desired reference value and the stator current exhibits a clean
and stable oscillation. The block diagram slide shows at which points in the control system the
plots are taken from.
I8Q24 Fractions:
0
+
∞
-
∞
What’s Happening Here?
Equal Precision in the Computation Region
In the region where these particular computations occur, the
precision of single-precision floating-point just happens to equal
the precision of the I8Q24 format.
So, both produce similar results!
Floating-Point:
0
+
∞
-
∞
Same precision as I8Q24
Summary of Contents for C2000 Piccolo LaunchPad
Page 74: ...Interrupts 4 18 C2000 Microcontroller Workshop Reset and Interrupts ...
Page 100: ...Lab 5 System Initialization 5 26 C2000 Microcontroller Workshop System Initialization ...
Page 218: ...Lab 8 IQmath FIR Filter 8 42 C2000 Microcontroller Workshop Numerical Concepts ...
Page 334: ...F28069 controlCARD A 4 C2000 Microcontroller Workshop Appendix A Experimenter s Kit SW2 ...
Page 336: ...F28035 controlCARD A 6 C2000 Microcontroller Workshop Appendix A Experimenter s Kit SW2 SW3 ...