Skip to content
geeksforgeeks
  • Tutorials
    • Python
    • Java
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
    • Practice Coding Problems
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • Aptitude
  • Engineering Mathematics
  • Discrete Mathematics
  • Operating System
  • DBMS
  • Computer Networks
  • Digital Logic and Design
  • C Programming
  • Data Structures
  • Algorithms
  • Theory of Computation
  • Compiler Design
  • Computer Org and Architecture
Open In App
Next Article:
Difference Between Modulation and Demodulation
Next article icon

Difference Between Modulation and Demodulation

Last Updated : 28 Feb, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

Modulation and demodulation are components of modems that convert analog signals to digital signals and vice versa. The process of converting digital to analog is known as modulation, and the reverse of modulation is known as demodulation. Analogue signals are continuous, whereas digital signals are discrete, or change abruptly. In this article, we will explain modulation and demodulation, as well as the differences between them.

What is Modulation?

The method of converting information to signal for transferring the digital signals over an electronic medium. In terms of computer networks, we say that the conversion of digital to analog signals. The frequency transmission in modulation goes from low to high.

for example- a TV without a setup box in that case TV operates through the operator. The other example is that we all use microphones to record the audio clip the voice used in audio is human voice which is in the form of Analog signals, the computer converts the human voice into the digital signal and vice-versa. In simple words, we say that modulation is the method of superimposing high frequency to low frequency.

Working of Modulation

Modulation
fig: Modulation

The working of modulation is the method of superimposing high frequency over low frequency. The circuit we used in the modulation is the modulator. In modulation, they have carrier signals and modulated signals. In carrier signal, the signal contains no information but they have a phase, amplitude, and frequency. In modulated signal, it is the combination of Carrier signal and modulation.

Types of Modulation

1. Amplitude Modulation: This modulation technology is to transfer voice over radio. It occurs when the carrier signal is changed but phase and frequency stay constant.

2. Phase Modulation: In phase modulation, the frequency is directly proportional to the Phase. When there is a fluctuation in Phase, the frequency also reflects variation.

3. Frequency Modulation: In Frequency modulation, the frequency of the carrier signal is changed while the phase and amplitude of the signal are not changed.

Advantages of Modulation

  • It reduces the height of the Antenna.
  • In modulation, there is no mixing of signal.
  • It provides flexibility for adjusting the bandwidth.
  • It enhance the range of communication.
  • It reduces noise transmission.
  • Modulation is transmission efficient that means signal transmit over long distance.

Disadvantages of Modulation

  • Modulation have complexity issues.
  • The equipment cost is more.
  • It is not useful for high bandwidth.
  • There is a loss of power.

What is Demodulation?

The method of extracting the data from modulation is called demodulation. It recovers the signal that is generated from the modulated signal. It generated the output in the form of sound waves, pictures, and binary data. The other definition we say in terms of computer network is the conversion of analog signal to digital signal. The frequency transmission in demodulation going from high to low. for example, The TV with a set-top box in the case set-top box operates the TV.

Working of Demodulation

Demodulation
fig: Demodulation

The working of demodulation is the process of recovery of the information that is generated from the modulated wave. The circuit demodulator is used in the block diagram of demodulation. In demodulation, the receiver receives the signal in modulation through the receiver Antenna then recovers the data by using a demodulator and gives the output in the form of sound.

Types of Demodulation

1. Amplitude Modulation: In Amplitude modulation, we used rectifiers to demodulate the signal that is generated from the modulation signal.

2. Frequency Modulation: In Frequency modulation, we know that the frequency modulation of the carrier signal is changed while the phase and amplitude of the signal are not changed after that demodulation technique recovers the original signal that is generated from the modulated wave. In that case, we use Phase-locked loops for demodulation.

3. Phase Modulation: We learned in phase modulation, the frequency is directly proportional to the Phase. When there is a fluctuation in Phase, the frequency also reflects variation after that demodulation technique recovers the original signal that is generated from the modulated wave. In that case, we use a Phase detector for demodulation.

Advantages of Demodulation

  • It helps to improve the original signal.
  • It improve the Amplitude, frequency and phase modulation signals.
  • Demodulation improve the signal reliability.

Disadvantages of Demodulation

  • Demodulation have high power consumption.
  • It is a complex process.
  • The equipment cost is expensive.

Diference Between Modulation and Demodulation

Aspects

Modulation

Demodulation

Define

The method of converting information to signal for transferring the digital signals over electronic medium.

The method of extracting the data from modulation called demodulation.

Ends

Modulation is connected from transmitting end.

Demodulation is connected from Receiving end.

Conversion of Signals

Modulation converts digital signal to analog signal.

Demodulation converts analog signal to digital signal.

Transmission of Frequency

The transmission of frequency in modulation goes low to high.

The transmission of frequency in demodulation goes high to low.

In terms of Complexity

Modulation is less complex or we can say it's a simple process

Demodulation is a more complex process.

Signal Transmission

In modulation, the signal transmission goes low to high.

In demodulation, the signal transmission goes high to low.

Circuit used

In modulation, the circuit used is modulator

In demodulation, the circuit used is demodulator.


Next Article
Difference Between Modulation and Demodulation

R

riyadhawan9452
Improve
Article Tags :
  • Computer Networks

Similar Reads

    Difference between encapsulation and decapsulation
    In data communication there are two concept involves in transmission namely encapsulation and decapsulation. Encapsulation adds addition information to a send packet as it travels to its destination,and Decapsulation is the reverse process of encapsulation, So a receiver node can read the original s
    5 min read
    Difference between Encryption and Decryption
    Encryption is the process of converting a normal message (plain text) into a meaningless message (ciphertext). Decryption is the process of converting a meaningless message (ciphertext) into its original form (plaintext). The major distinction between secret writing and associated secret writing is
    4 min read
    Difference Between CDMA and OFDM
    Modulation methods are designed to be efficient in transmitting as many bits per hertz as possible. Here the goal is in the given bandwidth these modulation methods have to transmit the data at the highest speed and should minimize the use of spectrum space. Other Modulation methods that use bandwid
    7 min read
    Difference between Communication and Transmission
    Communication and Transmission are the ways in which computers use for talking. Communication provides two-way talking whereas Transmission provides only one way of communication. In this article, we will discuss Communication, Transmission and we will also see the differences between Communication
    4 min read
    Difference Between DTE and DCE
    In networking and telecommunications knowing what particular equipment does in the transmission of the data is very essential. Two important classes of equipment in this respect are Data Terminal Equipment (DTE) and Data Circuit Terminating Equipment (DCE). DTE is understood as the devices implement
    5 min read
geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox
Improvement
Suggest Changes
Help us improve. Share your suggestions to enhance the article. Contribute your expertise and make a difference in the GeeksforGeeks portal.
geeksforgeeks-suggest-icon
Create Improvement
Enhance the article with your expertise. Contribute to the GeeksforGeeks community and help create better learning resources for all.
geeksforgeeks-improvement-icon
Suggest Changes
min 4 words, max Words Limit:1000

Thank You!

Your suggestions are valuable to us.

What kind of Experience do you want to share?

Interview Experiences
Admission Experiences
Career Journeys
Work Experiences
Campus Experiences
Competitive Exam Experiences