0% found this document useful (0 votes)
17 views8 pages

ASK Modulation Lab Report

Uploaded by

ammaradil817
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views8 pages

ASK Modulation Lab Report

Uploaded by

ammaradil817
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Department of Electrical and Computer Engineering

Principles of Communication Systems


Lab # 8
ASK Modulation

Submitted by group:
1 Ahmed Zaman (Fa20-epe-078)
2 Shahzeb Afridi (Fa20-epe-049)
3 Hassan Khan (Fa20-epe-068)

Submitted to Lab Engineer: Usman Ali


Subject Teacher: Dr. Imadad Khan

A P C
Total Marks 1 5 4
Obtained Marks
Experiment 8
ASK Modulation
1.1Statement of problem:
Generate baseband and carrier modulated digital signals using ASK at different data rates.
Verify whether the data rate with constant pulse amplitude depends on the bandwidth of the
modulated wave or its power.
1.2Literature Background:
Amplitude Shift Keying ASK is a type of Amplitude Modulation which represents the binary
data in the form of variations in the amplitude of a signal.
Any modulated signal has a high frequency carrier. The binary signal when ASK modulated,
gives a zero value for Low input while it gives the carrier output for High input.
The following figure represents ASK modulated waveform along with its input.

To find the process of obtaining this ASK modulated wave, let us learn about the working of the
ASK modulator.

ASK Modulator
The ASK modulator block diagram comprises of the carrier signal generator, the binary sequence
from the message signal and the band-limited filter. Following is the block diagram of the ASK
Modulator.

The carrier generator, sends a continuous high-frequency carrier. The binary sequence from the
message signal makes the unipolar input to be either High or Low. The high signal closes the
switch, allowing a carrier wave. Hence, the output will be the carrier signal at high input. When
there is low input, the switch opens, allowing no voltage to appear. Hence, the output will be
low.
The band-limiting filter, shapes the pulse depending upon the amplitude and phase
characteristics of the band-limiting filter or the pulse-shaping filter.

ASK Demodulator

There are two types of ASK Demodulation techniques. They are −

 Asynchronous ASK Demodulation/detection


 Synchronous ASK Demodulation/detection
The clock frequency at the transmitter when matches with the clock frequency at the receiver, it
is known as a Synchronous method, as the frequency gets synchronized. Otherwise, it is known
as Asynchronous.
Block Diagram:
Mixer Circuit
Message Signal ASK Signal

Carrier Signal

1.3 Procedure:
Mat lab Code :
%% Lab#8
clc
clear all
close all
%% Binary Generation
x=[1 0 0 1 1 0 1];
disp('the binary information at transmitter')
disp(x)
%% Binary to Digital Conversion
bp=0.000001; %bit period
bit=[];
for(n=1:1:length(x))
if x(n)==1;
se=ones(1,100)
else x(n)==0;
se=zeros(1,100)
end
bit=[bit se]
end
%plotting
t1=bp/100:bp/100:100*length(x)*(bp/100);
subplot(2,1,1)
plot(t1,bit)
%% ASK Modulation
A1=10
A2=5
br=1/bp %bit rate
f=10*br
t2=bp/99:bp/99:bp;
ss=length(t2)
m=[]
for(i=1:1:length(x))
if x(i)==1
y=A1*cos(2*pi*f*t2) %max value of carrier signal
else
y=A2*cos(2*pi*f*t2) %min value of carrier signal
end
m=[m y]
end
%plotting
t3=bp/99:bp/99:bp*length(x)
subplot(2,1,2)
plot (t3,m)

1.4 Analysis:

Digital Signal
1
Amplitude

0.5

0
0 1 2 3 4 5 6 7
Time 10 -6

ASK Modulated Signal


10

5
Amplitude

-5

-10
0 1 2 3 4 5 6 7
Time 10 -6
Figure Analysis:
This figure is basically representing the amplitude shift keying modulation as the
amplitude of the digital signal falls the amplitude of the shifted signal also falls
the 1 in f=digital signal is represented by 10 in Ask signal and the 0 level in
digital signal is represented by 5 amplitude in ASK signal.

Hardware Implementations:

Figure Analysis:
This figure represents the frequency modulated wave and it shows the behavior as follows
as the amplitude was decreasing the spacing between the 2 consecutive troughs increased
ad as the amplitude started to rise again the distance/spacing between 2 consecutive troughs
start to decrease and this phenomenon tells us that the frequency of the signal has been
changed.

Figure Analysis:
This figure is basically a trainer that helps us in ASK modulation. This trainer contains a
frequency mixer that helps us generate a modulated signal at output from a digital signal.
Figure Analysis:
This figure is the demonstration of the output signal on a frequency sensitive device. The
peaks are representing 0nes (max amp) and the Zeros (min amp) in this waveform.
Question and Answers:
1. Why we use ASK?
A digital modulation technique in which the amplitude of the carrier wave is altered
according to the modulating signal (bit stream) is known as Amplitude Shift Keying
(ASK). It is the easiest and straightforward digital modulation scheme.
2. Where we use ASK?
Amplitude shift keying (ASK) is a popular modulation technique used in digital data
communication for a large number of low-frequency RF applications
3 What are the advantages and disadvantages of ASK?
Advantages of ASK modulation.
➨It offers high bandwidth efficiency.
➨It has simple receiver design.
➨ASK modulation can be used to transmit digital data over optical fiber.
➨ASK modulation and ASK demodulation processes are comparatively inexpensive.
➨Its variant OOK is used at radio frequencies to transmit morse codes.
Disadvantages of ASK modulation.
➨It offers lower power efficiency.
➨ASK modulation is very susceptible to noise interference. This is due to the fact that
noise affects the amplitude. Hence another alternative modulation technique such as
BPSK which is less susceptible to error than ASK is used.
Conclusion:
By performing this experiment we conclude that the phase and frequency of the carrier wave are
maintained at a constant level and only its amplitude is varied in accordance with the digitalized
modulating signal. It is associated with two levels only.

Common questions

Powered by AI

A frequency mixer in ASK modulation is used to combine the digital message signal with the carrier wave. It alters the carrier's amplitude in accordance with the binary data provided by the message signal, thereby generating the modulated output . The mixer facilitates the transition between binary '0' and '1', controlling when the carrier is allowed through or blocked, producing the amplitude variations needed for ASK .

The data rate in ASK modulation is directly linked to the bandwidth of the modulated wave. As the data rate increases, the required bandwidth also increases to accommodate the signal's spectral components . However, power is primarily a function of amplitude variance and does not inherently change with data rate, though higher bandwidth channels may require higher power for effective transmission over the same distance due to increased noise susceptibility .

Amplitude Shift Keying (ASK) modulation represents binary data by varying the amplitude of a carrier signal; a high amplitude represents binary '1' and a low amplitude represents binary '0' . Unlike phase shift keying (PSK) or frequency shift keying (FSK), ASK modulates the amplitude rather than the phase or frequency, making it more susceptible to amplitude distortions or noise .

Signal amplitude variance in ASK impacts bandwidth requirements as larger amplitude variations generally require more dynamic range and, consequently, a wider bandwidth to accurately reproduce the signal. This necessitates careful system design to balance the desired data rate with available bandwidth, especially in bandwidth-limited environments . Designers must also consider the potential noise impact due to larger amplitude ranges, which can lead to signal distortion and necessitate more robust error correction or higher power levels .

The binary-to-digital conversion process prepares a sequence of binary values as either 'high' or 'low' voltage levels over a specified bit period. This conversion is crucial for defining when the carrier wave should be either passed or suppressed in amplitude, effectively shaping the ASK signal to represent the original binary message . This setup allows the carrier generator to modulate the binary input according to the predefined pulse amplitude standards .

Synchronous demodulation in ASK employs a synchronized clock at both the transmitter and receiver ends, ensuring accurate timing alignment and effective signal capture, especially in environments with low noise levels . Asynchronous demodulation, on the other hand, does not require clock alignment, offering more flexibility but increased vulnerability to noise and timing errors, which can degrade signal retrieval quality .

ASK modulation offers high bandwidth efficiency and a simple receiver design, making it cost-effective for transmitting digital data over optical fiber. Its variant, On-Off Keying (OOK), is used in radio frequencies to transmit Morse code . However, ASK is less power-efficient and highly susceptible to noise interference compared to modulation techniques like BPSK, which manage phase instead of amplitude, reducing noise effects .

ASK is widely used in low-frequency RF applications and digital data communication systems where simple and cost-effective design is prioritized . It is particularly advantageous for optical fiber communications due to its ability to efficiently use bandwidth in high-data-rate contexts . ASK is preferred over other complex modulation schemes like PSK or QAM when the communication environments allow for high signal-to-noise ratios and low distortion concerns, keeping implementation costs low while meeting performance needs .

A band-limiting filter in ASK modulation helps to constrain the frequency bandwidth of the modulated signal, reducing interference and noise probability by filtering out frequencies that fall outside the acceptable range . However, improper filtering can reduce signal clarity by cutting essential frequency components, thereby impacting transmission efficiency and data integrity . A filter's amplitude and phase characteristics must be finely tuned to maintain high transmission fidelity .

Maintaining constancy in phase and frequency of the carrier wave during ASK modulation ensures that only amplitude varies according to the digital signal. This constancy is important to prevent additional modulations that might complicate demodulation or introduce unintended signal characteristics that affect signal clarity and reliability, thereby degrading overall quality . A stable carrier ensures separation of signal content from transmission-induced noise or distortions .

You might also like