Preview

Simulation of the Noise Performance of a Fm Communication System

Satisfactory Essays
Open Document
Open Document
836 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Simulation of the Noise Performance of a Fm Communication System
Department of Electrical and Computer Engineering
ELEC 456 Communications Jerry Johnson
Dr. Bernard Harris December 12th, 2010

MATLAB HAND-IN #9
Simulation of the Noise Performance of a FM Communication System

Problem 6.17

In this problem, we will do this problem using the discriminator developed in problems 4.26, and 4.28 to construct the Matlab simulation system.

Matlab code for Problem 6.17

%---------------------------------------------------------------
% Problem 6.17, Call it mat9a in the program.
%---------------------------------------------------------------
function Ac = mat9a
%---------------------------------------------------------------
%-----Parameter------------------------------------------------- fc = 100; % Carrier frequency (kHz)
Fs = 1024; % Sampling rate (kHz) fm = 0.5; % Modulating frequency (kHz)
Ts = 1/Fs; % Sample period (ms) t = (0:Ts:10); % Observation period (ms)
C_N = 20; % channel SNR (dB)
Ac = 1;
Bt = 20; % (kHz)
W = 5; % (kHz)
SNRc = C_N+10*log10(Bt/W);
%---------------------------------------------------------------
%-----------Message Sisgnal------------------------------------- m = cos(2*pi*fm*t); % modulating signal kf = 2.4; % modulator sensitivity index (Bt/2)(kHz)
%---------------------------------------------------------------
%-------------FM modulate---------------------------------------
FMsig = FMmod(fc,t,kf,m,Ts);
%---------------------------------------------------------------
%-----------Add narrowband noise--------------------------------
%-Create bandpass noise by low pass filtering complex noise-----
P = 0.5;
N = P/10.^(SNRc/10); sigma = sqrt(N); noise = randn(size(FMsig)) + j*randn(size(FMsig));
LPFnoise = LPF(Fs,noise,0.05); % 0.01 =>Bt 50 kHz eq. Noise BW
BPnoise = real(LPFnoise.*exp(j*2*pi*fc/Fs*(1:length(FMsig)))); scale = sigma / std(BPnoise);

