Noise Simulation and Reduction in AM-SSB Radio Systems Thiago D. Olson, Zi Ling, and Mohammad Naquiddin A. Razak

Size: px
Start display at page:

Download "Noise Simulation and Reduction in AM-SSB Radio Systems Thiago D. Olson, Zi Ling, and Mohammad Naquiddin A. Razak"

Transcription

1 1 Noise Simulation and Reduction in AM-SSB Radio Systems Thiago D. Olson, Zi Ling, and Mohammad Naquiddin A. Razak Abstract Ham radio transmission distance is affected by many different external sources. This paper discusses the simulation and reduction of the signal-to-noise ratio in AM- SSB radio systems after recovery of these signals on the receiving end of Ham systems. MATLAB is used to approximately simulate a typical 40m band ham radio, demodulate, and apply different filtering methods to minimize the noise added during transmission. Minimizing this noise is especially difficult as the frequency spectra of the noise and signal overlap; simple filtering methods would not be appropriate. We determine which advanced filtering method works best in minimizing noise. Index Terms AM-SSB, Ham Radio, Noise Filtering, Wiener Filter, Boll Spectral Subtraction I. INTRODUCTION H AM radio is defined as the licensed but private and noncommercial use of certain designated radio bands. They can use a variety of different frequencies and modulation techniques to transmit a signal. An estimated two million people around the world are involved with or use these radios. Ham radios can use AM, FM, SSB and VSB to transmit signals to one another. The technique that is used the most for amateur voice communications is the single sideband (SSB) method. So that is what will sole be used throughout this paper. SSB radio at the 40 meter band (7MHz) is considered the most reliable all-season band. Popular at night, 40 meters is also reliable for medium distance (1500KM) contacts during the day. The ionosphere plays a large part in the transmission of AM signals especially at the 40m band. The ionosphere is affected by solar activity. During the day ion populations change and effectively allow much of the radio waves to pass. During the night, resonant frequencies in the 40m range in the ionosphere are more easily reached, reflecting the radio waves back down to ground and greatly increasing the range. This project seeks to simulate a 40 meter radio system, and to recover weak or low signal-to-noise signals. White noise will be added to simulate a weak signal due to long range and/or absorption into the atmosphere. (Differences between day and night can be simulated). Different filters on the receiving end will be implemented to retrieve the original voice recording amidst noise within the frequency spectrum of the signal. A. Data II. METHOD The original signal to be transmitted is recorded on a computer at the beginning of the program using the wavrecord function in MATLAB. Fig.1, shows the spectrum of the original signal (a whistle) with a peak easily seen at 2kHz. Manuscript received April 21, T. D. Olson is a student in the Electrical Engineering Department, Vanderbilt University, Nashville, TN. He was involved in the MATLAB coding of modulation, demodulation, and filtering for the ham radio simulation and responsible for the final report. Z. Ling is a student in the Electrical Engineering Department, Vanderbilt University, Nashville, TN. He was involved in the MATLAB coding of modulation, demodulation, and filtering for the ham radio simulation and the theory of the project. M. N. A. Razak is a student in the Electrical Engineering Department, Vanderbilt University, Nashville, TN. He was involved in the MATLAB coding of modulation, demodulation, and filtering for the ham radio simulation, as well as the commenting of the code. Fig. 1. Fourier transform of the original recorded signal. The frequency spectrum of the inputted signal (a whistle), can clearly be seen. This figure has been shifted using fftshift in MATLAB to place zero at the center of the spectrum.

2 2 B. Procedure For this project, SSB-SC was chosen to modulate the original signal. For SSB-SC modulation, a Hilbert transform of the input signal is needed, which is achieved by simply applying Hilbert function in Matlab. The Carrier frequency used is 12kHz with a sampling frequency is 40.96kHz. This carrier frequency was chosen due to the constraints in simulating Mhz size signals on a laptop. The carrier frequency was therefore scaled down to a more reasonable 12khz, which is still much higher than the whistle tones in the input. The SSB-SC function is shown below: The whole modulation procedure is shown in Fig. 2. In this project, upper single side band is adopted for the following simulation. The signal is then passed through a low pass filter to remove the unwanted high frequency components from demodulation. The frequency response of this low pass filter can be seen in Fig. 4. After the signal goes through the low pass it is relatively weak and has plenty of noise added to it. Now the task of eliminating as much noise as possible is a difficult one, and is a problem that has never quite been solved. The frequency spectra of the noise and signal over lap so simple filters would not work well. Two different advanced filters are tested, the Boll spectral subtraction filter and the Wiener filter. Both of these filters rely on Listening to the background noise without the signal for about a quarter of a second to determine what is needs to subtract from the signal to eliminate the noise and yet keep the signal. Figure 2 Modulation process of SSB-SC Noise is created by using the pseudorandom functions in MATLAB. It is a combination of a uniformly distributed random signal and normally distributed random signal. The noise created is for the purpose of simulation the same as white noise within the human speech frequency spectrum; this is shown in Fig. 7. Noise is added at the beginning of the modulation stage which is the input stage. For further studies, the noise may be applied into different stages of the modulation process to see if the result would be any different. The sensitivity to added noise may be different at different points in the radio transmission process but the noise is random and in the end there is just a signal with noise that needs to be filtered out, and should not change any of the conclusions of this simulation. Fig. 4. Frequency response and phase response of low pass filter used after demodulation to remove the high frequency components. Coherent demodulation is used for the SSB-SC signal. The demodulation process is shown below in Fig. 3. The modulated signal is multiplied by a carrier with the same carrier frequency. Figure 3 Demodulation process of SSB-SC Fig. 5. Frequency response and phase response of a Boll spectral subtraction filter. This is the response with the signal running through it, this filter is a adaptive/predictive filter and therefore needs at least a.25 second long signal to form a response.

