DCSP-4: Modem Jianfeng Feng Department of Computer Science Warwick Univ., UK

Slides:



Advertisements
Similar presentations
What is a signal ? A function of one or more independent variables which contain some information. Voltage, Current ,temperature are all different signals.
Advertisements

DCSP-3: Fourier Transform (continuous time) Jianfeng Feng
DCSP-2: Fourier Transform I Jianfeng Feng Department of Computer Science Warwick Univ., UK
DCSP-4: Modem Jianfeng Feng Department of Computer Science Warwick Univ., UK
DCSP-2: Fourier Transform I
DCSP-3: Fourier Transform Jianfeng Feng Department of Computer Science Warwick Univ., UK
Spread Spectrum Chapter 7.
Spread Spectrum Chapter 7. Spread Spectrum Input is fed into a channel encoder Produces analog signal with narrow bandwidth Signal is further modulated.
Computer Communication & Networks Lecture # 06 Physical Layer: Analog Transmission Nadeem Majeed Choudhary
Lecture 8: Spread Spectrum
Cellular Communications
Quadrature Amplitude Modulation Forrest Sedgwick UC Berkeley EECS Dept. EE290F October 2003.
Amplitude Modulation Wei Li CSULB May 22, 2006.
William Stallings Data and Computer Communications 7th Edition
School of Electrical, Electronics and Computer Engineering University of Newcastle-upon-Tyne Baseband Digital Modulation Baseband Digital Modulation Prof.
SPREAD SPECTRUM In spread spectrum (SS), we combine signals from different sources to fit into a larger bandwidth, but our goals are to prevent eavesdropping.
1 CMPT 371 Data Communications and Networking Spread Spectrum.
Angle Modulation Objectives
MODULATION.
COMMUNICATION SYSTEMS- CONTINUOUS
IT-101 Section 001 Lecture #15 Introduction to Information Technology.
Spread Spectrum Techniques
DIGITAL MODULATION.
PULSE MODULATION.
4.1 Why Modulate? 이번 발표자료는 연구배경 연구복적 제안시스템 시뮬레이션 향후 연구방향으로 구성되어 있습니다.
Lecture 3-1: Coding and Error Control
8.0 Communication Systems Modulation: embedding an information-bearing signal into a second signal e.g. – purposes : locate the signal on the right band.
Coding No. 1  Seattle Pacific University Modulation Kevin Bolding Electrical Engineering Seattle Pacific University.
1 Introduction to. 2 Contents: DEFINITION OF SPREAD SPECTRUM ( SS ) CHARACTERISTICS OF SPREAD SPECTRUM BASIC PRINCIPLES OF DIRECT SEQUENCE SPREAD SPECTRUM.
Lecture 8: Spread Spectrum
Modulation-Why? 1. Low frequency signal has less energy, which means it can travel less distance. 2. Practibility of antenna.
3-2008UP-Copyrights reserved1 ITGD4103 Data Communications and Networks Lecture-11:Data encoding techniques week 12- q-2/ 2008 Dr. Anwar Mousa University.
Data and Computer Communications Eighth Edition by William Stallings Lecture slides by Lawrie Brown Chapter 9 – Spread Spectrum.
Spread Spectrum Spread-spectrum techniques are methods by which energy generated in a particular bandwidth is deliberately spread in the frequency domain,
Chapter 4. Angle Modulation. 4.7 Generation of FM Waves Direct Method –A sinusoidal oscillator, with one of the reactive elements in the tank circuit.
Spread Spectrum Modulation Dr. Teerasit Kasetkasem.
Wireless Transmission Professor: Dr. Miguel Alonso Jr.
1 Chapter 7. Spread Spectrum Wen-Shyang Hwang KUAS EE.
Digital modulation techniques. Modulations systems.
Principle of Communication EEE Chapter 5 AM, FM, and Digital Modulated Systems  Binary Bandpass Signalling Techniques  OOK  BPSK  FSK.
Chapter 4 part 2_a Digital Modulation Techniques.
EE 3220: Digital Communication Dr. Hassan Yousif Ahmed Department of Electrical Engineering College of Engineering at Wadi Aldwasser Slman bin Abdulaziz.
Constellation Diagram
Bandpass Modulation & Demodulation Detection
Digital Modulation Basics
TUNALIData Communication1 Spread Spectrum Chapter 9.
Principle of Communication Eeng Chapter 5 AM, FM, and Digital Modulated Systems  Binary Bandpass Signalling Techniques  OOK  BPSK  FSK Huseyin.
8.0 Communication Systems Modulation: embedding an information-bearing signal into a second signal e.g. – purposes : locate the signal on the right band.
DATA AND COMPUTER COMMUNICATIONS Eighth Edition by William Stallings Lecture slides by Lawrie Brown Chapter 9 – Spread Spectrum.
8.15 Noncoherent orthogonal Modulation(1) Noncoherent orthogonal modulation –If two signal is orthogonal and have the same energy during interval T, carrier.
Computer Networks Chapter 5 – Analog Transmission.
IT-101 Section 001 Lecture #15 Introduction to Information Technology.
UNIT-IV PASSBAND TRANSMISSION MODEL
Analog and Digital Modulation Techniques
Subject Name: Digital Communication Subject Code: 10EC61
Spread Spectrum Chapter 7.
Modulation Techniques
Amplitude Modulation.
DCSP-3: Fourier Transform (continuous time)
EEC4113 Data Communication & Multimedia System Chapter 3: Broadband Encoding by Muhazam Mustapha, October 2011.
Chapter 10. Digital Signals
The Beauty of Mathematics in
Chapter 5: Third generation systems-Wideband Digital Modulation
AM, FM, and Digital Modulated Systems
Digital communication (Band pass signals)
Wireless Networks Fall 2007
Spread Spectrum Chapter 7.
CHAPTER - 5 Introduction to Communication Systems (222 CNET - 3)
Chapter 5 Digital Modulation Systems
Presentation transcript:

