14 - FFT Assignment
14 - FFT Assignment
LAB NO :
Remarks:
DEADLINE:
DATE OF SUBMISSION:
INSTRUCTIONS
Write code for the following exercises/tasks as instructed in the questions. Take help from the links
provided and FFT Lab manual as well. You will be graded on the following criteria:
Each graph should have your roll number and name as title. Everyone’s audio file should be
different. Plagiarism will result in zero marks as is the policy with lab reports. Submission day before
final.
EXERCISES
EXERCISE 1:
Phase of Sinosoids: Using the Fourier transform, you can also extract the phase spectrum of the
original signal.
For example, create a signal that consists of two sinusoids of frequencies 15 Hz and 40 Hz. The first
sinusoid is a cosine wave with phase , and the second is a cosine wave with phase . Sample the signal at
100 Hz for 1 second. Take help from this link Fourier Transforms - MATLAB & Simulink
(mathworks.com)
EXERCISE 2.
Perform inverse fft on signal in practice exercise 2. Learn to use ifft command. Take help from the
following links
EXERCISE 3.
Read an audio file of your choice and perform fft on it.
EXERCISE 4.
Record an audio file with you and your friends talking. Take another audio file with some music or
song in it. Take the ffts of each separately. Add the two signals and take the fft of the added signal.
Be sure to centre the fft using fftshift. Play the added signal on your computer and listen to the
voice.
RESOURCES:
For detailed resources check the following links: