Inverse Discrete Time Fourier Transform (DTFT) Question

In summary: However, I am still a bit fuzzy on the details of how to compute the transform of a rectangular "box function. Can you please walk me through that?
  • #1
DSRadin
12
1
1. Given: The DTFT over the interval [itex] |ω|≤\pi, X\left ( e^{jω}\right )= cos\left ( \frac{ω}{2}\right ) [/itex]
Find: [itex] x(n) [/itex]



2. Necessary Equations: IDTFT synthesis equation: [itex] x(n)=\frac{1}{2\pi}\int\limits_{-\pi}^{\pi}X\left ( e^{jω} \right ) e^{j\omega n}d\omega[/itex]
Euler's Identity: [itex] cos\left ( \omega \right ) = \frac{e^{j\omega n} + e^{-j\omega n}}{2}[/itex]




b]3. Summary: My intuition tells me that a sinusoid in the frequency domain should pop out an impulse in the time domain.

BUT when running the synthesis equation where I normally end up with an orthogonality situation landing me a pair of delayed impulses, I end up with a delay of (n-1/2) and (n+1/2). As 'n' is a discrete time integer sample there is no data for (n-1/2) and (n+1/2) so I would expect the result to fall between samples and be zero.

Running all the way through the synthesis results in the following expression:

[itex] x(n) = \frac{1}{\pi}\left [ \frac{2sin\left ( \pi \left ( n+\frac{1}{2} \right ) \right )}{n+\frac{1}{2}} + \frac{2sin\left ( \pi \left ( n-\frac{1}{2} \right ) \right )}{n-\frac{1}{2}} \right ] [/itex]


Which is great (I guess) - except that this expression results in a sinc function centered on zero.

Any guidance is appreciated!

I have a faint suspicion that the ω/2 would smear the time domain signal - but I don't quite have grasp enough of the theory to prove it.

Thanks for your help.

-DR
 
Physics news on Phys.org
  • #2
DSRadin said:
1. Given: The DTFT over the interval [itex] |ω|≤\pi, X\left ( e^{jω}\right )= cos\left ( \frac{ω}{2}\right ) [/itex]
Find: [itex] x(n) [/itex]
2. Necessary Equations: IDTFT synthesis equation: [itex] x(n)=\frac{1}{2\pi}\int\limits_{-\pi}^{\pi}X\left ( e^{jω} \right ) e^{j\omega n}d\omega[/itex]
Euler's Identity: [itex] cos\left ( \omega \right ) = \frac{e^{j\omega n} + e^{-j\omega n}}{2}[/itex]

b]3. Summary: My intuition tells me that a sinusoid in the frequency domain should pop out an impulse in the time domain.

BUT when running the synthesis equation where I normally end up with an orthogonality situation landing me a pair of delayed impulses, I end up with a delay of (n-1/2) and (n+1/2). As 'n' is a discrete time integer sample there is no data for (n-1/2) and (n+1/2) so I would expect the result to fall between samples and be zero.

Running all the way through the synthesis results in the following expression:

[itex] x(n) = \frac{1}{\pi}\left [ \frac{2sin\left ( \pi \left ( n+\frac{1}{2} \right ) \right )}{n+\frac{1}{2}} + \frac{2sin\left ( \pi \left ( n-\frac{1}{2} \right ) \right )}{n-\frac{1}{2}} \right ] [/itex]
For what it's worth, your calculations differ from mine by a factor of 4. Other then that, they agree in terms of the sinc() functions and all.

Which is great (I guess) - except that this expression results in a sinc function centered on zero.

Any guidance is appreciated!

I have a faint suspicion that the ω/2 would smear the time domain signal - but I don't quite have grasp enough of the theory to prove it.

Thanks for your help.

-DR
The frequency domain of DTFT is assumed to be periodic with a period equal to 1 over the sample rate (the sample period). In this problem, the sample rate is normalized, such that the period is equal to 2π.

The reason you don't get the pair of impulses is that although the frequency domain signal is periodic, it is not sinusoidal. Recall the function cos(ω/2) defined from -π < ω < π. The function is always positive [Edit: well, technically non-negative]. When you repeat the function for higher or lower values of ω, it stays positive. You'll end up with a periodic function that's really the absolute value of a sinusoidal function.

If you'd like to analyze it further (perhaps to help build up your intuition), think of the sinusoidal function being multiplied by a rectangular "box" function. Then realize that multiplication in one domain is equivalent to convolution in the other domain. What is the transform of a rectangular "box" function? What is the result if you convolve that with a pair of impulses? :wink:
 
Last edited:
  • Like
Likes 1 person
  • #3
Collinsmark,

Thank you for the response - the bit about being periodic but not sinusoidal was very helpful. I did not recognize that before (my fault in not sketching the magnitude plot - I need to remember to do that).

As for the example at the bottom - I understand the relationship between convolution and multiplication, and I see the connection to the problem, good insight!
 

1. What is the Inverse Discrete Time Fourier Transform (DTFT)?

The Inverse Discrete Time Fourier Transform (DTFT) is a mathematical operation that converts a signal from the frequency domain to the time domain. It is the inverse of the DTFT, which converts a signal from the time domain to the frequency domain.

2. Why is the Inverse DTFT important in signal processing?

The Inverse DTFT is important in signal processing because it allows us to analyze signals in both the time and frequency domains. This is useful for understanding the characteristics of a signal and for designing filters and other signal processing techniques.

3. How is the Inverse DTFT calculated?

The Inverse DTFT is calculated using the formula: x[n] = (1/2π) ∫π X(e)ejωn dω. This integral is calculated over the entire range of frequencies from -π to π.

4. What is the difference between the Inverse DTFT and the Inverse Discrete Fourier Transform (DFT)?

The Inverse DTFT and the Inverse DFT both convert signals from the frequency domain to the time domain, but they have some key differences. The Inverse DTFT is used for continuous-time signals, while the Inverse DFT is used for discrete-time signals. Additionally, the Inverse DTFT is a continuous function, while the Inverse DFT is a discrete function.

5. What are some practical applications of the Inverse DTFT?

The Inverse DTFT has many practical applications in signal processing, including audio and image compression, noise reduction, and signal filtering. It is also used in other fields such as communications, control systems, and digital signal processing.

Similar threads

  • Engineering and Comp Sci Homework Help
Replies
1
Views
3K
  • Engineering and Comp Sci Homework Help
Replies
3
Views
1K
Replies
4
Views
283
  • Engineering and Comp Sci Homework Help
Replies
1
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
1
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
1
Views
941
  • Calculus and Beyond Homework Help
Replies
16
Views
556
  • Calculus and Beyond Homework Help
Replies
1
Views
202
  • Calculus and Beyond Homework Help
Replies
5
Views
342
  • Engineering and Comp Sci Homework Help
Replies
1
Views
1K
Back
Top