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