What is the order of the four operations that are needed to be done on h(k) in order to convolute x(k) and h(k)? Step-1:Folding Step-2:Multiplication with x(k) Step-3:Shifting Step-4:Summation

Correct Answer: 1-3-2-4
First the signal h(k) is folded to get h(-k). Then it is shifted by n to get h(n-k). Then it is multiplied by x(k) and then summed over -∞ to ∞.