SlideShare ist ein Scribd-Unternehmen logo
1 von 5
Downloaden Sie, um offline zu lesen
International Journal of Engineering Science Invention
ISSN (Online): 2319 – 6734, ISSN (Print): 2319 – 6726
www.ijesi.org Volume 2 Issue 2 ǁ February. 2013 ǁ PP.74-78
www.ijesi.org 74 | P a g e
Computer simulation technique for teaching basic
communication and signaling system
Eguzo C.V1
, E.I Igweonu2
and B.J Robert3
Electrical Electronics Engineering Department Akanu Ibiam Federal Polytechnic, Unwana
ABSTRACT: Theoretical concepts of communication system will be better understood when computer
simulations are used as a teaching aid in line with experimental works. In this paper, MATLAB is employed as
a demonstration tool for easy understanding of basic Amplitude Modulation Technique with its behaviourial
pattern analyzed. To achieve this, the building blocks of amplitude modulation characteristics were coded in
terms of their modulation index, carrier amplitude, carrier frequency and modulating frequency. The MATLAB
software was used to develop a true replica of the experimental data.
Keywords: MATLAB, Modulation Index, Carrier wave, true-replica.
I. INTRODUCTION
In the Akanu Ibiam federal polytechnic today, we have experienced that students gain a better
understanding of theoretical concept of communication system because of the application of experimental works
using communication equipment. These equipment in some cases require high grade of professionalism for
meaningful experimental works therefore, making experiments to be trained personnel driven sessions rather
than students interactive learning sessions. (Z. GHASSEML OOY and R. SAATCHI, 1999). Also the cost of
providing some of the equipment are so prohibitive (cost wise) that no polytechnic, can easily afford them.
MATLAB as a high-performance language for mathematics and technical computing comes to the rescue by
integrating computation, visualization, and programming in cheap and easy-to-use environment where problems
and solutions are expressed in familiar mathematical notations. (Brian R, Ronald L, Jonathan M,
2001),(MATLAB, 2007).
The authors advocate the integration of MATLAB tools as part of experimental works for teaching of
communication systems. This is because the results obtained using MATLAB compare favourably with
experimental results. The use of Multisim and Matlab/Simulink as instructional tools to teach circuit theory,
power analysis and electronics at an introductory level was introduced in this polytechnic two years ago. The
success rate in examinations shows that students’ ability to understand the behavior of power and electronics
circuits was immensely increased by this innovation.
II. AMPLITUDE MODULATION (AM) CONCEPT
In amplitude modulation, a carrier signal of high frequency is varied by a modulating voltage of lower
frequency, as illustrated in figure 1. In this system, the amplitude of the carrier is made proportional to the
instantaneous amplitude of the voltage. Figure 2 shows the mathematical relationships that resulted in AM
modulation.
Figure 1: AM Analogy
Mathematically, The carrier voltage is shown in eq1 while eq2 illustrates the modulating voltage with
the modulation index given as eq3. The modulation index shows depth of the modulating wave (Vm) over the
Computer Simulation Technique For Teaching Basic Communication And Signaling System
www.ijesi.org 75 | P a g e
carrier wave (Vc). This figure ranges between 0 and 1, Over-modulation occurs when it exceeds 1 resulting in
signal distortion because the amplifier is driven beyond set capacity.
𝑣𝑐 = 𝑉𝑐 𝑠𝑖𝑛𝜔𝑐 𝑡 − − − − − − − −𝑒𝑞1
𝑣 𝑚 = 𝑉𝑚 𝑠𝑖𝑛𝜔 𝑚 𝑡 − − − − − − − −𝑒𝑞2
𝑚 =
𝑉𝑚
𝑉𝑐
− − − − − − − − − − − 𝑒𝑞3
Figure 2: Modulated AM Wave
III. MATLAB STUDY OF AMPLITUDE MODULATION
We have tried to illustrate most experimental conditions of AM using MATLAB. Shown in figure 3 are
the resulting waveforms, code declarations and mathematical computation of basic amplitude modulation
characteristics.
(a)
(b)
Figure 3: (a) Modulating wave. (b) Carrier Wave
v +v sinw tc m m
-(v +v sinw t)c m m
Vc
Vmin
Vmax
Vm
Vm
t0
V
+
-
0 0.01 0.02 0.03 0.04 0.05 0.06 0.07 0.08 0.09 0.1
-0.8
-0.6
-0.4
-0.2
0
0.2
0.4
0.6
0.8
Modulating Wave
time
amplitude
0 0.01 0.02 0.03 0.04 0.05 0.06 0.07 0.08 0.09 0.1
-1
-0.8
-0.6
-0.4
-0.2
0
0.2
0.4
0.6
0.8
1
Carrier Wave
time
amplitude
Computer Simulation Technique For Teaching Basic Communication And Signaling System
www.ijesi.org 76 | P a g e
(c)
(d)
Figure 3 (c) MATLAB Code (d) Modulated Wave
The effect of modulation index is shown in figure 4 with different modulation indexes. The resulting
AM signal with 100% modulation index and the MATLAB code are shown in figure 4a and 4b. The spectrum
consists of 1000Hz carrier frequency with 30Hz modulating frequency. This result condition is replicated in
30% modulation except for changes in the modulating and carrier amplitude as shown in figure 4c and 4d.
0 0.01 0.02 0.03 0.04 0.05 0.06 0.07 0.08 0.09 0.1
-2
-1.5
-1
-0.5
0
0.5
1
1.5
2
AM waveform
time
amplitude
Computer Simulation Technique For Teaching Basic Communication And Signaling System
www.ijesi.org 77 | P a g e
Figure 4a: 100% Modulation index Figure 4b: Sample code for 100% Modulation
Figure 4c: 30% Modulation Figure 4d: Sample code for 30% Modulation
Figure 4c: 200% Overmodulation Figure 4b: Sample code for 200% Over-Modulation
When the modulation index (m) is greater than one, over-modulation occurs which leads to signal distortion as
shown in figure 4c. (UNESCO-NBTE, 2008).
0 0.01 0.02 0.03 0.04 0.05 0.06 0.07 0.08 0.09 0.1
-2
-1.5
-1
-0.5
0
0.5
1
1.5
2
AM waveform
time
amplitude
0 0.01 0.02 0.03 0.04 0.05 0.06 0.07 0.08 0.09 0.1
-1.5
-1
-0.5
0
0.5
1
1.5
AM waveform
time
amplitude
0 0.01 0.02 0.03 0.04 0.05 0.06 0.07 0.08 0.09 0.1
-3
-2
-1
0
1
2
3
AM waveform
time
amplitude
Computer Simulation Technique For Teaching Basic Communication And Signaling System
www.ijesi.org 78 | P a g e
IV. CONCLUSION
In this paper, the authors have used MATLAB programming language to demonstrate how amplitude
modulation can be simulated and studied outside the laboratory. This approach is very useful for teaching and
learning of communication systems and other related areas. From the case study, the effectiveness of Matlab on
more complex for teaching and research cannot be over-emphasized. The processes used here could very
profitably be employed in the analysis of any signaling system.
REFERENCES
[1]. Brian R. Hunt, Ronald L. Lipsman,
[2]. Jonathan M. Rosenberg (2001); A guide
[3]. to MATLAB for beginners and experienced users, New York USA Cambridge University Press.
[4]. MATLAB (2007); The language of Technical Computing, The Math Works, Inc.(U.S) UNESCO- Nigeria Technical &
Vocational Education Revitalization Project Phase II (Dec, 2008); National Diploma in Electrical Engineering Technology
Practical. UNESCO-NBTE. Z. GHASSEML OOY and R. SAATCHI (1999);
[5]. Software Simulation Techniques For Teaching Communication Systems, Manchester U.P., Great Britain, Int. J. Elect. Enging.
Educ., Vol. 36, pp. 287–297.

