Main Content
Fixed-Point Data
Efficient approximations for non-floating-point values
Fixed-point numbers use an integer-based encoding scheme to approximate real numbers. They provide an efficient alternative for numeric computation that does not require floating-point support in underlying system hardware. Minimize the loss of precision in computations by adjusting the encoding scheme.
Topics
- Fixed-Point Data in Stateflow Charts
Define fixed-point data in Stateflow® charts.
- Fixed-Point Operations in Stateflow Charts
Use integer arithmetic to approximate real numbers.
- Operations for Fixed-Point Data in Stateflow
Perform mathematical computations on fixed-point operands.
- Handle Integer and Enumeration Overflow for Chart Data
Choose saturation or wrapping behavior for arithmetic overflows.