logo

MATLAB Assignment: Communications IV

Generate a frequency modulated signal, add noise, filter and demodulate it, and calculate the signal to noise ratio.

18 Pages2723 Words292 Views
   

Added on  2023-04-04

About This Document

This MATLAB assignment explores communication systems and their components, including modulation, noise, and channel capacity. It covers topics such as frequency modulation, signal-to-noise ratio, and system modeling and simulation. The assignment also includes MATLAB code snippets and results and findings from the project.

MATLAB Assignment: Communications IV

Generate a frequency modulated signal, add noise, filter and demodulate it, and calculate the signal to noise ratio.

   Added on 2023-04-04

ShareRelated Documents
5/24/2019
MATLAB ASSIGNMENT
4035 COMMUNICATIONS IV
MATLAB Assignment: Communications IV_1
INTRODUCTION
Communication systems are used to convey information from one source to a given or intended
destination. These systems are used in broadcasting and developing the cellular network such as
the television, radio systems, PDA, satellite systems, and the cellphone systems. The key
components of the communication system are the input transducer, the transmitter, a working
channel, receiver systems and an output transducer. The information is mostly obtained from
analog or real world sources but in some cases it could have a digital source. The input
transducer converts the analog signals to digital signals. The transmitter couples the message and
lays it to the channel in preparation for amplification and modulation. The modulation encodes
message into amplitude, phase, or frequency of the carrier signals.
It is important to have proper modulation so as to reduce noise and interference, multiplexing,
and channel assignment. To transmit the signal, the designer must make a good choice of the
transmission channel. The channel introduces some amount of distortion, noise, and interference.
The capacity of the channel is determined based on the maximum rate at which it can transfer
information. The channel capacity determine the maximum rate at which information may pass
error free over a given channel. The Hartley-Shannon law is used to determine the appropriate
channel capacity for a given communication system,
C=
Bandwidthlog (1+ ( S
N ) )b
s
The bandwidth and noise of a channel are the key parameters that classify the channel as
appropriate. In the communication industry, a very limited resource, the frequency spectrum, is
required by many service providers or users. The spectrum is managed for a particular physical
medium under the regulation of the International Telecommunications Union, ITU and the
federal communications commission, FCC for licensing.
Continuous time signals are analog signals while the discrete time signals are digital signals. The
periodic analog signals are set up as simple or composite. The sine wave is made up of different
segments as discussed in the system modelling. The frequency of a signal is the inverse of a
period. Sine waves in complete time domain are represented as a single spike in the frequency
domain. The frequency domain is more compact and useful when dealing with sine waves. In
1
MATLAB Assignment: Communications IV_2
Fourier analysis, signal composites are combinations of simple sine waves with different
frequencies, amplitudes, and phases.
AIMS OF THE PROJECT
To generate a frequency modulated signal, add noise, filter and demodulate the signal.
To compute the signal to noise ratio.
SYSTEM MODELLING & SIMULATION
PART I:
Message Signal is developed as a sine wave signal obtained from the surrounding. The
sinusoidal message signal is developed as,
m ( t ) =Am cos ( 2 π f m t )
m ( t ) =120cos ( 2 π ( 1500 ) t )
m (t)=120 cos ( 3000 πt )
A reference signal is generated as the carrier signal of the channel such as,
V ref (t )=Ac cos (ωc t )
V ref ( t ) =15 cos 4 00 πt
The amplitude of a carrier signal in a transmission channel from a direct current source is given
as unity but in a sinusoidal transmission it has a value greater than or less than 1. The message is
modulated using the formula,
SAM ( t )= [ Ac+ m ( t ) ] cos ( 2 π f c t )
The Matlab code snippet to generate the signal is as shown below,
2
MATLAB Assignment: Communications IV_3
The message signal is illustrated as shown in the x-y graph below,
PART II:
For the reference signal,
3
MATLAB Assignment: Communications IV_4

End of preview

Want to access all the pages? Upload your documents or become a member.

Related Documents
Analog Modulation Techniques: Amplitude, DSB-SC, and FM
|15
|3658
|114

Wireless Networks and Communication Name of Student Institution Affiliation Question 1: Converting Binary Data into Analog Waveforms
|28
|1093
|200

Wireless Networking Concepts
|11
|1089
|281

Introduction to Communication Engineering
|15
|1595
|434

Amplitude Modulation and Frequency Modulation Experiment - Assignment
|18
|2426
|90

Telecommunication
|13
|2125
|139