범위
범위에 대한 제한 사항, 언더플로와 오버플로, 포화와 래핑
범위는 고정소수점 데이터형과 스케일링으로 표현할 수 있는 숫자의 범위입니다. 고정소수점 워드의 크기에 제한이 있으므로 범위가 제한됩니다.
도움말 항목
- 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.
- 가드 비트
이진 워드에 적절한 가드 비트 수를 추가하여 오버플로 가능성을 없앱니다.
- Underflow and Overflow Logging Using fipref
Examples of using
fipref
objects to set logging preferences forfi
objects. - Simulink 모델에서 오버플로 처리하기
모델에서 오버플로가 발생할 경우 받게 되는 경고 메시지를 제어합니다.