2023-05-22 17:32:00 +01:00
|
|
|
Integral operator
|
|
|
|
- Satisfies mathematical properties of integral operator
|
|
|
|
- Product of two after one has been reversed and shifted
|
|
|
|
|
|
|
|
$$x(t)=x_1(t)\circledast x_2(t)=\int_{-\infty}^\infty x_1(t-\tau)\cdot x_2(\tau)d\tau$$
|
|
|
|
|
|
|
|
# Properties
|
|
|
|
1. $x_1(t)\circledast x_2(t)=x_2(t)\circledast x_1(t)$
|
2023-05-23 17:05:48 +01:00
|
|
|
- Commutativity
|
2023-05-22 17:32:00 +01:00
|
|
|
2. $(x_1(t)\circledast x_2(t))\circledast x_3(t)=x_1(t)\circledast (x_2(t)\circledast x_3(t))$
|
2023-05-23 17:05:48 +01:00
|
|
|
- Associativity
|
2023-05-22 17:32:00 +01:00
|
|
|
3. $x_1(t)\circledast [x_2(t)+x_3(t)]=x_1(t)\circledast x_2(t)+ x_1(t)\circledast x_3(t)$
|
2023-05-23 17:05:48 +01:00
|
|
|
- Distributivity
|
2023-05-22 17:32:00 +01:00
|
|
|
4. $Ax_1(t)\circledast Bx_2(t)=AB[x_1(t)\circledast x_2(t)]$
|
2023-05-23 17:05:48 +01:00
|
|
|
- Associativity with Scalar
|
2023-05-22 17:32:00 +01:00
|
|
|
5. Symmetrical graph about origin
|
|
|
|
|
|
|
|
# Applications
|
|
|
|
|
|
|
|
1. Communications systems
|
|
|
|
- Shift signal in frequency domain (Frequency modulation)
|
|
|
|
2. System analysis
|
|
|
|
- Find system output given input and transfer function
|
|
|
|
|
|
|
|
# Polynomial Multiplication
|
2023-05-23 17:05:48 +01:00
|
|
|
- Convolving coefficients of two poly gives coefficients of product
|
|
|
|
|
|
|
|
# Discrete
|
|
|
|
$$G[i,j]=H[u,v]\circledast F[i,j]$$
|
|
|
|
$$G[i,j]=\sum^k_{u=-k}\sum^k_{v=-k} H[u,v]F[i-u,j-v]$$
|