Amplitude Modulation of Voice signal.
Version 1.0.1 (937 KB) by
Zaar
This code shows how to record a sound signal and then modulate it via AM-LC and AM-DSBSC. Later, demodulation is also done.
1) Introduction:
Throughout the world, communication is a key component. For common people, talking over phone, sending voice messages is just a touch of a button but for us telecommunication Engineers, the reality is very different. We know that how communication actually works. Here we introduce the concept of modulation. Modulation is the process of passing the information on another carrier signal. There are various types of modulation but in this task, we are going to use Amplitude Modulation. AM has its sub types out which we are using the following two:
- Amplitude Modulation Double Side Band Large Carrier (also known as Full Carrier)
- Amplitude Modulation Double Side Band Suppressed Carrier (AM-DSBSC)
In this code, I have implimented the above two modulation schemes and also demodulated them using coherrent and non coherrent techniques both. Plotting is done in time domain and Frequency domain.
2) Steps:
- Take the input from users.
- Record a voice signal
- Filter the Voice signal to remove unwanted Frequencies.
- Apply Modulation (AM-DSBSC)
- Design filter for Demodulation.
- Pass signal through Filter.
- Demodulation process (AM-DSBSC).
- Apply Low Pass Filter.
- Apply Modulation (AM-LC)
- Make envelope detector for Demodulation.
- Demodulation process (AM-LC).
- Apply Low Pass Filter.
- Plot Graphs in time domain.
- Fourier Transformation of signals for Frequency Analysis.
- Shift Frequency signals to origin.
- Plot Graphs in Frequency Domain.
Cite As
Zaar (2025). Amplitude Modulation of Voice signal. (https://github.com/zaarAli/super-system/releases/tag/v1.0.1), GitHub. Retrieved .
MATLAB Release Compatibility
Created with
R2020a
Compatible with any release
Platform Compatibility
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.1 | See release notes for this release on GitHub: https://github.com/zaarAli/super-system/releases/tag/v1.0.1 |
||
1.0.0 |
To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.