Scicos Block
fr - eng


Single step integrator block by trapezoidal method (old block)

\epsfig{file=TRAPINTEGRAL_f.eps,height=90pt}

Contents


Palette

Description

This block is a single step discrete integrator.
The output vector is the integral of the input vector computed with the trapezoidal method defined by the following equation :

\begin{eqnarray}
y_{k}=\frac{h}{2}\left(u_{k}+u_{k-1}\right)+y_{k-1}
\end{eqnarray}


where $ h$ is the time step, $ u_{k}$ the input vector and $ y_{k}$ the output vector.

Dialog box

\begin{figure}\begin{center}
\epsfig{file=TRAPINTEGRAL_f_gui.eps,width=260pt}
\end{center}\end{figure}

Default properties

Interfacing function

Computational function

See also

Authors

A. Layec

Bibliography

[1] T. Parker and L. Chua, Pratical Numerical Algorithms for Chaotic Systems.Springer Verlag, Berlin, 1989.