3 3 Fig. 6. Frequency response and phase response of Wiener filter. This is the response with the signal running through it, this filter is a adaptive/predictive filter and therefore needs at least a.25 second long signal to form a response. Fig. 7. Frequency spectrum of the noise generated to be added to the original signal. As can be seen at these frequencies the noise is quite uniform, and can be used as a white noise source. A very important task in this project was to see how effectively the noise can be eliminated by using the different kinds of filters. A very important measurement is the signal-to noise-ratio (SNR), which is defined below: Basically, it is the ratio of signal power and noise power in db. However, it is hard to get the precise power of signal and noise, averages are usually used. We will make a few estimations of the SNR in the following part. III. IV. RESULTS Successful simulation of an AM upper side band signal is observed. The noise code successfully approximated white noise in our desired frequency range, and sounded good when added to the signal. Demodulation and low pass filtering to recover the noisy signal also worked well with only a small drop on the signal level. Both the Wiener and the Boll spectral subtraction filter worked well at eliminating noise, but the Wiener filter worked better, much less noise is evident at the base of the signal peaks in Fig 12. Both filters also have the problem of distorting the original signal, the noise is greatly reduced but the resulting signal sounds very much like a robot. Fig. 8. Fourier transform of the original recorded signal with noise added. The floor between the peaks can be seen to be higher than in Fig. 1.

4 4 Fig. 9. Time and frequency domain of the modulated signal, the center of the peaks can be seen to be around 12kHz, the carrier frequency. The upper and lower side bands are shown for comparison. Fig. 11. Frequency spectrum of the demodulated signal after the low pass filter. The middle of the noise is cut out but there is still noise evident at the base of the signal peaks. Fig. 10. The frequency spectrum of the demodulated signal with additional high frequency components from the demodulation multiplication. Fig. 12. Frequency spectrum of the demodulated signal and Wiener filtered signal. The signal is much more noise free at the base of the signal peaks.

5 5 Fig. 13. Frequency spectrum of the demodulated signal and Boll spectral subtraction filtered signal. Noise is reduced but still very evident around the peaks. V. CONCLUSION The performance of a filter can be measured by looking at the performance of the filter in suppressing the noise and keeping the original signal in the best quality. Based on the frequency spectrum of each filter, we can conclude that the Wiener filter had the best performance in filtering the noise. This can be proved by playing the audio record as well less noise can be heard. The amplitude of the message was decreased after filtering the noise thus a weaker sound can be heard. We have amplified the filtered signal so that we could hear a louder recorded signal. The Wiener filter had the best signal to noise ratio as we were able to hear the signal at the original volume and suppressing the noise at the lowest level. APPENDIX: MATLAB CODE %%AM-SSB Radio simulation fs = 40960; N = 3*fs; CH=1; t = (0:N-1)/fs; fc = 12000; freqb = fs * (1 : N) / N; m = wavrecord(n,fs,ch);%signal message m= m-mean(m); mh = imag(hilbert(m)); %Hilbert transform of the message signal % Noise generation part n=6144*20; % The number of function evaluations % --- Generate vectors of random inputs % x1 ~ Normal distribution N(mean=100,sd=5) % x2 ~ Uniform distribution U(a=5,b=15) x1 = ( randn(n,1) * 5 ) + 300; x2 = 5 + rand(n,1) * ( 15-5 ); ymonte = x2'.^2./x1'; ynew = m+(ymonte'/10);%signal+noise %imaginary part of the hilbert transform mhynew = imag(hilbert(ynew)); wavplay(m,fs);%play the original sound wavplay(ynew,fs);%play the original sound+noise %freq spectrum of the original signal ym = abs(fft(m)); figure; subplot(221); nfft = length(m); fax = ((-1*nfft/2):(nfft/2-1))*fs/nfft; plot(fax,fftshift(ym)); title('freq spectrum of the original signal'); xlabel('freq'); ylabel('spectral %freq spectrum of noise ynoise = fft(ymonte'/10); subplot(222); plot(freqb,ynoise); title('freq spectrum of noise'); xlabel('freq'); ylabel('spectral %freq spectrum of the original signal + noise subplot(223); ynewb = abs(fft(ynew)); plot(freqb,ynewb); title('freq spectrum of the original signal + noise'); xlabel('freq'); ylabel('spectral %ssb-sc sbu = ynew'.*2.*cos(2*pi*fc*t) - mhynew'.*2.*sin(2*pi*fc*t); %Expression for USB SSB sbl = ynew'.*2.*cos(2*pi*fc*t) + mhynew'.*2.*sin(2*pi*fc*t); %Expression for LSB SSB % subtract the mean (remove the DC component) SBU = 2/N*abs(fft(sbu)); SBL = 2/N*abs(fft(sbl)); sbu = sbu - mean(sbu); sbl = sbl - mean(sbl); freq = fs * (0 : N/2) / N; clc; figure,subplot(211);

6 6 plot(10*t(1:200),sbu(1:200),'b'); %Time Domain Plot title('time Domain Representation'); xlabel('time'); ylabel('modulated Signal'); subplot(212); plot(freq,sbu(1:n/2+1),freq,sbl(1:n/2+1)) ; %Frequency domain plot title('frequency Domain Representation'); legend('usb','lsb'); figure %demodulation Dmod=sbu*2.*cos(2*pi*fc*t); ydmod = abs(fft(dmod)); plot(freqb,ydmod); title('demodulate Signal'); wavplay(dmod,fs); h=firpm(30,[ ],[ ]); lpsig = conv(dmod,h,'same'); wavplay(lpsig,fs); ACKNOWLEDGMENT Many thanks go to Dr. Bennett Landman, our signal processing and communications professor for his help, time, and patience in order to make this project a success. REFERENCES [1] B.P. Lathi, Modern Digital and Analog Communication Systems 3 rd, Oxford University Press, New York, [2] P. Scalart, Wiener filter for Noise Reduction and speech enhancement (2009, June 30). Mathworks [Online]. Available: [3] E. Zavarehei, Boll Spectral Subtraction (2005, May 18). Mathworks [Online]. Available: [1] Kelley, M. C, and Heelis, R. A., "The Earth's Ionosphere: Plasma Physics and Electrodynamics". Academic Press, %freq spectrum (lowpassfiltered signal) ylowp = abs(fft(lpsig)); plot(freqb,ylowp); title('freq spectrum (lowpassfiltered signal)'); output1=ssboll79(dmod,fs,.5); %spectral subtraction advanced filter from source [3]. wavplay(output1*5,fs); freqc = fs*(1:length(output1))/length(output1); youtput1 = abs(fft(output1)); plot(freqc,youtput1); title('freq spectrum (advanced filter)'); output2=wienerscalart96(dmod,fs,.5); %wiener filter from source[2] wavplay(output2*5,fs); youtput2 = abs(fft(output2)); plot(freqc,youtput2); title('freq spectrum (wiener filter)');

Problems from the 3 rd edition

Problems from the 3 rd edition (2.1-1) Find the energies of the signals: a) sin t, 0 t π b) sin t, 0 t π c) 2 sin t, 0 t π d) sin (t-2π), 2π t 4π Problems from the 3 rd edition Comment on the effect on energy of sign change, time shifting

