(Part 2)
(Part 1)
Line 1: Line 1:
 
==Part 1==
 
==Part 1==
  
I'll use the signal that I picked for the last homework to demonstrate the sampling rate idea.  My signal was tan(t).  If you sample this function at a rate of <math>pi</math>, every sample will be identical, as long as it's not shifted by <math>\frac{\pi}{2}</math> as <math>\tan(\frac{\pi}{2}+n*\pi)</math> for any integer n is undefined.
+
I'll use the signal that I picked for the last homework to demonstrate the sampling rate idea.  My signal was tan(t).  If you sample this function at a rate of  
 +
 
 +
<math>pi</math>, every sample will be identical, as long as it's not shifted by  
 +
 
 +
<math>\frac{\pi}{2}</math> as <math>\tan(\frac{\pi}{2}+n*\pi)</math> for any integer n is undefined.
  
 
However, if you sample this function with a period of anything OTHER than <math>\pi</math> then you get random dots all over the place.
 
However, if you sample this function with a period of anything OTHER than <math>\pi</math> then you get random dots all over the place.

Revision as of 14:05, 11 September 2008

Part 1

I'll use the signal that I picked for the last homework to demonstrate the sampling rate idea. My signal was tan(t). If you sample this function at a rate of

$ pi $, every sample will be identical, as long as it's not shifted by

$ \frac{\pi}{2} $ as $ \tan(\frac{\pi}{2}+n*\pi) $ for any integer n is undefined.

However, if you sample this function with a period of anything OTHER than $ \pi $ then you get random dots all over the place.

Part 2

I picked a pretty easy function for a non-periodic one for homework 1, so I'll use it again! :) I chose $ y=x $ According to the definition,

$ y(t+k*T) $

should be periodic for any k and constant T, so lets see. We get a sum that looks about like

$ (t-5) + (t-4) + (t-3) + (t-2) + (t-1) + t + (t+1) + (t+2) + (t+3) + ... $ for T=1 and k=...-5,-4,-3,-2,-1,0,1,2,3,4... When you shift this by 1 you get $ (t-4) + (t-3) + (t-2) + (t-1) + (t) + (t+1) + (t+2) + (t+3) + (t+4) $ As you can see if this sum were taken to infinity, the shift of 1 would result in the exact same signal, thus it would be periodic.

Alumni Liaison

Ph.D. 2007, working on developing cool imaging technologies for digital cameras, camera phones, and video surveillance cameras.

Buyue Zhang