Weitere ähnliche Inhalte

Was ist angesagt?

BER Performance of Antenna Array-Based Receiver using Multi-user Detection in...
BER Performance of Antenna Array-Based Receiver using Multi-user Detection in...BER Performance of Antenna Array-Based Receiver using Multi-user Detection in...
BER Performance of Antenna Array-Based Receiver using Multi-user Detection in...ijwmn
 
Massive MIMO and Random Matrix
Massive MIMO and Random MatrixMassive MIMO and Random Matrix
Massive MIMO and Random MatrixVARUN KUMAR
 
3D METALLIC PLATE LENS ANTENNA BASED BEAMSPACE CHANNEL ESTIMATION TECHNIQUE F...
3D METALLIC PLATE LENS ANTENNA BASED BEAMSPACE CHANNEL ESTIMATION TECHNIQUE F...3D METALLIC PLATE LENS ANTENNA BASED BEAMSPACE CHANNEL ESTIMATION TECHNIQUE F...
3D METALLIC PLATE LENS ANTENNA BASED BEAMSPACE CHANNEL ESTIMATION TECHNIQUE F...ijwmn
 
Design of area and power efficient half adder using transmission gate
Design of area and power efficient half adder using transmission gateDesign of area and power efficient half adder using transmission gate
Design of area and power efficient half adder using transmission gateeSAT Journals
 
