Convolutions Flashcards

1
Q

Describe the typical steps needed to find the result of convolution of signal with a response function in DT?

A
  1. Identify your signal and function
  2. Invert one of them (which is easyer) and try to slide it through the other
  3. Identify your bounds of full/partial overlap (bit more annoying for DT)
  4. Take convolution sum in those bounds for the corresponding values of your signal and response function and calculate it probably using geometric series formula
  5. Well thats it :D
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Geometric series formula

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

Geometric series formula convergence for n -> infinity

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

If you have u[n-3]-u[n-9] as a DT signal at what time n is the first and last non-zero point of the signal?

A

3 and 8

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

How do you evalueate a convolution sum of two block functions if you know your overlap bounds?

A

Take the sum from the first to last bound points of your block functions value product. Transform the sum so you can express it as sums from 0 so you can evalueate more easily (maybe geometric series)

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

how do you evaluate sum of 1s from 7 to 12?

ez question

A

12- 6 = 6

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

Describe the process of convolution of signal through a response function in CT

A
  1. Identify your signal and response functions
  2. Reverse one and scroll through the other
  3. Find overlap boundaries
  4. Take convolution integral with the found bounds and evaluate integral.
  5. Thats it
How well did you know this?
1
Not at all
2
3
4
5
Perfectly