Line 22: | Line 22: | ||
This code is not periodic, but taking a piece of it and<br> | This code is not periodic, but taking a piece of it and<br> | ||
Repeating it will make it periodic<br> | Repeating it will make it periodic<br> | ||
+ | [[Image:LogA-2_ECE301Fall2008mboutin.JPG]] |
Revision as of 10:03, 11 September 2008
Homework 2 Part A-1
I chose the signal:
$ y = cos(n)\, $
When I took a sample at 1 hz, the signal was ugly and random.
Therefore it is not periodic.
File:Non-periodic.jpg ECE301Fall2008mboutin
Changing the function to:$ y = cos(n*pi/2)\, $
made the signal look periodic.
Part A-2
I chose the signal y=log(x)
This code is not periodic, but taking a piece of it and
Repeating it will make it periodic