Convolution - Can someone explain this solution?

AI Thread Summary
Convolution is a mathematical operation that combines two functions, specifically the impulse responses h[n] and g[n] of a system and its inverse, respectively. The convolution of these two functions results in the Dirac delta function, δ[n], indicating that the original input signal is recovered when the impulse response of the original system is passed through the inverse system. This relationship is established through Laplace Transforms, where the product of the transfer functions H(s) and G(s) equals one, confirming their reciprocal nature. The operation is crucial in signal processing and system analysis, as it helps to understand how systems respond to inputs. Ultimately, h[n] * g[n] = δ[n] illustrates the fundamental concept of system inversion.
Lomion
Messages
9
Reaction score
0
Convolution & Inverses

Given an impulse response h[n] to a system, and the impulse response g[n] of the inverse system, why is h[n] * g[n] = \delta[n]? Where the * sign is used to denote convolution.
 
Last edited:
Physics news on Phys.org
Lomion said:
Given an impulse response h[n] to a system, and the impulse response g[n] of the inverse system, why is h[n] * g[n] = \delta[n]? Where the * sign is used to denote convolution.
This result follows from the properties of Laplace Transforms.
First, define the Laplace Transforms of the Impulse Responses h(n) and g(n):
H(s) = L{h(n)}
G(s) = L{g(n)}
Next, find the Laplace Transform of the given Convolution, remembering that the Laplace Transform of a Convolution is the product of the Laplace Transforms of the convolved functions:
L{h(n)*g(n)} = L{h(n)}L{g(n)} = H(s)G(s)
However, since both h(n) and g(n) are Impulse Response functions, their Laplace Transforms are their system Transfer Functions. Moreover, since we are given that h(n) represents the Inverse system to g(n), their TRANSFER FUNCTIONS must be be reciprocal to each other:
H(s)G(s) = 1
-----> L{h(n)*g(n)} = 1
-----> h(n)*g(n) = DIRAC-DELTA(n)
where we used the result that L^(-1)(1)=DIRAC-DELTA(n).
~
 
Last edited:


Convolution is a mathematical operation that involves two functions, in this case h[n] and g[n], and produces a third function that represents the output of the first function when it is passed through the second function. In other words, convolution is a way to combine two functions in order to understand how the output of one affects the other.

In the context of systems, convolution is often used to analyze the behavior of a system when it is given an input signal. The impulse response of a system, h[n], is a function that describes how the system responds to a brief input signal, or an impulse. Similarly, the impulse response of the inverse system, g[n], describes how the inverse system responds to a brief input signal.

When we convolve these two impulse responses, h[n] * g[n], we are essentially passing the impulse response of the original system through the impulse response of the inverse system. This results in the output of the original system being "undone" by the inverse system, leaving us with the original input signal, which is represented by the delta function, δ[n].

In other words, h[n] * g[n] = δ[n] means that when we pass the impulse response of the original system through the impulse response of the inverse system, we get back the original input signal. This is why convolution is often used in signal processing and system analysis, as it allows us to understand the relationship between different systems and their inputs.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top