Convolution Calculator
Calculate the convolution of two sequences or functions.
Calculate Convolution
Results
Convolution Result:
[ ]
f * g
Properties:
- Length: 0
- Sum: 0
- Max Value: 0
Enter sequences to calculate.
Calculation Steps
Step | Operation | Result |
---|
About Convolution
Formula:
(f * g)[n] = Σ f[k] × g[n-k]
where k ranges over all valid indices
Properties:
- Commutative: f * g = g * f
- Associative: (f * g) * h = f * (g * h)
- Distributive: f * (g + h) = f * g + f * h
Applications:
- Signal processing
- Image filtering
- Neural networks
- Probability theory