Line 7: Line 7:
  
 
x2[n]= (x[n]-x[-n])/2 is the odd signal.  It can be found by plotting x[n]/2 and -x[n]/2 and summing the two signals.  This is shown below.  Note that x2[n] satisfies the condition that x[n]=-x[-n].
 
x2[n]= (x[n]-x[-n])/2 is the odd signal.  It can be found by plotting x[n]/2 and -x[n]/2 and summing the two signals.  This is shown below.  Note that x2[n] satisfies the condition that x[n]=-x[-n].
 +
[[Image:x2ofn_Old Kiwi.doc]]

Revision as of 13:45, 30 June 2008

a) This problem is transformation of the independent variable. The transformation consists of a shift and time scaling. The resulting signal is shifted to the left by 5 and time scaled so the new times are divided by 2.

File:Xoft Old Kiwi.doc

b) This problem is finding the even and odd parts of a signal x[n]. x1[n] = (x[n] + x[-n])/2 is the even signal. It can be found by plotting x[n]/2 and x[-n]/2 then summing the two signals. This is shown below. Note that x1[n] is symmetric about the verticle axis. File:X1ofn Old Kiwi.doc

x2[n]= (x[n]-x[-n])/2 is the odd signal. It can be found by plotting x[n]/2 and -x[n]/2 and summing the two signals. This is shown below. Note that x2[n] satisfies the condition that x[n]=-x[-n]. File:X2ofn Old Kiwi.doc

Alumni Liaison

Basic linear algebra uncovers and clarifies very important geometry and algebra.

Dr. Paul Garrett