Content deleted Content added
No edit summary |
m denote a definition with \triangleq |
||
Line 6:
:<math>
y[n] = x[n] * h[n]
\ \
= \sum_{m=1}^{M} h[m] \cdot x[n - m],
</math>
Line 14:
The concept is to divide the problem into multiple convolutions of ''h''[''n''] with short segments of <math>x[n]</math>:
:<math>x_k[n]\ \
x[n + kL] & n = 1, 2, \ldots, L\\
0 & \text{otherwise},
Line 32:
\end{align}</math>
where <math>y_k[n]\ \
The advantage is that the [[circular convolution]] can be computed very efficiently as follows, according to the [[Discrete Fourier transform#Circular convolution theorem and cross-correlation theorem|circular convolution theorem]]:
Line 91:
== See also ==
*[[Overlap–save method]]
== References ==
*{{Cite book
| author1=Rabiner, Lawrence R.
|