7. Coding and Modulation. FER-Zagreb, Satellite communication systems 2011/12

Size: px
Start display at page:

Download "7. Coding and Modulation. FER-Zagreb, Satellite communication systems 2011/12"

Transcription

1 7. Coding and Modulation

2 Topics Introduction Convolutional coding Reed-Solomon coding Concatenated coding FEC Forward error correction Digital modulation PCM Pulse code modulation QAM Quadrature amplitude modulation ISI intersymbol interference Modulation spectral efficiency BER bit error rate 1

3 Introduction Coders are part of transmitter systems and decoders are part of receiver systems. Signal transmission is subject to error or interference. There are error detecting and correcting codes. Parity (redundant) bits are introduced into the known information bits. This reduces the data speed. The number of parity bits necessary depends on interference in the communication channel and interference. Adequate decoder must exists on receiver side. Decoder depends on the coding method used on transmitter side. 2

4 Introduction In modulation process, one or more parameters of the auxiliary signal is changed. The auxiliary signal is called the carrier. Signal which contains the information is called the modulation signal. It controls the changes of carrier. The result of modulation procedure is modulated signal. Whole procedure is performed in modulator. Reverse procedure to modulating is demodulating at receiver. Difference between analog and digital modulations is in the modulation signal. With digital modulations, modulation signal is either 0 or 1. 3

5 Convolutional coding Code has three main characteristics: Code length number of bits in a code word Code dimension number of information bits in a code word Code distance number of bits necessary to move from one to other code word Convolutional coding can correct error bits which gives coding gain to the system. Codes have three parameters: n number of output bits k number of input bits m number of memory registers Ratio k/n = R is a code rate 4

6 Convolutional coding Usually k and n have values between 1 and 8, and code rate R has values from 1/8 to 7/8. There can be 2 to 10 memory registers (m). K is the number of bits in coder memory which affects the creation of n output bits: K = k (m - 1) Convolutional coding is performed with shift registers (K ) and n modulo 2 adders. Larger K means more influence of the previous bits on the output code word. Example K = 3, n = 2 For every bit in register, the output changes n = 2 code bits (u 1 and u 2 ) Code rate k/n = 1/2 Every output bit is a function of input bit (left state of register) and two previous bits (right states of register). 5

7 Convolutional coding Input bit m First code bit Second code bit Output word K = 3, n = 2 6

8 Convolutional coding Viterbi Decoder Viterbi decoder corrects the errors received during transmission. Decoding is more complicated procedure than encoding and limits the communication speed. Integer number K is the number of frames processed in every step. Input to decoder can be Real number (positive real number is logical zero and negative real number is positive one) 0 i 1 -hard decision soft decision integer between 0 and 2 b -1; b is a parameter of soft decision 7

9 Convolutional coding Decision for b = 3 Input value Decision 0 Most probable zero 1 Second most probable zero 2 Third most probable zero 3 Least probable zero 4 Least probable one 5 Third most probable one 6 Second most probable one 7 Most probable one 8

10 Convolutional coding Table shows typical values of decoding gain Code rate ρ E B /N 0 required for BEP = 10-6 (db) Decoding gain (db) / / / /

11 Reed-Solomon coding As convolutional coding, RS coding adds redundant bits and creates code words which enable correcting errors in decoder. Difference from convolutional coding is that RC encodes bit blocks instead one bit. RS coding is eight times more faster than convolutional coding. Input bits are first packed into small blocks of k symbols which are then packed in super blocks with n symbols by adding redundant bits. Transmission of information is decreased by code rate R, 1/R = n/k where n is number of output bits k is number of input bits RS decoder can correct t symbols of the code word according to 2t = n -k 10

12 Reed-Solomon coding RS(204,188, T=8) has 16 redundant bits and possibility to correct 8 bits. 2t = n k = = 16 t = 8 One bit is used for synchronization and 187 bits contain information. RS(204,188, T = 8) is shortened code from original RS(255, 239, T = 8). Used in DVB-S. 11

13 Concatenated coding Concatenated (joined) coding for DVB-S standard has two codes: outer (RS) and inner (convolutional). Inner decoder corrects errors at the output of demodulator, while outer decoder corrects occasional bursts of errors created by inner decoder. 12

14 FEC Forward Error Correction FEC is a digital signal processing which increases the reliability of data by introducing known structure into data stream before transmission. The known structure enables the receiving system detection and possible correction of errors in the channel or receiver. Correction of data means that it is not necessary to send the information again (useful with real time information). Original data is consisting of n bits. Encoder introduces redundant (parity) bits r, increasing total number of bits to n + r of code word. On the receiving end, decoder extracts the original data. The code rate is defined as ρ = n n + r where r is the number of redundant bits added to n information bits. 13

15 FEC Forward Error Correction The bit rate at the encoder input is R b. At output, the rate is greater and equal to R c : R = c Rb ρ 14

16 FEC Forward Error Correction Information...010I011I ,3 encoder Code word I I I Parity bits Information bits 15

17 FEC Forward Error Correction Digital Information input d 1, d 2,..., d k n, n+r encoder u 1, u 2,..., u k modulator noise Information bits Code bits channel Digital d 1, d 2,..., d k n, n+r u 1, u 2,..., u k Information decoder output demodulator Information bits estimation Code bits estimation 16

18 FEC Forward Error Correction Code measure is redundancy, or r/n. Codes with high redundancy have relatively little information per code bit. Codes with little redundancy have fast code rate (close to 1) and carry more information per code bit. High redundancy has advantage that it lowers the possibility of losing the original data during transmission. Disadvantage of high redundancy is that usually requires larger bandwidth or introduces delay. For the communication in real time, code rate must be increased by factor 1/(n+r) to avoid decrease in data throughput. Furthermore, it is necessary to increase the bandwidth by factor n/n+r (for modulation). If communication is not in real time, delay can be introduced but not the increased bandwidth. 17

19 FEC Forward Error Correction Quality parameter BER (bit error rate) vs ratio of S/N waterfall. When S/N increases, BER decreases system performs better Coded system (on figure) has 100 times smaller BER in comparison to the non coded system for same S/N. Or, coded system has same BER as non coded for lower S/N. Te difference is called coding gain (4 db in figure). Smaller necessary S/N needs smaller antennas, lower transmitting power, cheaper receivers,... BER Coding gain 8 12 non coded coded Direction of improvement regarding errors S/N [db] 18

