Amplitude Modulation of Voice signal.

Version 1.0.1 (937 ko) par 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.
359 téléchargements
Mise à jour 3 juil. 2021
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.

Citation pour cette source

Zaar (2024). Amplitude Modulation of Voice signal. (https://github.com/zaarAli/super-system/releases/tag/v1.0.1), GitHub. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2020a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Publié le Notes de version
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

Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.
Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.