TD Convolution
TD Convolution
signal 𝒆−𝒙
Consider the following one parameter family of signals (a>0) :
𝑥𝑎 (𝑡) = exp(−𝑎𝑡)𝜖(𝑡)
c) Graphical representation.
𝑥𝑎 (𝑡) ∗ 𝑦𝑎 (𝑡) =
f) Develop two matlab scripts computing the convolution and the correlation of
these two signals. Numerical application : a=2.
steps : define an interval t in [-10 :pas :10] ; you will use the
functions conv.m and xcorr.m
g) Compute the spectrum density X(f) of x(t). just remember that the SD is
the Fourier transform of the auto-correlation function of x.
L
d
C2 C1
Let x1(t) and x2(t) be 2 signals received by C1 and C2. We consider that the
signal received by C2 has a t0 delay with the signal received by C1 (time to
cover L).
1. Let us assume that x(t) has the following shape x(t)=asin(wt+). We put
x1(t)=x(t) and x2(t)=x(t-t0). Compute the auto-correlation function Rx1x2()
between x1 and x2.
2. How does the auto correlation function allow us to find the time to?
Page 2