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

Size: px
Start display at page:

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

Transcription

1 Contents 5 Signal Constellations Pulse-amplitude Modulation (PAM) Performance of PAM in Additive White Gaussian Noise Phase-shift Keying Performance of PSK in Additive Gaussian Noise Quadrature Amplitude-modulation (QAM) Performance of QAM in Additive Gaussian Noise Frequency-shift keying Performance in additive Gaussian noise Continuous-phase modulation The Power Spectrum of Linearly Modulated Signals A Error probability for PAM Signals in AWGN 17 B Error probability for PSK Signals in AWGN 18 C Error probability for PSK Signals in AWGN -Alternative Form 19 1

2 List of Figures 5.1 The signal space representation of binary PAM, 4-PAM and 8-PAM constellations Symbol error probability for 2, 4 and 8-PAM as a function of SNR per bit Signal space representation of various PSK constellations The function f(θ) Symbol error probability for BPSK, QPSK, 8-PSK and 16-PSK as a function of the signal-to-noise ratio per bit Signal-space representation of various QAM constellations Symbol error probability as a function of SNR per bit for 4, 16, and 64-QAM Error probability comparison between coherent and incoherent FSK. 13 2

3 Chapter 5 Signal Constellations In this chapter we study a number of signal constellations often used in practice. 5.1 Pulse-amplitude Modulation (PAM) As the name implies, pulse-amplitude modulation (PAM) conveys information by assigning k = log 2 (M) bits to a set of M discrete amplitudes of a transmitted signal (baseband or passband). M-ary PAM is a one-dimensional signaling scheme described mathematically by s i (t) = a i φ(t), i = 1, 2,, M, t T, (5.1) where a i = (2i 1 M)A, i = 1, 2,, M, (5.2) φ(t) is a unit-energy signal, and A is half the spacing between adjacent signals in the constellation (i.e. d min = 2A where d min is the minimum Euclidean distance of the contellation). Figure 5.1 shows the signal-space representation of PAM signals assuming A = 1. Clearly not every signal in the constellation has the same energy. 8-PAM 4-PAM 2-PAM Figure 5.1: The signal space representation of binary PAM, 4-PAM and 8-PAM constellations. 3

4 CHAPTER 5. SIGNAL CONSTELLATIONS 4 The average energy of the constellation is E av = 1 M and the peak-energy is M i=1 a 2 i = A2 M ( M M (2i 1 M) 2 2 ) 1 = A 2, (5.3) 3 i=1 E p = (M 1) 2 A 2. (5.4) Everything else being the same, it is desirable to have constellations whose peakenergy is not much different than their average energy. This is desirable in practice, since the transmitter must be built to accommodate the peak power required and if the latter is much larger than the average (which determines performance), then the higher cost of hardware does not result in a proportional performance gain. A figure of merit for signal constellations is the peak-to-average ratio, which for PAM constellations is E p = 3 6 E av M + 1, (5.5) which tends to 3 as M. This is a large peak-to-average energy ratio, and it is one of the reasons multi-level PAM is rarely used in communication systems Performance of PAM in Additive White Gaussian Noise Based on the data r(t) received (as given in (??)), the maximum-likelihood receiver for PAM signaling chooses as the most likely signal transmitted the signal that maximizes l i = a i r a2 i 2, or equivalently the signal that minimizes (r a i ) 2, where r = T r(t)φ(t)dt. In signal space, the decision boundaries for this receiver are midway between constellation points, and a decision is made accordingly, based on where r falls on the real line. The error probability for M-ary PAM signals is derived in Appendix?? and is given by P PAM (e) = ( (M 1) M erfc 3 M 2 1 ) E av. (5.6) N The error probability for various PAM constellations is shown in Figure 5.2 as a function of SNR per bit. Cleraly, even for the same SNR per bit, as M increases, performance degrades. The gain, of course, is in increased bit-rate for the same bandwidth. 1 One notable exception is in PCM modems, where the system makes use of the 256 PCM levels in the digital part of the telephone network

5 CHAPTER 5. SIGNAL CONSTELLATIONS Error-Probability PAM 8-PAM PAM SNR, db Figure 5.2: Symbol error probability for 2, 4 and 8-PAM as a function of SNR per bit. 5.2 Phase-shift Keying Under phase-shift keying (PSK), the information bits determine the phase of a carrier, which takes values from a discrete set in accordance with the information bits. The general form of M-ary PSK signals is given by s i (t) = 2E T cos(2πf ct + θ i ), i = 1, 2,, M, t T, (5.7) where and θ i = 2π(i 1), i = 1, 2,, M M E = T s 2 i (t)dt

