Revision as of 05:58, 23 September 2009 by Kumar51 (Talk | contribs)

Rep Function:

A rep function periodically repeats another function with some specified period T ( basically sampling time). Mathematically a rep operator is a function x(t) convoluted with a summation of shifted deltas:

  $ rep_T $ = $ x(t)* P_T (t)  $
                     = $ x(t)* \sum_{k=-\infty}^{\infty}\delta(t-kT)  $
                     = $ \sum_{k=-\infty}^{\infty}x(t) * \delta(t-kT)  $
                     = $ \sum_{k=-\infty}^{\infty}x(t-kT)  $

Alumni Liaison

Basic linear algebra uncovers and clarifies very important geometry and algebra.

Dr. Paul Garrett