




Additional information for Appendix E, Related Tools for DSKs
E.2 Windows Control Applications
Additional instructions
regarding how to create real-time Windows-based control applications
and
interfaces for the DSP boards.
A zip archive
of
files needed for creating Windows-based control applications and
interfaces for the DSP boards.
E.3 MATLAB Exports
An update to the MATLAB program IIR_dump2C.m
for exporting IIR filter coefficients from MATLAB properly formatted to
use with a C program. Removes unneeded extra braces and
formats coefficients for greater precision.
E.4 MATLAB Real-Time Interface
The DSP boards can be used in real-time from within the MATLAB program
environment. Important:
to use these tools, the host machine must have the Microsoft Visual C++ 2010
SP1 Redistributable Package support software already installed. This
can be downloaded from Microsoft if it is not already installed on your
machine.
The MATLAB C8X_DEBUG Interface permits direct program
loading and DSP control from within the MATLAB environment.
Data transfer between MATLAB variables and variables
in the
DSP code is supported using both absolute address and symbol names.
Both 32-bit and 64-bit versions of MATLAB are supported.
The documentation
and code are available
here.
The C8X_DAQ DSP Data Acquisition Interface for MATLAB permits direct
DSP data acquisition from within the MATLAB environment. Both
32-bit and 64-bit versions of MATLAB are supported. The documentation and code are available here.
Note:
Both C8X_DEBUG and C8X_DAQ have been updated to add support for
the new OMAP-L138 LCDK board. Support for the C6713 DSK and the
OMAP-L138 Zoom Experimenters Kit has been retained.