2 convolution Flashcards

1
Q

How do we know we have an EVEN function?

A
  • 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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do we know we have an ODD function?

A

f(x) = -f(-x)

-all sine functions are ODD

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

When do we know a signal is memoryless and give an example?

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How to tell if a signal is time invariant?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

An examples for when a function is not casual?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

An example of a signal invertible?

A
y(t) = x(2t) is invertible; 
x(t) = y(t/2).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

An example when a signal is not invertible?

A

y[n] = E _.x[k] is not invertible. Summation is not generally an invertible
operation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

2 examples of a stable system?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

An example of not stable?

A

-If |x[k]| 5 M, ly[n]j 5 M - E_,, which is unbounded. Therefore, y[n] = E”Lx[k] is not stable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Define the unit step sequence?

A

u[n] =

is 0 for negative values of n and 1 for positive values of n or values of n = 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Define the unit impulse sequence?

delta[n]

A

delta[n]

is 0 for all cases for its argument except when n =0 where the amplitude is 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Define the first difference (the relationship between the unit step and unit impulse):

A

delta[n] = u[n]-u[n-1]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How can we rewrite the unit step?

A

u[n] = n(sun)m=-inf delta[m]

-unit step can be thought of as a summation of unit impulses

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Whats time invariance?

A

-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)]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Whats linearity?

A

-A set of inputs linear combination should equal a set of outputs of linear combinations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are 2 LTI systems:

enables us to

A
  • Delayed impulses leads to CONVOLUTION

- Complex exponentials leads to FOURIER ANALYSIS

17
Q

Convolution approach:

A
  • Decompose an arbitrary sequence into a linear sequence of delays
  • By reflecting x[n] about the origin, shifting, multiplying, and adding, we see that y[n] = x[n] * h[n]
18
Q

Explain how convolution is commutative:

A
  • We can convolve x with h or h with x.
  • The order in which this is done doest affect the output result
  • h(t)x(t) = x(t)h(t)
19
Q

Whats the convolution associative property?

A
  • Doesnt matter how we group the terms together

- [h1h2]x(t) = h1[h2x(t)]

20
Q

Whats the distributive property of convolution?

A
  • x1[h1h2] = [x1h1] + [x1h2]
21
Q

Define causality?

A
  • The system can’t anticipate the output (can’t anticipate some time later if the inputs are gonna change from each other)
  • If 2 inputs are identical up until some time, then so will be the outputs
  • A LTI system is causal if the system remains at rest until there’s an input
22
Q

What do we know about an LTI system?

A
  • Its linear and time invariant
  • Any delay in the input is reflected in the output
  • Impulse response is used to define the LTI system

-We use Laplace transform or Fourier transform as its hard to go from output to input in time domains, so we should convert to frequency domain. To get back to the time domain we can use the ILP or IFT to give impulse response h(t)