InterviewSolution
Saved Bookmarks
| 1. |
Two discrete time systems with impulse responses h[] = δ[ - 1] and h[] = δ[ - 2] are connected in cascade. The overall impulse response of the cascaded system is |
| Answer» h1(n) → delay by 1, h2(n) → delay by 2, h1(n) * h2(n) → delay by 3. | |