6 CHAPTER 5. SIGNAL CONSTELLATIONS 6 is the signal energy (the same for all signals). Equation (5.7) can be re-written in a slightly different form as s i (t) = [ ] 2 2 E cos(θ i ) T cos(2πf ct) sin(θ i ) T sin(2πf ct) = E [cos(θ i )φ 1 (t) sin(θ i )φ 2 (t)] where 2 φ 1 (t) = T cos(2πf ct) (5.8) 2 φ 2 (t) = T sin(2πf ct) (5.9) are easily seen to be orthonormal. Thus, PSK signals are points in a two-dimensional space spanned by φ 1 (t) and φ 2 (t). Figure 5.3 illustrates various PSK signal constellations, including binary PSK (BPSK), and 4-ary PSK, also known as quadrature PSK (QPSK). The figure also illustrates the mapping of information bits to each ϕ 2 () t ϕ 2 1 () t E ϕ 1 () t 11 E ϕ 1 () t BPSK:d 111 min = () t ϕ 2 11 E 11 2 E 1 ϕ 1 1 () t π 8-PSK: dmin = 2 Esin( ) 8 QPSK: d 16-PSK: d min = min ϕ 2 () t E 2E ϕ 1 () t π = 2 Esin( ) 16 Figure 5.3: Signal space representation of various PSK constellations. signal in the constellation for 4-PSK and 8-PSK. The illustrated mapping, known as Gray coding, has the property that adjacent signals are assigned binary sequences that differ in only one bit. This is desirable in practice, because, when a detection error is made, it is more likely to be to a signal adjacent to the transmitted signal. Then Gray coding results in a single bit error for the most likely signal errors.

7 CHAPTER 5. SIGNAL CONSTELLATIONS Performance of PSK in Additive Gaussian Noise For PSK signals, the optimum receiver decides which of the M possible PSK signals was transmitted by finding the signal that maximizes where l i = T r c = r(t)s i (t)dt = r c a i r s b i, (5.1) T T r(t)φ 1 (t)dt r s = r(t)φ 2 (t)dt a i = [ ] 2π(i 1) E cos M b i = [ 2π(i 1) E sin M For binary PSK, which corresponds to antipodal signaling, the probability that the optimal receiver makes a decision error is ( P BPSK (e) = 1 ) 2 erfc E. (5.11) The performance of QPSK is also derived easily and is given by N ]. P QPSK (e) = P BPSK (e)[2 P BPSK (e)] where P BPSK (e) is as given in Eq. (5.11). An exact expression for the error probability of larger PSK constellations also exists and is derived in Appendix B. It is given by π/m P MPSK (e) = 1 f(θ)dθ, (5.12) π/m where f(θ) = 1 [ 2π e SNR 1 + ( π SNR cos(θ)e SNR cos2 (θ) erfc )] SNR cos(θ), (5.13) where, as defined earlier, SNR = E/N. Figure 5.4 plots the function f(θ) for various SNR values. Figure 5.5 shows the error probability of various PSK constellations as a function of the SNR per information bit. Another interesting expression for the error-probability of two-dimensional signal constellations, and in particular M-PSK, was obtained by Craig [1]: P MPSK (e) = 1 π (M 1)π M [ ( )] exp SNR sin2 π M sin 2 dθ, (5.14) (θ)

