How Does Slit Height Affect the Discrete Fourier Transform?

Click For Summary

Homework Help Overview

This discussion revolves around a computing coursework problem related to the Discrete Fourier Transform (DFT) and its application to a single slit function. The problem involves creating a slit with specific dimensions and calculating its DFT while considering the implications of varying the slit height.

Discussion Character

  • Exploratory, Conceptual clarification, Problem interpretation

Approaches and Questions Raised

  • Participants explore the role of the slit height in a 1D Fourier transform context, questioning its significance and implications for intensity. There is also discussion about representing different transmission functions, including phase functions and triangular functions.

Discussion Status

The discussion is ongoing, with participants providing various interpretations of the problem and exploring different representations of the slit function. Some guidance has been offered regarding the mapping of values to array indices, but no consensus has been reached on the implications of the slit height or the best approach to represent transmission functions.

Contextual Notes

Participants note the potential ambiguity in the problem statement, particularly regarding the significance of the slit height and the nature of the transmission function. There is an emphasis on the discrete representation of the function and its implications for the DFT calculation.

Jezza
Messages
37
Reaction score
0

Homework Statement


[/B]
This is a computing coursework problem. (There is a reasonably long theory preamble).

Create a single slit centred on the origin (the centre of your array) width 10 and height 1. The array containing the imaginary parts will be zero and the array containing the real parts will be 1 for the 10 elements at either side of the centre of the array and zero otherwise. (This constitutes the function f(x) in DFT equation shown below.)

Calculate the DFT of this single slit function and plot the real part and the amplitude of the transform.

Homework Equations


[/B]
The (1D) Fourier transform can be approximated as a sum over discrete values

<br /> F(u) = \frac{1}{2N} \sum_{x=-N}^{N-1} \left( f(x) e ^ {-\frac{\pi i x u}{N}} \right)<br />

Where i is the imaginary unit.

The Attempt at a Solution



Where does the 'height' of the slit come into a 1D problem? I would write it off as ignorable information, but for the fact that I'm later asked to halve the height of the slit and repeat the calculation. The only thing I can think of is to halve the intensity of the source, but I can't help feeling the consequences of that are trivial and so not worth the trouble.
 
Physics news on Phys.org
how would you set up a triangle function for the transmission of the slit
 
I'm afraid I don't understand your question. The suggested representation of the slit's transmission is as a square function.
 
I feel I might not have explained the question very well. The array represents a discrete real space where the element is the value of f(x_j). x_j = j\delta where \delta is an arbitrary grid spacing and j is the index of the element.
 
what if the transmission function was a phase function, how would you represent that
 
I'm not quite sure what a phase function is, but assuming this is the kind of phase function you're talking about https://en.wiktionary.org/wiki/phase_function, I would map \theta to array index in the same way the question leads me to map x to array index.
 
So to answer your previous question, I suppose I would have the centre of my array looking something like:

{0.0, 0.2, 0.4, 0.6, 0.8, 1.0, 0.8, 0.6, 0.4, 0.2, 0.0}
 
Jezza said:
So to answer your previous question, I suppose I would have the centre of my array looking something like:

{0.0, 0.2, 0.4, 0.6, 0.8, 1.0, 0.8, 0.6, 0.4, 0.2, 0.0}
So, now you know how to adjust the amplitude transmitted by the slit. Sure, it is trivial, but the question posed now allows you to put a hole host of transmission functions into the DFT.
 
  • Like
Likes   Reactions: Jezza

Similar threads

  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 4 ·
Replies
4
Views
5K
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K