You May Also Find These Documents Helpful

  • Satisfactory Essays

    Chemistry Mini Project 3

    • 511 Words
    • 3 Pages

    Please remember to show all your work for the calculations in questions 1 and 2. These can be added at the end of this document (see Calculations Section). Complete the yellow shaded regions in the document below.…

    • 511 Words
    • 3 Pages
    Satisfactory Essays
  • Satisfactory Essays

    b. b. Include the function written in Exercise 8a in a working program. Make sure your…

    • 720 Words
    • 3 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Unit 4 Exercise 3-4

    • 66 Words
    • 1 Page

    I did the calculations of problem 2-38 with two methods on (1) I entered the cells and on (2) I placed the figures.…

    • 66 Words
    • 1 Page
    Satisfactory Essays
  • Good Essays

    Test Physic 1401

    • 1086 Words
    • 5 Pages

    More than four problems from Section II can be attempted. However, points will be awarded for only the best four answers.…

    • 1086 Words
    • 5 Pages
    Good Essays
  • Good Essays

    Week 2 BIO Assignmen

    • 760 Words
    • 3 Pages

    We all learned in elementary school that the suns provide nutrients and components that help plans grow. “As the name implies, photosynthesis is a process that uses light energy to synthesize something.” (Mauseth, 2014) That process is called photosynthesis. Photosynthesis is the process where plants use light energy from the sun. If we break the word up photo has the definition of light and synthesis means putting together. It provides the necessary sources of energy that both animals and plants need to survive. There are important factors that help photosynthesis, water, light and carbon dioxide. Throughout this essay we will discuss the equation that is associated with photosynthesis, main energy carrying molecule, reactants and products of light reactions and photosynthesis in the Calvin cycle.…

    • 760 Words
    • 3 Pages
    Good Essays
  • Satisfactory Essays

    OPRE/411 Week 4

    • 379 Words
    • 2 Pages

    2. Use the solution and sensitivity reports obtained from EXCEL to answer each of the…

    • 379 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Math: Wood and Board Feet

    • 412 Words
    • 2 Pages

    Read the following instructions in order to complete this assignment, and review the example of how to complete the math required for this assignment:…

    • 412 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    Practice Midterm

    • 551 Words
    • 3 Pages

    This exam is closed-book. You may not consult any notes or books during this exam. One formula page,…

    • 551 Words
    • 3 Pages
    Good Essays
  • Satisfactory Essays

    Mid-term exam, chapters 1-4 Please record your answer in the space to the right of the question (under “Answers”) or in the appropriate blanks provided (in the problems). Once you complete the answers, please submit the exam as an attachment. 150 points…

    • 2045 Words
    • 9 Pages
    Satisfactory Essays
  • Good Essays

    Adms 3530 Solution

    • 2665 Words
    • 11 Pages

    AP/ADMS3530 3.0 Assignment #1 Solution Winter 2010 Instructions: (1) This assignment is to be done individually. You must sign and submit the standard cover page supplied as the last page of this assignment. Before you start, please read the note “Writing Style Required for ADMS3530 Assignments” posted on the course web site. Please stick to the writing guidelines suggested in the note. This assignment is due in the class of the week of February 8, 2010. For Internet section students, the assignment must be uploaded to the Centre for Distance Education: http://www.atkinson.yorku.ca/cde/assignmentupload and identified precisely in accordance with the course outline by Tuesday, February 9, 2010, midnight. This assignment must be handwritten. Work that is too difficult to read due to messiness and poor handwriting will receive zero credit. You must show your work to receive full credit. This assignment carries a total mark of 100 points. Late assignments will not be accepted whether for technical or any other reason. Decimal places: please keep at least 4 in your calculations and 2 in your final answers.…

    • 2665 Words
    • 11 Pages
    Good Essays
  • Powerful Essays

    Statistics Pga Tour Case

    • 2821 Words
    • 12 Pages

    I certify I participated in the solution of this exam with the other members of my group and I was responsible for Problem #4 and Description of the problem. Juan Alvarez…

    • 2821 Words
    • 12 Pages
    Powerful Essays
  • Satisfactory Essays

    Midterm Test

    • 562 Words
    • 3 Pages

    Student Name: Student ID: • This is a closed book in-class examination. Only a non-programmable calculator is allowed. • No questions related to the contents of the exam will be answered during the examination. • If you think the question is not clear, use your own assumption(s) and explain why. • Answer all three questions. Each question carries equal weight. • Total time allowed is 110 minutes. 1. AM signals are demodulated by a squaring device followed by a ideal low-pass filter (LPF) and a DC blocker as shown in Figure 1. The baseband message signal is denoted as m(t). (a) Determine the expressions for signals (in time domain) at points A, B, C and D in terms of m(t). (b) Assuming A >> mp , show that y(t) yields m(t). Here, A is the amplitude of the carrier signal, mp = max|m(t)|. (c) If m(t) = 2cos(2π × 100t) + sin(2π × 150t) and carrier signal 5cos(2π × 1000t), calculate the power efficiency of this transmission. (d) For the message signal in (c), what is the lower sideband signal (LSB) in time domain? (e) For the…

    • 562 Words
    • 3 Pages
    Satisfactory Essays
  • Powerful Essays

    Willy Loman Suffering

    • 1731 Words
    • 7 Pages

    Everyone goes through suffering at some point in life. Some suffer from diseases and physical pain, while others suffer from emotional and mental pain. Sometimes, the suffering stops, in others it just keeps on going. As stated by Jimmy Whales, the founder of Wikipedia, “suffering is an individual's basic affective experience of unpleasantness and aversion associated with harm or threat of harm.” In other words, no one likes to suffer, yet, when life makes you, there is nothing you can do about it. In the play, “Death of a Salesman,” by Arthur Miller, Biff Loman, Willy Loman’s son suffers the most from Willy’s illusions and imaginations by having Willy lack parental guidance since the beginning, Willy thinking appearance in the key to success,…

    • 1731 Words
    • 7 Pages
    Powerful Essays
  • Better Essays

    Tities

    • 4160 Words
    • 17 Pages

    Textbook: Chap. 2 pages 80-85, Chap. 2, Sec. 2-3, Chap. 3, Sec. 1, Chap. 2 page 80…

    • 4160 Words
    • 17 Pages
    Better Essays