Amplitude Modulation of Voice signal.

Versión 1.0.1 (937 KB) por 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 descargas
Actualizado 3 jul 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.

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2020a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
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

Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.
Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.