Scicos Block
fr - eng


Generic Finite Impulse Response filter block

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

Contents


Palette

Description

Finite impulse response filters are defined with the discrete state equation :

\begin{eqnarray}
y\left(k\right)=\sum^{N-1}_{i=0}a_{i}x\left(k-i\right)
\end{eqnarray}


In the Z transform domain, this equation is able to be rewritten by :

\begin{eqnarray}
H\left(Z\right)=\sum^{N-1}_{i=0}a_{i}Z^{-i}
\end{eqnarray}


where $ a_{i}$ are the values of the coefficients of the impulse response, N is the number of coefficients and $ Z^{-1}$ the delay operator.

An example of a finite impulse response filter with 4 coefficients build with scicos basic blocks is shown in the following section.

Basic blocks equivalent model

\epsfig{file=RIFGEN_f_sbeq.eps,height=9cm}

Dialog box

\begin{figure}\begin{center}
\epsfig{file=RIFGEN_f_gui.eps,width=300pt}
\end{center}\end{figure}

Default properties

Interfacing function

Computational function

Authors

A. Layec

Bibliography

LARY_CR: Software package for the Analysis of Cardio Vascular and Respiratory Rhythms, in the SCILAB_SCICOS environment. Available : http://www.inria.fr/rrrt/rt-0259.html