Lab 3 - Fourier Transform
Lab 3 - Fourier Transform
Lab 3 - Fourier Transform
1.
NAME OF GROUP
MEMBER(S) & 2.
MATRIX NUMBER(S)
3.
COURSE 2 BEEZ
DATE
TOTAL MARKS
1.0 OBJECTIVES
1. To simulate Fourier Transform for rectangular pulse signals by using fft function.
2. To investigate the frequency spectrum of rectangular pulse signals.
2.0 EQUIPMENT
1. MATLAB® software.
Figure 1: Effect of increasing period, T on the spectrum of the periodic pulse train.
2
The functions f(t) and F(ω) are related as follows:
f (t) FT F (ω) (Eq.1)
⇔
∞
F (ω)= ∫ f ( t ) e
− jωt
dt (Eq.2)
−∞
Since both functions are convertible, the inverse Fourier transform of F(ω) will
produce f(t) through the following expression:
∞
1
f ( t )= ∫
2 π −∞
jωt
F ( ω ) e dω (Eq.3)
In this laboratory session, the Fourier Transform for a rectangular pulse will be
investigated. A rectangular function is also known as a gate function and often denoted
as rect ( t /τ ) , where is the pulse width. The gate function with an amplitude of 1 is
defined by the following expression:
3
4.0 PRE-REQUIST KNOWLEDGE
1. What is the function that can be used in Matlab to calculate the FT?
5.0 PRE-LAB
1. Calculate the FT for a gate function if the pulse width of the function is:
(i) 10 seconds
(ii) 5 seconds
6.0 PROCEDURE
4
2. Run the program by inserting 10 seconds and 5 seconds as the first pulse and
second pulse.
3. Record your results.
4. What is your observation if the pulse width is changed to a value greater and less
the values in Step 2? Record your results.
State your observation based on the results. Then, conclude your results with related to the
theory.
5
6