Fixed Point Conversion Basics and Type Specification
Introduction to floating point to fixed point conversion, fixed-point runtime function
support for SystemC code generation
Learn about fixed-point conversion basics, the automated fixed-point conversion process, fixed-point function support for SystemC™ code generation, and data type specification.
Functions
codegen | Generate HDL or SystemC code from MATLAB code |
coder.config | Create HDL Coder code generation configuration objects |
coder.approximation | Create function replacement configuration object |
Classes
coder.FixPtConfig | Floating-point to fixed-point conversion configuration object |
Topics
- Automated Fixed-Point Conversion
Convert floating-point MATLAB® code to fixed-point code.
- Specify Type Proposal Options
- Specify Properties of Entry-Point Function Inputs
Specify input properties so that the code generator can determine the properties of all variables.
- Data Type Issues in Generated Code
Highlight potential data type issues in report.
- Functions Supported for HDL and SystemC Code Generation
Built-in MATLAB and toolbox functions supported for HDL and SystemC code generation.
- Custom Plot Functions
Use a custom plotting function to visualize the differences between the floating-point and fixed-point results.