20 Digital modulation ASK Amplitude Shift Keying With ASK, the amplitude of carrier is changed according to the modulation signal in a way that the carrier exists when modulation signal is equal to 1 and it does not exists if modulation signal is equal to 1. This modulation is also called OOK (On-Off Keying). Modulated signal is obtained by modulating the carrier signal (with frequency f c ) with modulating signal with frequency f m ): uask ( t) = Ucm cosωct + cosωmt cos3 ωmt π 3π Ideal ASK has infinitive spectrum. It is therefore necessary to shape pulses to narrow the frequency bandwidth. Disadvantage of ASK modulation is that S/N ratio is not same for 1 and for 0. It also needs different powers for those two states. Break in communication is read as 0. 19

21 Digital modulation ASK Amplitude Shift Keying 20

22 Digital modulation FSK Frequency Shift Keying With FSK, the frequency of carrier is changed discretely according to the modulation signal. The simplest FSK is the BPSK or binary FSK with two carrier frequencies. Examples: MSK Minimum Shift Keying with modulation index of 0.5 GMSK Gaussian MSK (mobile telephony) FSK modulation can be achieved with two ASK signals, having frequencies 1 f i 2 f. Demodulation of ASK is much easier than demodulation of FSK. 21

23 Digital modulation Modulation index is equal to the ratio of frequency deviation f and modulation frequency f m f mf = f Frequency deviation is f f f = m f 0 = f c - f f 1 = f c + f f c carrier frequency FSK Frequency Shift Keying 22

24 Digital modulation PSK Phase Shift Keying With PSK, the phase of carrier is changed in regard to the modulation signal. The modulation phase can have two or more different, previously determined phases. PSK modulation can also be obtained by two ASK signals, similar to FSK. The difference is that with PSK, this two signals must be in quadrature relation. PSK signal is equal to upsk ( t) = Ucm cos( ωct+ ϕm ) = Ucm [ cosϕm cosωct sinϕm sinωct] ϕ m is modulation phase which can be π ( 2n+ c) ϕm =, n= 0,1,2,... M 1; c= 0,1. M For M = 2, and c = 0, modulation phases will be 0 and π, and for c = 1, phases will be π/2 and 3π/2. This modulation is called BPSK or Binary PSK. Usually 0π or 0 represents state 1 and π or 180 represents 0. 23

25 Digital modulation PSK Phase Shift Keying 24

26 Digital modulation BPSK QPSK Gray code ( ) ( ) uqpsk t = I t cos ωct Qt ( )sin ωct. BPSK is resilient to interference but has small spectral efficiency. For M = 4, there are 4 modulation phases making QPSK. Each state of QPSK requires two bits while BPSK requires one bit. QPSK demands more memory, and the possibility of error is higher. Spectral efficiency is higher, that is, it is possible to transmit two times more information in a communication channel. 25

27 PCM Pulse Code Modulation With PCM modulation, amplitude of analog signal is sampled and quantized in order to realize binary code. PCM requires AD converter. The speed of sampling must be at least two times larger than the analog frequency: f s >= 2f c Quantization level will determine the accuracy of analog signal. Mode accurate conversion requires more memory. Demodulation is similar to modulation. Receiver needs DA converter. 26

28 QAM Quadrature amplitude modulation QAM is a procedure where the amplitudes of two carriers are modulated. The phase difference between them is 90. QAM can be both analog and digital. Analog QAM is similar to AM. Digital QAM is used more often than analog QAM. It has two modulation signals I(t) and Q(t) which are in relation ( ) ω ( ) uqam = Itcos ct Qtsin ωct. QPSK is actually a special case of QAM. Difference is that QPSK has no amplitude modulation while QAM has. Depending on the quantization level, there could be 4-QAM, 16-QAM, 64- QAM. More states means more possibility of error. 27

29 QAM Quadrature amplitude modulation 28

30 ISI Intersymbol interference When rectangular pulses pass through the frequency band limited channel, they spread in time, and pulse from each symbol will be spread into the time interval of adjacent (next) pulse. This leads to intersymbol interference. ISI can also appear from multipath propagation. The obvious solution for lowering ISI is increasing the frequency bandwidth. 29

31 ISI Interymbol interference Modern communication systems are working with minimum bandwidth. Unwanted emission outside bandwidth should be 40 db to 80 db lower than in its own channel. Since it is difficult to achieve it in RF band, pulse shaping is done in baseband or at MF. Figure shows frequency response (above) and impulse response (below) of raised-cosine filter with various roll-off factors. 30

32 Modulation spectral efficiency Modulation spectral efficiency is ratio of the transmitted bit rate R c and bandwidth occupied by the carrier. The bandwidth occupied by the carrier depends on spectrum of the modulated carrier and filtering. Filtering is used for lowering the interference to adjacent carriers. ISI-free transmissions can be achieved with raised cosine filter. Roll-off factor α will determine the bandwidth. For a raised cosine filter, the bandwidth B occupied by the carrier is: where T S is the symbol duration ( + α )/ T ( Hz) 1 S Spectral efficiency for M-ary modulation is equal to Γ = R B c = R T c B S = = log ( 1+ α ) ( 1+α ) ( bit/s/hz) For roll off factor α = 0.35, required bandwidth is 1.35/T S, and spectral efficiencies (bit/s/hz) are: 0.7 for BPSK, 1.5 for QPSK and 2.2 for 8PSK. 2 M 31

33 BER bit error rate Analog communications mostly use mean signal over mean noise (S/N) as a quality parameter. In analog communications, waveform can be imagined as signal with infinitely long duration and not divided in time, therefore with unlimited amount of energy. It has final mean power and infinitive energy. Therefore power is useful parameter for analog communications. With digital communications, symbols are transmitter in a part of time T S. If only one symbol is observed, mean power in all the time interval approaches zero. Therefore, power is not a satisfactory parameter for digital systems. In digital communications, more often is used E b /N 0, or normalized version of signal and noise: S N E = N b 0 R B where E b is energy per bit, N 0 is thermal noise in 1 Hz bandwidth, R is the data speed in the system and B T is the frequency bandwidth. T 32

34 BER bit error rate Symbol energy, or power integrated in time T s is much more useful parameter describing digital wave form. Eb J Ws = N = W/Hz Ws 0 Important characteristic of digital communication systems is BER, or number of bit errors in regard to E b /N 0. Larger E b /N 0 means smaller BER. System is adequate if BER is at least

35 BER bit error rate Bit error rate (BER) measures performance of demodulator by counting the number of bits in error, n in a stream of N received bits: BER = n/n BER constitutes a n estimate of the bit error probability (BEP). A level of confidence is associated with this estimate, as follows: n BEP = BER ± k N 63% level of confidence is obtained for k = 1 and 95% for k = 2. If n=100 errors within N = bits, BEP = 10 ± 10 with 63% confidence. Carrier phase (phase shift) changes under the influence of noise lead to errors in identification of received symbols, and bits. Symbol error probability (SEP) is probability of a symbol being detected in error (bit error probability is the probability of bit being detected in error). For two state modulation BEP = SEP, but for four state modulation, where phase states follow Gray code, BEP = SEP/2. In general BEP = SEP / log2 M form 2 34

36 BER bit error rate Figure shows theoretical bit error probabilities (BEP) for different modulations. Bit error rate (BER) measures performance of demodulator by counting the number of bits in error, n in a stream of N received bits: BER = n/n 35

Appendix D Digital Modulation and GMSK

Appendix D Digital Modulation and GMSK D1 Appendix D Digital Modulation and GMSK A brief introduction to digital modulation schemes is given, showing the logical development of GMSK from simpler schemes. GMSK is of interest since it is used

More information

Digital Modulation. David Tipper. Department of Information Science and Telecommunications University of Pittsburgh. Typical Communication System

Digital Modulation. David Tipper. Department of Information Science and Telecommunications University of Pittsburgh. Typical Communication System Digital Modulation David Tipper Associate Professor Department of Information Science and Telecommunications University of Pittsburgh http://www.tele.pitt.edu/tipper.html Typical Communication System Source

More information

Lezione 6 Communications Blockset

Lezione 6 Communications Blockset Corso di Tecniche CAD per le Telecomunicazioni A.A. 2007-2008 Lezione 6 Communications Blockset Ing. Marco GALEAZZI 1 What Is Communications Blockset? Communications Blockset extends Simulink with a comprehensive

More information

MODULATION Systems (part 1)

MODULATION Systems (part 1) Technologies and Services on Digital Broadcasting (8) MODULATION Systems (part ) "Technologies and Services of Digital Broadcasting" (in Japanese, ISBN4-339-62-2) is published by CORONA publishing co.,

More information

Implementation of Digital Signal Processing: Some Background on GFSK Modulation

Implementation of Digital Signal Processing: Some Background on GFSK Modulation Implementation of Digital Signal Processing: Some Background on GFSK Modulation Sabih H. Gerez University of Twente, Department of Electrical Engineering s.h.gerez@utwente.nl Version 4 (February 7, 2013)

More information

CDMA TECHNOLOGY. Brief Working of CDMA

CDMA TECHNOLOGY. Brief Working of CDMA CDMA TECHNOLOGY History of CDMA The Cellular Challenge The world's first cellular networks were introduced in the early 1980s, using analog radio transmission technologies such as AMPS (Advanced Mobile

More information

AN INTRODUCTION TO DIGITAL MODULATION

AN INTRODUCTION TO DIGITAL MODULATION AN INTRODUCTION TO DIGITAL MODULATION This article provides readers a simple overview of the various popular methods used in modulating a digital signal. The relative merits of each of these modulation

More information

RF Measurements Using a Modular Digitizer

RF Measurements Using a Modular Digitizer RF Measurements Using a Modular Digitizer Modern modular digitizers, like the Spectrum M4i series PCIe digitizers, offer greater bandwidth and higher resolution at any given bandwidth than ever before.

More information

1 Multi-channel frequency division multiplex frequency modulation (FDM-FM) emissions

1 Multi-channel frequency division multiplex frequency modulation (FDM-FM) emissions Rec. ITU-R SM.853-1 1 RECOMMENDATION ITU-R SM.853-1 NECESSARY BANDWIDTH (Question ITU-R 77/1) Rec. ITU-R SM.853-1 (1992-1997) The ITU Radiocommunication Assembly, considering a) that the concept of necessary

More information

Software Defined Radio

Software Defined Radio Software Defined Radio GNU Radio and the USRP Overview What is Software Defined Radio? Advantages of Software Defined Radio Traditional versus SDR Receivers SDR and the USRP Using GNU Radio Introduction

More information

Mobile Communications Chapter 2: Wireless Transmission

Mobile Communications Chapter 2: Wireless Transmission Mobile Communications Chapter 2: Wireless Transmission Frequencies Signals Antennas Signal propagation Multiplexing Spread spectrum Modulation Cellular systems Prof. Dr.-Ing. Jochen Schiller, http://www.jochenschiller.de/

More information

5 Signal Design for Bandlimited Channels

5 Signal Design for Bandlimited Channels 225 5 Signal Design for Bandlimited Channels So far, we have not imposed any bandwidth constraints on the transmitted passband signal, or equivalently, on the transmitted baseband signal s b (t) I[k]g

More information

Vector Signal Analyzer FSQ-K70

Vector Signal Analyzer FSQ-K70 Product brochure Version 02.00 Vector Signal Analyzer FSQ-K70 July 2004 Universal demodulation, analysis and documentation of digital radio signals For all major mobile radio communication standards: GSM

More information

DT3: RF On/Off Remote Control Technology. Rodney Singleton Joe Larsen Luis Garcia Rafael Ocampo Mike Moulton Eric Hatch

DT3: RF On/Off Remote Control Technology. Rodney Singleton Joe Larsen Luis Garcia Rafael Ocampo Mike Moulton Eric Hatch DT3: RF On/Off Remote Control Technology Rodney Singleton Joe Larsen Luis Garcia Rafael Ocampo Mike Moulton Eric Hatch Agenda Radio Frequency Overview Frequency Selection Signals Methods Modulation Methods

More information

How To Encode Data From A Signal To A Signal (Wired) To A Bitcode (Wired Or Coaxial)

How To Encode Data From A Signal To A Signal (Wired) To A Bitcode (Wired Or Coaxial) Physical Layer Part 2 Data Encoding Techniques Networks: Data Encoding 1 Analog and Digital Transmissions Figure 2-23.The use of both analog and digital transmissions for a computer to computer call. Conversion

More information

HD Radio FM Transmission System Specifications Rev. F August 24, 2011

HD Radio FM Transmission System Specifications Rev. F August 24, 2011 HD Radio FM Transmission System Specifications Rev. F August 24, 2011 SY_SSS_1026s TRADEMARKS HD Radio and the HD, HD Radio, and Arc logos are proprietary trademarks of ibiquity Digital Corporation. ibiquity,

More information

Chap#5 (Data communication)

Chap#5 (Data communication) Chap#5 (Data communication) Q#1: Define analog transmission. Normally, analog transmission refers to the transmission of analog signals using a band-pass channel. Baseband digital or analog signals are

More information

Non-Data Aided Carrier Offset Compensation for SDR Implementation

Non-Data Aided Carrier Offset Compensation for SDR Implementation Non-Data Aided Carrier Offset Compensation for SDR Implementation Anders Riis Jensen 1, Niels Terp Kjeldgaard Jørgensen 1 Kim Laugesen 1, Yannick Le Moullec 1,2 1 Department of Electronic Systems, 2 Center

More information

DVB-T BER MEASUREMENTS IN THE PRESENCE OF ADJACENT CHANNEL AND CO-CHANNEL ANALOGUE TELEVISION INTERFERENCE

DVB-T BER MEASUREMENTS IN THE PRESENCE OF ADJACENT CHANNEL AND CO-CHANNEL ANALOGUE TELEVISION INTERFERENCE DVB-T MEASUREMENTS IN THE PRESENCE OF ADJACENT CHANNEL AND CO-CHANNEL ANALOGUE TELEVISION INTERFERENCE M. Mª Vélez (jtpveelm@bi.ehu.es), P. Angueira, D. de la Vega, A. Arrinda, J. L. Ordiales UNIVERSITY

More information

Voice---is analog in character and moves in the form of waves. 3-important wave-characteristics:

Voice---is analog in character and moves in the form of waves. 3-important wave-characteristics: Voice Transmission --Basic Concepts-- Voice---is analog in character and moves in the form of waves. 3-important wave-characteristics: Amplitude Frequency Phase Voice Digitization in the POTS Traditional

More information

Technical Specifications for KD5HIO Software

Technical Specifications for KD5HIO Software Technical Specifications for KD5HIO Software Version 0.2 12/12/2000 by Glen Hansen, KD5HIO HamScope Forward Error Correction Algorithms HamScope is a terminal program designed to support multi-mode digital

More information

Implementing Digital Wireless Systems. And an FCC update

Implementing Digital Wireless Systems. And an FCC update Implementing Digital Wireless Systems And an FCC update Spectrum Repacking Here We Go Again: The FCC is reallocating 600 MHz Frequencies for Wireless Mics 30-45 MHz (8-m HF) 174-250 MHz (VHF) 450-960 MHz

More information

Lecture 3: Signaling and Clock Recovery. CSE 123: Computer Networks Stefan Savage

Lecture 3: Signaling and Clock Recovery. CSE 123: Computer Networks Stefan Savage Lecture 3: Signaling and Clock Recovery CSE 123: Computer Networks Stefan Savage Last time Protocols and layering Application Presentation Session Transport Network Datalink Physical Application Transport

More information

Department of Electrical and Computer Engineering Ben-Gurion University of the Negev. LAB 1 - Introduction to USRP

Department of Electrical and Computer Engineering Ben-Gurion University of the Negev. LAB 1 - Introduction to USRP Department of Electrical and Computer Engineering Ben-Gurion University of the Negev LAB 1 - Introduction to USRP - 1-1 Introduction In this lab you will use software reconfigurable RF hardware from National

More information

Public Switched Telephone System

Public Switched Telephone System Public Switched Telephone System Structure of the Telephone System The Local Loop: Modems, ADSL Structure of the Telephone System (a) Fully-interconnected network. (b) Centralized switch. (c) Two-level

More information

Digital Transmission of Analog Data: PCM and Delta Modulation

Digital Transmission of Analog Data: PCM and Delta Modulation Digital Transmission of Analog Data: PCM and Delta Modulation Required reading: Garcia 3.3.2 and 3.3.3 CSE 323, Fall 200 Instructor: N. Vlajic Digital Transmission of Analog Data 2 Digitization process

More information

Teaching Convolutional Coding using MATLAB in Communication Systems Course. Abstract

Teaching Convolutional Coding using MATLAB in Communication Systems Course. Abstract Section T3C2 Teaching Convolutional Coding using MATLAB in Communication Systems Course Davoud Arasteh Department of Electronic Engineering Technology, LA 70813, USA Abstract Convolutional codes are channel

More information

T = 1 f. Phase. Measure of relative position in time within a single period of a signal For a periodic signal f(t), phase is fractional part t p

T = 1 f. Phase. Measure of relative position in time within a single period of a signal For a periodic signal f(t), phase is fractional part t p Data Transmission Concepts and terminology Transmission terminology Transmission from transmitter to receiver goes over some transmission medium using electromagnetic waves Guided media. Waves are guided

More information

PHASE ESTIMATION ALGORITHM FOR FREQUENCY HOPPED BINARY PSK AND DPSK WAVEFORMS WITH SMALL NUMBER OF REFERENCE SYMBOLS

PHASE ESTIMATION ALGORITHM FOR FREQUENCY HOPPED BINARY PSK AND DPSK WAVEFORMS WITH SMALL NUMBER OF REFERENCE SYMBOLS PHASE ESTIMATION ALGORITHM FOR FREQUENCY HOPPED BINARY PSK AND DPSK WAVEFORMS WITH SMALL NUM OF REFERENCE SYMBOLS Benjamin R. Wiederholt The MITRE Corporation Bedford, MA and Mario A. Blanco The MITRE

More information

Lecture 1: Introduction

Lecture 1: Introduction Mobile Data Networks Lecturer: Victor O.K. Li EEE Department Room: CYC601D Tel.: 857 845 Email: vli@eee.hku.hk Course home page: http://www.eee.hku.hk/courses.msc/ 1 Lecture 1: Introduction Mobile data

More information

MSB MODULATION DOUBLES CABLE TV CAPACITY Harold R. Walker and Bohdan Stryzak Pegasus Data Systems ( 5/12/06) pegasusdat@aol.com

MSB MODULATION DOUBLES CABLE TV CAPACITY Harold R. Walker and Bohdan Stryzak Pegasus Data Systems ( 5/12/06) pegasusdat@aol.com MSB MODULATION DOUBLES CABLE TV CAPACITY Harold R. Walker and Bohdan Stryzak Pegasus Data Systems ( 5/12/06) pegasusdat@aol.com Abstract: Ultra Narrow Band Modulation ( Minimum Sideband Modulation ) makes

More information

COMPATIBILITY AND SHARING ANALYSIS BETWEEN DVB T AND RADIO MICROPHONES IN BANDS IV AND V

COMPATIBILITY AND SHARING ANALYSIS BETWEEN DVB T AND RADIO MICROPHONES IN BANDS IV AND V European Radiocommunications Committee (ERC) within the European Conference of Postal and Telecommunications Administrations (CEPT) COMPATIBILITY AND SHARING ANALYSIS BETWEEN DVB T AND RADIO MICROPHONES

More information

Digital Baseband Modulation

Digital Baseband Modulation Digital Baseband Modulation Later Outline Baseband & Bandpass Waveforms Baseband & Bandpass Waveforms, Modulation A Communication System Dig. Baseband Modulators (Line Coders) Sequence of bits are modulated

More information

Antennas & Propagation. CS 6710 Spring 2010 Rajmohan Rajaraman

Antennas & Propagation. CS 6710 Spring 2010 Rajmohan Rajaraman Antennas & Propagation CS 6710 Spring 2010 Rajmohan Rajaraman Introduction An antenna is an electrical conductor or system of conductors o Transmission - radiates electromagnetic energy into space o Reception

More information

Appendix C GSM System and Modulation Description

Appendix C GSM System and Modulation Description C1 Appendix C GSM System and Modulation Description C1. Parameters included in the modelling In the modelling the number of mobiles and their positioning with respect to the wired device needs to be taken

More information

A Performance Study of Wireless Broadband Access (WiMAX)

A Performance Study of Wireless Broadband Access (WiMAX) A Performance Study of Wireless Broadband Access (WiMAX) Maan A. S. Al-Adwany Department of Computer & Information Engineering, College of Electronics Engineering University of Mosul Mosul, Iraq maanaladwany@yahoo.com

More information

Contents. A Error probability for PAM Signals in AWGN 17. B Error probability for PSK Signals in AWGN 18

Contents. A Error probability for PAM Signals in AWGN 17. B Error probability for PSK Signals in AWGN 18 Contents 5 Signal Constellations 3 5.1 Pulse-amplitude Modulation (PAM).................. 3 5.1.1 Performance of PAM in Additive White Gaussian Noise... 4 5.2 Phase-shift Keying............................

More information

Sistemi di Trasmissione Radio. Università di Pavia. Sistemi di Trasmissione Radio

Sistemi di Trasmissione Radio. Università di Pavia. Sistemi di Trasmissione Radio Programma del corso Tecniche di trasmissione Modulazioni numeriche Sistemi ad allargameneto di banda Sistemi multi-tono Codifica di canale Codifica di sorgente (vocoder) Programma del corso Sistemi di

More information

Data Transmission. Data Communications Model. CSE 3461 / 5461: Computer Networking & Internet Technologies. Presentation B

Data Transmission. Data Communications Model. CSE 3461 / 5461: Computer Networking & Internet Technologies. Presentation B CSE 3461 / 5461: Computer Networking & Internet Technologies Data Transmission Presentation B Kannan Srinivasan 08/30/2012 Data Communications Model Figure 1.2 Studying Assignment: 3.1-3.4, 4.1 Presentation

More information

Protocolo IEEE 802.15.4. Sergio Scaglia SASE 2012 - Agosto 2012

Protocolo IEEE 802.15.4. Sergio Scaglia SASE 2012 - Agosto 2012 Protocolo IEEE 802.15.4 SASE 2012 - Agosto 2012 IEEE 802.15.4 standard Agenda Physical Layer for Wireless Overview MAC Layer for Wireless - Overview IEEE 802.15.4 Protocol Overview Hardware implementation

More information

DVB-T. The echo performance of. receivers. Theory of echo tolerance. Ranulph Poole BBC Research and Development

DVB-T. The echo performance of. receivers. Theory of echo tolerance. Ranulph Poole BBC Research and Development The echo performance of DVB-T Ranulph Poole BBC Research and Development receivers This article introduces a model to describe the way in which a single echo gives rise to an equivalent noise floor (ENF)

More information

CCSDS - SFCG EFFICIENT MODULATION METHODS STUDY A COMPARISON OF MODULATION SCHEMES PHASE 1: BANDWIDTH UTILIZATION

CCSDS - SFCG EFFICIENT MODULATION METHODS STUDY A COMPARISON OF MODULATION SCHEMES PHASE 1: BANDWIDTH UTILIZATION SFCG-13 Ottawa, Canada 13-21 October 1993 SF-13/40/D CCSDS - SFCG EFFICIENT MODULATION METHODS STUDY PHASE 1: BANDWIDTH UTILIZATION (Response to SFCG Action Item 12/32) Warren L. Martin Tien M. Nguyen

More information

RECOMMENDATION ITU-R F.1101 * Characteristics of digital fixed wireless systems below about 17 GHz

RECOMMENDATION ITU-R F.1101 * Characteristics of digital fixed wireless systems below about 17 GHz Rec. ITU-R F.1101 1 RECOMMENDATION ITU-R F.1101 * Characteristics of digital fixed wireless systems below about 17 GHz (Question ITU-R 135/9) (1994) The ITU Radiocommunication Assembly, considering a)

More information

Electronic Communications Committee (ECC) within the European Conference of Postal and Telecommunications Administrations (CEPT)

Electronic Communications Committee (ECC) within the European Conference of Postal and Telecommunications Administrations (CEPT) Page 1 Electronic Communications Committee (ECC) within the European Conference of Postal and Telecommunications Administrations (CEPT) ECC RECOMMENDATION (06)01 Bandwidth measurements using FFT techniques

More information

University of Manchester School of Computer Science CS3282: Digital Communications '06 Section 9: Multi-level digital modulation & demodulation.

University of Manchester School of Computer Science CS3282: Digital Communications '06 Section 9: Multi-level digital modulation & demodulation. CS3282 Digital Comms 9.1 2 May 06 / BMGC University of Manchester School of Computer Science CS3282: Digital Communications '06 Section 9: Multi-level digital modulation & demodulation. 9.1. ntroduction:

More information

Chapter 3: Spread Spectrum Technologies

Chapter 3: Spread Spectrum Technologies Chapter 3: Spread Spectrum Technologies Overview Comprehend the differences between, and explain the different types of spread spectrum technologies and how they relate to the IEEE 802.11 standard's PHY

More information

A WEB BASED TRAINING MODULE FOR TEACHING DIGITAL COMMUNICATIONS

A WEB BASED TRAINING MODULE FOR TEACHING DIGITAL COMMUNICATIONS A WEB BASED TRAINING MODULE FOR TEACHING DIGITAL COMMUNICATIONS Ali Kara 1, Cihangir Erdem 1, Mehmet Efe Ozbek 1, Nergiz Cagiltay 2, Elif Aydin 1 (1) Department of Electrical and Electronics Engineering,

More information

What s The Difference Between Bit Rate And Baud Rate?

What s The Difference Between Bit Rate And Baud Rate? What s The Difference Between Bit Rate And Baud Rate? Apr. 27, 2012 Lou Frenzel Electronic Design Serial-data speed is usually stated in terms of bit rate. However, another oftquoted measure of speed is

More information

How To Understand The Theory Of Time Division Duplexing

How To Understand The Theory Of Time Division Duplexing Multiple Access Techniques Dr. Francis LAU Dr. Francis CM Lau, Associate Professor, EIE, PolyU Content Introduction Frequency Division Multiple Access Time Division Multiple Access Code Division Multiple

More information

Performance of Quasi-Constant Envelope Phase Modulation through Nonlinear Radio Channels

Performance of Quasi-Constant Envelope Phase Modulation through Nonlinear Radio Channels Performance of Quasi-Constant Envelope Phase Modulation through Nonlinear Radio Channels Qi Lu, Qingchong Liu Electrical and Systems Engineering Department Oakland University Rochester, MI 48309 USA E-mail:

More information