More information

EXPERIMENT 4 INTRODUCTION TO AMPLITUDE MODULATION SUBMITTED BY

EXPERIMENT 4 INTRODUCTION TO AMPLITUDE MODULATION SUBMITTED BY EXPERIMENT 4 INTRODUCTION TO AMPLITUDE MODULATION SUBMITTED BY NAME:. STUDENT ID:.. ROOM: INTRODUCTION TO AMPLITUDE MODULATION Purpose: The objectives of this laboratory are:. To introduce the spectrum

More information

Amplitude Modulation, II

Amplitude Modulation, II Amplitude Modulation, II Single sideband modulation (SSB) Vestigial sideband modulation (VSB) VSB spectrum Modulator and demodulator NTSC TV signsals Quadrature modulation Spectral efficiency Modulator

More information

Outline. Communications Engineering 1

Outline. Communications Engineering 1 Outline Introduction Signal, random variable, random process and spectra Analog modulation Analog to digital conversion Digital transmission through baseband channels Signal space representation Optimal

More information

AM Limitations. Amplitude Modulation II. DSB-SC Modulation. AM Modifications

AM Limitations. Amplitude Modulation II. DSB-SC Modulation. AM Modifications Lecture 6: Amplitude Modulation II EE 3770: Communication Systems AM Limitations AM Limitations DSB-SC Modulation SSB Modulation VSB Modulation Lecture 6 Amplitude Modulation II Amplitude modulation is

More information

Amplitude Modulation II

Amplitude Modulation II Lecture 6: Amplitude Modulation II EE 3770: Communication Systems Lecture 6 Amplitude Modulation II AM Limitations DSB-SC Modulation SSB Modulation VSB Modulation Multiplexing Mojtaba Vaezi 6-1 Contents

More information

Code No: R Set No. 1

Code No: R Set No. 1 Code No: R05220405 Set No. 1 II B.Tech II Semester Regular Examinations, Apr/May 2007 ANALOG COMMUNICATIONS ( Common to Electronics & Communication Engineering and Electronics & Telematics) Time: 3 hours

More information

Amplitude Modulation. Amplitude Modulation. Amplitude Modulation. Amplitude Modulation. A. Introduction. A. Introduction

Amplitude Modulation. Amplitude Modulation. Amplitude Modulation. Amplitude Modulation. A. Introduction. A. Introduction 1. In AM modulation we impart the information of a message signal m(t) on to a sinusoidal carrier c(t). This results in the translation of the message signal to a new frequency range. The motivation for

More information

Amplitude Modulated Systems

Amplitude Modulated Systems Amplitude Modulated Systems Communication is process of establishing connection between two points for information exchange. Channel refers to medium through which message travels e.g. wires, links, or

More information

AM and FM MODULATION Lecture 5&6

AM and FM MODULATION Lecture 5&6 AM and FM MODULATION Lecture 5&6 Ir. Muhamad Asvial, MEng., PhD Center for Information and Communication Engineering Research Electrical Engineering Department University of Indonesia Kampus UI Depok,

More information

COMM 601: Modulation I

COMM 601: Modulation I Prof. Ahmed El-Mahdy, Communications Department The German University in Cairo Text Books [1] Couch, Digital and Analog Communication Systems, 7 th edition, Prentice Hall, 2007. [2] Simon Haykin, Communication

More information

Chapter 3: Analog Modulation Cengage Learning Engineering. All Rights Reserved.

Chapter 3: Analog Modulation Cengage Learning Engineering. All Rights Reserved. Contemporary Communication Systems using MATLAB Chapter 3: Analog Modulation 2013 Cengage Learning Engineering. All Rights Reserved. 3.1 Preview In this chapter we study analog modulation & demodulation,

More information

Radio Receivers. Al Penney VO1NO

Radio Receivers. Al Penney VO1NO Radio Receivers Al Penney VO1NO Role of the Receiver The Antenna must capture the radio wave. The desired frequency must be selected from all the EM waves captured by the antenna. The selected signal is

More information

Technician License Course Chapter 3. Lesson Plan Module 7 Types of Radio Circuits

Technician License Course Chapter 3. Lesson Plan Module 7 Types of Radio Circuits Technician License Course Chapter 3 Lesson Plan Module 7 Types of Radio Circuits The Basic Transceiver Combination of transmitter and receiver Abbreviated XCVR (X = trans) Antenna switched between transmitter

More information

UNIT-I AMPLITUDE MODULATION (2 Marks Questions and Answers)

UNIT-I AMPLITUDE MODULATION (2 Marks Questions and Answers) UNIT-I AMPLITUDE MODULATION (2 Marks Questions and Answers) 1. Define modulation? Modulation is a process by which some characteristics of high frequency carrier Signal is varied in accordance with the

More information

Amplitude Modulation Chapter 2. Modulation process

Amplitude Modulation Chapter 2. Modulation process Question 1 Modulation process Modulation is the process of translation the baseband message signal to bandpass (modulated carrier) signal at frequencies that are very high compared to the baseband frequencies.

More information

Ham Radio Training. Level 1 Technician Level. Presented by Richard Bosch KJ4WBB

Ham Radio Training. Level 1 Technician Level. Presented by Richard Bosch KJ4WBB Ham Radio Training Level 1 Technician Level Presented by Richard Bosch KJ4WBB In this chapter, you ll learn about: What is a radio signal The characteristics of radio signals How modulation adds information