Channel Overlapping Between IMT-Advanced Users and Fixed Satellite Service
Channel Overlapping Between IMT-Advanced Users and Fixed Satellite ServiceChannel Overlapping Between IMT-Advanced Users and Fixed Satellite Service
Channel Overlapping Between IMT-Advanced Users and Fixed Satellite ServiceEECJOURNAL
 
Adaptive analog beamforming
Adaptive analog beamformingAdaptive analog beamforming
Adaptive analog beamformingKhalid Hussain
 
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...ijasuc
 
Mimo ofdm-n-chapter-1-2-3-4-5
Mimo ofdm-n-chapter-1-2-3-4-5Mimo ofdm-n-chapter-1-2-3-4-5
Mimo ofdm-n-chapter-1-2-3-4-5shervin shokri
 
IRJET- Structured Compression Sensing Method for Massive MIMO-OFDM Systems
IRJET-  	  Structured Compression Sensing Method for Massive MIMO-OFDM SystemsIRJET-  	  Structured Compression Sensing Method for Massive MIMO-OFDM Systems
IRJET- Structured Compression Sensing Method for Massive MIMO-OFDM SystemsIRJET Journal
 
Mimo broadcast-scheduling-for-weighted-sum-rate-maximization
Mimo broadcast-scheduling-for-weighted-sum-rate-maximizationMimo broadcast-scheduling-for-weighted-sum-rate-maximization
Mimo broadcast-scheduling-for-weighted-sum-rate-maximizationCemal Ardil
 
Energy efficient routing algorithm in wireless sensor networks
Energy efficient routing algorithm in wireless sensor networksEnergy efficient routing algorithm in wireless sensor networks
Energy efficient routing algorithm in wireless sensor networksAlexander Decker
 
Amplitude modulation (Communication Electronics )
Amplitude modulation (Communication Electronics )Amplitude modulation (Communication Electronics )
Amplitude modulation (Communication Electronics )RahulDhuture
 

Was ist angesagt? (19)

BER Performance of Antenna Array-Based Receiver using Multi-user Detection in...
BER Performance of Antenna Array-Based Receiver using Multi-user Detection in...BER Performance of Antenna Array-Based Receiver using Multi-user Detection in...
BER Performance of Antenna Array-Based Receiver using Multi-user Detection in...
 
205 eng105
205 eng105205 eng105
205 eng105
 
Massive MIMO and Random Matrix
Massive MIMO and Random MatrixMassive MIMO and Random Matrix
Massive MIMO and Random Matrix
 
3D METALLIC PLATE LENS ANTENNA BASED BEAMSPACE CHANNEL ESTIMATION TECHNIQUE F...
3D METALLIC PLATE LENS ANTENNA BASED BEAMSPACE CHANNEL ESTIMATION TECHNIQUE F...3D METALLIC PLATE LENS ANTENNA BASED BEAMSPACE CHANNEL ESTIMATION TECHNIQUE F...
3D METALLIC PLATE LENS ANTENNA BASED BEAMSPACE CHANNEL ESTIMATION TECHNIQUE F...
 
Design of area and power efficient half adder using transmission gate
Design of area and power efficient half adder using transmission gateDesign of area and power efficient half adder using transmission gate
Design of area and power efficient half adder using transmission gate
 
Channel Overlapping Between IMT-Advanced Users and Fixed Satellite Service
Channel Overlapping Between IMT-Advanced Users and Fixed Satellite ServiceChannel Overlapping Between IMT-Advanced Users and Fixed Satellite Service
Channel Overlapping Between IMT-Advanced Users and Fixed Satellite Service
 
Umts
UmtsUmts
Umts
 
Ag4301181184
Ag4301181184Ag4301181184
Ag4301181184
 
Adaptive analog beamforming
Adaptive analog beamformingAdaptive analog beamforming
Adaptive analog beamforming
 
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...
 
Mobile Positioning System
Mobile Positioning SystemMobile Positioning System
Mobile Positioning System
 
D010512126
D010512126D010512126
D010512126
 
C010211624
C010211624C010211624
C010211624
 
Mimo ofdm-n-chapter-1-2-3-4-5
Mimo ofdm-n-chapter-1-2-3-4-5Mimo ofdm-n-chapter-1-2-3-4-5
Mimo ofdm-n-chapter-1-2-3-4-5
 
IRJET- Structured Compression Sensing Method for Massive MIMO-OFDM Systems
IRJET-  	  Structured Compression Sensing Method for Massive MIMO-OFDM SystemsIRJET-  	  Structured Compression Sensing Method for Massive MIMO-OFDM Systems
IRJET- Structured Compression Sensing Method for Massive MIMO-OFDM Systems
 
Mimo broadcast-scheduling-for-weighted-sum-rate-maximization
Mimo broadcast-scheduling-for-weighted-sum-rate-maximizationMimo broadcast-scheduling-for-weighted-sum-rate-maximization
Mimo broadcast-scheduling-for-weighted-sum-rate-maximization
 
Energy efficient routing algorithm in wireless sensor networks
Energy efficient routing algorithm in wireless sensor networksEnergy efficient routing algorithm in wireless sensor networks
Energy efficient routing algorithm in wireless sensor networks
 
Amplitude modulation (Communication Electronics )
Amplitude modulation (Communication Electronics )Amplitude modulation (Communication Electronics )
Amplitude modulation (Communication Electronics )
 
K010217785
K010217785K010217785
K010217785
 

Andere mochten auch

50 Essential Content Marketing Hacks (Content Marketing World)
50 Essential Content Marketing Hacks (Content Marketing World)50 Essential Content Marketing Hacks (Content Marketing World)
50 Essential Content Marketing Hacks (Content Marketing World)Heinz Marketing Inc
 
Prototyping is an attitude
Prototyping is an attitudePrototyping is an attitude
Prototyping is an attitudeWith Company
 
10 Insightful Quotes On Designing A Better Customer Experience
10 Insightful Quotes On Designing A Better Customer Experience10 Insightful Quotes On Designing A Better Customer Experience
10 Insightful Quotes On Designing A Better Customer ExperienceYuan Wang
 
Learn BEM: CSS Naming Convention
Learn BEM: CSS Naming ConventionLearn BEM: CSS Naming Convention
Learn BEM: CSS Naming ConventionIn a Rocket
 
How to Build a Dynamic Social Media Plan
How to Build a Dynamic Social Media PlanHow to Build a Dynamic Social Media Plan
How to Build a Dynamic Social Media PlanPost Planner
 
SEO: Getting Personal
SEO: Getting PersonalSEO: Getting Personal
SEO: Getting PersonalKirsty Hulse
 
Lightning Talk #9: How UX and Data Storytelling Can Shape Policy by Mika Aldaba
Lightning Talk #9: How UX and Data Storytelling Can Shape Policy by Mika AldabaLightning Talk #9: How UX and Data Storytelling Can Shape Policy by Mika Aldaba
Lightning Talk #9: How UX and Data Storytelling Can Shape Policy by Mika Aldabaux singapore
 

Andere mochten auch (8)

50 Essential Content Marketing Hacks (Content Marketing World)
50 Essential Content Marketing Hacks (Content Marketing World)50 Essential Content Marketing Hacks (Content Marketing World)
50 Essential Content Marketing Hacks (Content Marketing World)
 
Prototyping is an attitude
Prototyping is an attitudePrototyping is an attitude
Prototyping is an attitude
 
10 Insightful Quotes On Designing A Better Customer Experience
10 Insightful Quotes On Designing A Better Customer Experience10 Insightful Quotes On Designing A Better Customer Experience
10 Insightful Quotes On Designing A Better Customer Experience
 
Learn BEM: CSS Naming Convention
Learn BEM: CSS Naming ConventionLearn BEM: CSS Naming Convention
Learn BEM: CSS Naming Convention
 
How to Build a Dynamic Social Media Plan
How to Build a Dynamic Social Media PlanHow to Build a Dynamic Social Media Plan
How to Build a Dynamic Social Media Plan
 
SEO: Getting Personal
SEO: Getting PersonalSEO: Getting Personal
SEO: Getting Personal
 