8 CHAPTER 5. SIGNAL CONSTELLATIONS dB f( θ).8.6 3dB.4.2 db θ, Radians Figure 5.4: The function f(θ). The derivation is given in Appendix C. From (5.14) it is easy to derive an upperbound to the probability of error for arbitrary PSK signals by noting the the integrand is maximized at θ = π/2. Thus: P MPSK (e) ( )] (M 1) π [ SNR M exp sin 2 M An interesting implication of the expression in (5.14) is that 1 2 erfc(x) = 1 π 2 π e x 2 sin 2 (θ) dθ. 5.3 Quadrature Amplitude-modulation (QAM) (5.15) Quadrature amplitude modulation (QAM) is a popular scheme for high-rate, high bandwidth efficiency systems. QAM is a combination of both amplitude and phase modulation. Mathematically, M-ary QAM is described by s i (t) = Ep(t) [a i cos(2πf c t) + b i sin(2πf c t)], t T, i = 1, 2,, M (5.16)

9 CHAPTER 5. SIGNAL CONSTELLATIONS 9 Symbol Error Probability PSK 4-PSK 8-PSK 16-PSK SNR per bit, db Figure 5.5: Symbol error probability for BPSK, QPSK, 8-PSK and 16-PSK as a function of the signal-to-noise ratio per bit. where a i and b i take values from the set {±1, ±3, ±5, } and E and p(t) are as defined earlier. The signal-space representation of QAM signals is shown in Figure 5.6 for various values of M which are powers of 2, that is, M = 2 k, k = 2, 3,. For even values of k, the constellations are square, whereas for odd values of k the constellations have a cross shape and are thus called cross constellations. For square constellations, QAM corresponds to the independent amplitude modulation of an in-phase carrier (i.e., the cosine carrier) and a quadrature carrier (i.e., the sine carrier). 5.4 Performance of QAM in Additive Gaussian Noise The optimum receiver for QAM signals chooses the signal that maximizes E ( ) l i = a i r c + b i r s a 2 i + b 2 i 4

10 CHAPTER 5. SIGNAL CONSTELLATIONS 1 64-QAM 32-QAM 16-QAM 8-QAM 4-QAM Figure 5.6: Signal-space representation of various QAM constellations. where and r c = r s = T T r(t)p(t) cos(2πf c t)dt r(t)p(t) sin(2πf c t)dt For square constellations which correspond to independent PAM of each carrier, an exact error probability is derived easily and is given by [ ( P QAM (e) = ) ( )] 2 3 erfc M 2(M 1) Eav. N For cross constellations, tight upper-bounds and good approximations are available. Figure 5.7 plots the symbol-error probability of various square QAM constellations as a function of SNR per bit. 5.5 Frequency-shift keying As the name implies, frequency-shift keying (FSK) modulates the frequency of a carrier to convey information. FSK is one of the oldest digital modulation techniques

11 CHAPTER 5. SIGNAL CONSTELLATIONS QAM Error-Probability QAM QAM SNR per bit, db Figure 5.7: Symbol error probability as a function of SNR per bit for 4, 16, and 64-QAM. and was the modulation of choice for the first, low-rate modems. Its main attribute that makes it of interest in some applications is that it is detected incoherently (and coherently), which reduces the cost of the receiver. Mathematically, the modulated M-ary FSK signal is described by where s i (t) = 2E T cos[2π(f c + f i )t], t T, i = 1, 2,, M ( 2i 1 M f i = 2 ) f. f is the minimum frequency separation between modulation tones. For orthogonal signaling (i.e. when the correlation between all pairs of distinct signals is zero), the minimum tone spacing is 1/2T. This is often a condition imposed in practice. Orthogonal signaling performs well as a function of energy per bit, but it is also rather bandwidth-inefficient, making it impractical for high-speed, band-limited applications.

12 CHAPTER 5. SIGNAL CONSTELLATIONS Performance in additive Gaussian noise FSK is detected coherently or incoherently. Coherent detection requires a carrier phase synchronization subsystem at the receiver which generates locally a carrier which is phase-locked to the received carrier. The optimum receiver for coherent detection makes decisions by maximizing the following (implementation assumes phase-coherence) l i = T r(t)s i (t)dt. For binary (orthogonal) signaling, the error probability is given simply by P FSK (e) = 1 2 erfc ( E 2N ), (coherent FSK) which is 3dB worse than BPSK. For M-ary signaling, an exact expression exists in integral form and is found, for example, in [?]. Incoherent detection does not assume phase coherence and does not attempt to phase-lock the locally generated carrier to the received signal. In this case, it is easy to argue that the phase difference between the LO carrier and the received carrier is completely randomized. An optimum receiver is also derived in this case and it is one that maximizes over the set of frequency tones where and r 2 ci = r 2 si = T T l i = r 2 ci + r 2 si r(t) cos[2π(f c + f i )t]dt r(t) sin[2π(f c + f i )t]dt The exact error-probability performance of this incoherent receiver is available in analytical form, but it is rather complicated to compute for the general M-ary case (see, for example, [?]). For the binary case, the error probability has a simple form given by P FSK (e) = 1 E 2 e 2N, (incoherent FSK) Figure 5.8 compares the performance of coherent and Incoherent binary FSK. At an error probability of about 1 6, incoherent detection is inferior only slightly more than half a db compared with coherent detection. However, this small loss is well compensated for by the fact that no carrier phase synchronization is needed for the former.

13 CHAPTER 5. SIGNAL CONSTELLATIONS Incoherent Detection Error-Probability Coherent Detection SNR per bit, db Figure 5.8: Error probability comparison between coherent and incoherent FSK. 5.7 Continuous-phase modulation All of the modulation schemes described so far are memoryless, in the sense that the signal transmitted in a certain symbol interval does not depend on any past (or future) symbols. In many cases, for example, when there is a need to shape the transmitted signal spectrum to match that of the channel, it is necessary to constrain the transmitted signals in some form. Invariably, the imposed constraints introduce memory into the transmitted signals. One important class of modulation signals with memory are continuous phase modulation (CPM) signals. These signals constrain the phase of the transmitted carrier to be continuous, thereby reducing the spectral sidelobes of the transmitted signals. Mathematically, the modulation signals for CPM are described by the expression u(t) = A cos [2πf c t + φ(t; d)] where n φ(t; d) = 2π d k h k q(t kt ), k= nt t (n + 1)T.

14 CHAPTER 5. SIGNAL CONSTELLATIONS 14 The d k are the modulation symbols and h k are the modulation indices, which may vary from symbol to symbol. For binary modulation, the modulation symbols are either 1 or -1. Finally, q(t)is the integral of some baseband pulse p(t) containing no impulses (thus guaranteeing that q(t) is continuous) q(t) = t p(τ)dτ. When p(t) is zero for t T, we have what is called full response CPM, otherwise we have partial-response CPM. In general, partial-response CPM achieves better spectral sidelobe reduction than full-response CPM. A special case of CPM in which the modulation indices are all equal and p(t) is a rectangular pulse of duration T seconds is called continuous-phase FSK (CPFSK). If, further, h = 1/2, we have what is called minimum-shift keying (MSK). A variation of MSK, in which the rectangular baseband pulse is first passed through a filter with a Gaussian-shape impulse response for further reduction in the spectral sidelobes, is called Gaussian MSK (GMSK). Various simple ways for detecting GMSK are available, which, combined with its spectral efficiency, has made it a popular modulation scheme. In particular, it is the modulation scheme used for the European digital cellular radio standard, known as GSM. For more information on CPM signaling, including spectral characteristics and performance in noise, refer to [?]. 5.8 The Power Spectrum of Linearly Modulated Signals Since the discrete modulation symbols which are mapped into transmitted signals are random, the resulting transmitted signal is a stochastic process. It is of interest to determine the frequency content of a transmitted stochastic signal, which is given by its power spectrum, for a number of reasons. One important reason is to determine its bandwidth and thus determine the channel bandwidth required for its undistorted transmission. Another use of the power spectrum of a modulated signal is in timesynchronization systems. A class of time synchronization systems extract their timing information by tracking a discrete frequency component, which is at some multiple of the signaling rate, in the spectrum of the modulated signal. A general, linearly modulated signal can be expressed as x(t) = k d k p(t kt ), (5.17) where {d k } is a sequence of complex symbols, 1/T is the signaling rate, and p(t) is the transmitted pulse. We will assume that the sequence {d k } is wide-sense stationary having mean µ and autocorrelation function r dd (k) = 1 2 E[d jd j+k ]. (5.18)

15 CHAPTER 5. SIGNAL CONSTELLATIONS 15 In computing the power spectrum of x(t), we first derive an expression for the autocorrelation function of x(t) R xx (t, t + τ) = 1 2 E[x (t)x(t + τ)] (5.19) = 1 E[d 2 kd j ]p (t kt )p(t + τ jt ) k j = r dd (j k)p (t kt )p(t + τ jt ) k j = r dd (m)p (t kt )p (t + τ (k + m)t ) k m = m r dd (m) k p (t kt )p (t + τ (k + m)t ) (5.2) Clearly, R xx (t, t + τ) is periodic in t with period T. In addition, the mean of x(t) E[x(t)] = µ k p(t kt ) is periodic in t with period T. Thus, x(t) is what is referred to as a cyclostationary process. For cyclostationary processes, the dependence on t is removed (and thus the resulting autocorrelation becomes only a function of a single variable τ) by averaging R xx (t, t + τ) over a period: Letting R xx (τ) = 1 T = m T/2 T/2 r dd (m) k = r dd (m) m k = 1 r dd (m) T m R xx (t, t + τ)dt 1 T 1 T R pp (τ) = T/2 T/2 T/2 kt T/2 kt p (t kt )p (t + τ (k + m)t ) dt p (t)p (t + τ mt ) dt p (t)p (t + τ mt ) dt (5.21) be the autocorrelation function of p(t) we have R xx (τ) = 1 T Taking Fourier transforms on both sides above we obtain p (t)p (t + τ) dt (5.22) r dd (m)r pp (τ mt ) (5.23) m S X (f) = 1 T P (f) 2 S d (f) (5.24)

16 CHAPTER 5. SIGNAL CONSTELLATIONS 16 where S d (f) = k r dd (k)e j2πfkt (5.25) is the discrete Fourier transform of {r dd (k)}.

17 Appendix A Error probability for PAM Signals in AWGN 17

18 Appendix B Error probability for PSK Signals in AWGN 18

19 Appendix C Error probability for PSK Signals in AWGN -Alternative Form 19

20 Bibliography [1] J.W. Craig, A New, Simple and Exact Result for Calculating the Probability of Error for Two-Dimensional Signal Constellations, Proceedings IEEE MILCOM 91, Boston, MA, pp

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

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

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

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

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

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

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

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

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

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

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

NRZ Bandwidth - HF Cutoff vs. SNR

NRZ Bandwidth - HF Cutoff vs. SNR Application Note: HFAN-09.0. Rev.2; 04/08 NRZ Bandwidth - HF Cutoff vs. SNR Functional Diagrams Pin Configurations appear at end of data sheet. Functional Diagrams continued at end of data sheet. UCSP

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

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

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

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

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

Intro to Practical Digital Communications

Intro to Practical Digital Communications Intro to Practical Digital Communications Lecture 2 Vladimir Stojanović 6.973 Communication System Design Spring 2006 Massachusetts Institute of Technology Discrete data transmission Messages are encoded

More information

Digital Communications

Digital Communications Digital Communications Fourth Edition JOHN G. PROAKIS Department of Electrical and Computer Engineering Northeastern University Boston Burr Ridge, IL Dubuque, IA Madison, Wl New York San Francisco St.

More information

Sampling Theorem Notes. Recall: That a time sampled signal is like taking a snap shot or picture of signal periodically.

Sampling Theorem Notes. Recall: That a time sampled signal is like taking a snap shot or picture of signal periodically. Sampling Theorem We will show that a band limited signal can be reconstructed exactly from its discrete time samples. Recall: That a time sampled signal is like taking a snap shot or picture of signal

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

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

Selection of data modulation techniques in spread spectrum systems using modified processing gain definition

Selection of data modulation techniques in spread spectrum systems using modified processing gain definition HAIT Journal of Science and Engineering, Series: Engineering 2 (1), pp. xxx-xxx Copyright c 2004 Holon Academic Institute of Technology Selection of data modulation techniques in spread spectrum systems

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

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

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

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

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

Measurements on DVB-S2 Transmitters

Measurements on DVB-S2 Transmitters Measurements on DVB-S2 Transmitters Application Note Products: R&S FSQ R&S FSG R&S FSU R&S FSUP R&S FSMR R&S FSQ-K70 R&S FSQ-B72 R&S FSU-B73 This application note provides information about measurements

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

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

Example/ an analog signal f ( t) ) is sample by f s = 5000 Hz draw the sampling signal spectrum. Calculate min. sampling frequency.