QAM Demodulation. Performance Conclusion. o o o o o. (Nyquist shaping, Clock & Carrier Recovery, AGC, Adaptive Equaliser) o o. Wireless Communications

QAM Demodulation. Performance Conclusion. o o o o o. (Nyquist shaping, Clock & Carrier Recovery, AGC, Adaptive Equaliser) o o. Wireless Communications 0 QAM Demodulation o o o o o Application area What is QAM? What are QAM Demodulation Functions? General block diagram of QAM demodulator Explanation of the main function (Nyquist shaping, Clock & Carrier

More information

Data Transmission via Modem. The Last Mile Problem. Modulation of Digital Signals. Modem Standards (CCITT)

Data Transmission via Modem. The Last Mile Problem. Modulation of Digital Signals. Modem Standards (CCITT) The Last Mile Problem LN, MN, WN how to connect private users at home to such networks? Problem of the last mile: somehow connect private homes to the public Internet without laying many new cables By

More information

INTRODUCTION TO COMMUNICATION SYSTEMS AND TRANSMISSION MEDIA

INTRODUCTION TO COMMUNICATION SYSTEMS AND TRANSMISSION MEDIA COMM.ENG INTRODUCTION TO COMMUNICATION SYSTEMS AND TRANSMISSION MEDIA 9/6/2014 LECTURES 1 Objectives To give a background on Communication system components and channels (media) A distinction between analogue

More information

Time and Frequency Domain Equalization

Time and Frequency Domain Equalization Time and Frequency Domain Equalization Presented By: Khaled Shawky Hassan Under Supervision of: Prof. Werner Henkel Introduction to Equalization Non-ideal analog-media such as telephone cables and radio

More information

Abstract. 1. Introduction

Abstract. 1. Introduction A Comparison of Frequency Hopping and Direct Sequence Spread Spectrum Modulation for IEEE 802.11 Applications at 2.4 GHz Carl Andren Harris Semiconductor Palm Bay, Florida Two types of spread spectrum

More information

TWO-WAY INTERNET OVER ipstar USING ADVANCED ERROR CORRECTION AND DYNAMIC LINKS

TWO-WAY INTERNET OVER ipstar USING ADVANCED ERROR CORRECTION AND DYNAMIC LINKS AIAA-2002-1944 TWO-WAY INTERNET OVER ipstar USING ADVANCED ERROR CORRECTION AND DYNAMIC LINKS William Thesling*, Mark Vanderaar*, Mark Thompson**, Peter Hamilton**, Paiboon Panuwattanawong*** and Richard

More information

AN1200.04. Application Note: FCC Regulations for ISM Band Devices: 902-928 MHz. FCC Regulations for ISM Band Devices: 902-928 MHz

AN1200.04. Application Note: FCC Regulations for ISM Band Devices: 902-928 MHz. FCC Regulations for ISM Band Devices: 902-928 MHz AN1200.04 Application Note: FCC Regulations for ISM Band Devices: Copyright Semtech 2006 1 of 15 www.semtech.com 1 Table of Contents 1 Table of Contents...2 1.1 Index of Figures...2 1.2 Index of Tables...2

More information

PCM Encoding and Decoding:

PCM Encoding and Decoding: PCM Encoding and Decoding: Aim: Introduction to PCM encoding and decoding. Introduction: PCM Encoding: The input to the PCM ENCODER module is an analog message. This must be constrained to a defined bandwidth

More information

ISDB-T Digital terrestrial broadcasting in Japan

ISDB-T Digital terrestrial broadcasting in Japan BROADCASTING TV Test Transmitter R&S SFQ / R&S SFL ISDB-T Digital terrestrial broadcasting in Japan The transition from analog to digital broadcast transmission is occurring everywhere: in broadband communication

More information

Agilent Digital Modulation in Communications Systems An Introduction. Application Note 1298

Agilent Digital Modulation in Communications Systems An Introduction. Application Note 1298 Agilent Digital Modulation in Communications Systems An Introduction Application Note 1298 Introduction This application note introduces the concepts of digital modulation used in many communications systems

More information

Adjacent Channel Interference. Adaptive Modulation and Coding. Advanced Mobile Phone System. Automatic Repeat Request. Additive White Gaussian Noise

Adjacent Channel Interference. Adaptive Modulation and Coding. Advanced Mobile Phone System. Automatic Repeat Request. Additive White Gaussian Noise Apéndice A. Lista de s ACI AM AMC AMPS ARQ AWGN BB BER BPSK BPF BW CCK CD CDMA CDPD COFDM CRL CSI CWTS Adjacent Channel Interference Amplitude Modulation Adaptive Modulation and Coding Advanced Mobile

More information

(Refer Slide Time: 2:10)

(Refer Slide Time: 2:10) Data Communications Prof. A. Pal Department of Computer Science & Engineering Indian Institute of Technology, Kharagpur Lecture-12 Multiplexer Applications-1 Hello and welcome to today s lecture on multiplexer

More information

Digital Transmission (Line Coding)

Digital Transmission (Line Coding) Digital Transmission (Line Coding) Pulse Transmission Source Multiplexer Line Coder Line Coding: Output of the multiplexer (TDM) is coded into electrical pulses or waveforms for the purpose of transmission

More information

Satellite Telemetry, Tracking and Control Subsystems

Satellite Telemetry, Tracking and Control Subsystems Satellite Telemetry, Tracking and Control Subsystems Col John E. Keesee 1 Overview The telemetry, tracking and control subsystem provides vital communication to and from the spacecraft TT&C is the only

More information

GSM/EDGE Output RF Spectrum on the V93000 Joe Kelly and Max Seminario, Verigy

GSM/EDGE Output RF Spectrum on the V93000 Joe Kelly and Max Seminario, Verigy GSM/EDGE Output RF Spectrum on the V93000 Joe Kelly and Max Seminario, Verigy Introduction A key transmitter measurement for GSM and EDGE is the Output RF Spectrum, or ORFS. The basis of this measurement

More information

4 Digital Video Signal According to ITU-BT.R.601 (CCIR 601) 43

4 Digital Video Signal According to ITU-BT.R.601 (CCIR 601) 43 Table of Contents 1 Introduction 1 2 Analog Television 7 3 The MPEG Data Stream 11 3.1 The Packetized Elementary Stream (PES) 13 3.2 The MPEG-2 Transport Stream Packet.. 17 3.3 Information for the Receiver

More information

CDMA Network Planning

CDMA Network Planning CDMA Network Planning by AWE Communications GmbH www.awe-com.com Contents Motivation Overview Network Planning Module Air Interface Cell Load Interference Network Simulation Simulation Results by AWE Communications

More information

RF Communication System. EE 172 Systems Group Presentation

RF Communication System. EE 172 Systems Group Presentation RF Communication System EE 172 Systems Group Presentation RF System Outline Transmitter Components Receiver Components Noise Figure Link Budget Test Equipment System Success Design Remedy Transmitter Components

More information

DSAM Digital Quality Index (DQI) A New Technique for Assessing Downstream Digital Services

DSAM Digital Quality Index (DQI) A New Technique for Assessing Downstream Digital Services Application Note DSAM Digital Quality Index (DQI) A New Technique for Assessing Downstream Digital Services Overview As cable operators move to digital simulcast and all digital networks, the majority

More information

EECC694 - Shaaban. Transmission Channel

EECC694 - Shaaban. Transmission Channel The Physical Layer: Data Transmission Basics Encode data as energy at the data (information) source and transmit the encoded energy using transmitter hardware: Possible Energy Forms: Electrical, light,

More information

Solution. (Chapters 5-6-7-8) Dr. Hasan Qunoo. The Islamic University of Gaza. Faculty of Engineering. Computer Engineering Department

Solution. (Chapters 5-6-7-8) Dr. Hasan Qunoo. The Islamic University of Gaza. Faculty of Engineering. Computer Engineering Department The Islamic University of Gaza Faculty of Engineering Computer Engineering Department Data Communications ECOM 4314 Solution (Chapters 5-6-7-8) Dr. Hasan Qunoo Eng. Wafaa Audah Eng. Waleed Mousa 1. A cable

More information

Voice services over Adaptive Multi-user Orthogonal Sub channels An Insight

Voice services over Adaptive Multi-user Orthogonal Sub channels An Insight TEC Voice services over Adaptive Multi-user Orthogonal Sub channels An Insight HP 4/15/2013 A powerful software upgrade leverages quaternary modulation and MIMO techniques to improve network efficiency

More information

Digital transmission 10.1 Introduction

Digital transmission 10.1 Introduction CHAPTER 10 Contents 10.1 Introduction 10.2 DVB satellite 10.3 DVB cable 10.4 DVB terrestrial 10.5 Summary and conclusions Digital transmission 10.1 Introduction The introduction of digital transmission

More information

Duobinary Modulation For Optical Systems

Duobinary Modulation For Optical Systems Introduction Duobinary Modulation For Optical Systems Hari Shanar Inphi Corporation Optical systems by and large use NRZ modulation. While NRZ modulation is suitable for long haul systems in which the

More information

Improved user experiences are possible with enhanced FM radio data system (RDS) reception

Improved user experiences are possible with enhanced FM radio data system (RDS) reception Improved user experiences are possible with enhanced FM radio data system (RDS) reception Aravind Ganesan, Senior Systems Engineer, and Jaiganesh Balakrishnan, Senior Member of Technical Staff, Wireless

More information

POWER AND SPECTRUM EFFICIENT ACCESS SERVICES USING DYNAMIC LINKS

POWER AND SPECTRUM EFFICIENT ACCESS SERVICES USING DYNAMIC LINKS POWER AND SPECTRUM EFFICIENT ACCESS SERVICES USING DYNAMIC LINKS Dr. Richard Gedney, Dr. William Thesling, and Mark Vanderaar Efficient Channel Coding (ECC), Inc. 600 Safeguard Plaza, Suite 100 Brooklyn

More information

A SIMULATION STUDY ON SPACE-TIME EQUALIZATION FOR MOBILE BROADBAND COMMUNICATION IN AN INDUSTRIAL INDOOR ENVIRONMENT

A SIMULATION STUDY ON SPACE-TIME EQUALIZATION FOR MOBILE BROADBAND COMMUNICATION IN AN INDUSTRIAL INDOOR ENVIRONMENT A SIMULATION STUDY ON SPACE-TIME EQUALIZATION FOR MOBILE BROADBAND COMMUNICATION IN AN INDUSTRIAL INDOOR ENVIRONMENT U. Trautwein, G. Sommerkorn, R. S. Thomä FG EMT, Ilmenau University of Technology P.O.B.

More information

Evolution from Voiceband to Broadband Internet Access

Evolution from Voiceband to Broadband Internet Access Evolution from Voiceband to Broadband Internet Access Murtaza Ali DSPS R&D Center Texas Instruments Abstract With the growth of Internet, demand for high bit rate Internet access is growing. Even though

More information

T-79.7001 Postgraduate Course in Theoretical Computer Science T-79.5401 Special Course in Mobility Management: Ad hoc networks (2-10 cr) P V

T-79.7001 Postgraduate Course in Theoretical Computer Science T-79.5401 Special Course in Mobility Management: Ad hoc networks (2-10 cr) P V T-79.7001 Postgraduate Course in Theoretical Computer Science T-79.5401 Special Course in Mobility Management: Ad hoc networks (2-10 cr) P V professor Hannu H. Kari Laboratory for Theoretical Computer

More information

Module: Digital Communications. Experiment 784. DSL Transmission. Institut für Nachrichtentechnik E-8 Technische Universität Hamburg-Harburg

Module: Digital Communications. Experiment 784. DSL Transmission. Institut für Nachrichtentechnik E-8 Technische Universität Hamburg-Harburg Module: Digital Communications Experiment 784 DSL Transmission Institut für Nachrichtentechnik E-8 Technische Universität Hamburg-Harburg ii Table of Contents Introduction... 1 1 The DSL System... 2 1.1

More information

RECOMMENDATION ITU-R BO.786 *

RECOMMENDATION ITU-R BO.786 * Rec. ITU-R BO.786 RECOMMENDATION ITU-R BO.786 * MUSE ** system for HDTV broadcasting-satellite services (Question ITU-R /) (992) The ITU Radiocommunication Assembly, considering a) that the MUSE system

