Problems 1111.10. Ramp in terms of unit-step signals
A ramp,r(t)=tu(t), can be expressed as
r(t)=∫∞0u(τ)u(t−τ)dτ(a) Show that the above expression forr(t)is equivalent tor(t)=∫t0dτ=tu(t)(b)Compute the derivative ofr(t)=∫∞0u(τ)u(t−τ)dτto show thatu(t)=∫∞0u(τ)δ(t−τ)dτ1.11. Sampling signal and impulse signal—MATLAB
Consider the sampling signal
δT(t)=∑∞k= 0δ(t−kT)which we will use in the sampling of analog signals later on.
(a) PlotδT(t). FindssT(t)=∫t−∞δT(τ)dτand carefully plot it for allt. What does the resulting signalss(t)look like? In reference 17, Craig calls it
the “stairway to the stars.” Explain.
(b)Use MATLAB functionstairsto plotssT(t)forT=0.1. Determine what signal would be the limit as
T→ 0.
(c)A sampled signal isxs(t)=x(t)δT(t)=∑∞k= 0x(kTs)δ(t−kTs)Letx(t)=cos( 2 πt)u(t)andTs=0.1. Find the integral
∫t−∞xs(t)dtand use MATLAB to plot it for 0 ≤t≤ 10. In a simple way this problem illustrates the operation of a
discrete-to-analog converter, which converts a discrete-time into a continuous-time signal (its cousin
is the digital-to-analog converter or DAC).