Example/ an analog signal f ( t) ) is sample by f s = 5000 Hz draw the sampling signal spectrum. Calculate min. sampling frequency. 1 2 3 4 Example/ an analog signal f ( t) = 1+ cos(4000πt ) is sample by f s = 5000 Hz draw the sampling signal spectrum. Calculate min. sampling frequency. Sol/ H(f) -7KHz -5KHz -3KHz -2KHz 0 2KHz 3KHz

More information

EGPRS Test: Meeting the Challenge of 8PSK Modulation

EGPRS Test: Meeting the Challenge of 8PSK Modulation EGPRS Test: Meeting the Challenge of 8PSK Modulation Application Note T Time Table of Contents Overview......................................................2 GMSK and 8PSK Modulation......................................3

More information

Analog and Digital Signals, Time and Frequency Representation of Signals

Analog and Digital Signals, Time and Frequency Representation of Signals 1 Analog and Digital Signals, Time and Frequency Representation of Signals Required reading: Garcia 3.1, 3.2 CSE 3213, Fall 2010 Instructor: N. Vlajic 2 Data vs. Signal Analog vs. Digital Analog Signals

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

Principles of Digital Communication

Principles of Digital Communication Principles of Digital Communication Robert G. Gallager January 5, 2008 ii Preface: introduction and objectives The digital communication industry is an enormous and rapidly growing industry, roughly comparable

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

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

Bit Error Rate Performance Analysis on Modulation Techniques of Wideband Code Division Multiple Access

Bit Error Rate Performance Analysis on Modulation Techniques of Wideband Code Division Multiple Access 22 Bit Error Rate Performance Analysis on Modulation Techniques of Wideband Code Division Multiple Access M. A. Masud, M. Samsuzzaman, M. A.Rahman Abstract - In the beginning of 21 st century there has

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

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

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

Signal Detection C H A P T E R 14 14.1 SIGNAL DETECTION AS HYPOTHESIS TESTING

Signal Detection C H A P T E R 14 14.1 SIGNAL DETECTION AS HYPOTHESIS TESTING C H A P T E R 4 Signal Detection 4. SIGNAL DETECTION AS HYPOTHESIS TESTING In Chapter 3 we considered hypothesis testing in the context of random variables. The detector resulting in the minimum probability

More information

IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 55, NO. 1, JANUARY 2007 341

IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 55, NO. 1, JANUARY 2007 341 IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 55, NO. 1, JANUARY 2007 341 Multinode Cooperative Communications in Wireless Networks Ahmed K. Sadek, Student Member, IEEE, Weifeng Su, Member, IEEE, and K.

More information

300024 - FC - Fundamentals of Communications

300024 - FC - Fundamentals of Communications Coordinating unit: Teaching unit: Academic year: Degree: ECTS credits: 2016 300 - EETAC - Castelldefels School of Telecommunications and Aerospace Engineering 739 - TSC - Department of Signal Theory and