DCSP-4: Modem Jianfeng Feng Department of Computer Science Warwick Univ., UK

This representation is quite general. In fact we have the following theorem due to Fourier. Any signal x(t) of period T can be represented as the sum of a set of cosinusoidal and sinusoidal waves of different frequencies and phases. Script1_1.m

1 10 Frequency domain Time domain S1(t)= 10 cos(t) + cos(10t) Sound(s) for i=1:10000 x(i)=10*cos(i*0.01)+cos(i*10*0.01); end

1 10 Frequency domain Time domain S2(t)= cos(t) + 10 cos(10t) Sound(s) for i=1:10000 x(i)=1*cos(i*0.01)+10*cos(i*10*0.01); end

Conclusions In frequency domain, the height of the spectrum indicates the energy of the corresponding signal. For example, for S1, we have more energy concentrating on the signal cos(t), hence we hear a low frequency singal for S2, we have more energy concentratin on the singal cos(10t), hence we hear a high frequency signal

j

1.Note that the spectrum is continuous now: having power all over the place, rather than discrete as in periodic case. 2. A straightforward application is in data compression (MP3, MP4).

Can you do FT for cos(2 pi t)?

Can you do FT for cos(t)? Give you a digital signal, how can you perform FT?

Touch-tone dialing

Freqs 1209 Hz 1336 Hz 1477 Hz 1633 Hz 697 Hz A 770 Hz B 852 Hz C 941 Hz * 0 # D touch_tone.m

Data transmission: Channel characteristics, signalling methods, interference and noise, synchronisation, data compression and encryption;

Digital Modulation: ASK, FSK and PSK There are three ways to modify the channel carrier (a wave): ASK (amplitude-shift-keying) FSK (frequency-shift-keying) PSK (phase-shift-keying )

