On Fri, Feb 23, 2001 at 12:41:29PM +0100, Ivan Martinez wrote:
> Hello all,
> I want to add an integrator block to DSLib. Could anybody point me to
> documentation about discrete-time integration algorithms?. Has the
> simple integration x(t+1)=x(t)+dx*dt an special name or I should call it
> something like "SimpleIntegrator"?. Thank you.
If you rewrite it in the form y(t) = y(t-1) + x(t), it looks like
a trivial IIR filter.
dave...
-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
--
For more information on Real-Time Linux see:
http://www.rtlinux.org/rtlinux/