Title: Projector Signal Analysis using MATLAB
Problem Statement:
Record a speech audio signal and save it to your computer. Input this signal into MATLAB. Perform the following manipulations:
1. Find out the actual sampling rate.
2. Perform spectrum analysis on the signal (Fourier transform) and plot the spectrum.
3. Change the sampling rate to:
a. A value higher than double the original sampling frequency.
b. A value less than half the original sampling rate.
c. Playback the altered signals in parts a. and b.
4. Repeat step 2 for the signals produced in step 3.
Discussion:
a. Discuss the effects of changing the sampling frequency (as seen in step 3).
b. Find the bandwidth of the original signal and the Nyquist rate.
c. Create one .m file for all of the questions with your detailed comments explaining each of the steps in your .m file.