(New page: See Periodic Convolution Because DT signals repeat, a simple convolution can produce inaccurate results. Therefore, something must be done to correct. The most com...)
 
m
Line 1: Line 1:
 
See [[Periodic Convolution_Old Kiwi]]
 
See [[Periodic Convolution_Old Kiwi]]
  
Because [[Discrete Time_Old Kiwi|DT]] signals repeat, a simple convolution can produce inaccurate results.  Therefore, something must be done to correct.  The most common operation is to pad the two signals with zeros so that the length of each signal is the length of the longer plus the length of the shorter.
+
=== Formula for Aperiodic Convolution ===
 +
<math>\begin{align}y[n] &= h[n]*x[n]\\&= \sum_{m=-\infty}^{\infty}h[n-m]x[m]\\\end{align}</math>

Revision as of 11:53, 5 March 2008

See Periodic Convolution_Old Kiwi

Formula for Aperiodic Convolution

$ \begin{align}y[n] &= h[n]*x[n]\\&= \sum_{m=-\infty}^{\infty}h[n-m]x[m]\\\end{align} $

Alumni Liaison

Abstract algebra continues the conceptual developments of linear algebra, on an even grander scale.

Dr. Paul Garrett