Main Content

Simulink에서의 데이터형 최적화

효율적인 설계를 위한 고정소수점 데이터형 최적화

데이터형 최적화는 다양한 고정소수점 구성을 자동으로 반복하여 최적의 이종 데이터형을 선택하고 동시에 시스템의 수치적 동작에 대한 허용오차 제약 조건을 충족합니다. 데이터형 최적화는 효율적인 설계를 위해 고정소수점 데이터형을 사용하여 총 비트 너비 또는 총 연산자 수 같은 목적 함수를 최소화하려고 합니다.

명령줄에서 fxpopt 함수를 사용하거나 고정소수점 툴에서 최적화된 고정소수점 변환 워크플로를 사용하여 데이터형을 최적화할 수 있습니다.

고정소수점 툴Convert a floating-point model to a fixed-point model

함수

fxpoptOptimize data types of a system

클래스

fxpOptimizationOptionsSpecify options for data type optimization
OptimizationSolutionOptimized fixed-point implementation of system
OptimizationResult Result after optimizing fixed-point system

도움말 항목

문제 해결

Blocks That Do Not Support Fixed-Point Data Types

Troubleshoot blocks that are not supported for fixed-point conversion.

Data Type Optimization Not Successful

Troubleshoot errors thrown during data type optimization using the fxpopt function.

Best Practices for Working with the MATLAB Function Block in Automated Fixed-Point Conversion Workflows

Follow best practices and avoid unsupported MATLAB® Function block features.