Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent indexing fig. on page 498 and text on page 499 #84

Open
olivertomic opened this issue Oct 28, 2018 · 0 comments
Open

Inconsistent indexing fig. on page 498 and text on page 499 #84

olivertomic opened this issue Oct 28, 2018 · 0 comments

Comments

@olivertomic
Copy link

The indexing for the discrete convolution example in the figure of page 498 starts with 1 (that is y[1], y[2], y[3]) whereas the example in the text on page 499 (second section of chapter The effect of zero-padding in a convolution starts at index 0 (that is y[0], etc.). If we were to use Python indexing, the index in the figure should be decreased by 1, I guess.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant