Digital Modulation Basics – Part 2

Slides:



Advertisements
Similar presentations
Analogue to Digital Conversion (PCM and DM)
Advertisements

Sinusoidal Pulse-Width Modulation
CEG 3185 Tutorial 5 Modem (The Matlab scripts were originally developed by Xiaohong Liu) (The slides are prepared by Lei Chen)
1 A Tool for System Simulation: SIMULINK Can be used for simulation of various systems: – Linear, nonlinear; Input signals can be arbitrarily generated:
1 11 Lecture 11 Basic Modulation Techniques (V) Fall 2008 NCTU EE Tzu-Hsien Sang.
SIMULINK Dr. Samir Al-Amer. SIMULINK SIMULINK is a power simulation program that comes with MATLAB Used to simulate wide range of dynamical systems To.
Pulse Code Modulation (PCM) 1 EE322 A. Al-Sanie. Encode Transmit Pulse modulate SampleQuantize Demodulate/ Detect Channel Receive Low-pass filter Decode.
E XPERIMENT ON C OMMUNICATION E NGINEERING I Course No.- EE-3206 Prof. Dr. Md. Rafiqul Islam Md. Nur Kutubul Alam.
Pulse Width Modulation Professor: Dr. Miguel Alonso Jr.
Why to Apply Digital Transmission?
4.2 Digital Transmission Pulse Modulation (Part 2.1)
ITGD3101Modern Telecommunications Lecture-5- Pulse Code Modulation week 5- q-2/ 2008 Dr. Anwar Mousa University of Palestine Faculty of Information Technology.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2001 Data Transmission Techniques Data to be transmitted is of two types 1.Analog data 2.Digital data Therefore,
Digital Communications Math class.
Modulation Continuous wave (CW) modulation AM Angle modulation FM PM Pulse Modulation Analog Pulse Modulation PAMPPMPDM Digital Pulse Modulation DMPCM.
Introduction to Communication Systems
Quick Quiz You need a sheet of paper. What do these abbreviations stand for? PWM PPM PAM PCM ASK FSK AM FM IF AF RF TRF amp Pulse width modulation Pulse.
Contents Introduction ( P1-P4). Frequency modulation.(P5-P7) Frequency demodulation (P8-P14) FM using simulink implementation (P15 – P 17)
Department of Mechanical Engineering, LSUSession VII MATLAB Tutorials Session VII Introduction to SIMULINK Rajeev Madazhy
Digital modulation techniques. Modulations systems.
Data and Computer Communications Chapter 1 – Data Communications, Data Networks, and the Internet.
CS434/534: Mobile Computing and Wireless Networks Y. Richard Yang 08/30/2012.
SUNY-New Paltz Computer Simulation Lab Electrical and Computer Engineering Department SUNY – New Paltz “Lecture 12”
What do these abbreviations stand for? PWM PPM PAM PCM ASK FSK PSK AM FM IF AF RF TRF amp Pulse width modulation Pulse position modulation Pulse amplitude.
1 Pertemuan 3 Networking Fundamentals Matakuliah: M0284/Teknologi & Infrastruktur E-Business Tahun: 2005 Versi: >
Meghe Group of Institutions
Pulse Code Modulation (PCM) Analog voice data must be translated into a series of binary digits before they can be transmitted. With Pulse Code Modulation.
1 Direct Digital Synthesizer STUDENT : Tsung-Han Tu SN : M
CHAPTER 4. OUTLINES 1. Digital Modulation Introduction Information capacity, Bits, Bit Rate, Baud, M- ary encoding ASK, FSK, PSK, QPSK, QAM 2. Digital.
Demodulation PWM Signal
MODULE 2: Circuits, Signals and the Analog Discovery Board SUMMER CHALLENGE Electrical Engineering: Smart Lighting Michael Rahaim, PhD Candidate Multimedia.
EE 445S Real-Time Digital Signal Processing Lab Fall 2013
Analog to digital conversion
What is Modulation? The Carrier
DATA COMMUNICATION Lecture-16.
UNIT – III I: Digital Transmission.
PCM (Pulse Code Modulation)
Pulse Code Modulation (PCM)
Subject Name: Digital Communication Subject Code:10EC61
Digital Control Systems Waseem Gulsher
Pulse Code Modulation (PCM)
Workshop on INTRODUCTION OF MATLAB/SIMULINK TOOLS AND THEIR APPLICATION conducted by EEE/CCET 11/13/2018 workshop on 01/12/2010.
Lecture 9: Sampling & PAM 1st semester By: Elham Sunbu.
MODULATION AND DEMODULATION
Lecture 3: Delta Modulation (DM) 1nd semester
EE 445S Real-Time Digital Signal Processing Lab Fall 2016
سیمولینک کنترل خطی در متلب
Digital Control Systems Waseem Gulsher

Chapter 10. Digital Signals
Fundamental Operation
Pulse Amplitude Modulation and Pulse Code Modulation
Fundamental of signals, digital and analog transmission
Lecture 5: DSB-SC AM Modulation 1st semester
Chapter 5. Data Encoding Digital Data, Digital Signals
Lecture 8: PM Modulation 1st semester By: Elham Sunbu.
Pulse Code Modulation (PCM)
Lecture 10: Quantizing & PCM 1nd semester By: Adal ALashban.
Lecture 6: FM Modulation 1st semester By: Elham Sunbu.
Introduction To Simulink
Mr. Haneef Khan Department of Computer Networks College of CS&IS
Analog to Digital Encoding
Pulse Amplitude Modulation dan Pulse Code Modulation
Introduction to Communication Systems (CNET - 222)
Introduction To MATLAB
Digital Modulation Basics – Part 2
Modulation Lab 2 – 2019/1440 By: Elham Sunbu.
Digital Modulation Basics
COLLEGE OF APPLIED STUDIES AND COMMUNITY SERVICE
Introduction 1st semester King Saud University
Presentation transcript:

Digital Modulation Basics – Part 2 Lab 5 – 2019/1440 By: Elham Sunbu

OUTLINE Use the Simulink to generate a PAM modulated signal. PCM modulator.

Pulse Amplitude Modulation (PAM)

Blocks Required: - Signal Generator Block -Pulse Generator Block - Product Block – Scope We can find these blocks in the following locations of Simulink Library Signal Generator and Pulse Generator blocks: Simulink → Sources → Sine wave Simulink → Sources → Pulse Generator Product Block Simulink → Math Operations→ Product Scope Block: Simulink → Sink → Scope

Simulink

Settings Generate a PAM signal where the message signal is 2 sin(6πt). Generate a PAM signal where the message signal is 3 sin(5πt) with period 5, width 60. (Evaluation)

OUTPUT

Pulse Code Modulation (PCM)

Simulink

Generate a PCM Modulator and demodulator for the following signals: Application Evaluation Generate a PCM Modulator and demodulator for the following signals: 2 sin(6πt)

Settings

Generate a PCM Modulator and demodulator for the following signals: 4 sin(5πt)(Evaluation) 8 sin(8πt)

OUTPUT Scope of encoder Scope of decoder

Thank You