Contenu principal

Conversion automatique à virgule fixe dans MATLAB

Conversion en virgule fixe avec fiaccel

Utilisez fiaccel pour convertir un code MATLAB® à virgule flottante en un code MATLAB à virgule fixe au niveau de la ligne de commande.

Fonctions

fiaccelAccelerate fixed-point code or convert floating-point MATLAB code to fixed-point MATLAB code
coder.configCreate configuration object for fixed-point or single-precision conversion
coder.approximationCreate function replacement configuration object
coder.allowpcodeControl code generation from P-code files
coder.constFold expressions into constants in generated code
coder.extrinsicDeclare function as extrinsic and execute it in MATLAB
coder.float2fixed.skipExclude functions from fixed-point conversion (depuis R2024b)
coder.inlineControl inlining of current function in generated code
coder.inlineCallInline called function in generated code (depuis 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 (depuis R2024a)
coder.nullcopyDeclare uninitialized variables in generated code
coder.resizeResize coder.Type object
coder.targetDéterminer si la cible de la génération de code est celle spécifiée
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

Classes

coder.mexconfigCode acceleration configuration object for use with fiaccel
coder.FixPtConfigFloating-point to fixed-point conversion configuration object
coder.ArrayTypeRepresent set of MATLAB arrays acceptable for input specification
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.PrimitiveTypeRepresent set of logical, numeric, or character arrays acceptable for input specification
coder.StructTypeRepresent set of MATLAB structure arrays acceptable for input specification
coder.TypeRepresent set of MATLAB values acceptable for input specification

Rubriques

Workflow de conversion automatique en virgule fixe

Convertir en virgule fixe

Fonctionnalités de langage supportées

Workflow de la ligne de commande

Résolution des problèmes

Generated Fixed-Point Code

Avoid issues with generated fixed-point code.

Data Type Issues in Generated Code

Highlight potential data type issues in report.