Biomedical Engineering > GATE 2023 > Convolution
Two sequences x1[n] and x2[n] are described as follows:
x1=x2=1,
x1=x2=2,
x1=x2=1,
x1[n]=x2[n]=0 for all n<0 and n>2.
If x[n] is obtained by convolving x1[n] with x2[n], which of the following equations is/are TRUE?
x1=x2=1,
x1=x2=2,
x1=x2=1,
x1[n]=x2[n]=0 for all n<0 and n>2.
If x[n] is obtained by convolving x1[n] with x2[n], which of the following equations is/are TRUE?
Explanation
Correct : a, d
Similar Questions
What is the worst-case time complexity of insertion in an AVL tree?
Which operations on a binary search tree have O(h) complexity?
Compare search complexities of sorted array vs balanced BST.