Skip to content

ayeshamohamed15/DSBSC-using-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

DSBSC-using-python

Aim

To implement and analyze DSBSC modulation using Python's NumPy and Matplotlib libraries.

Apparatus Required

  1. Software: Python with NumPy and Matplotlib libraries
  2. Hardware: Personal Computer

Theory

DSBSC is an amplitude modulation technique where the carrier is suppressed, and only the two sidebands containing the information are transmitted. It is generated by multiplying the message signal with the carrier signal, making it power-efficient compared to standard AM.

The general form of the DSBSC signal is:

𝑠(𝑡)=m(𝑡).cos(2𝜋𝑓𝑐𝑡)

Algorithm

  1. Initialize Parameters: Set the values for carrier frequency, message frequency, sampling frequency, and frequency deviation.
  2. Generate Time Axis: Create a time vector for the signal duration.
  3. Generate Message Signal: Define the message signal as a cosine wave.
  4. Compute the Integral of the Message Signal: Calculate the integral of the message signal over time.
  5. Generate FM Signal: Apply the FM modulation formula to obtain the modulated signal.
  6. Plot the Signals: Use Matplotlib to plot the message signal, carrier signal, and modulated signal.

Program

Screenshot 2025-10-23 201031

Output Waveform

Screenshot 2025-10-23 201041

Tabular Column

WhatsApp Image 2025-10-30 at 14 31 42_4093239b

Result

Thus the DSB-SC-AM Modulation and Demodulation using Python code is generated.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published