Rate limiter initialization problem

3 views (last 30 days)
Samuele Moscatelli
Samuele Moscatelli on 24 May 2017
Edited: Samuele Moscatelli on 26 May 2017
I'm a student of engineering and I have to use Simulink (Matlab 2017a)to create a model of an electrical motor; in order to create the speed reference, I used a lookup table and, after it, a rate limiter. My problem is that the rate limiter block doesn't work properly because it doesn't consider the initial condition: instead of starting from 0 (the set initial value) it starts directly from the first value that exit from the lookup table. I have checked with Matlab and the two values are exactly the same (while in the next changes of value the rate limiter works well and the difference from its input to its output is clearly visible). Can anyone tell me how to initialize this block, please?

Answers (0)

Categories

Find more on Modeling in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!