(→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 8: | Line 8: | ||
<math>\ u[n] = \sum_{k=0} \delta [n-k]</math> | <math>\ u[n] = \sum_{k=0} \delta [n-k]</math> | ||
− | + | Inputting this function into the system we get the output: | |
− | <math>\ Y[n] = \sum_{k=0} (k+1)^{2} \delta [n-(k+1)]</math> | + | <math>\ u[n] = \sum_{k=0} \delta [n-k] \longrightarrow SYS \longrightarrow 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: | 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> | <math>\ Y[n]= \sum_{k=0} \delta[n-(k+1)] </math> | ||
+ | |||
+ | So now there must exist some input of the form <math>\ B u[n] = B \sum_{k=0} \delta [n-k] </math> such that the output is equal to Y[n] above. Looking at equation |
Revision as of 13:54, 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] $
Inputting this function into the system we get the output:
$ \ u[n] = \sum_{k=0} \delta [n-k] \longrightarrow SYS \longrightarrow 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)] $
So now there must exist some input of the form $ \ B u[n] = B \sum_{k=0} \delta [n-k] $ such that the output is equal to Y[n] above. Looking at equation