More information

TCOM 370 NOTES 99-4 BANDWIDTH, FREQUENCY RESPONSE, AND CAPACITY OF COMMUNICATION LINKS

TCOM 370 NOTES 99-4 BANDWIDTH, FREQUENCY RESPONSE, AND CAPACITY OF COMMUNICATION LINKS TCOM 370 NOTES 99-4 BANDWIDTH, FREQUENCY RESPONSE, AND CAPACITY OF COMMUNICATION LINKS 1. Bandwidth: The bandwidth of a communication link, or in general any system, was loosely defined as the width of

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

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

EE2/ISE2 Communications II

EE2/ISE2 Communications II EE2/ISE2 Communications II Part I Communications Principles Dr. Darren Ward Chapter 1 Introduction 1.1 Background Communication involves the transfer of information from one point to another. In general,

More information

ISI Mitigation in Image Data for Wireless Wideband Communications Receivers using Adjustment of Estimated Flat Fading Errors

ISI Mitigation in Image Data for Wireless Wideband Communications Receivers using Adjustment of Estimated Flat Fading Errors International Journal of Engineering and Management Research, Volume-3, Issue-3, June 2013 ISSN No.: 2250-0758 Pages: 24-29 www.ijemr.net ISI Mitigation in Image Data for Wireless Wideband Communications

More information

EE4367 Telecom. Switching & Transmission. Prof. Murat Torlak

EE4367 Telecom. Switching & Transmission. Prof. Murat Torlak Path Loss Radio Wave Propagation The wireless radio channel puts fundamental limitations to the performance of wireless communications systems Radio channels are extremely random, and are not easily analyzed

More information

Bachelor of Technology (Electronics and Communication Engineering)

Bachelor of Technology (Electronics and Communication Engineering) A Project Report on Synchronization Techniques for OFDM In partial fulfillment of the requirements of Bachelor of Technology (Electronics and Communication Engineering) Submitted By Govind Singh Parihar

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

Symbol interval T=1/(2B); symbol rate = 1/T=2B transmissions/sec (The transmitted baseband signal is assumed to be real here) Noise power = (N_0/2)(2B)=N_0B \Gamma is no smaller than 1 The encoded PAM

More information

Optimum Frequency-Domain Partial Response Encoding in OFDM System

Optimum Frequency-Domain Partial Response Encoding in OFDM System 1064 IEEE TRANSACTIONS ON COMMUNICATIONS, VOL 51, NO 7, JULY 2003 Optimum Frequency-Domain Partial Response Encoding in OFDM System Hua Zhang and Ye (Geoffrey) Li, Senior Member, IEEE Abstract Time variance

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

ELE745 Assignment and Lab Manual

ELE745 Assignment and Lab Manual ELE745 Assignment and Lab Manual August 22, 2010 CONTENTS 1. Assignment 1........................................ 1 1.1 Assignment 1 Problems................................ 1 1.2 Assignment 1 Solutions................................

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

Performance Improvement of DS-CDMA Wireless Communication Network with Convolutionally Encoded OQPSK Modulation Scheme

Performance Improvement of DS-CDMA Wireless Communication Network with Convolutionally Encoded OQPSK Modulation Scheme International Journal of Advances in Engineering & Technology, Mar 0. IJAET ISSN: 3-963 Performance Improvement of DS-CDMA Wireless Communication Networ with Convolutionally Encoded OQPSK Modulation Scheme

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

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

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

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

A New Digital Communications Course Enhanced by PC-Based Design Projects*

A New Digital Communications Course Enhanced by PC-Based Design Projects* Int. J. Engng Ed. Vol. 16, No. 6, pp. 553±559, 2000 0949-149X/91 $3.00+0.00 Printed in Great Britain. # 2000 TEMPUS Publications. A New Digital Communications Course Enhanced by PC-Based Design Projects*

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

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