More information

Technician License Course Chapter 3 Types of Radios and Radio Circuits. Module 7

Technician License Course Chapter 3 Types of Radios and Radio Circuits. Module 7 Technician License Course Chapter 3 Types of Radios and Radio Circuits Module 7 Radio Block Diagrams Radio Circuits can be shown as functional blocks connected together. Knowing the description of common

More information

Technician License Course Chapter 2. Lesson Plan Module 3 Modulation and Bandwidth

Technician License Course Chapter 2. Lesson Plan Module 3 Modulation and Bandwidth Technician License Course Chapter 2 Lesson Plan Module 3 Modulation and Bandwidth The Basic Radio Station What Happens During Radio Communication? Transmitting (sending a signal): Information (voice, data,

More information

Speech, music, images, and video are examples of analog signals. Each of these signals is characterized by its bandwidth, dynamic range, and the

Speech, music, images, and video are examples of analog signals. Each of these signals is characterized by its bandwidth, dynamic range, and the Speech, music, images, and video are examples of analog signals. Each of these signals is characterized by its bandwidth, dynamic range, and the nature of the signal. For instance, in the case of audio

More information

Charan Langton, Editor

Charan Langton, Editor Charan Langton, Editor SIGNAL PROCESSING & SIMULATION NEWSLETTER Baseband, Passband Signals and Amplitude Modulation The most salient feature of information signals is that they are generally low frequency.

More information

Amplitude Modulation. Ahmad Bilal

Amplitude Modulation. Ahmad Bilal Amplitude Modulation Ahmad Bilal 5-2 ANALOG AND DIGITAL Analog-to-analog conversion is the representation of analog information by an analog signal. Topics discussed in this section: Amplitude Modulation

More information

CHAPTER 2! AMPLITUDE MODULATION (AM)

CHAPTER 2! AMPLITUDE MODULATION (AM) CHAPTER 2 AMPLITUDE MODULATION (AM) Topics 2-1 : AM Concepts 2-2 : Modulation Index and Percentage of Modulation 2-3 : Sidebands and the Frequency Domain 2-4 : Single-Sideband Modulation 2-5 : AM Power

More information

Lecture-3 Amplitude Modulation: Single Side Band (SSB) Modulation

Lecture-3 Amplitude Modulation: Single Side Band (SSB) Modulation Lecture-3 Amplitude Modulation: Single Side Band (SSB) Modulation 3.0 Introduction. 3.1 Baseband Signal SSB Modulation. 3.1.1 Frequency Domain Description. 3.1. Time Domain Description. 3. Single Tone

More information

B.Tech II Year II Semester (R13) Supplementary Examinations May/June 2017 ANALOG COMMUNICATION SYSTEMS (Electronics and Communication Engineering)

B.Tech II Year II Semester (R13) Supplementary Examinations May/June 2017 ANALOG COMMUNICATION SYSTEMS (Electronics and Communication Engineering) Code: 13A04404 R13 B.Tech II Year II Semester (R13) Supplementary Examinations May/June 2017 ANALOG COMMUNICATION SYSTEMS (Electronics and Communication Engineering) Time: 3 hours Max. Marks: 70 PART A

More information

CHAPTER 3 Noise in Amplitude Modulation Systems

CHAPTER 3 Noise in Amplitude Modulation Systems CHAPTER 3 Noise in Amplitude Modulation Systems NOISE Review: Types of Noise External (Atmospheric(sky),Solar(Cosmic),Hotspot) Internal(Shot, Thermal) Parameters of Noise o Signal to Noise ratio o Noise

More information

TSEK02: Radio Electronics Lecture 2: Modulation (I) Ted Johansson, EKS, ISY

TSEK02: Radio Electronics Lecture 2: Modulation (I) Ted Johansson, EKS, ISY TSEK02: Radio Electronics Lecture 2: Modulation (I) Ted Johansson, EKS, ISY 2 Basic Definitions Time and Frequency db conversion Power and dbm Filter Basics 3 Filter Filter is a component with frequency

More information

UNIT I AMPLITUDE MODULATION

UNIT I AMPLITUDE MODULATION UNIT I AMPLITUDE MODULATION Prepared by: S.NANDHINI, Assistant Professor, Dept. of ECE, Sri Venkateswara College of Engineering, Sriperumbudur, Tamilnadu. CONTENTS Introduction to communication systems

More information

Chapter 3. Amplitude Modulation Fundamentals

Chapter 3. Amplitude Modulation Fundamentals Chapter 3 Amplitude Modulation Fundamentals Topics Covered 3-1: AM Concepts 3-2: Modulation Index and Percentage of Modulation 3-3: Sidebands and the Frequency Domain 3-4: AM Power 3-5: Single-Sideband

More information

Title: Pulse Amplitude Modulation.

Title: Pulse Amplitude Modulation. Title: Pulse Amplitude Modulation. AIM Write a program to take input Frequency of Message Signal and find out the Aliased and Anti-Aliased wave, and also the Carrier Signal, Message Signal and their Fourier

More information

TSEK02: Radio Electronics Lecture 2: Modulation (I) Ted Johansson, EKS, ISY

TSEK02: Radio Electronics Lecture 2: Modulation (I) Ted Johansson, EKS, ISY TSEK02: Radio Electronics Lecture 2: Modulation (I) Ted Johansson, EKS, ISY An Overview of Modulation Techniques: chapter 3.1 3.3.1 2 Introduction (3.1) Analog Modulation Amplitude Modulation Phase and

More information

CME312- LAB Manual DSB-SC Modulation and Demodulation Experiment 6. Experiment 6. Experiment. DSB-SC Modulation and Demodulation

CME312- LAB Manual DSB-SC Modulation and Demodulation Experiment 6. Experiment 6. Experiment. DSB-SC Modulation and Demodulation Experiment 6 Experiment DSB-SC Modulation and Demodulation Objectives : By the end of this experiment, the student should be able to: 1. Demonstrate the modulation and demodulation process of DSB-SC. 2.

More information

Radio Receivers. Al Penney VO1NO

Radio Receivers. Al Penney VO1NO Radio Receivers Role of the Receiver The Antenna must capture the radio wave. The desired frequency must be selected from all the EM waves captured by the antenna. The selected signal is usually very weak

More information

Amplitude Modulation Fundamentals

Amplitude Modulation Fundamentals 3 chapter Amplitude Modulation Fundamentals In the modulation process, the baseband voice, video, or digital signal modifies another, higher-frequency signal called the carrier, which is usually a sine

More information

Electrical & Computer Engineering Technology

Electrical & Computer Engineering Technology Electrical & Computer Engineering Technology EET 419C Digital Signal Processing Laboratory Experiments by Masood Ejaz Experiment # 1 Quantization of Analog Signals and Calculation of Quantized noise Objective:

More information

Software Simulation of Pulse Time Modulation Techniques

Software Simulation of Pulse Time Modulation Techniques Case Study Software Simulation of Pulse Time Modulation Techniques Introduction In recent years we have seen a growing interest in application of software simulation in communication engineering. With

More information

CME 312-Lab Communication Systems Laboratory

CME 312-Lab Communication Systems Laboratory Objective: By the end of this experiment, the student should be able to: 1. Demonstrate the Modulation and Demodulation of the AM. 2. Observe the relation between modulation index and AM signal envelope.

More information

cosω t Y AD 532 Analog Multiplier Board EE18.xx Fig. 1 Amplitude modulation of a sine wave message signal

cosω t Y AD 532 Analog Multiplier Board EE18.xx Fig. 1 Amplitude modulation of a sine wave message signal University of Saskatchewan EE 9 Electrical Engineering Laboratory III Amplitude and Frequency Modulation Objectives: To observe the time domain waveforms and spectra of amplitude modulated (AM) waveforms

More information

Software Defined Radio! Primer + Project! Gordie Neff, N9FF! Columbia Amateur Radio Club! March 2016!

Software Defined Radio! Primer + Project! Gordie Neff, N9FF! Columbia Amateur Radio Club! March 2016! Software Defined Radio! Primer + Project! Gordie Neff, N9FF! Columbia Amateur Radio Club! March 2016! Overview! What is SDR?! Why should I care?! SDR Concepts! Potential SDR project! 2! Approach:! This

More information

(b) What are the differences between FM and PM? (c) What are the differences between NBFM and WBFM? [9+4+3]

(b) What are the differences between FM and PM? (c) What are the differences between NBFM and WBFM? [9+4+3] Code No: RR220401 Set No. 1 1. (a) The antenna current of an AM Broadcast transmitter is 10A, if modulated to a depth of 50% by an audio sine wave. It increases to 12A as a result of simultaneous modulation

More information

ELEC 350 Communications Theory and Systems: I. Review. ELEC 350 Fall

ELEC 350 Communications Theory and Systems: I. Review. ELEC 350 Fall ELEC 350 Communications Theory and Systems: I Review ELEC 350 Fall 007 1 Final Examination Saturday, December 15-3 hours Two pages of notes allowed Calculator Tables provided Fourier transforms Table.1

More information

S.E. (Electronics/Electronics and Telecommunication Engg.) (Second Semester) EXAMINATION, 2014 COMMUNICATION THEORY (2008 PATTERN)

S.E. (Electronics/Electronics and Telecommunication Engg.) (Second Semester) EXAMINATION, 2014 COMMUNICATION THEORY (2008 PATTERN) Total No. of Questions 12] [Total No. of Printed Pages 7 Seat No. [4657]-49 S.E. (Electronics/Electronics and Telecommunication Engg.) (Second Semester) EXAMINATION, 2014 COMMUNICATION THEORY (2008 PATTERN)

More information

Massachusetts Institute of Technology Dept. of Electrical Engineering and Computer Science Fall Semester, Introduction to EECS 2

Massachusetts Institute of Technology Dept. of Electrical Engineering and Computer Science Fall Semester, Introduction to EECS 2 Massachusetts Institute of Technology Dept. of Electrical Engineering and Computer Science Fall Semester, 2006 6.082 Introduction to EECS 2 Modulation and Demodulation Introduction A communication system

More information

Lab 1: Analog Modulations

Lab 1: Analog Modulations Lab 1: Analog Modulations Due: October 11, 2018 This lab contains two parts: for the first part you will perform simulation entirely in MATLAB, for the second part you will use a hardware device to interface

More information

Communication Channels

Communication Channels Communication Channels wires (PCB trace or conductor on IC) optical fiber (attenuation 4dB/km) broadcast TV (50 kw transmit) voice telephone line (under -9 dbm or 110 µw) walkie-talkie: 500 mw, 467 MHz

More information

Chapter-15. Communication systems -1 mark Questions

Chapter-15. Communication systems -1 mark Questions Chapter-15 Communication systems -1 mark Questions 1) What are the three main units of a Communication System? 2) What is meant by Bandwidth of transmission? 3) What is a transducer? Give an example. 4)