Lightning Talk #9: How UX and Data Storytelling Can Shape Policy by Mika Aldaba
Lightning Talk #9: How UX and Data Storytelling Can Shape Policy by Mika AldabaLightning Talk #9: How UX and Data Storytelling Can Shape Policy by Mika Aldaba
Lightning Talk #9: How UX and Data Storytelling Can Shape Policy by Mika Aldaba
 
Succession “Losers”: What Happens to Executives Passed Over for the CEO Job?
Succession “Losers”: What Happens to Executives Passed Over for the CEO Job? Succession “Losers”: What Happens to Executives Passed Over for the CEO Job?
Succession “Losers”: What Happens to Executives Passed Over for the CEO Job?
 

Ähnlich wie I227478

Modeling and simulation of single phase transformer inrush current using neur...
Modeling and simulation of single phase transformer inrush current using neur...Modeling and simulation of single phase transformer inrush current using neur...
Modeling and simulation of single phase transformer inrush current using neur...Alexander Decker
 
Phasor State Estimation Weighting Coefficients for AC and Hybrid Networks wit...
Phasor State Estimation Weighting Coefficients for AC and Hybrid Networks wit...Phasor State Estimation Weighting Coefficients for AC and Hybrid Networks wit...
Phasor State Estimation Weighting Coefficients for AC and Hybrid Networks wit...Luigi Vanfretti
 
IRJET- Three Phase Line Fault Detection using Artificial Neural Network
IRJET- Three Phase Line Fault Detection using Artificial Neural NetworkIRJET- Three Phase Line Fault Detection using Artificial Neural Network
IRJET- Three Phase Line Fault Detection using Artificial Neural NetworkIRJET Journal
 
New system of chaotic signal generation based on coupling coefficients applie...
New system of chaotic signal generation based on coupling coefficients applie...New system of chaotic signal generation based on coupling coefficients applie...
New system of chaotic signal generation based on coupling coefficients applie...University of Malaya (UM)
 
Analysis of harmonics and resonances in hvdc mmc link connected to AC grid
Analysis of harmonics and resonances in hvdc mmc link connected to AC gridAnalysis of harmonics and resonances in hvdc mmc link connected to AC grid
Analysis of harmonics and resonances in hvdc mmc link connected to AC gridBérengère VIGNAUX
 
Experiment 1 - Amplitude Modulator (AM)
Experiment 1  -  Amplitude Modulator (AM)Experiment 1  -  Amplitude Modulator (AM)
Experiment 1 - Amplitude Modulator (AM)AIMST University
 
IRJET- Performance Evaluation of DOA Estimation using MUSIC and Beamformi...
IRJET-  	  Performance Evaluation of DOA Estimation using MUSIC and Beamformi...IRJET-  	  Performance Evaluation of DOA Estimation using MUSIC and Beamformi...
IRJET- Performance Evaluation of DOA Estimation using MUSIC and Beamformi...IRJET Journal
 
Signal-Energy Based Fault Classification of Unbalanced Network using S-Transf...
Signal-Energy Based Fault Classification of Unbalanced Network using S-Transf...Signal-Energy Based Fault Classification of Unbalanced Network using S-Transf...
Signal-Energy Based Fault Classification of Unbalanced Network using S-Transf...idescitation
 
International Journal of Computational Engineering Research(IJCER)
 International Journal of Computational Engineering Research(IJCER)  International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER) ijceronline
 
IRJET- Compressed Sensing based Modified Orthogonal Matching Pursuit in DTTV ...
IRJET- Compressed Sensing based Modified Orthogonal Matching Pursuit in DTTV ...IRJET- Compressed Sensing based Modified Orthogonal Matching Pursuit in DTTV ...
IRJET- Compressed Sensing based Modified Orthogonal Matching Pursuit in DTTV ...IRJET Journal
 
Moshtagh new-approach-ieee-2006
Moshtagh new-approach-ieee-2006Moshtagh new-approach-ieee-2006
Moshtagh new-approach-ieee-2006imeneii
 
Wavelet based detection and location of faults in 400kv, 50km Underground Po...
 Wavelet based detection and location of faults in 400kv, 50km Underground Po... Wavelet based detection and location of faults in 400kv, 50km Underground Po...
Wavelet based detection and location of faults in 400kv, 50km Underground Po...ijceronline
 
Voltage variations identification using Gabor Transform and rule-based classi...
Voltage variations identification using Gabor Transform and rule-based classi...Voltage variations identification using Gabor Transform and rule-based classi...
Voltage variations identification using Gabor Transform and rule-based classi...IJECEIAES
 
IRJET- A Simple Approach to Identify Power System Transmission Line Faults us...
IRJET- A Simple Approach to Identify Power System Transmission Line Faults us...IRJET- A Simple Approach to Identify Power System Transmission Line Faults us...
IRJET- A Simple Approach to Identify Power System Transmission Line Faults us...IRJET Journal
 
Intro tosignalprocessing
 Intro tosignalprocessing Intro tosignalprocessing
Intro tosignalprocessingJuanJTovarP
 

Ähnlich wie I227478 (20)

Modeling and simulation of single phase transformer inrush current using neur...
Modeling and simulation of single phase transformer inrush current using neur...Modeling and simulation of single phase transformer inrush current using neur...
Modeling and simulation of single phase transformer inrush current using neur...
 
Phasor State Estimation Weighting Coefficients for AC and Hybrid Networks wit...
Phasor State Estimation Weighting Coefficients for AC and Hybrid Networks wit...Phasor State Estimation Weighting Coefficients for AC and Hybrid Networks wit...
Phasor State Estimation Weighting Coefficients for AC and Hybrid Networks wit...
 
IRJET- Three Phase Line Fault Detection using Artificial Neural Network
IRJET- Three Phase Line Fault Detection using Artificial Neural NetworkIRJET- Three Phase Line Fault Detection using Artificial Neural Network
IRJET- Three Phase Line Fault Detection using Artificial Neural Network
 
New system of chaotic signal generation based on coupling coefficients applie...
New system of chaotic signal generation based on coupling coefficients applie...New system of chaotic signal generation based on coupling coefficients applie...
New system of chaotic signal generation based on coupling coefficients applie...
 
E333339
E333339E333339
E333339
 
Analysis of harmonics and resonances in hvdc mmc link connected to AC grid
Analysis of harmonics and resonances in hvdc mmc link connected to AC gridAnalysis of harmonics and resonances in hvdc mmc link connected to AC grid
Analysis of harmonics and resonances in hvdc mmc link connected to AC grid
 
Singh2017
Singh2017Singh2017
Singh2017
 
Experiment 1 - Amplitude Modulator (AM)
Experiment 1  -  Amplitude Modulator (AM)Experiment 1  -  Amplitude Modulator (AM)
Experiment 1 - Amplitude Modulator (AM)
 
IRJET- Performance Evaluation of DOA Estimation using MUSIC and Beamformi...
IRJET-  	  Performance Evaluation of DOA Estimation using MUSIC and Beamformi...IRJET-  	  Performance Evaluation of DOA Estimation using MUSIC and Beamformi...
IRJET- Performance Evaluation of DOA Estimation using MUSIC and Beamformi...
 
Signal-Energy Based Fault Classification of Unbalanced Network using S-Transf...
Signal-Energy Based Fault Classification of Unbalanced Network using S-Transf...Signal-Energy Based Fault Classification of Unbalanced Network using S-Transf...
Signal-Energy Based Fault Classification of Unbalanced Network using S-Transf...
 
International Journal of Computational Engineering Research(IJCER)
 International Journal of Computational Engineering Research(IJCER)  International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
Cs manual 2021
Cs  manual 2021Cs  manual 2021
Cs manual 2021
 
IRJET- Compressed Sensing based Modified Orthogonal Matching Pursuit in DTTV ...
IRJET- Compressed Sensing based Modified Orthogonal Matching Pursuit in DTTV ...IRJET- Compressed Sensing based Modified Orthogonal Matching Pursuit in DTTV ...
IRJET- Compressed Sensing based Modified Orthogonal Matching Pursuit in DTTV ...
 
Moshtagh new-approach-ieee-2006
Moshtagh new-approach-ieee-2006Moshtagh new-approach-ieee-2006
Moshtagh new-approach-ieee-2006
 
Implementation of NN controlled DVR for Enhancing The Power Quality By Mitiga...
Implementation of NN controlled DVR for Enhancing The Power Quality By Mitiga...Implementation of NN controlled DVR for Enhancing The Power Quality By Mitiga...
Implementation of NN controlled DVR for Enhancing The Power Quality By Mitiga...
 
Wavelet based detection and location of faults in 400kv, 50km Underground Po...
 Wavelet based detection and location of faults in 400kv, 50km Underground Po... Wavelet based detection and location of faults in 400kv, 50km Underground Po...
Wavelet based detection and location of faults in 400kv, 50km Underground Po...
 
Voltage variations identification using Gabor Transform and rule-based classi...
Voltage variations identification using Gabor Transform and rule-based classi...Voltage variations identification using Gabor Transform and rule-based classi...
Voltage variations identification using Gabor Transform and rule-based classi...
 
IRJET- A Simple Approach to Identify Power System Transmission Line Faults us...
IRJET- A Simple Approach to Identify Power System Transmission Line Faults us...IRJET- A Simple Approach to Identify Power System Transmission Line Faults us...
IRJET- A Simple Approach to Identify Power System Transmission Line Faults us...
 
Intro tosignalprocessing
 Intro tosignalprocessing Intro tosignalprocessing
Intro tosignalprocessing
 
Ieee 2013 matlab abstracts part b
Ieee 2013 matlab abstracts part bIeee 2013 matlab abstracts part b
Ieee 2013 matlab abstracts part b
 

Kürzlich hochgeladen

MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...apidays
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxRemote DBA Services
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Zilliz
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistandanishmna97
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 

Kürzlich hochgeladen (20)

MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 

I227478

  • 1. International Journal of Engineering Science Invention ISSN (Online): 2319 – 6734, ISSN (Print): 2319 – 6726 www.ijesi.org Volume 2 Issue 2 ǁ February. 2013 ǁ PP.74-78 www.ijesi.org 74 | P a g e Computer simulation technique for teaching basic communication and signaling system Eguzo C.V1 , E.I Igweonu2 and B.J Robert3 Electrical Electronics Engineering Department Akanu Ibiam Federal Polytechnic, Unwana ABSTRACT: Theoretical concepts of communication system will be better understood when computer simulations are used as a teaching aid in line with experimental works. In this paper, MATLAB is employed as a demonstration tool for easy understanding of basic Amplitude Modulation Technique with its behaviourial pattern analyzed. To achieve this, the building blocks of amplitude modulation characteristics were coded in terms of their modulation index, carrier amplitude, carrier frequency and modulating frequency. The MATLAB software was used to develop a true replica of the experimental data. Keywords: MATLAB, Modulation Index, Carrier wave, true-replica. I. INTRODUCTION In the Akanu Ibiam federal polytechnic today, we have experienced that students gain a better understanding of theoretical concept of communication system because of the application of experimental works using communication equipment. These equipment in some cases require high grade of professionalism for meaningful experimental works therefore, making experiments to be trained personnel driven sessions rather than students interactive learning sessions. (Z. GHASSEML OOY and R. SAATCHI, 1999). Also the cost of providing some of the equipment are so prohibitive (cost wise) that no polytechnic, can easily afford them. MATLAB as a high-performance language for mathematics and technical computing comes to the rescue by integrating computation, visualization, and programming in cheap and easy-to-use environment where problems and solutions are expressed in familiar mathematical notations. (Brian R, Ronald L, Jonathan M, 2001),(MATLAB, 2007). The authors advocate the integration of MATLAB tools as part of experimental works for teaching of communication systems. This is because the results obtained using MATLAB compare favourably with experimental results. The use of Multisim and Matlab/Simulink as instructional tools to teach circuit theory, power analysis and electronics at an introductory level was introduced in this polytechnic two years ago. The success rate in examinations shows that students’ ability to understand the behavior of power and electronics circuits was immensely increased by this innovation. II. AMPLITUDE MODULATION (AM) CONCEPT In amplitude modulation, a carrier signal of high frequency is varied by a modulating voltage of lower frequency, as illustrated in figure 1. In this system, the amplitude of the carrier is made proportional to the instantaneous amplitude of the voltage. Figure 2 shows the mathematical relationships that resulted in AM modulation. Figure 1: AM Analogy Mathematically, The carrier voltage is shown in eq1 while eq2 illustrates the modulating voltage with the modulation index given as eq3. The modulation index shows depth of the modulating wave (Vm) over the
  • 2. Computer Simulation Technique For Teaching Basic Communication And Signaling System www.ijesi.org 75 | P a g e carrier wave (Vc). This figure ranges between 0 and 1, Over-modulation occurs when it exceeds 1 resulting in signal distortion because the amplifier is driven beyond set capacity. 𝑣𝑐 = 𝑉𝑐 𝑠𝑖𝑛𝜔𝑐 𝑡 − − − − − − − −𝑒𝑞1 𝑣 𝑚 = 𝑉𝑚 𝑠𝑖𝑛𝜔 𝑚 𝑡 − − − − − − − −𝑒𝑞2 𝑚 = 𝑉𝑚 𝑉𝑐 − − − − − − − − − − − 𝑒𝑞3 Figure 2: Modulated AM Wave III. MATLAB STUDY OF AMPLITUDE MODULATION We have tried to illustrate most experimental conditions of AM using MATLAB. Shown in figure 3 are the resulting waveforms, code declarations and mathematical computation of basic amplitude modulation characteristics. (a) (b) Figure 3: (a) Modulating wave. (b) Carrier Wave v +v sinw tc m m -(v +v sinw t)c m m Vc Vmin Vmax Vm Vm t0 V + - 0 0.01 0.02 0.03 0.04 0.05 0.06 0.07 0.08 0.09 0.1 -0.8 -0.6 -0.4 -0.2 0 0.2 0.4 0.6 0.8 Modulating Wave time amplitude 0 0.01 0.02 0.03 0.04 0.05 0.06 0.07 0.08 0.09 0.1 -1 -0.8 -0.6 -0.4 -0.2 0 0.2 0.4 0.6 0.8 1 Carrier Wave time amplitude
  • 3. Computer Simulation Technique For Teaching Basic Communication And Signaling System www.ijesi.org 76 | P a g e (c) (d) Figure 3 (c) MATLAB Code (d) Modulated Wave The effect of modulation index is shown in figure 4 with different modulation indexes. The resulting AM signal with 100% modulation index and the MATLAB code are shown in figure 4a and 4b. The spectrum consists of 1000Hz carrier frequency with 30Hz modulating frequency. This result condition is replicated in 30% modulation except for changes in the modulating and carrier amplitude as shown in figure 4c and 4d. 0 0.01 0.02 0.03 0.04 0.05 0.06 0.07 0.08 0.09 0.1 -2 -1.5 -1 -0.5 0 0.5 1 1.5 2 AM waveform time amplitude
  • 4. Computer Simulation Technique For Teaching Basic Communication And Signaling System www.ijesi.org 77 | P a g e Figure 4a: 100% Modulation index Figure 4b: Sample code for 100% Modulation Figure 4c: 30% Modulation Figure 4d: Sample code for 30% Modulation Figure 4c: 200% Overmodulation Figure 4b: Sample code for 200% Over-Modulation When the modulation index (m) is greater than one, over-modulation occurs which leads to signal distortion as shown in figure 4c. (UNESCO-NBTE, 2008). 0 0.01 0.02 0.03 0.04 0.05 0.06 0.07 0.08 0.09 0.1 -2 -1.5 -1 -0.5 0 0.5 1 1.5 2 AM waveform time amplitude 0 0.01 0.02 0.03 0.04 0.05 0.06 0.07 0.08 0.09 0.1 -1.5 -1 -0.5 0 0.5 1 1.5 AM waveform time amplitude 0 0.01 0.02 0.03 0.04 0.05 0.06 0.07 0.08 0.09 0.1 -3 -2 -1 0 1 2 3 AM waveform time amplitude
  • 5. Computer Simulation Technique For Teaching Basic Communication And Signaling System www.ijesi.org 78 | P a g e IV. CONCLUSION In this paper, the authors have used MATLAB programming language to demonstrate how amplitude modulation can be simulated and studied outside the laboratory. This approach is very useful for teaching and learning of communication systems and other related areas. From the case study, the effectiveness of Matlab on more complex for teaching and research cannot be over-emphasized. The processes used here could very profitably be employed in the analysis of any signaling system. REFERENCES [1]. Brian R. Hunt, Ronald L. Lipsman, [2]. Jonathan M. Rosenberg (2001); A guide [3]. to MATLAB for beginners and experienced users, New York USA Cambridge University Press. [4]. MATLAB (2007); The language of Technical Computing, The Math Works, Inc.(U.S) UNESCO- Nigeria Technical & Vocational Education Revitalization Project Phase II (Dec, 2008); National Diploma in Electrical Engineering Technology Practical. UNESCO-NBTE. Z. GHASSEML OOY and R. SAATCHI (1999); [5]. Software Simulation Techniques For Teaching Communication Systems, Manchester U.P., Great Britain, Int. J. Elect. Enging. Educ., Vol. 36, pp. 287–297.