Discrete Time Integrator in Embedded MATLAB

This demo shows how to use Embedded MATLAB block parameters to control the algorithm behavior
3.4K Downloads
Updated 1 Sep 2016

View License

The attached Simulink model implements a Forward Euler Integrator in Embedded MATLAB. It illustrates the use of parameters in Embedded MATLAB.
The algorithm has three sections; Setup, Output and Update.

At every sample time hit the block keeps accumulating the the value of the input at time instant 't' in a state register and emits value accumulated value until time instant 't-1'. The output value is clipped if falls above an upper limit or falls below a lower limit. A flag is raised when the value is clipped. The upper and lower limits and the gain of the integrator can be changed via Embedded MATLAB block parameters.

Like any other block in Simulink the Embedded MATLAB block also supports mask parameters. Simulink parameters can be tunable or non-tunable. Tunable parameter values can be changed during the simulation run in MATLAB workspace and can be used to affect the current Simulink simulation run in progress. Non-tunable parameters are also defined in MATLAB workspace but are fixed for a single simulation run.

In the attached model the variables 'gain_val', 'upper_limit', 'lower_limit' used in the Embedded MATLAB script are non-tunable parameters. They are declared as any other inputs in the
function declaration associated with the block. However they do not appear as block inputs. The values and types of these variables can be defined and changed in the MATLAB between simulation runs.

Cite As

Kiran Kintali (2024). Discrete Time Integrator in Embedded MATLAB (https://www.mathworks.com/matlabcentral/fileexchange/16363-discrete-time-integrator-in-embedded-matlab), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2007a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.1

Updated license

1.0.0.0

add to eML category