2 convolution Flashcards
How do we know we have an EVEN function?
- All cosine functions are even
- Evaluated at at a positive f value, the result is mirrored in the y axis and is identical.
- f(x) = f(-x)
- delta function is an even function sigma(x) = sigma(-x)
How do we know we have an ODD function?
f(x) = -f(-x)
-all sine functions are ODD
When do we know a signal is memoryless and give an example?
y(t) = (2 + sin t)x(t) is memoryless because y(t) depends only on x(t) and not prior values of x(t)
How to tell if a signal is time invariant?
y(t) = (2 + sin t)x(t) = T[x(t)], T[x(t - T0)] = (2 + sin t)x(t - T0 )
9y(t-T0)=(2+sin(t- T0))x(t-T0) Therefore, y(t) = (2 + sin t)x(t) is not time-invariant.
An examples for when a function is not casual?
y(t) = x(2t),
y(1) = x(2)
The value of y(-) at time = 1 depends on x(-) at a future time = 2. Therefore,
y(t) = x(2t) is not causal.
An example of a signal invertible?
y(t) = x(2t) is invertible; x(t) = y(t/2).
An example when a signal is not invertible?
y[n] = E _.x[k] is not invertible. Summation is not generally an invertible
operation.
2 examples of a stable system?
1) If Ix(t) I < M, Iy(t) I < (2 + sin t)M. Therefore, y(t) = (2 + sin t)x(t) is stable.
2) If |x(t)| < M, |x(2t)I < M and ly(t)| < M. Therefore, y(t) = x(2t) is stable.
An example of not stable?
-If |x[k]| 5 M, ly[n]j 5 M - E_,, which is unbounded. Therefore, y[n] = E”Lx[k] is not stable.
Define the unit step sequence?
u[n] =
is 0 for negative values of n and 1 for positive values of n or values of n = 0
Define the unit impulse sequence?
delta[n]
delta[n]
is 0 for all cases for its argument except when n =0 where the amplitude is 1
Define the first difference (the relationship between the unit step and unit impulse):
delta[n] = u[n]-u[n-1]
How can we rewrite the unit step?
u[n] = n(sun)m=-inf delta[m]
-unit step can be thought of as a summation of unit impulses
Whats time invariance?
-can be applied to both continuous and discrete time
- For any input and output, the output time shifts by the same amount.
continuous time:
input = x(t) output = y(t)
input = x(t-t(0)) output = y(t-t(0))
Discrete time:
input = x[n] output = y[n]
input = x[n-n(0)] output = y[n-n(0)]
Whats linearity?
-A set of inputs linear combination should equal a set of outputs of linear combinations