Effacer les filtres
Effacer les filtres

AM Transmitter/Receiver using Simulink

13 vues (au cours des 30 derniers jours)
Saad Rana
Saad Rana le 19 Jan 2021
Réponse apportée : Animesh le 20 Juin 2024
Is it possible to design a model for AM transmitter and AM receiver in Simulink?
If yes, then how?
  1 commentaire
Shimon Elkin
Shimon Elkin le 30 Jan 2022
it is posible to do so in many ways, it only depends how deep do you like to design it.
MathWorks has an transistor level example
you can do so with the simulink blocks, create the AM function
y(t)

Connectez-vous pour commenter.

Réponses (1)

Animesh
Animesh le 20 Juin 2024
Hi Saad,
you can consider following the below high-level way to create AM transmitter and receiver models:
AM Transmitter
  1. Message Signal (Sine Wave): Start with generating a message signal. You can use a Sine Wave block for simplicity.
  2. Carrier Signal: Generate a carrier signal using another Sine Wave block. The frequency of this signal should be significantly higher than that of the message signal.
  3. Modulate the Signal: Use the AM Modulator Passband block from the Communications System Toolbox. Connect your message and carrier signals to this block. This block multiplies the message signal with the carrier signal, effectively modulating it.
  4. Transmitting Antenna (Optional): While not necessary for simulation purposes, you can represent a transmitting antenna using a Gain block to simulate the effect of transmission power.
AM Receiver
  1. Receive the Signal (Optional): If you're simulating an antenna, you can start with a Gain block to simulate the receiving antenna's characteristics.
  2. Demodulate the Signal: Use the AM Demodulator Passband block from the Communications System Toolbox to demodulate the received signal. Connect your received signal to this block.
  3. Extract the Message: The output of the demodulator will be your original message signal. You might need to adjust the gain or filter the output to correctly recover your message.
  4. Visualize the Output: Use a Scope block or a To Audio Device block (for audio signals) to listen to or visualize the recovered message signal.
I hope this helps!
Animesh

Produits


Version

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by