Reducing memory footprint of Lookup tables in your design

Optimize Lookup tables to reduce memory
다운로드 수: 69
업데이트 날짜: 2019/3/27

라이선스 보기

In Simulink, you can design control models for your automotive applications including powertrain systems. One key aspect of the powertrain system design is the use of Lookup tables that are also used for calibrating the system for specific requirements such as emissions or fuel consumption etc. In some cases the lookup tables can constitute a large part of your design.

The Lookup Table Optimization in Fixed-Point Designer
• optimizes the spacing of the breakpoints and the data types of the table data to reduce the memory used by a lookup table.
• Using this feature, you can:
o Optimize an existing Lookup Table block.
o Generate a lookup table from a Math Function block.
o Generate a lookup table from a function or function handle.

The download contains the script you can use to programmatically reduce the memory footprint of all the lookup tables in your Simulink model. The script also provides a tradeoff analysis of the memory reduction vs. the tolerances for the output signal of the lookup tables.

Please refer to the following documentation link to learn more about this feature:
Lookup Table optimization: https://www.mathworks.com/help/fixedpoint/ug/optimize-lookup-tables-for-memory-efficiency.html

Link to the video:
https://www.youtube.com/watch?v=Qkxr_yfmaG8&t=25s

인용 양식

MathWorks Fixed Point Team (2024). Reducing memory footprint of Lookup tables in your design (https://www.mathworks.com/matlabcentral/fileexchange/70537-reducing-memory-footprint-of-lookup-tables-in-your-design), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2018b
R2018b 이상 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Calibration Lookup Tables에 대해 자세히 알아보기
태그 태그 추가

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.1

Minor update - added helper function

1.0.0