16-bits fixed-point PID implementations in C

Version 1.0.0.0 (15.4 KB) by Gilles
Evaluation of two 16-bits fixed-point PID implementations in C with the Legacy code tool.
1.9K Downloads
Updated 13 Nov 2008

No License

The effect of fixed-point arithmetic in 16-bits PID controller C routines
on the closed-loop precision is shown in this Simulink model.

Two Simulink blocks that implement single and double
precision 16-bits PID C routines are generated with the LCT. The C sources
are supplied for user modifications if required.

Controllers work with 16-bits data and coefficients word lengths. Coefficients
and data fixed-point numbers have respectively 12-bits and 10-bits fractionnal part.

For a reference step excitation, you will see that the permanent errors for
the fixed-point pids do not equal zero. Without rounding (look inside model
for rounding mode switching), the single precision pid exibits an error about
8 data lsb when the double precision one is just around 2 lsb.
After changing the rounding mode to "nearest", the single precision
implementation error falls to 3 lsb !

Look inside the code sources and you will see that the differences are i) the
internal controller state is stored in double precision and ii) the downcasts
(right shifts) are not done at the same point in the fixed-point computation.

Cite As

Gilles (2024). 16-bits fixed-point PID implementations in C (https://www.mathworks.com/matlabcentral/fileexchange/22078-16-bits-fixed-point-pid-implementations-in-c), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2007b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0