0% found this document useful (0 votes)
39 views3 pages

14 - FFT Assignment

The document provides instructions for a lab assignment on signals and systems involving calculating the Fourier transform and phase spectrum of sinusoids, performing the inverse FFT, taking the FFT of audio files, adding audio signals and observing the results. Students are asked to complete exercises, submit code and a report by a deadline.

Uploaded by

MAHNOOR BARI
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
39 views3 pages

14 - FFT Assignment

The document provides instructions for a lab assignment on signals and systems involving calculating the Fourier transform and phase spectrum of sinusoids, performing the inverse FFT, taking the FFT of audio files, adding audio signals and observing the results. Students are asked to complete exercises, submit code and a report by a deadline.

Uploaded by

MAHNOOR BARI
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

DEPARTMENT OF AVIONICS ENGINEERING

SUBJECT : SIGNALS & SYSTEMS LAB

LAB NO :

TITLE : FFT – Graded Assignment


SUBMITTED TO : Ms. Maha Intakhab Alam
SUBMITTED BY :
BATCH : Avionics 07
SECTION :
Marks Obtained :

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:

 Correct, well commented and properly running code.


 Code should be simple and efficient.
 Mini viva on the exercises.
 Well documented report.
 You should be able to explain your code well.

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

Discrete Fourier Transform - MATLAB & Simulink (mathworks.com),

Inverse fast Fourier transform - MATLAB ifft (mathworks.com),

and other mathworks resources.

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:

Fourier Transforms - MATLAB & Simulink (mathworks.com)

Fourier Analysis and Filtering - MATLAB & Simulink (mathworks.com)

Discrete Fourier Transform - MATLAB & Simulink (mathworks.com),


Inverse fast Fourier transform - MATLAB ifft (mathworks.com),

You might also like