More information

3.1 Introduction to Modulation

3.1 Introduction to Modulation Haberlesme Sistemlerine Giris (ELE 361) 9 Eylul 2017 TOBB Ekonomi ve Teknoloji Universitesi, Guz 2017-18 Dr. A. Melda Yuksel Turgut & Tolga Girici Lecture Notes Chapter 3 Amplitude Modulation Speech, music,

More information

EECS 307: Lab Handout 2 (FALL 2012)

EECS 307: Lab Handout 2 (FALL 2012) EECS 307: Lab Handout 2 (FALL 2012) I- Audio Transmission of a Single Tone In this part you will modulate a low-frequency audio tone via AM, and transmit it with a carrier also in the audio range. The

More information

4- Single Side Band (SSB)

4- Single Side Band (SSB) 4- Single Side Band (SSB) It can be shown that: s(t) S.S.B = m(t) cos ω c t ± m h (t) sin ω c t -: USB ; +: LSB m(t) X m(t) cos ω c t -π/ cos ω c t -π/ + s S.S.B m h (t) X m h (t) ± sin ω c t 1 Tone Modulation:

More information

HF Receivers, Part 2

HF Receivers, Part 2 HF Receivers, Part 2 Superhet building blocks: AM, SSB/CW, FM receivers Adam Farson VA7OJ View an excellent tutorial on receivers NSARC HF Operators HF Receivers 2 1 The RF Amplifier (Preamp)! Typical

