Line 13: | Line 13: | ||
** 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. | ** 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. | ||
+ | * [[Media:ECE301Summer2016_Jun27.pdf| Monday June 27th]] | ||
+ | ** Here is the [[Media:ECE301_FSClassExample.m| matlab example]] that was run in class (with some additional comments). | ||
---- | ---- | ||
== Discussions == | == Discussions == |
Revision as of 11:13, 27 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.
- Monday June 27th
- Here is the matlab example that was run in class (with some additional comments).