(What input will yield an output of Y[n]=u[n-1]?)
(What input will yield an output of Y[n]=u[n-1]?)
Line 7: Line 7:
  
 
<math>\ u[n] = \sum_{k=0} \delta [n-k]</math>
 
<math>\ u[n] = \sum_{k=0} \delta [n-k]</math>
 +
 +
Inpunting this function into the system we get the output:
 +
 +
<math>\ Y[n] = \sum_{k=0} (k+1)^{2} \delta [n-(k+1)]</math>
 +
 +
So now representing <math> \ Y[n] = u[n-1] </math> as a sum of deltas we get:
 +
 +
<math>\ Y[n]= \sum_{k=0} \delta[n-(k+1)] </math>

Revision as of 14:08, 12 September 2008

Is the system time invariant?

No, the system is not time invariant because the output of an input signal shifted some value in time does not equal the output of the original signal, shifted the same value in time. In this system the coefficient or amplitude of the shifted output signal changes with time.

What input will yield an output of Y[n]=u[n-1]?

The system seems to work specifically on delta functions, so I take the approach of describing u[n] as an infinite sum of shifted deltas:

$ \ u[n] = \sum_{k=0} \delta [n-k] $

Inpunting this function into the system we get the output:

$ \ Y[n] = \sum_{k=0} (k+1)^{2} \delta [n-(k+1)] $

So now representing $ \ Y[n] = u[n-1] $ as a sum of deltas we get:

$ \ Y[n]= \sum_{k=0} \delta[n-(k+1)] $

Alumni Liaison

Questions/answers with a recent ECE grad

Ryne Rayburn