Everipedia Logo
Everipedia is now IQ.wiki - Join the IQ Brainlist and our Discord for early access to editing on the new platform and to participate in the beta testing.
Overlap–add method

Overlap–add method

Insignal processing, the overlap–add method (OA, OLA) is an efficient way to evaluate the discreteconvolutionof a very long signalwith afinite impulse response(FIR) filter:

where h[m] = 0 for m outside the region [1, M].

The concept is to divide the problem into multiple convolutions of h[n] with short segments of:

where L is an arbitrary segment length. Then**:**

and y[n] can be written as a sum of short convolutions**:**

where    is zero outside the region [1, L + M − 1].  And for any parameter    it is equivalent to the-pointcircular convolutionofwith  in the region [1, N].

The advantage is that the circular convolution can be computed very efficiently as follows, according to the circular convolution theorem**:**

**(Eq.1)**
where FFT and IFFT refer to thefast Fourier transformand inverse fast Fourier transform, respectively, evaluated overdiscrete points.

The algorithm

Fig. 1 sketches the idea of the overlap–add method. The signalis first partitioned into non-overlapping sequences, then thediscrete Fourier transformsof the sequencesare evaluated by multiplying the FFT ofwith the FFT of. After recovering ofby inverse FFT, the resulting output signal is reconstructed by overlapping and adding theas shown in the figure. The overlap arises from the fact that a linear convolution is always longer than the original sequences. In the early days of development of the fast Fourier transform,was often chosen to be a power of 2 for efficiency, but further development has revealed efficient transforms for larger prime factorizations of L, reducing computational sensitivity to this parameter. Apseudocodeof the algorithm is the following:

This algorithm is based on the linearity of the DFT.

Circular convolution with the overlap–add method

When sequence x[n] is periodic, and N**x is the period, then y[n] is also periodic, with the same period.  To compute one period of y[n], Algorithm 1 can first be used to convolve h[n] with just one period of x[n].  In the region MnN**x,  the resultant y[n] sequence is correct.  And if the next M − 1 values are added to the first M − 1 values, then the region 1 ≤ nN**x will represent the desired convolution. The modified pseudocode is**:**

Cost of the overlap-add method

The cost of the convolution can be associated to the number of complex multiplications involved in the operation. The major computational effort is due to the FFT operation, which for a radix-2 algorithm applied to a signal of lengthroughly calls forcomplex multiplications. It turns out that the number of complex multiplications of the overlap-add method are:
accounts for the FFT+filter multiplication+IFFT operation.
The additional cost of thesections involved in the circular version of the overlap–add method is usually very small and can be neglected for the sake of simplicity. The best value ofcan be found by numerical search of the minimum ofby spanning the integerin the range. Beinga power of two, the FFTs of the overlap–add method are computed efficiently. Once evaluated the value ofit turns out that the optimal partitioning ofhas. For comparison, the cost of the standard circular convolution ofandis:
Hence the cost of the overlap–add method scales almost aswhile the cost of the standard circular convolution method is almost. However such functions accounts only for the cost of the complex multiplications, regardless of the other operations involved in the algorithm. A direct measure of the computational time required by the algorithms is of much interest. Fig. 2 shows the ratio of the measured time to evaluate a standard circular convolution using  **Eq.1** with the time elapsed by the same convolution using the overlap–add method in the form of Alg 2, vs. the sequence and the filter length. Both algorithms have been implemented underMatlab. The bold line represent the boundary of the region where the overlap–add method is faster (ratio>1) than the standard circular convolution. Note that the overlap–add method in the tested cases can be three times faster than the standard method.

References

[1]
Citation Linkarchive.orgTheory and application of digital signal processing
Sep 25, 2019, 12:02 AM
[2]
Citation Linkarchive.orgTheory and application of digital signal processing
Sep 25, 2019, 12:02 AM
[3]
Citation Linken.wikipedia.orgThe original version of this page is from Wikipedia, you can edit the page right here on Everipedia.Text is available under the Creative Commons Attribution-ShareAlike License.Additional terms may apply.See everipedia.org/everipedia-termsfor further details.Images/media credited individually (click the icon for details).
Sep 25, 2019, 12:02 AM