More information

SETTING UP A WIRELESS LINK USING ME1000 RF TRAINER KIT

SETTING UP A WIRELESS LINK USING ME1000 RF TRAINER KIT SETTING UP A WIRELESS LINK USING ME1000 RF TRAINER KIT Introduction S Kumar Reddy Naru ME Signal Processing S. R. No - 05812 The aim of the project was to try and set up a point to point wireless link.

More information

Figure 1: Block diagram of Digital signal processing

Figure 1: Block diagram of Digital signal processing Experiment 3. Digital Process of Continuous Time Signal. Introduction Discrete time signal processing algorithms are being used to process naturally occurring analog signals (like speech, music and images).

More information

Experiment 02: Amplitude Modulation

Experiment 02: Amplitude Modulation ECE316, Experiment 02, 2017 Communications Lab, University of Toronto Experiment 02: Amplitude Modulation Bruno Korst - bkf@comm.utoronto.ca Abstract In this second laboratory experiment, you will see

More information

Modulations Analog Modulations Amplitude modulation (AM) Linear modulation Frequency modulation (FM) Phase modulation (PM) cos Angle modulation FM PM Digital Modulations ASK FSK PSK MSK MFSK QAM PAM Etc.

More information

Part I - Amplitude Modulation

Part I - Amplitude Modulation EE/CME 392 Laboratory 1-1 Part I - Amplitude Modulation Safety: In this lab, voltages are less than 15 volts and this is not normally dangerous to humans. However, you should assemble or modify a circuit

More information

Chapter 3 Data Transmission COSC 3213 Summer 2003

Chapter 3 Data Transmission COSC 3213 Summer 2003 Chapter 3 Data Transmission COSC 3213 Summer 2003 Courtesy of Prof. Amir Asif Definitions 1. Recall that the lowest layer in OSI is the physical layer. The physical layer deals with the transfer of raw

More information

Lecture 6. Angle Modulation and Demodulation

Lecture 6. Angle Modulation and Demodulation Lecture 6 and Demodulation Agenda Introduction to and Demodulation Frequency and Phase Modulation Angle Demodulation FM Applications Introduction The other two parameters (frequency and phase) of the carrier

More information

RECOMMENDATION ITU-R SM * Measuring of low-level emissions from space stations at monitoring earth stations using noise reduction techniques

RECOMMENDATION ITU-R SM * Measuring of low-level emissions from space stations at monitoring earth stations using noise reduction techniques Rec. ITU-R SM.1681-0 1 RECOMMENDATION ITU-R SM.1681-0 * Measuring of low-level emissions from space stations at monitoring earth stations using noise reduction techniques (2004) Scope In view to protect

More information

ANALOG COMMUNICATION

ANALOG COMMUNICATION ANALOG COMMUNICATION TRAINING LAB Analog Communication Training Lab consists of six kits, one each for Modulation (ACL-01), Demodulation (ACL-02), Modulation (ACL-03), Demodulation (ACL-04), Noise power

More information

1B Paper 6: Communications Handout 2: Analogue Modulation

1B Paper 6: Communications Handout 2: Analogue Modulation 1B Paper 6: Communications Handout : Analogue Modulation Ramji Venkataramanan Signal Processing and Communications Lab Department of Engineering ramji.v@eng.cam.ac.uk Lent Term 16 1 / 3 Modulation Modulation

More information

Lab 1: Analog Modulations

Lab 1: Analog Modulations Lab 1: Analog Modulations October 20, 2017 This lab contains two parts: for the first part you will perform simulation entirely in MATLAB, for the second part you will use a hardware device to interface

More information

PHASE DIVISION MULTIPLEX

PHASE DIVISION MULTIPLEX PHASE DIVISION MULTIPLEX PREPARATION... 70 the transmitter... 70 the receiver... 71 EXPERIMENT... 72 a single-channel receiver... 72 a two-channel receiver... 73 TUTORIAL QUESTIONS... 74 Vol A2, ch 8,

More information

DSP First. Laboratory Exercise #7. Everyday Sinusoidal Signals

DSP First. Laboratory Exercise #7. Everyday Sinusoidal Signals DSP First Laboratory Exercise #7 Everyday Sinusoidal Signals This lab introduces two practical applications where sinusoidal signals are used to transmit information: a touch-tone dialer and amplitude

More information

EEL 4350 Principles of Communication Project 2 Due Tuesday, February 10 at the Beginning of Class

EEL 4350 Principles of Communication Project 2 Due Tuesday, February 10 at the Beginning of Class EEL 4350 Principles of Communication Project 2 Due Tuesday, February 10 at the Beginning of Class Description In this project, MATLAB and Simulink are used to construct a system experiment. The experiment

More information

ECE 4600 Communication Systems

ECE 4600 Communication Systems ECE 4600 Communication Systems Dr. Bradley J. Bazuin Associate Professor Department of Electrical and Computer Engineering College of Engineering and Applied Sciences Course Topics Course Introduction

More information

Faculty of Engineering Electrical Engineering Department Communication Engineering I Lab (EELE 3170) Eng. Adam M. Hammad

Faculty of Engineering Electrical Engineering Department Communication Engineering I Lab (EELE 3170) Eng. Adam M. Hammad Faculty of Engineering Electrical Engineering Department Communication Engineering I Lab (EELE 3170) Eng. Adam M. Hammad EXPERIMENT #5 DSB-SC AND SSB MODULATOR Theory The amplitude-modulated signal is

More information

Vestigial Sideband Modulation KEEE343 Communication Theory Lecture #11, April 7, Prof. Young-Chai Ko

Vestigial Sideband Modulation KEEE343 Communication Theory Lecture #11, April 7, Prof. Young-Chai Ko Vestigial Sideband Modulation KEEE343 Communication Theory Lecture #11, April 7, 2011 Prof. Young-Chai Ko koyc@korea.ac.kr Summary Vestigial sideband modulation Baseband representation of modulated wave

