Verifying coherence time formula with g(t) = e^(-|t|/t_c)

  • Thread starter Thread starter Observer Two
  • Start date Start date
  • Tags Tags
    Coherence Time
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Observer Two
Messages
24
Reaction score
0

Homework Statement



I have the complex term [itex]g(t) = e^{\frac{-|t|}{t_c}}[/itex] which is the degree of the coherence.


Homework Equations



Now I want to verify that:

[itex]t_c = \int_{-\infty}^\infty \! |g(t)|^2 \, dt[/itex]


The Attempt at a Solution



[itex]\int_{-\infty}^\infty \! |g(t)|^2 \, dt = \int_{-\infty}^\infty \! |e^{\frac{-|t|}{t_c}}|^2 \, dt = \int_{-\infty}^\infty \! e^{\frac{-|t|}{t_c}} e^{\frac{|t|}{t_c}} \, dt = \int_{-\infty}^\infty \! 1 \, dt[/itex]

2 Problems now.

First: The integral doesn't have a value if I integrate from - infinity to infinity.
Second: The value of the indefinite integral is t. Not t_c.

What am I missing here?
 
Physics news on Phys.org
You didn't multiply ##e^{-\frac{|t|}{t_c}}## by itself. Instead, the second multiplier misses the negative sign. Check your work carefully and try again evaluating the integral.
 
Huh? I'm really missing something here.

[itex]|z|^2 = z z^*[/itex]

So if in my case [itex]z = e^{\frac{-|t|}{t_c}}[/itex] then

[itex]z^* = e^{\frac{|t|}{t_c}}[/itex]

Or not?