이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
MATLAB의 계측 및 시각화
MATLAB®에서 시뮬레이션 데이터와 통계량 수집, 시각화를 사용하여 설계 탐색
알고리즘의 고정소수점 변수에 대한 스케일링을 선택하는 것은 어려울 수 있습니다. Fixed-Point Designer™에서는 데이터형 재정의와 최솟값/최댓값 기록의 조합을 모델 전체에 적용되는 자동 계측과 함께 사용하여 고정소수점 데이터형에서 처리해야 하는 수치 범위를 손쉽게 찾을 수 있습니다. 이러한 범위에 따라 고정소수점 데이터형에 적합한 스케일링이 달라집니다.
함수
buildInstrumentedMex | Generate compiled C code function including logging instrumentation |
showInstrumentationResults | Results logged by instrumented, compiled C code function |
clearInstrumentationResults | Clear results logged by instrumented, compiled C code function |
NumericTypeScope | Determine fixed-point data type |
도움말 항목
- Data Type Override Preferences Using fipref
Data type override using the
fipref
object. - Manual Fixed-Point Conversion Workflow
Learn about workflow for manual float-to-fixed conversion.
- Manual Fixed-Point Conversion Best Practices
Get from generic MATLAB code to an efficient fixed-point implementation using manual fixed-point conversion.
- Manually Convert a Floating-Point MATLAB Algorithm to Fixed Point
Manual conversion of a floating-point MATLAB algorithm to fixed point.