Convolutions Flashcards
Describe the typical steps needed to find the result of convolution of signal with a response function in DT?
- Identify your signal and function
- Invert one of them (which is easyer) and try to slide it through the other
- Identify your bounds of full/partial overlap (bit more annoying for DT)
- Take convolution sum in those bounds for the corresponding values of your signal and response function and calculate it probably using geometric series formula
- Well thats it :D
Geometric series formula
Geometric series formula convergence for n -> infinity
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?
3 and 8
How do you evalueate a convolution sum of two block functions if you know your overlap bounds?
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 do you evaluate sum of 1s from 7 to 12?
ez question
12- 6 = 6
Describe the process of convolution of signal through a response function in CT
- Identify your signal and response functions
- Reverse one and scroll through the other
- Find overlap boundaries
- Take convolution integral with the found bounds and evaluate integral.
- Thats it