(Created page with "Category:ECE301 Category:ECE Category:homework = ECE301, Summer 2016, Trey E. Shenk= == Lecture Notes == These...") |
|||
Line 11: | Line 11: | ||
* [[Media:ECE301Summer2016_Jun24.pdf| Friday June 24th]] | * [[Media:ECE301Summer2016_Jun24.pdf| Friday June 24th]] | ||
− | ** Note that there was a change to page 6 (the length of the output). It should be an equality. Also note that the upper bound of 14 came from y[14]=0, not the length of the sequences being convolved. More explanation has been added to the notes. | + | ** Note that there was a change to page 6 (the length of the output). It should be an equality (length(x[n]*h[n]) = length(x[n]) + length(h[n]) - 1). Also note that the upper bound of 14 came from y[14]=0, not the length of the sequences being convolved. More explanation has been added to the notes. |
---- | ---- | ||
== Discussions == | == Discussions == |
Revision as of 12:36, 24 June 2016
ECE301, Summer 2016, Trey E. Shenk
Lecture Notes
These are given without guarantee of correctness. If you see a typo or error, please let me know.
- Friday June 24th
- Note that there was a change to page 6 (the length of the output). It should be an equality (length(x[n]*h[n]) = length(x[n]) + length(h[n]) - 1). Also note that the upper bound of 14 came from y[14]=0, not the length of the sequences being convolved. More explanation has been added to the notes.