Skip to content

Commit 95b3c63

Browse files
committed
Fixed indices in block diagram of overlap-add algorithm
1 parent bf0d3db commit 95b3c63

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

images/non_recursive_filters.tex

+5-5
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
\node[block, right of=x2, minimum height=1em, minimum width=25mm] (x3){$x_3[k]$};
2121
\node[right of=x3, xshift=-5mm] {$\dots$};
2222

23-
\node[block, right of=x0, minimum height=1em, minimum width=15mm, xshift=10cm] (h){$h[k]$};
23+
\node[block, right of=x0, minimum height=1em, minimum width=15mm, xshift=10cm] (h){$h_N[k]$};
2424
\node[left of=h, xshift=15mm] {$*$};
2525

2626
% convolved segments
27-
\node[block, minimum height=1em, minimum width=40mm, anchor=west](y0) at ($(x0.west) - (0, 1.5)$) {$y_0[k] = x_0[k] * h[k]$};
28-
\node[block, minimum height=1em, minimum width=40mm, anchor=west](y1) at ($(x1.west) - (0, 2.75)$) {$y_1[k] = x_1[k] * h[k]$};
29-
\node[block, minimum height=1em, minimum width=40mm, anchor=west](y2) at ($(x2.west) - (0, 4)$) {$y_2[k] = x_2[k] * h[k]$};
30-
\node[block, minimum height=1em, minimum width=40mm, anchor=west](y3) at ($(x3.west) - (0, 5.25)$) {$y_3[k] = x_3[k] * h[k]$};
27+
\node[block, minimum height=1em, minimum width=40mm, anchor=west](y0) at ($(x0.west) - (0, 1.5)$) {$y_0[k] = x_0[k] * h_N[k]$};
28+
\node[block, minimum height=1em, minimum width=40mm, anchor=west](y1) at ($(x1.west) - (0, 2.75)$) {$y_1[k] = x_1[k] * h_N[k]$};
29+
\node[block, minimum height=1em, minimum width=40mm, anchor=west](y2) at ($(x2.west) - (0, 4)$) {$y_2[k] = x_2[k] * h_N[k]$};
30+
\node[block, minimum height=1em, minimum width=40mm, anchor=west](y3) at ($(x3.west) - (0, 5.25)$) {$y_3[k] = x_3[k] * h_N[k]$};
3131
% output
3232
\node[block, minimum height=1em, minimum width=100mm, anchor=west](y) at ($(x0.west) - (0, 7)$) {$y[k]$};
3333
\node[right of=y, xshift=35mm] {$\dots$};

nonrecursive_filters/overlap_add.png

508 Bytes
Loading

nonrecursive_filters/overlap_save.png

-23 Bytes
Loading
-6 Bytes
Loading

0 commit comments

Comments
 (0)