MATLAB: Where can I find some introductory material for Fixed Point

fixed-pointFixed-Point Designer

Are there some useful resources to get started with fixed-point basic concepts?

Best Answer

The following resources provide a good overview of the basic concepts for you to get started with fixed-point:
These resources give you an introduction to the basic concepts regarding number representation, numerics etc.
Understanding the basics of data types and fixed-point arithmetic:
These resources cover how MathWorks tools enable fixed-point design.
How can I explore and apply fixed-point data types in my Simulink model?
Using Fixed-Point Tool:
Fixed-Point Optimization:
Lookup table optimization:
These resources explain the impact of fixed-point design on your system behavior.
Impact of choosing fixed-point data types on my system
Related Question