Content deleted Content added
Add comment psuedocode that step_size = L |
Pseudocode: Change formula for N to be a power of 2 |
||
Line 51:
M = length(h)
Nx = length(x)
N = 8 × 2^ceiling( log2(M) ) <span style="color:green;">(
step_size = N - (M-1) <span style="color:green;">(L in the text above)</span>
H = DFT(h, N)
|