More information

DVB-T. C/N in a static Rayleigh channel. C/N values for portable single and diversity reception. Measurement method.

DVB-T. C/N in a static Rayleigh channel. C/N values for portable single and diversity reception. Measurement method. C/N values for portable single and diversity reception Raul Schramm IRT It has been shown that the minimum C/N values for good-quality portable reception in a static Rayleigh channel as given in the ETSI

More information

Objectives. Lecture 4. How do computers communicate? How do computers communicate? Local asynchronous communication. How do computers communicate?

Objectives. Lecture 4. How do computers communicate? How do computers communicate? Local asynchronous communication. How do computers communicate? Lecture 4 Continuation of transmission basics Chapter 3, pages 75-96 Dave Novak School of Business University of Vermont Objectives Line coding Modulation AM, FM, Phase Shift Multiplexing FDM, TDM, WDM

More information

Introduction to FM-Stereo-RDS Modulation

Introduction to FM-Stereo-RDS Modulation Introduction to FM-Stereo-RDS Modulation Ge, Liang Tan, EK Kelly, Joe Verigy, China Verigy, Singapore Verigy US 1. Introduction Frequency modulation (FM) has a long history of its application and is widely

More information

TUTORIAL FOR CHAPTER 8

TUTORIAL FOR CHAPTER 8 TUTORIAL FOR CHAPTER 8 PROBLEM 1) The informaiton in four analog signals is to be multiplexed and transmitted over a telephone channel that has a 400 to 3100 Hz bandpass. Each of the analog baseband signals

