Content deleted Content added
m →References: citation to cite patent per TfD; |
use {{notelist}} template |
||
Line 40:
==Pseudocode==
<
▲ <span style="color:green;">(''Overlap–save algorithm for linear convolution'')</span>
h = FIR_impulse_response
M = length(h)
Line 54 ⟶ 53:
position = position + step_size
'''end'''
==Efficiency==
When the DFT and its inverse is implemented by the FFT algorithm, the pseudocode above requires about '''N log<sub>2</sub>(N) + N''' complex multiplications for the FFT, product of arrays, and IFFT.
|1= }} Each iteration produces '''N-M+1''' output samples, so the number of complex multiplications per output sample is about''':''' {{NumBlk|:|<math>\frac{N \log_2(N) + N}{N-M+1}.\,</math>|{{EquationRef|Eq.2}}}}
Line 67:
===Extending overlap–save===
The overlap–save algorithm may be extended to include other common operations of a system:
|[[#refCarlin|Carlin et al. 1999]], p 31, col 20. }}<ref>{{Citation |last=Borgerding |first=Mark |title=Turning Overlap–Save into a Multiband Mixing, Downsampling Filter Bank |journal=IEEE Signal Processing Magazine |issue= March 2006 |pages=158–161 |year=2006 |url=http://www.3db-labs.com/01598092_MultibandFilterbank.pdf}}</ref> * additional channels can be processed more cheaply than the first by reusing the forward FFT
Line 77 ⟶ 79:
==Notes==
{{notelist-ua}}
==References==
|