More information

COMMUNICATION SYSTEMS NCERT

COMMUNICATION SYSTEMS NCERT Exemplar Problems Physics Chapter Fifteen COMMUNCATON SYSTEMS MCQ 151 Three waves A, B and C of frequencies 1600 khz, 5 MHz and 60 MHz, respectively are to be transmitted from one place to another Which

More information

CHAPTER -15. Communication Systems

CHAPTER -15. Communication Systems CHAPTER -15 Communication Systems COMMUNICATION Communication is the act of transmission and reception of information. COMMUNICATION SYSTEM: A system comprises of transmitter, communication channel and

More information

The G4EGQ RAE COURSE Lesson 9 Transmitters Lesson 8 looked at a simple transmitter exciter comprising of oscillator, buffer and multiplier stages.

The G4EGQ RAE COURSE Lesson 9 Transmitters Lesson 8 looked at a simple transmitter exciter comprising of oscillator, buffer and multiplier stages. Lesson 8 looked at a simple transmitter exciter comprising of oscillator, buffer and multiplier stages. The power amplifier The output from the exciter is usually very low and it is necessary to amplify

More information

Speech Enhancement in Presence of Noise using Spectral Subtraction and Wiener Filter

Speech Enhancement in Presence of Noise using Spectral Subtraction and Wiener Filter Speech Enhancement in Presence of Noise using Spectral Subtraction and Wiener Filter 1 Gupteswar Sahu, 2 D. Arun Kumar, 3 M. Bala Krishna and 4 Jami Venkata Suman Assistant Professor, Department of ECE,

More information

World Journal of Engineering Research and Technology WJERT

World Journal of Engineering Research and Technology WJERT wjert, 2017, Vol. 3, Issue 2, 185-197 Original Article ISSN 2454-695X Susanchi et al. WJERT www.wjert.org SJIF Impact Factor: 4.326 DESIGN AND SIMULATION OF DOUBLE SIDE BAND SUPPRESSED CARRIER MODEL USING

More information

Laboratory Assignment 5 Amplitude Modulation

Laboratory Assignment 5 Amplitude Modulation Laboratory Assignment 5 Amplitude Modulation PURPOSE In this assignment, you will explore the use of digital computers for the analysis, design, synthesis, and simulation of an amplitude modulation (AM)

More information

ELT COMMUNICATION THEORY

ELT COMMUNICATION THEORY ELT 41307 COMMUNICATION THEORY Matlab Exercise #1 Sampling, Fourier transform, Spectral illustrations, and Linear filtering 1 SAMPLING The modeled signals and systems in this course are mostly analog (continuous

More information

Experiment 19 Binary Phase Shift Keying

Experiment 19 Binary Phase Shift Keying Experiment 19 Binary Phase Shift Keying Preliminary discussion Experiments 17 and 18 show that the AM and FM modulation schemes can be used to transmit digital signals and this allows for the channel to

More information

EXPERIMENT WISE VIVA QUESTIONS

EXPERIMENT WISE VIVA QUESTIONS EXPERIMENT WISE VIVA QUESTIONS Pulse Code Modulation: 1. Draw the block diagram of basic digital communication system. How it is different from analog communication system. 2. What are the advantages of

More information

CS311: Data Communication. Transmission of Analog Signal - I

CS311: Data Communication. Transmission of Analog Signal - I CS311: Data Communication Transmission of Analog Signal - I by Dr. Manas Khatua Assistant Professor Dept. of CSE IIT Jodhpur E-mail: manaskhatua@iitj.ac.in Web: http://home.iitj.ac.in/~manaskhatua http://manaskhatua.github.io/

More information

Applied to Wireless Sensor Networks. Objectives

Applied to Wireless Sensor Networks. Objectives Communication Theory as Applied to Wireless Sensor Networks muse Objectives Understand the constraints of WSN and how communication theory choices are influenced by them Understand the choice of digital

More information

Modulation Methods Frequency Modulation

Modulation Methods Frequency Modulation Modulation Methods Frequency Modulation William Sheets K2MQJ Rudolf F. Graf KA2CWL The use of frequency modulation (called FM) is another method of adding intelligence to a carrier signal. While simple

More information

Wireless Communication Systems Laboratory Lab#1: An introduction to basic digital baseband communication through MATLAB simulation Objective

Wireless Communication Systems Laboratory Lab#1: An introduction to basic digital baseband communication through MATLAB simulation Objective Wireless Communication Systems Laboratory Lab#1: An introduction to basic digital baseband communication through MATLAB simulation Objective The objective is to teach students a basic digital communication

More information

Module 8 Theory. dbs AM Detector Ring Modulator Receiver Chain. Functional Blocks Parameters. IRTS Region 4

Module 8 Theory. dbs AM Detector Ring Modulator Receiver Chain. Functional Blocks Parameters. IRTS Region 4 Module 8 Theory dbs AM Detector Ring Modulator Receiver Chain Functional Blocks Parameters Decibel (db) The term db or decibel is a relative unit of measurement used frequently in electronic communications

More information

NOISE ESTIMATION IN A SINGLE CHANNEL

NOISE ESTIMATION IN A SINGLE CHANNEL SPEECH ENHANCEMENT FOR CROSS-TALK INTERFERENCE by Levent M. Arslan and John H.L. Hansen Robust Speech Processing Laboratory Department of Electrical Engineering Box 99 Duke University Durham, North Carolina

More information

Communication Systems