Transmitter and Receiver Techniques

Transmitter and Receiver Techniques Chapter 6 Transmitter and Receiver Techniques 6.1 Introduction Electrical communication transmitter and receiver techniques strive toward obtaining reliable communication at a low cost, with maximum utilization

More information

Adaptive Equalization of binary encoded signals Using LMS Algorithm

Adaptive Equalization of binary encoded signals Using LMS Algorithm SSRG International Journal of Electronics and Communication Engineering (SSRG-IJECE) volume issue7 Sep Adaptive Equalization of binary encoded signals Using LMS Algorithm Dr.K.Nagi Reddy Professor of ECE,NBKR

More information

ETSI TS 101 376-5-4 V3.1.1 (2009-07) Technical Specification

ETSI TS 101 376-5-4 V3.1.1 (2009-07) Technical Specification TS 101 376-5-4 V3.1.1 (2009-07) Technical Specification GEO-Mobile Radio Interface Specifications (Release 3) Third Generation Satellite Packet Radio Service; Part 5: Radio interface physical layer specifications;

More information

SIGNAL PROCESSING & SIMULATION NEWSLETTER

SIGNAL PROCESSING & SIMULATION NEWSLETTER 1 of 10 1/25/2008 3:38 AM SIGNAL PROCESSING & SIMULATION NEWSLETTER Note: This is not a particularly interesting topic for anyone other than those who ar e involved in simulation. So if you have difficulty

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

Probability and Random Variables. Generation of random variables (r.v.)

Probability and Random Variables. Generation of random variables (r.v.) Probability and Random Variables Method for generating random variables with a specified probability distribution function. Gaussian And Markov Processes Characterization of Stationary Random Process Linearly

More information

Black Box Corporation 1000 Park Drive Lawrence, PA 15055-1018 Tech Support: 724-746-5500 www.blackbox.com e-mail: info@blackbox.com V.

Black Box Corporation 1000 Park Drive Lawrence, PA 15055-1018 Tech Support: 724-746-5500 www.blackbox.com e-mail: info@blackbox.com V. 200. All rights reserved. Black Box Corporation. Black Box Corporation 1000 Park Drive Lawrence, PA 10-1018 Tech Support: 724-746-00 www.blackbox.com e-mail: info@blackbox.com V.34 Adaptive intelligence

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

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

PAPR and Bandwidth Analysis of SISO-OFDM/WOFDM and MIMO OFDM/WOFDM (Wimax) for Multi-Path Fading Channels

PAPR and Bandwidth Analysis of SISO-OFDM/WOFDM and MIMO OFDM/WOFDM (Wimax) for Multi-Path Fading Channels PAPR and Bandwidth Analysis of SISO-OFDM/WOFDM and MIMO OFDM/WOFDM (Wimax) for Multi-Path Fading Channels Ahsan Adeel Lecturer COMSATS Institute of Information Technology Islamabad Raed A. Abd-Alhameed

More information

Noise Power and SNR Estimation for OFDM Based Wireless Communication Systems

Noise Power and SNR Estimation for OFDM Based Wireless Communication Systems Noise Power and SNR Estimation for OFDM Based Wireless Communication Systems Hüseyin Arslan Department of Electrical Engineering University of South Florida 422 E. Fowler Avenue Tampa, FL- 3362-535, USA

More information

MODULATION AND DETECTION TECHNIQUES FOR DWDM SYSTEMS*

MODULATION AND DETECTION TECHNIQUES FOR DWDM SYSTEMS* MODULATION AND DETECTION TECHNIQUES FOR DWDM SYSTEMS* Invited Paper Joseph M. Kahn 1 and Keang-Po Ho 2 1 Stanford University, Department of Electrical Engineering, Stanford, CA 94305 USA, e-mail: jmk@ee.stanford.edu;

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

Demonstration of a Software Defined Radio Platform for dynamic spectrum allocation.

Demonstration of a Software Defined Radio Platform for dynamic spectrum allocation. Demonstration of a Software Defined Radio Platform for dynamic spectrum allocation. Livia Ruiz Centre for Telecommunications Value-Chain Research Institute of Microelectronic and Wireless Systems, NUI

More information

The influence of Wi-Fi on the operation of Bluetooth based wireless sensor networks in the Internet of Things

The influence of Wi-Fi on the operation of Bluetooth based wireless sensor networks in the Internet of Things Faculty of Electrical Engineering, Mathematics & Computer Science The influence of Wi-Fi on the operation of Bluetooth based wireless sensor networks in the Internet of Things Jermain C. Horsman B.Sc.

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

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