ASK ASK describes the technique by which a carrier wave is multiplied by the digital singal f(t). s(t) = f(t) cos(f c t+   The property of ASK is that the bandwidth is unchanged.

This can be easily seen Cos(A+B)=cos(A)cos(B)-sin(A)sin(B) Cos(A-B)=cos(A)cos(B)+sin(A)sin(B) Assume the signal is f(t)=cos(F t), we then have S(t) = cos(Ft) cos(F c t) =1/2 [ cos((F c +F)t) + cos((F c -F)t) ]

FSK FSK describes the modulation of a carrier (or two carriers) by using a different frequency for a 1 or 0. The resultant modulated signal may be regarded as the sum of two amplitude modulated signals of different carrier frequency

PSK PSK describes the modulation technique that alters the phase of the carrier. S(t)=cos(fc t +F(t)) Binary phase-shift-keying (BPSK) has only two phase, 0 and . Obviously, the bandwidth is unchanged

Spread spectrum techniques Spread-spectrum techniques are methods in which energy generated at a single frequency is deliberately spread over a wide band of frequencies. This is done for a variety of reasons, including increasing resistance to natural interference or jamming and to prevent hostile detection.

We shall not delve deeply into mechanisms, but shall look at one particular technique that is used call frequency hopping, as shown in Fig above

We shall not delve deeply into mechanisms, but shall look at one particular technique that is used call frequency hopping, as shown in Fig. In frequency hoping, the bandwidth is effectively split into frequency channels.

We shall not delve deeply into mechanisms, but shall look at one particular technique that is used call frequency hopping, as shown in Fig. In frequency hoping, the bandwidth is effectively split into frequency channels. The signal is then spread across the channels.

We shall not delve deeply into mechanisms, but shall look at one particular technique that is used call frequency hopping, as shown in Fig. In frequency hoping, the bandwidth is effectively split into frequency channels. The signal is then spread across the channels. The hop set (channel hopping sequence) is not arbitrary, but determined by the use of a pseudo random sequence.

We shall not delve deeply into mechanisms, but shall look at one particular technique that is used call frequency hopping, as shown in Fig. In frequency hoping, the bandwidth is effectively split into frequency channels. The signal is then spread across the channels. The hop set (channel hopping sequence) is not arbitrary, but determined by the use of a pseudo random sequence. The receiver an reproduce the identical hop set and so decode the signal.

The hope rate (the rate at which the signal switches channels) can be thousands of times a second, so the dwell time (time spent on one channel) is very short.

The hope rate (the rate at which the signal switches channels) can be thousands of times a second, so the dwell time (time spent on one channel) is very short. If the hop set is generated by a pseudo random number generator then the seed to that generator is effectively a key decoding the transmitted message, and so this technique has obvious security applications, for instance military use or in mobile phone systems.

Digital Demodulation Demodulation schemes requiring the carrier phase are termed coherent. Those that do not need knowledge of the carrier phase are termed incoherent. Incoherent demodulation can be applied to ASK and wide-band FSK. With ASK, the power is either present, or it is not.

Digital Demodulation With wide-band FSK, the power is either present at one frequency, or the other. Incoherent modulation is in expensive but has poorer performance. Coherent demodulation requires more complex circuity, but has better performance.

In ASK incoherent demodulation, the signal is passed to an envelope detector. This is a device that output the outline of the signal. Incoherent demodulation can also be used for wide-band FSK. Here the signals are passed to two circuits, each sensitive to one of the two carrier frequencies.

With coherent demodulation systems, the incoming signal is compared with a replica of the carrier wave. With BPSK the comparison is performed by multiplying the incoming signal with a replica of the carrier.

If the output of this process is h(t), we have that By removing, or filtering out, the harmonic term, the output of the demodulation is the modulation f(t).

The difficulty with coherent detection is the need to keep the phase of the replica signal, termed local oscillator 'locked' to the carrier. This is not easy to do. Oscillators are sensitive to (among other things) temperature, and a 'free-running' oscillator will gradually drift in frequency and phase. Suppose there is some phase error \phi present in the local oscillator signal.