Content deleted Content added
m change image file from .png to .svg |
m →Pseudocode: a simple = sign is all that's needed |
||
Line 43:
==Pseudocode==
<font color=green>(''Overlap-save algorithm for linear convolution'')</font>
h
M
overlap
N
step_size
H
position
'''while''' position + N ≤ length(x)
yt = IDFT(DFT(x(position+(1
y(position+(1
position
'''end'''
|