Montinola, Rainiel M. October 22, 2020: Laboratory Experiment Report Rubric

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 8

School of Electrical Engineering,

Electronics Engineering, and


Computer Engineering

Laboratory Experiment Report Rubric

NAME OF STUDENT: DATE SUBMITTED:

Montinola, Rainiel M. October 22, 2020

EXPERIMENT TITLE EVALUATOR:

ENGR. ERNESTO M. VERGARA JR.


Fourier Transform

Poor Fair Good Very Good Excellent


Criteria Score
(1) (2) (3) (4) (5)
A. Completeness The laboratory report The laboratory report The laboratory report The laboratory report The laboratory report
and organization is untidy, did not follow is untidy, followed the is neat, followed the is neat, followed the is very neat, well
of the Experiment the given format, given format, some given format, some given format, no presented, followed
some parts are parts are missing, parts are missing, missing parts, and the given format,
Laboratory
missing, most most questions are not mostly questions are only a few questions organized, and the
Report questions are not answered. not answered. are not answered. required content is
answered. complete.
The result, gathered The result is correct, The result and The result and The result, gathered
data, and answers to however, gathered gathered data were gathered data were all data, and answers to
questions were all data, and answers to correct, however, correct, and most of questions are all
incorrect. If data questions were all answers to questions the answers to correct. If data sheets
B. Correctness of sheets are required in incorrect. If data were all incorrect. If questions are all are required in the
the gathered data the experiment, they sheets are required in data sheets are correct. If data sheets experiment, data
are not used. the experiment, data required in the are required in the sheets are fully
and answers to
sheets are used but experiment, data experiment, data consulted and correct
questions. wrong data are used sheets are consulted sheets are consulted data are used in the
in the computation or but some of the data but with few wrong tabulation or
tabulated. used are wrong. data used in the computation.
computation or
tabulation.

The interpretation of The interpretation of The interpretation of The interpretation of The interpretation of
data and discussion data and discussion data and discussion data and discussion data and discussion
C. Interpretation of
were not based on the were based on the were based on the were based on the were based on the
data and result and data result and data result and data result and data result and data
discussion gathered during the gathered during the gathered during the gathered during the gathered during the
experiment. experiment, but does experiment, and experiment, and experiment and are
not present clarity. somehow presents mostly presents clarity. presented very clearly.
clarity.
The conclusion was The conclusion was The conclusion was The conclusion was The conclusion was
not based on the based on the based on the based on the based on the
D. Conclusion
objectives and all objectives but not all objectives and few of objectives and most of objectives and all of
ideas are not coherent of the ideas are the ideas are coherent the ideas are coherent the ideas are coherent
or clear. coherent nor clear. but not too clear. and clear. and presented very
clearly.
The words used were The words used were The words used were The words used were The words used were
not appropriate, had somehow appropriate, appropriate, had good appropriate, had very appropriate, had
poor grammar, had had good grammar, grammar, had good good grammar, had excellent grammar,
E. Use of Language
bad sentence had good sentence sentence construction very good sentence had excellent
construction and ideas construction and not and few of the ideas construction and sentence construction
were not clearly all ideas were clearly were clearly almost all of the ideas and all of the ideas
expressed. expressed. expressed. were clearly were clearly
expressed. expressed.
The laboratory report The laboratory report The laboratory report The laboratory report The laboratory report
F. Promptness was submitted two or was submitted one was submitted three to was submitted beyond was submitted on
more weeks late. week late. six days late the time assigned to time.
two days late.

AVERAGE: (A+B+C+D+E+F)/6
Exercise:

I. Use the fourier command to find the Fourier transform F(w) of the following functions,

−𝑡2
a) 𝑔(𝑡) = 𝑒 2

Answer:
2^(1/2)*pi^(1/2)*exp(-w^2/2)

MATLAB Command:

2
b) 𝑓(𝑡) = 5𝑒 −3(𝑡−5)

Answer:
(5*3^(1/2)*pi^(1/2)*exp(- (w + 30i)^2/12 – 75))/3

MATLAB Command:

c) 𝑓(𝑡) = 𝑒 − 5|𝑡|

Answer:
10/(w^2 + 25)

MATLAB Command:
𝑡
d) 𝑓(𝑡) =
(9+𝑡 2)

Answer:
-pi*exp(-3*abs(w))*sign(w)*1i

MATLAB Command:

𝟓𝒆𝟑𝒊𝒕
e) 𝒇(𝒕) =
𝒕𝟐−𝟒𝒕+𝟏𝟑

Answer:
26*pi*dirac(w) - pi*dirac(1, w)*8i - 5*pi*sign(w - 3)*(w - 3)

MATLAB Command:

2
f) 𝑓(𝑡) = 3𝑡𝑒 −9𝑡

Answer:
-(w*pi^(1/2)*exp(-w^2/36)*1i)/18

MATLAB Command:
−𝑡2
g) 𝑓(𝑡) = 𝑡𝑒 2

