Line 1: | Line 1: | ||
==Part 1== | ==Part 1== | ||
+ | |||
+ | '''Changing a Periodic Continuous Time Signal to a Non-Periodic Discrete Time Signal''' | ||
+ | |||
One can take a signal that would be periodic in continuous time and turn it into a signal that is <b>not</b> periodic in discrete time. Consider the continuous time signal <math>x(t)=sin(t)</math>. Plotting this signal yields a smooth waveform that repeats itself with period <math>T=2\pi</math>. | One can take a signal that would be periodic in continuous time and turn it into a signal that is <b>not</b> periodic in discrete time. Consider the continuous time signal <math>x(t)=sin(t)</math>. Plotting this signal yields a smooth waveform that repeats itself with period <math>T=2\pi</math>. | ||
Line 12: | Line 15: | ||
[[Image:hw2a1c_blaskows_ECE301Fall2008mboutin.jpg|frame|center|300px|The non-periodic discrete-time function <math>x[n]=sin(n)</math>.]] | [[Image:hw2a1c_blaskows_ECE301Fall2008mboutin.jpg|frame|center|300px|The non-periodic discrete-time function <math>x[n]=sin(n)</math>.]] | ||
+ | For the signal to be periodic, there must exist an integer N such that <math>x[n]=x[n+N]</math>. For the signal defined as it is here, no such integer N exists. | ||
+ | |||
+ | '''Changing a Periodic Continuous Time Signal to a Periodic Discrete Time Signal''' | ||
+ | |||
+ | Suppose our sampling frequency, instead of being 1, was <math>\frac{\pi}{8}</math>. | ||
==Part 2== | ==Part 2== | ||
To be completed... | To be completed... |
Revision as of 06:00, 10 September 2008
Part 1
Changing a Periodic Continuous Time Signal to a Non-Periodic Discrete Time Signal
One can take a signal that would be periodic in continuous time and turn it into a signal that is not periodic in discrete time. Consider the continuous time signal $ x(t)=sin(t) $. Plotting this signal yields a smooth waveform that repeats itself with period $ T=2\pi $.
Sampling this signal at every integer time yields something altogether different.
The new discrete time function looks like this on its own.
For the signal to be periodic, there must exist an integer N such that $ x[n]=x[n+N] $. For the signal defined as it is here, no such integer N exists.
Changing a Periodic Continuous Time Signal to a Periodic Discrete Time Signal
Suppose our sampling frequency, instead of being 1, was $ \frac{\pi}{8} $.
Part 2
To be completed...