How can I adjust the bit rate of a QAM signal in Simulink?

10 visualizzazioni (ultimi 30 giorni)
I want to simulate a two-way microwave radio link, and I should set the data rate in Gbit/s. I've already checked many Simulink blocks, like QAM modulator, transmitter, singal sources, etc., but none of them contained a data rate adjust function.

Risposta accettata

Nitin Kapgate
Nitin Kapgate il 29 Ott 2020
The data rate depends only on the rate at which the data is getting generated by a signal generator.
For example, the data rate at the output of Bernoulli Binary Generator block from Simulink depends upon the combination of following two properties:
  1. Sample time
  2. Samples per frame
This output signal can then be fed to the QAM modulator block as input.
You can refer to the RF Satellite bi-directional link model to learn more about simulating a radio link.
To open this model in MATLAB, enter the following command in your MATLAB command window:
commrfsatlink

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by