Answer:
-2^(1/2)*w*pi^(1/2)*exp(-w^2/2)*1i

MATLAB Command:

h) 𝑓(𝑡) = sin (3𝑡 2 )

Answer:
(2^(1/2)*3^(1/2)*pi^(1/2)*(cos(w^2/12) - sin(w^2/12)))/6

MATLAB Command:

i) 𝑓(𝑡) = cos (π + 5𝑡 2 )

Answer:
-(2^(1/2)*5^(1/2)*pi^(1/2)*(cos(w^2/20) + sin(w^2/20)))/10

MATLAB Command:
II. Use the ifourier command to find the inverse Fourier transform f(t) of the following functions,

a) 𝐹(𝑤) = 𝜋𝑒 |−𝑤𝑖|

Answer:
fourier(exp(abs(w)), w, -t)/2

MATLAB Command:

6
b) 𝑓(𝑤) = 𝑤 2+9

Answer:
-3*t*sign(t)

MATLAB Command:

3
c) 𝑓(𝑤) =
(2−𝑤𝑖)(1+𝑤𝑖)

Answer:
-(6*pi*dirac(t) + 9*pi*exp(2*t)*(sign(t) - 1))/(2*pi)

MATLAB Command:
2
d) 𝑓(𝑤) = 7𝑒 −(𝑤+4)32

Answer:
(14*2^(1/2)*exp(- 8*(t + 1i/4)^2 - 1/2))/pi^(1/2)

MATLAB Command:

5(4+𝑤𝑖)
e) 𝑓(𝑤) = (9+8𝑤𝑖−𝑤 2)

Answer:
-((7^(1/2)*(pi*exp(-t*(7^(1/2)*1i - 4i)*1i)*(sign(t) + 1)*1i - pi*exp(t*(7^(1/2)*1i +
4i)*1i)*(sign(t) + 1)*1i)*10i)/7 + (7^(1/2)*(pi*exp(-t*(7^(1/2)*1i - 4i)*1i)*dirac(t)*2i -
pi*exp(t*(7^(1/2)*1i + 4i)*1i)*dirac(t)*2i + pi*exp(-t*(7^(1/2)*1i - 4i)*1i)*(sign(t) +
1)*(7^(1/2) - 4)*1i + pi*exp(t*(7^(1/2)*1i + 4i)*1i)*(sign(t) + 1)*(7^(1/2) +
4)*1i)*5i)/14)/(2*pi)

MATLAB Command:

𝑒(2𝑤−6)𝑖
f) 𝑓(𝑤) = 4−(3−𝑤)𝑖
Answer:
(t*exp(-6)*exp(6 - t*(4 - 3i) + 8i)*(sign(t - 2i) + 1))/2

MATLAB Command:
𝑒−5|𝑤|
g) 𝑓(𝑤) =
𝑤𝑖

Answer:
atan(t/5)/pi

MATLAB Command:

𝑒 2𝑤𝑖
h) 𝑓(𝑤) = 5+𝑤𝑖

Answer:
(sign(t + 2)*exp(- t*5i - 10i)*1i)/2

MATLAB Command:

𝑒 (20−4𝑤)𝑖
i) 𝑓(𝑤) =
3−(5−𝑤)𝑖

Answer:
-(sign(t + 4i)*exp(20)*exp(- 8 + t*2i)*1i)/2

MATLAB Command:
Interpretation

In the experiment entitled “Fourier Transform” the software MATLAB was used in order to solve and
execute the given equation. This experiment aims to help the students so that they may be able to (1)
define fourier transform (2) analyze the domain function to frequency domain and vice versa using
fourier transform (3) demonstrate the usage of MATLAB in computing fourier transform. This
experiment is divided into two parts. For the first part of the experiment the students are asked to solve
for the equation by applying the commands needed to perform the fourier transform with MATLAB. In
order to succeed in solving the equation the student used the symbolic toolbox in MATLAB. At first the
students must define the variables by entering the command syms t w and then they have to type in the
function and use the command fourier(f) in order for the system to calculate the fourier transform of the
equation inputted. And lastly, for the second part of the experiment the students were asked to solve
for the inverse fourier of an equation. At first the variables were set by using the command syms w t
and then the function of the equation is inputted so that when the students type in the command ifourier
(F,t) the system will prompt the inverse fourier of the equation.

Conclusion
After the experiment entitled “Fourier Transform” the students were able to create a code that was
able to solve the given equation they were able to concluded that by using the fourier command
fourier(f), MATLAB may be able to transform f(t) from the time domain to F(w) in the frequency
domain. Upon inputting the command ifourier (F,t) in MATLAB the system can find the inverse Fourier
transform of the function F(ω) from the frequency domain to the function f(t) in time domain T. The
ezplot command is use to plot the results. According to Bervelaca (2020), The Fourier Transform is a
device that breaks a waveform into an alternate representation, characterized by means of sine and
cosine. The Fourier Transform indicates that any waveform can be re-written as the sum of sinusoidal
functions.

You might also like