Motorola DSP Developer's Kit | ![]() ![]() |
What the DSP Developer's Kit Provides
Suite56 DSP Simulator Libraries
These provide the simulator functionality and are linked into the MEX-file you create.
MEX-File Template Source
Separate C++ source templates are provided to create MATLAB MEX-files and Simulink S-functions. The files are:
The templates are actually working examples of DSP MEX functions based on the standard MATLAB MAX function.
Note The current templates use macros defined in <matlab>/toolbox/motdsp/motdspmex/include/headers/56k/motdsp_api.h in place of the C++ style function calls. For a list of these macros, see Macros. |
Access Routines
A set of C++ methods and macros, built on top of the standard MATLAB API, is used to control and exchange data with the DSP Simulator from the MEX-file.
![]() | Creating Motorola DSP MEX-Files | What You Provide | ![]() |