EE352 Lab 9 Solved

30.00 $

Category:
Click Category Button to View Your Next Assignment | Homework

You'll get a download link with a: zip solution files instantly, after Payment

Securely Powered by: Secure Checkout

Description

Rate this product

In this laboratory, we cover the noise in frequency modulation (FM). For FM, the frequency of the carrier signal changes depending on the amplitude of the message signal. In addition to these works, in this week, we include the noise to our consideration. The term noise is used to represent unwanted waves that disturb the transmission. While simulating our analog systems, we can generate noise by using some built-in functions in Matlab. For this laboratory, it is useful to learn about the Matlab functions load(.), fmdemod(.), awgn(.) and sound(.).

9 Labwork (FM in noise)

9.1 Construction

  1. a)  Load the sound file ”gong” that is given in the Matlab library by using load() function.
  2. b)  Take the signal and sampling frequency Fs from 1×1 struct as the message signal m(t) and sampling

    frequency respectively fs. Hint:x=load(’gong’), mt=x.y, mt=mt’, fs=x.Fs

  3. c)  Obtain time vector t = 0:(1/fs):(numel(mt) – 1)/fs where mt is the message signal.
  4. d)  Construct the carrier signal where c(t) = cos(2πfct), with fc = 2kHz.

9.2 Modulation

  1. a)  Obtain FM signal Xfm with kf = 10000. Hint: There is no restriction on taking integral. Do not use fmmod(.)
  2. b)  Add additive white Gaussian noise (AWGN) with signal to noise ratio (SNR) values of 0dB, 5dB,10dB and 20dB using awgn() to your modulated Xfm.

9.3 Demodulation and Filtering

  1. a)  Demodulate your FM signals using fmdemod() function and using a low pass filter (LPF) with suitable filter order.
  2. b)  After filtering, you will obtain the demodulated message vectors.
  3. c)  Listen to the demodulated message vectors with different SNR values by using sound() function.
  4. d)  Comment on the sound quality.

9.4 Mean Square Error (MSE) and comparison

  1. a)  Use the MSE function from previous lab to calculate the MSE values of the filtered signals with 4 different SNR values and message signal.
  2. b)  Plot the calculated MSE values with respect to SNR.
  3. c)  Comment on the result.
  • Lab9-w2uknr.zip