Limitation of rising and falling rate.
Function of Enable:
0: rate limiting disabled, signal is passed through
1: rate limiting enabled, signal is rate limited
0->1: preload of output with value from init input
Inports
In:
Init: Value which is loaded at rising flanke of enable signal.
Enable: Enable == 0: Deactivation of block; Out is set to In.
Enable != 0: Activation of block; Out is rate limited.
Enable 0->1: Preloading of output; Out is set to value of Init input.
Outports
Out:
Mask Parameters
Tr: Rising time in seconds. Slew rate will be 1/Tr.
Tf: Falling time in seconds. Slew rate will be 1/Tf.
ts_fact: Multiplication factor of base sampling time (in integer format).