Communication Systems Electrical Engineering Communication Systems Comprehensive Theory with Solved Examples and Practice Questions Publications Publications MADE EASY Publications Corporate Office: 44-A/4, Kalu Sarai (Near

More information

Communication Engineering Prof. Surendra Prasad Department of Electrical Engineering Indian Institute of Technology, Delhi

Communication Engineering Prof. Surendra Prasad Department of Electrical Engineering Indian Institute of Technology, Delhi Communication Engineering Prof. Surendra Prasad Department of Electrical Engineering Indian Institute of Technology, Delhi Lecture - 10 Single Sideband Modulation We will discuss, now we will continue

More information

PRODUCT DEMODULATION - SYNCHRONOUS & ASYNCHRONOUS

PRODUCT DEMODULATION - SYNCHRONOUS & ASYNCHRONOUS PRODUCT DEMODULATION - SYNCHRONOUS & ASYNCHRONOUS INTRODUCTION...98 frequency translation...98 the process...98 interpretation...99 the demodulator...100 synchronous operation: ω 0 = ω 1...100 carrier

More information

SAMPLE. UEENEEH046B Solve fundamental problems in electronic communications systems. Learner Workbook. UEE07 Electrotechnology Training Package

SAMPLE. UEENEEH046B Solve fundamental problems in electronic communications systems. Learner Workbook. UEE07 Electrotechnology Training Package UEE07 Electrotechnology Training Package UEENEEH046B Solve fundamental problems in electronic communications systems Learner Workbook Version 1 Training and Education Support Industry Skills Unit Meadowbank

More information

UNIT TEST I Digital Communication

UNIT TEST I Digital Communication Time: 1 Hour Class: T.E. I & II Max. Marks: 30 Q.1) (a) A compact disc (CD) records audio signals digitally by using PCM. Assume the audio signal B.W. to be 15 khz. (I) Find Nyquist rate. (II) If the Nyquist

More information

EE4512 Analog and Digital Communications Chapter 6. Chapter 6 Analog Modulation and Demodulation

EE4512 Analog and Digital Communications Chapter 6. Chapter 6 Analog Modulation and Demodulation Chapter 6 Analog Modulation and Demodulation Chapter 6 Analog Modulation and Demodulation Amplitude Modulation Pages 306-309 309 The analytical signal for double sideband, large carrier amplitude modulation

More information

EXAMINATION FOR THE DEGREE OF B.E. Semester 1 June COMMUNICATIONS IV (ELEC ENG 4035)

EXAMINATION FOR THE DEGREE OF B.E. Semester 1 June COMMUNICATIONS IV (ELEC ENG 4035) EXAMINATION FOR THE DEGREE OF B.E. Semester 1 June 2007 101902 COMMUNICATIONS IV (ELEC ENG 4035) Official Reading Time: Writing Time: Total Duration: 10 mins 120 mins 130 mins Instructions: This is a closed

More information

Communication Systems

Communication Systems Electronics Engineering Communication Systems Comprehensive Theory with Solved Examples and Practice Questions Publications Publications MADE EASY Publications Corporate Office: 44-A/4, Kalu Sarai (Near

More information

Available online at ScienceDirect. Anugerah Firdauzi*, Kiki Wirianto, Muhammad Arijal, Trio Adiono

Available online at   ScienceDirect. Anugerah Firdauzi*, Kiki Wirianto, Muhammad Arijal, Trio Adiono Available online at www.sciencedirect.com ScienceDirect Procedia Technology 11 ( 2013 ) 1003 1010 The 4th International Conference on Electrical Engineering and Informatics (ICEEI 2013) Design and Implementation

More information

OBJECTIVES EQUIPMENT LIST

OBJECTIVES EQUIPMENT LIST 1 Reception of Amplitude Modulated Signals AM Demodulation OBJECTIVES The purpose of this experiment is to show how the amplitude-modulated signals are demodulated to obtain the original signal. Also,

More information

Twelve voice signals, each band-limited to 3 khz, are frequency -multiplexed using 1 khz guard bands between channels and between the main carrier

Twelve voice signals, each band-limited to 3 khz, are frequency -multiplexed using 1 khz guard bands between channels and between the main carrier Twelve voice signals, each band-limited to 3 khz, are frequency -multiplexed using 1 khz guard bands between channels and between the main carrier and the first channel. The modulation of the main carrier

More information

Project 2 - Speech Detection with FIR Filters

Project 2 - Speech Detection with FIR Filters Project 2 - Speech Detection with FIR Filters ECE505, Fall 2015 EECS, University of Tennessee (Due 10/30) 1 Objective The project introduces a practical application where sinusoidal signals are used to

More information

Downloaded from 1

Downloaded from  1 VII SEMESTER FINAL EXAMINATION-2004 Attempt ALL questions. Q. [1] How does Digital communication System differ from Analog systems? Draw functional block diagram of DCS and explain the significance of

More information

Optical Single Sideband Modulation and Optical Carrier Power Reduction and CATV Networks

Optical Single Sideband Modulation and Optical Carrier Power Reduction and CATV Networks Optical Single Sideband Modulation and Optical Carrier Power Reduction and CATV Networks by: Hatice Kosek Outline Optical Single Sideband Modulation Techniques Optical Carrier Power Reduction Techniques

More information

Different Approaches of Spectral Subtraction Method for Speech Enhancement

Different Approaches of Spectral Subtraction Method for Speech Enhancement ISSN 2249 5460 Available online at www.internationalejournals.com International ejournals International Journal of Mathematical Sciences, Technology and Humanities 95 (2013 1056 1062 Different Approaches

More information

REPORT ITU-R M Adaptability of real zero single sideband technology to HF data communications

REPORT ITU-R M Adaptability of real zero single sideband technology to HF data communications Rep. ITU-R M.2026 1 REPORT ITU-R M.2026 Adaptability of real zero single sideband technology to HF data communications (2001) 1 Introduction Automated HF communications brought a number of innovative solutions

More information

EC2252: COMMUNICATION THEORY SEM / YEAR: II year DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING

EC2252: COMMUNICATION THEORY SEM / YEAR: II year DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING EC2252: COMMUNICATION THEORY SEM / YEAR: II year DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING QUESTION BANK SUBJECT CODE : EC2252 SEM / YEAR : II year SUBJECT NAME : COMMUNICATION THEORY UNIT

More information

Department of Electronics and Communication Engineering 1

Department of Electronics and Communication Engineering 1 UNIT I SAMPLING AND QUANTIZATION Pulse Modulation 1. Explain in detail the generation of PWM and PPM signals (16) (M/J 2011) 2. Explain in detail the concept of PWM and PAM (16) (N/D 2012) 3. What is the

More information