andy
64276f270d
Affected files: .obsidian/graph.json .obsidian/workspace-mobile.json .obsidian/workspace.json STEM/AI/Literature.md STEM/AI/Neural Networks/MLP.md STEM/AI/Properties.md STEM/Quantum/Orbitals.md STEM/Quantum/Schrödinger.md STEM/Quantum/Wave Function.md STEM/Signal Proc/Convolution.md STEM/Signal Proc/Image/Image Processing.md STEM/img/hydrogen-electron-density.png STEM/img/hydrogen-wave-function.png STEM/img/orbitals-radius.png STEM/img/radial-equations.png STEM/img/radius-electron-density-wf.png STEM/img/wave-function-nodes.png STEM/img/wave-function-polar-segment.png STEM/img/wave-function-polar.png
1.0 KiB
1.0 KiB
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
x_1(t)\circledast x_2(t)=x_2(t)\circledast x_1(t)
- Commutativity
(x_1(t)\circledast x_2(t))\circledast x_3(t)=x_1(t)\circledast (x_2(t)\circledast x_3(t))
- Associativity
x_1(t)\circledast [x_2(t)+x_3(t)]=x_1(t)\circledast x_2(t)+ x_1(t)\circledast x_3(t)
- Distributivity
Ax_1(t)\circledast Bx_2(t)=AB[x_1(t)\circledast x_2(t)]
- Associativity with Scalar
- Symmetrical graph about origin
Applications
- Communications systems
- Shift signal in frequency domain (Frequency modulation)
- System analysis
- Find system output given input and transfer function
Polynomial Multiplication
- 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]