Wrong Padded Input Vector Indexing for 1D Convolution - Page 455 #220
liereynaldo
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Wrong x vector indexing, the correct indexing for summation should be [1 + (m-1) - k] not [1 + m - k]
Beta Was this translation helpful? Give feedback.
All reactions