More information

BER Performance Analysis of SSB-QPSK over AWGN and Rayleigh Channel

BER Performance Analysis of SSB-QPSK over AWGN and Rayleigh Channel Performance Analysis of SSB-QPSK over AWGN and Rayleigh Channel Rahul Taware ME Student EXTC Department, DJSCOE Vile-Parle (W) Mumbai 056 T. D Biradar Associate Professor EXTC Department, DJSCOE Vile-Parle

More information

The front end of the receiver performs the frequency translation, channel selection and amplification of the signal.

The front end of the receiver performs the frequency translation, channel selection and amplification of the signal. Many receivers must be capable of handling a very wide range of signal powers at the input while still producing the correct output. This must be done in the presence of noise and interference which occasionally

More information

Digital Satellite Broadcasting and HDTV Services in Japan

Digital Satellite Broadcasting and HDTV Services in Japan Digital Satellite Broadcasting and HDTV Services in Japan Masafumi Saito Science and Technical Research Laboratories NHK (Japan Broadcasting Corporation) Contents Present situation of satellite broadcasting

More information

Controlling Physical Layer Parameters for Mobile Ad-Hoc Networks. Roger Hu

Controlling Physical Layer Parameters for Mobile Ad-Hoc Networks. Roger Hu Controlling Physical Layer Parameters for Mobile Ad-Hoc Networks by Roger Hu Submitted to the Department of Electrical Engineering and Computer Science in partial fulfillment of the requirements for the

More information

ISDB-T T Transmission Technologies and Emergency Warning System

ISDB-T T Transmission Technologies and Emergency Warning System ISDB-T T Seminar ISDB-T T Transmission Technologies and Emergency Warning System 12 de Febrero 2008 Universidad Ricardo Palma, Lima, Perú DiBEG, JAPAN Hiroyuki FURUTA (NHK) Digital broadcasting experts

More information

Digital Subscriber Line (DSL) Transmission Methods

Digital Subscriber Line (DSL) Transmission Methods Digital Subscriber Line (DSL) Transmission Methods 1. Overview... 1 2. SHDSL Transmission Methods... 1 SHDSL Transmission System Versions... 1 SHDSL Transmission Subsystem Structure... 1 SHDSL Modulation

More information

Main Ways to Enhance Throughput

Main Ways to Enhance Throughput 802.11n Sanna Puha Contents 1. Introduction 2. Ways to Enhance Throughput 3. MIMO operation 4. Structure of Operating Channel 5. MIMO Transmission Modes 6. Modulation Rates 7. Physical Transmission, PLCP:

More information

The Phase Modulator In NBFM Voice Communication Systems

The Phase Modulator In NBFM Voice Communication Systems The Phase Modulator In NBFM Voice Communication Systems Virgil Leenerts 8 March 5 The phase modulator has been a point of discussion as to why it is used and not a frequency modulator in what are called

More information

Large-Capacity Optical Transmission Technologies Supporting the Optical Submarine Cable System

Large-Capacity Optical Transmission Technologies Supporting the Optical Submarine Cable System Large-Capacity Optical Transmission Technologies Supporting the Optical Submarine Cable System INOUE Takanori Abstract As one of the foundations of the global network, the submarine cable system is required

More information

1. (Ungraded) A noiseless 2-kHz channel is sampled every 5 ms. What is the maximum data rate?

1. (Ungraded) A noiseless 2-kHz channel is sampled every 5 ms. What is the maximum data rate? Homework 2 Solution Guidelines CSC 401, Fall, 2011 1. (Ungraded) A noiseless 2-kHz channel is sampled every 5 ms. What is the maximum data rate? 1. In this problem, the channel being sampled gives us the

More information

Fundamentals of Satellite Communications Part 3

Fundamentals of Satellite Communications Part 3 Fundamentals of Satellite Communications Part 3 Modulation Techniques used in Satellite Communication Howard Hausman December, 2009 Fundamentals of Satellite Communications Part 3 Modulation Techniques

More information

ADJACENT AND CO-CHANNEL INTERFERENCE DISTURBANCES FROM A DIGITAL TERRESTRIAL TELEVISION SIGNAL(COFDM-8K System) ON ANALOGUE PAL SYSTEMS

ADJACENT AND CO-CHANNEL INTERFERENCE DISTURBANCES FROM A DIGITAL TERRESTRIAL TELEVISION SIGNAL(COFDM-8K System) ON ANALOGUE PAL SYSTEMS ADJACENT AND CO-CHANNEL INTERFERENCE DISTURBANCES FROM A DIGITAL TERRESTRIAL TELEVISION SIGNAL(COFDM-8K System) ON ANALOGUE PAL SYSTEMS A. Arrinda (jtparsaa@bi.ehu.es), M. Mª Vélez, P. Angueira, D. de

More information

RESULTS OF TESTS WITH DOMESTIC RECEIVER IC S FOR DVB-T. C.R. Nokes BBC R&D, UK ABSTRACT

RESULTS OF TESTS WITH DOMESTIC RECEIVER IC S FOR DVB-T. C.R. Nokes BBC R&D, UK ABSTRACT RESULTS OF TESTS WITH DOMESTIC RECEIVER IC S FOR DVB-T C.R. Nokes BBC R&D, UK ABSTRACT Digital terrestrial television services using the DVB-T standard will be launched later this year in the UK, followed

More information

Mobile Digital TV (DVB-H/SH) and 2 nd Generation DVB Systems (DVB-S2/C2/T2)

Mobile Digital TV (DVB-H/SH) and 2 nd Generation DVB Systems (DVB-S2/C2/T2) Digital Television and Radio Systems (NDTV) Laboratory Exercise no. 9 Mobile Digital TV (DVB-H/SH) and 2 nd Generation DVB Systems (DVB-S2/C2/T2) The purpose of this laboratory exercise is to obtain overview

More information

The Effect of Network Cabling on Bit Error Rate Performance. By Paul Kish NORDX/CDT

The Effect of Network Cabling on Bit Error Rate Performance. By Paul Kish NORDX/CDT The Effect of Network Cabling on Bit Error Rate Performance By Paul Kish NORDX/CDT Table of Contents Introduction... 2 Probability of Causing Errors... 3 Noise Sources Contributing to Errors... 4 Bit Error

More information