주요 콘텐츠

이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.

MATLAB의 자동화된 고정소수점 변환

fiaccel을 사용하여 고정소수점으로 변환

fiaccel을 사용하여 명령줄에서 부동소수점 MATLAB® 코드를 고정소수점 MATLAB 코드로 변환할 수 있습니다.

함수

fiaccelAccelerate fixed-point code or convert floating-point MATLAB code to fixed-point MATLAB code
coder.config고정소수점 변환 또는 단정밀도 변환을 위한 구성 객체 생성
coder.approximationCreate function replacement configuration object
coder.allowpcodeP 코드 파일로부터 코드 생성
coder.constFold expressions into constants in generated code
coder.extrinsic함수를 외재적 함수로 선언하고 MATLAB에서 실행
coder.float2fixed.skipExclude functions from fixed-point conversion (R2024b 이후)
coder.inlineControl inlining of current function in generated code
coder.inlineCallInline called function in generated code (R2024a 이후)
coder.loadLoad constants from MAT file or ASCII file at code generation time
coder.newtypeCreate coder.Type object to represent type of an entry-point function input
coder.nonInlineCallPrevent inlining of called function in generated code (R2024a 이후)
coder.nullcopy생성 코드에서 초기화되지 않은 변수 선언하기
coder.resizecoder.Type 객체의 크기 변경
coder.targetDetermine if code generation target is specified target
coder.typeofCreate coder.Type object to represent the type of an entry-point function input
coder.unrollUnroll for-loop by making a copy of the loop body for each loop iteration
coder.varsizeResolve size incompatibility errors and declare upper bounds

클래스

coder.mexconfigCode acceleration configuration object for use with fiaccel
coder.FixPtConfigFloating-point to fixed-point conversion configuration object
coder.ArrayType입력 사양에 허용되는 MATLAB 배열 집합 표현
coder.ConstantSpecification of constant value for code generation
coder.EnumTypeRepresent set of MATLAB enumerations acceptable for input specification
coder.FiTypeRepresent set of MATLAB fixed-point arrays acceptable for input specification
coder.PrimitiveType입력 사양에 허용되는 논리형 배열, 숫자형 배열 또는 문자형 배열 집합 표현
coder.StructType입력 사양에 허용되는 MATLAB 구조체형 배열 집합 표현
coder.Type입력 사양에 허용되는 MATLAB 값 집합 표현

도움말 항목

자동화된 고정소수점 변환 워크플로

고정소수점으로 변환

지원되는 언어 기능

명령줄 워크플로

문제 해결

Generated Fixed-Point Code

Avoid issues with generated fixed-point code.

Data Type Issues in Generated Code

Highlight potential data type issues in report.