Subsections

rt_fe_if

Library

Robotics


Description

This block is a single step discrete integrator. The output vector is the integral of the input vector computed with the first order forward Euler method define by the following formula: y(k) = h * u(k - 1) + y(k - 1), where h is the time step, y(k) the output vector and u(k - 1) the input vector at the previous sample instant.


Dialog Box

Set discrete integral parameters (Forward Euler method)
Step 1
Initial state 0

Default Properties


Interfacing Function

<PATH>/macros/rt_fe_if.sci
[view code]

Computational Function (type 4)

<PATH>/src/rt_eulerint.c
[view code]

See Also

rt_be_if,  


Bibliography

A. Layec, "Modnum": Scilab toolbox for the communication systems - Reference Guide, Draft Version, February 2006, pp. 158-159



Matteo Morelli - Interdepartmental Research Center "E. Piaggio", University of Pisa, April 2007
Get the Robotics Toolbox for Scilab/Scicos at SourceForge.net. Fast, secure and Free Open Source software downloads