이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
MATLAB에서의 수동 고정소수점 변환
buildInstrumentedMex
함수를 사용하여, 명명된 모든 중간 변수의 최솟값과 최댓값을 기록하기 위해 알고리즘을 계측할 수 있습니다. showInstrumentationResults
함수를 사용하여, 그러한 기록된 값을 기반으로 고정소수점 데이터형을 제안할 수 있습니다.
함수
도움말 항목
- Fixed-Point Conversion Workflows
Learn which fixed-point conversion method best matches your end goal and your level of fixed-point expertise.
- Decide Which Workflow is Right for Your Application
Learn the benefits of each conversion workflow to help you decide which one best fits your needs.
- 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.
- Know When a Function is Supported for Instrumentation and Acceleration
Determine which functions are supported for fixed-point conversion.
문제 해결
Resolve Error: Function is not Supported for Fixed-Point Conversion
Troubleshoot functions that are not supported for fixed-point conversion.
Troubleshoot fi*
non-fi
errors.
Resolve Error: Data Type Mismatch
Troubleshoot data type mismatch errors.
Resolve Error: Mismatched fimath
Troubleshoot mismatched fimath
errors.