Rango
El rango es el intervalo de números que puede representar un tipo de datos de punto fijo y escalado. El rango es limitado porque las palabras de punto fijo tienen un tamaño limitado.
Temas
- Range and Precision
Range and precision of fixed-point data types.
- Saturation and Wrapping
Saturation and wrapping describe a particular way that some processors deal with overflow conditions.
- Determine the Range of Fixed-Point Numbers
Fixed-point variables have a limited range because digital systems represent numbers with a finite number of bits.
- Guard Bits
Eliminate the possibility of overflow by appending the appropriate number of guard bits to a binary word.
- Underflow and Overflow Logging Using fipref
Examples of using
fipref
objects to set logging preferences forfi
objects. - Manejar desbordamientos en modelos de Simulink
Controle los mensajes de advertencia que recibe cuando un modelo contiene un desbordamiento.