M-ary Symbol Error Outage Over Nakagami-m Fading Channels in Shadowing Environments

M-ary Symbol Error Outage Over Nakagami-m Fading Channels in Shadowing Environments 1 M-ary Symbol Error Outage Over Nakagami-m Fading Channels in Shadowing Environments Philippe Mary, Mischa Dohler, Jean-Marie Gorce, Guillaume Villemaud and Marylin Arndt P. Mary, M. Arndt are with France

More information

(2) (3) (4) (5) 3 J. M. Whittaker, Interpolatory Function Theory, Cambridge Tracts

(2) (3) (4) (5) 3 J. M. Whittaker, Interpolatory Function Theory, Cambridge Tracts Communication in the Presence of Noise CLAUDE E. SHANNON, MEMBER, IRE Classic Paper A method is developed for representing any communication system geometrically. Messages and the corresponding signals

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

Experiment 3: Double Sideband Modulation (DSB)

Experiment 3: Double Sideband Modulation (DSB) Experiment 3: Double Sideband Modulation (DSB) This experiment examines the characteristics of the double-sideband (DSB) linear modulation process. The demodulation is performed coherently and its strict

More information

INTER CARRIER INTERFERENCE CANCELLATION IN HIGH SPEED OFDM SYSTEM Y. Naveena *1, K. Upendra Chowdary 2

INTER CARRIER INTERFERENCE CANCELLATION IN HIGH SPEED OFDM SYSTEM Y. Naveena *1, K. Upendra Chowdary 2 ISSN 2277-2685 IJESR/June 2014/ Vol-4/Issue-6/333-337 Y. Naveena et al./ International Journal of Engineering & Science Research INTER CARRIER INTERFERENCE CANCELLATION IN HIGH SPEED OFDM SYSTEM Y. Naveena

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

All About Pulse Modulation How Ultra Narrow Band Modulation works Updated 12/15//10

All About Pulse Modulation How Ultra Narrow Band Modulation works Updated 12/15//10 All About Pulse Modulation How Ultra Narrow Band Modulation works Updated 12/15//10 Pulse modulation is well known in many forms. In communications it first appeared as Morse Code, otherwise known as ON/OFF

More information

Part I: Frequency Offset Acquisition and Tracking Algorithms Mohamed K. Nezami Mnemonics Inc. 3900 Dow Rd, Melbourne, FL 32934

Part I: Frequency Offset Acquisition and Tracking Algorithms Mohamed K. Nezami Mnemonics Inc. 3900 Dow Rd, Melbourne, FL 32934 Part I: Frequency Offset Acquisition and Tracking Algorithms Mohamed K. Nezami Mnemonics Inc. 3900 Dow Rd, Melbourne, FL 32934 I. Introduction Wireless receivers process signals that bear information as

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

A Modified Binary Search Algorithm for Carrier Acquisition in DSB-SC Communication System

A Modified Binary Search Algorithm for Carrier Acquisition in DSB-SC Communication System International Journal of Latest Research in Engineering and Technology (IJLRET) ISSN: 2454-5031(Online) ǁ Volume 1 Issue 7ǁDecember 2015 ǁ PP 13-21 A Modified Binary Search Algorithm for Carrier Acquisition

More information

Timing Errors and Jitter

Timing Errors and Jitter Timing Errors and Jitter Background Mike Story In a sampled (digital) system, samples have to be accurate in level and time. The digital system uses the two bits of information the signal was this big

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

LTE PHY Fundamentals Roger Piqueras Jover

LTE PHY Fundamentals Roger Piqueras Jover LTE PHY Fundamentals Roger Piqueras Jover DL Physical Channels - DL-SCH: The DownLink Shared CHannel is a channel used to transport down-link user data or Radio Resource Control (RRC) messages, as well

More information

Performance analysis of bandwidth efficient coherent modulation schemes with L-fold MRC and SC in Nakagami-m fading channels

Performance analysis of bandwidth efficient coherent modulation schemes with L-fold MRC and SC in Nakagami-m fading channels Title Performance analysis of bandwidth efficient coherent modulation schemes with L-fold MRC and SC in Nakagami-m fading channels Author(s) Lo, CM; Lam, WH Citation Ieee International Symposium On Personal,

More information

MIMO CHANNEL CAPACITY

MIMO CHANNEL CAPACITY MIMO CHANNEL CAPACITY Ochi Laboratory Nguyen Dang Khoa (D1) 1 Contents Introduction Review of information theory Fixed MIMO channel Fading MIMO channel Summary and Conclusions 2 1. Introduction The use

More information