Fourier Transform: given X(f), find x(t)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
13 replies · 6K views
hastings
Messages
80
Reaction score
0
Hi everyone!
I'm not sure if I'm posting this question in the right section. Please don't be mad at me if I'm mistaken.
Can you please help me solve this problem?

Calculate the value of the signal x(t), given its spectrum (see figure in attachment), at the time t=2/W.

Attempted solution:
I don't know how to write the module |X(f)| and phase Φ(f) of X(f). I suppose X(f) should be written in polar form:

[tex]X(f)=|X(f)|e^{j\Phi}[/tex]

Maybe the module could be written like this:

[tex]|X(f)|=\frac{1}{16}f \mbox{ rect}_{4W}(f+4W) -\frac{1}{16}f \mbox{ rect}_{4W}(f-4W)[/tex]

The 4W appearing in subscript of the signal rect, indicates the duration of rect.

The [tex]\pm 4W[/tex] inside the round brackets, tells us that rect is centered in [tex]\pm 4W[/tex]

As to the PHASE, I don't have any idea on how to write it. Does it have anything to do with arctg (...)?
 

Attachments

Physics news on Phys.org
Did I get the module correct?
Please help me with the phase, do I have to write a slope's formula?
 
Can someone try and help me? Please :(
 
I would write the amplitude as 2 separate expressions, depending on whether f is between -6W & -2W, or between 2W and 6W:

|X(f)| = ***** , -6W < f < -2W
|X(f)| = ***** , 2W < f < 6W

And similarly for the phase angle. Note that phase is a simple linear function of f.

[tex] X(f)=|X(f)|e^{j\Phi} [/tex]
That's right. Once you have that expression, do the integrals that give you the inverse transform and then you'll have x(t).
 
That's rather generic. Can you give me another hint for the amplitude?

And similarly for the phase angle. Note that phase is a simple linear function of f.

I suppose it assumes the form of a slope: [tex]\phi(f)= m\cdot f[/tex]
 
hastings said:
That's rather generic. Can you give me another hint for the amplitude?
From the graph, the amplitude is a straight line within each region. You need to use the information in the graph to get the equation of the line in each region.

I.e.,

|X(f)| = (slope · f) + intercept

and you find the values of "slope" and "intercept" from the graph.

I suppose it assumes the form of a slope: [tex]\phi(f)= m\cdot f[/tex]
Yes, and by looking at the numbers given in the graph, you can figure out what the slope "m" is.
 
From the graph, the amplitude is a straight line within each region. You need to use the information in the graph to get the equation of the line in each region.

So you're saying the Amplitude should be something like:

[tex]\frac{1}{16}f +\frac{3}{8}W \mbox{, for -6W \leq f \leq -2W}[/tex]

[tex]-\frac{1}{16}f +\frac{3}{8}W \mbox{, for 6W \leq f \leq 2W} \right.[/tex]

As for the PHASE, it should be:
[tex]\phi(f)=-\frac{\pi}{72W}f[/tex]

Which by the way means that at f=-2W
[tex]\phi(-2W)=\frac{\pi}{36}[/tex]

If I'm right about the phase, how do I express the fact that the phase slope is sort of interrupted between -2W and 2W?
 
Sorry I'm late in replying, I was little busy.

So X(f) should be:

[tex] X(f)=<br /> \left\{<br /> \begin{array}{ll}<br /> (\frac{1}{16}f +\frac{3}{8}W)e^{-j(-\frac{2\pi}{144W}f)} &, \text{ for -6W $\leq$ f $\leq$ -2W} \\<br /> (-\frac{1}{16}f +\frac{3}{8}W)e^{-j(-\frac{2\pi}{144W}f)} &,\text{ for 2W $\leq$ f $\leq$ 6W} <br /> \end{array}<br /> \right. [/tex]

I wrote the exponentials in the form [tex]e^{-j2\pi t_0 f}[/tex] since an exponential in the frequency domain indicates a time shift, might be useful later on.

Ok, I guess I'm ready to antitransform the equations of the system above.
Let's see the first equation:
[tex] \mathcal{F}^{-1}\biggl[ \biggl( \frac{1}{16}f +\frac{3}{8}W \biggr) e^{j(\frac{2\pi}{144W}f)} \bigg|_{-6W}^{-2W} \quad \biggr]= <br /> <br /> \int_{-6w}^{-2W} \biggl[ \biggl(\frac{1}{16}f +\frac{3}{8}W \biggr) e^{j(\frac{2\pi}{144W}f)} \biggr] e^{j2\pi f t}df[/tex]

Is the integral right? Can I go on?
 
I thought of breaking the equation in 2 pieces:
[tex]\underbrace{\mathcal{F}^{-1}[ \frac{1}{16}f e^{j2\pi \frac{1}{144W}f }]}_{\text{1st addend}}+ \underbrace{\mathcal{F}^{-1}[\frac{3}{8}We^{j2\pi\frac{1}{144W}f } ]}_{\text{2nd addend}}[/tex]

I know that [tex]\mathcal{F}[\delta(t-t_0) ]=e^{j2\pi t_0 f}[/tex] therefore the 2nd addend should be

[tex]\mathcal{F}^{-1}[\frac{3}{8}We^{j2\pi\frac{1}{144W}f } ] =\frac{3W}{8}\delta(t+\frac{1}{144W})[/tex]
However I don't know how to evaluate this last expression for [tex]-6W \leq f \leq -2W[/tex]

As to the 1st addend [tex]\mathcal{F}^{-1}[ \frac{1}{16}f e^{j2\pi \frac{1}{144W}f }] = \frac{1}{16}\int_{-6W}^{-2W} f e^{j2\pi \frac{1}{144W}f } e^{j2\pi t f} df= \frac{1}{16}\int_{-6W}^{-2W} f e^{j2\pi (\frac{1}{144W}+t) f }df[/tex]

I looked up the integration by part formula:
[tex]\int f(x)g'(x) dx= f(x)g(x) -\int f'(x) g(x) dx[/tex]

To simplify notations I called [tex]a=j2\pi(\frac{1}{144W}+t)[/tex] since I'm integrating in f.

Here's the work out:
[tex]\int f \cdot e^{af}df= f \frac{e^{af}}{a} -\int \frac{e^{af}}{a}df = f \frac{e^{af}}{a} - \frac{e^{af}}{a^2}[/tex]

where [tex]f(x)=f \text{, } g'(x)= e^{af} \text{ and } g(x)= \frac{e^{af}}{a}[/tex]

Now, introducing the extremes of integration, the solution should be:
[tex]\frac{1}{16}\bigg[ f \frac{e^{af}}{a} - \frac{e^{af}}{a^2} \bigg]_{-6W}^{-2W} = \frac{1}{16} \bigg\{ e^{-6Wa} \bigg[\frac{6W}{a}+\frac{1}{a^2}\bigg] -e^{-2Wa}\bigg[\frac{2W}{a} + \frac{1}{a^2}\bigg] \bigg\}[/tex]

I'm sure there's some mistake somewhere, please correct me if I'm wrong.
 
hastings said:
I thought of breaking the equation in 2 pieces:
[tex]\underbrace{\mathcal{F}^{-1}[ \frac{1}{16}f e^{j2\pi \frac{1}{144W}f }]}_{\text{1st addend}}+ \underbrace{\mathcal{F}^{-1}[\frac{3}{8}We^{j2\pi\frac{1}{144W}f } ]}_{\text{2nd addend}}[/tex]

I know that [tex]\mathcal{F}[\delta(t-t_0) ]=e^{j2\pi t_0 f}[/tex]
... for -∞ < f < ∞.

But that is not what we have, since your expression holds only for
-6W < f < -2W​
and is zero outside that range. So it is not a δ-function in the time domain.

Can you do the integral for the inverse transform? Your expressions are of the forms
A ∫ ecx dx

and
A ∫ x ecx dx

These are standard integrals, which you can look up here:
http://en.wikipedia.org/wiki/List_of_integrals_of_exponential_functions
 
Regarding the 1st addend, is it correct?

Here's the work out:
[tex] \int f \cdot e^{af}df= f \frac{e^{af}}{a} -\int \frac{e^{af}}{a}df = f \frac{e^{af}}{a} - \frac{e^{af}}{a^2}[/tex]

[tex]\frac{1}{16}\bigg[ f \frac{e^{af}}{a} - \frac{e^{af}}{a^2} \bigg]_{-6W}^{-2W}[/tex]

where

To simplify notations I called
[tex] a=j2\pi(\frac{1}{144W}+t) [/tex]
Meanwhile I'll work out the 2nd addend.
 
Last edited: