Discrete convolution help

Thread Starter

WSUBG

Joined Jun 12, 2021
35
1678332805572.png
Hi, can someone explain to me the fundamentals of the reduction in step 2 of this symbolic convolution example?
 

WBahn

Joined Mar 31, 2012
30,060
The fifth line is merely applying the distributive law of multiplication over addition.

(a+b)c = ac + bc

followed by breaking the summation into to parts

sum_over_limits(a - b) = sum_over_limts(a) - sum_over_limits(b)
 
Top