Sketching Signal x(t): 2^(-t*u(t))

  • Thread starter Thread starter drkidd22
  • Start date Start date
  • Tags Tags
    Signal
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
1 reply · 2K views
drkidd22
Messages
59
Reaction score
0

Homework Statement



Sketch the signal:
x(t) = 2^(-t*u(t)) over (-1 < t < 1)

The Attempt at a Solution


Attached is an excel fine with my work out. I want to know is it is correct.
 

Attachments

Physics news on Phys.org
It is simplest to think of this as a piecewise function
[tex]x(t) = \begin{cases}<br /> 1, t < 0 \\<br /> 2^{-t}, t>0<br /> \end{cases}[/tex]
then
[tex]x(t)^2 = \begin{cases}<br /> 1, t < 0 \\<br /> 2^{-2t}, t>0<br /> \end{cases}[/tex]
so when you integrate x(t)^2 from -1 to 1, it breaks apart into two integrals. One is from -1 to 0 of 1, and the other is from 0 to 1 of 2^{-2t}.