DSP Blockset Release Notes |
|
Real-Time Workshop Generated C Code Enhancements
DSP Blockset 4.1 enhancements that provide better Real-Time Workshop generated C code include the following:
- DSP Blockset can now build and link C-callable run-time libraries, providing for smaller, more efficient Real-Time Workshop generated C code.
- The use of run-time parameters in blocks implemented with S-functions (see Enhancements to Blocks Implemented with S-Functions) provides for the following Real-Time Workshop generated C code enhancements for blocks implemented using S-functions:
- Parameter values are organized in a common structure.
- Parameter values are located in a common header file (for example,
<model>_prm.h
).
- Redundant copies of parameter values are reused or "pooled" in
<model>_prm.h
(when there are multiple instances of a block with the same run-time parameter values).
| Enhancements to Blocks Implemented with S-Functions | | Changes to Filtering Block Libraries | |