Aritmética de punto fijo
La aritmética de punto fijo se refiere a cómo se opera con palabras binarias con o sin signo. La simplicidad de las funciones aritméticas de punto fijo, como la suma y la resta, permite implementaciones en hardware rentables.
Temas
- Fixed-Point ArithmeticAddition, subtraction, multiplication, casts, modulo, and two’s complement arithmetic. 
- Rules for Arithmetic OperationsRules that the Simulink® software follows when arithmetic operations are performed on inputs and parameters. 
- ShiftsBit-shift operations for integers. 
- Conversions and Arithmetic OperationsExample highlighting how the data types are converted and arithmetic operations are performed on inputs and parameters in the Simulink software. 
- The Summation ProcessAddition of n-bit numbers in the Simulink software. 
- The Multiplication ProcessMultiplication of n-bit binary numbers with m-bit binary numbers in the Simulink software. 
- The Division ProcessInteger division for fixed-point data types in the Simulink software. 
- fimath Properties Usage for Fixed-Point ArithmeticFixed-point arithmetic using fimathobjects to control the results.
