C Codegenerierung
Mit MATLAB Coder™ und Simulink Coder können Sie C und C++ Code aus Signalverarbeitungs-Algorithmen der DSP System Toolbox™ generieren. Sie können den generierten Code als Quellcode, statische Bibliotheken, dynamische Bibliotheken oder sogar Standalone Executables in Ihre Projekte integrieren. Weitere Informationen finden Sie unter Understanding C Code Generation in DSP System Toolbox. Eine Liste der Funktionen und Blöcke, die C/C++ Codegenerierung unterstützen, finden Sie unter Functions and System Objects in DSP System Toolbox that Support C Code Generation und Simulink Blocks in DSP System Toolbox that Support C Code Generation.
Zudem können Sie mit Embedded Coder® für ARM® Cortex®-M- und ARM Cortex-A-Prozessen optimieren Code generieren. Weitere Informationen finden Sie unter Codegenerierung für ARM Cortex-M- und ARM Cortex-A-Prozessoren. Generierten Code können Sie in andere Entwicklungsumgebungen verschieben, in denen MATLAB und Simulink nicht installiert sind. Beispiele finden Sie unter Relocate Code Generated from MATLAB Code to Another Development Environment und Relocate Code Generated from a Simulink Model to Another Development Environment.
Funktionen
codegen | Generate C/C++ code from MATLAB code |
Themen
- Understanding C Code Generation in DSP System Toolbox
Generate C code from DSP System Toolbox signal processing algorithms using MATLAB Coder and Simulink Coder.
- Functions and System Objects in DSP System Toolbox that Support C Code Generation
Find the functions and System objects that support C/C++ code generation in DSP System Toolbox using the filtered view of the generated list.
- Simulink Blocks in DSP System Toolbox that Support C Code Generation
Find the blocks that support C/C++ code generation in DSP System Toolbox using the filtered view of the generated list.
- MATLAB Language Features Supported for C/C++ Code Generation (MATLAB Coder)
Use the MATLAB language features and functions that code generation supports.
- System Objects in MATLAB Code Generation (MATLAB Coder)
Special considerations for using System objects in code generated from MATLAB.
- Generate C Code from MATLAB Code
Prepare MATLAB code for code generation and generate C-MEX code and a C executable.
- Relocate Code Generated from MATLAB Code to Another Development Environment
Generate an executable from MATLAB algorithm. Package the executable to run on an external environment.
- Generate C Code from Simulink Model
Build an executable and run the executable within MATLAB.
- Relocate Code Generated from a Simulink Model to Another Development Environment
Generate an executable from Simulink model and package the executable to run on an external environment.
- In-Place Memory Optimization
Optimize the memory usage of generated code through the technique of in-place memory optimization.
- Plot Array on Android Device
Array Plot with Android Devices.
- How To Run a Generated Executable Outside MATLAB
Commands to set the system environment for generating executables that require prebuilt dll files.
- Use Generated Code to Accelerate an Application Deployed with MATLAB Compiler
Use MATLAB Coder to accelerate an algorithm and MATLAB Compiler™ to deploy the application.