AvE-4 Lect2 Fourier Transform
AvE-4 Lect2 Fourier Transform
AvE-4
Credit Hours : 3
11/15/21 2
Message of the day
11/15/21 3
Fourier transform
(Chapter 2 – Text Book)
Lecture 2
Lecture Objectives
11/15/21 5
Fourier Series
11/15/21 6
Fourier Series
11/15/21 7
Fourier Series
11/15/21 8
Fourier Series
11/15/21 9
Fourier Series
11/15/21 10
Fourier Series
11/15/21 11
Fourier Series
11/15/21 13
Fourier Transform
11/15/21 14
Fourier Transform
11/15/21 15
Fourier Transform
11/15/21 16
Fourier Transform
11/15/21 17
Fourier Transform
11/15/21 18
Computing Fourier Transform
in Matlab
11/15/21 19
Computing Fourier Transform
in Matlab
t = 0:.001:.25;
x = sin(2*pi*50*t) + sin(2*pi*120*t);
y = x + 2*randn(size(t));
plot(y(1:50))
title('Noisy time domain signal')
11/15/21 20
Computing Fourier Transform
in Matlab
11/15/21 21
Computing Fourier Transform
in Matlab
Y = fft(y,256);
11/15/21 23
Computing Fourier Transform
in Matlab
11/15/21 24
Computing Fourier Transform
in Matlab
11/15/21 25
11/15/21 26